Pull request #566 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3c65cf5d2fb9369bfa6974362b4701f54c4b0670+3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 (d7f440f76891651b31661594d1f733807c963163) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3f382fce060f16c10d6f597981912fab355381a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f3f382fce060f16c10d6f597981912fab355381a using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/PR-566/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/PR-566/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object f3f382fce060f16c10d6f597981912fab355381a Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-9654 in /w/workspace/ndry_app-functions-sdk-go_PR-566 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-566 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 into PR head commit 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 Merge succeeded, producing 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 Checking out Revision 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 (PR-566) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/566/head:refs/remotes/origin/PR-566 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object f3f382fce060f16c10d6f597981912fab355381a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:35:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:35:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:35:42 ========================================================= 06:35:42 EdgeX Global Pipelines Version Info 06:35:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:35:43 ------------------- 06:35:43 stable info: 06:35:43 ------------------- 06:35:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:35:43 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 06:35:43 Message: update stable to v1.0.148 06:35:44 ------------------- 06:35:44 experimental info: 06:35:44 ------------------- 06:35:44 Commited By: **** collab-it+edgex@linuxfoundation.org 06:35:44 Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f 06:35:44 Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:35:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 06:35:45 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 06:35:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:35:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:35:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:35:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 06:35:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:35:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:35:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 06:35:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:35:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:35:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:35:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:35:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:35:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:35:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 06:35:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:35:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:35:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 06:35:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-566 [Pipeline] echo 06:35:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-566 [Pipeline] echo 06:35:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-566 [Pipeline] echo 06:35:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 [Pipeline] echo 06:35:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3c65cf5 [Pipeline] echo 06:35:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:35:50 + git log --format=format:%s -1 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 [Pipeline] echo 06:35:50 GIT_COMMIT: 3c65cf5d2fb9369bfa6974362b4701f54c4b0670, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap [Pipeline] echo 06:35:50 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:35:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:35:51 06:35:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:35:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:35:51 latest: Pulling from edgex-devops/git-semver 06:35:51 31603596830f: Pulling fs layer 06:35:51 2a8b12db71e7: Pulling fs layer 06:35:51 6ca5941a6612: Pulling fs layer 06:35:51 ecc8261a40a4: Pulling fs layer 06:35:51 ecc8261a40a4: Waiting 06:35:51 2a8b12db71e7: Verifying Checksum 06:35:51 2a8b12db71e7: Download complete 06:35:51 31603596830f: Verifying Checksum 06:35:51 31603596830f: Download complete 06:35:51 ecc8261a40a4: Verifying Checksum 06:35:51 ecc8261a40a4: Download complete 06:35:51 6ca5941a6612: Verifying Checksum 06:35:51 6ca5941a6612: Download complete 06:35:52 31603596830f: Pull complete 06:35:52 2a8b12db71e7: Pull complete 06:35:53 6ca5941a6612: Pull complete 06:35:53 ecc8261a40a4: Pull complete 06:35:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:35:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:35:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:35:53 prd-centos7-docker-4c-2g-9654 does not seem to be running inside a container 06:35:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-566 -v /w/workspace/ndry_app-functions-sdk-go_PR-566:/w/workspace/ndry_app-functions-sdk-go_PR-566:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-566@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-566@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:35:55 $ docker top 6039b18e63f2a061b53955ae7839a6d289d8c72dfc61c643fd6dcb0ea075be4b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:35:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:35:56 [ssh-agent] Looking for ssh-agent implementation... 06:35:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:35:56 $ docker exec 6039b18e63f2a061b53955ae7839a6d289d8c72dfc61c643fd6dcb0ea075be4b ssh-agent 06:35:56 SSH_AUTH_SOCK=/tmp/ssh-0yGJ6jJmCsKc/agent.11 06:35:56 SSH_AGENT_PID=16 06:35:56 Running ssh-add (command line suppressed) 06:35:56 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-566@tmp/private_key_3125467156345357993.key (/w/workspace/ndry_app-functions-sdk-go_PR-566@tmp/private_key_3125467156345357993.key) 06:35:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:35:57 + git tag --points-at HEAD [Pipeline] } 06:35:57 $ docker exec --env ******** --env ******** 6039b18e63f2a061b53955ae7839a6d289d8c72dfc61c643fd6dcb0ea075be4b ssh-agent -k 06:35:57 unset SSH_AUTH_SOCK; 06:35:57 unset SSH_AGENT_PID; 06:35:57 echo Agent pid 16 killed; 06:35:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:35:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:35:57 [ssh-agent] Looking for ssh-agent implementation... 06:35:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:35:58 $ docker exec 6039b18e63f2a061b53955ae7839a6d289d8c72dfc61c643fd6dcb0ea075be4b ssh-agent 06:35:58 SSH_AUTH_SOCK=/tmp/ssh-cT5aYkQZHTzt/agent.45 06:35:58 SSH_AGENT_PID=50 06:35:58 Running ssh-add (command line suppressed) 06:35:58 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-566@tmp/private_key_7486906788264479709.key (/w/workspace/ndry_app-functions-sdk-go_PR-566@tmp/private_key_7486906788264479709.key) 06:35:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:35:58 + git semver init 06:35:58 # -> Open(): unable to determine branch for HEAD 06:35:58 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-566/.git 06:35:58 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-566 06:35:58 # $SEMVER_REMOTE_NAME = origin 06:35:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:35:58 # $SEMVER_USER_NAME = edgex-jenkins 06:35:58 # $SEMVER_BRANCH = PR-566 06:35:58 # $SEMVER_TEMP = /tmp/semver-239739614 06:35:58 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 06:36:01 # '/tmp/semver-239739614' -> '/w/workspace/ndry_app-functions-sdk-go_PR-566/.semver' 06:36:01 # -> Force: false 06:36:01 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-566/.semver [Pipeline] } 06:36:01 $ docker exec --env ******** --env ******** 6039b18e63f2a061b53955ae7839a6d289d8c72dfc61c643fd6dcb0ea075be4b ssh-agent -k 06:36:01 unset SSH_AUTH_SOCK; 06:36:01 unset SSH_AGENT_PID; 06:36:01 echo Agent pid 50 killed; 06:36:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:36:02 + git semver [Pipeline] } 06:36:02 $ docker stop --time=1 6039b18e63f2a061b53955ae7839a6d289d8c72dfc61c643fd6dcb0ea075be4b 06:36:03 $ docker rm -f 6039b18e63f2a061b53955ae7839a6d289d8c72dfc61c643fd6dcb0ea075be4b [Pipeline] // withDockerContainer [Pipeline] sh 06:36:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:36:04 Stashed 1 file(s) [Pipeline] echo 06:36:04 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 06:36:20 Still waiting to schedule task 06:36:20 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:36:20 Still waiting to schedule task 06:36:20 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:38:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9655 in /w/workspace/ndry_app-functions-sdk-go_PR-566 [Pipeline] { [Pipeline] ws 06:38:05 Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout 06:38:10 using credential edgex-jenkins-ssh 06:38:10 Cloning the remote Git repository 06:38:10 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 06:38:10 > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 06:38:11 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 06:38:11 > git --version # timeout=10 06:38:11 > git --version # 'git version 2.17.1' 06:38:11 using GIT_SSH to set credentials SSH Credentials for GitHub 06:38:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:38:14 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 06:38:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:38:14 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 06:38:14 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 06:38:14 using GIT_SSH to set credentials SSH Credentials for GitHub 06:38:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/566/head:refs/remotes/origin/PR-566 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:38:14 Merging remotes/origin/master commit 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 into PR head commit 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 06:38:14 Merge succeeded, producing 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 06:38:14 Checking out Revision 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 (PR-566) 06:38:14 > git config core.sparsecheckout # timeout=10 06:38:14 > git checkout -f 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 # timeout=10 06:38:14 > git remote # timeout=10 06:38:14 > git config --get remote.origin.url # timeout=10 06:38:14 using GIT_SSH to set credentials SSH Credentials for GitHub 06:38:14 > git merge 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 # timeout=10 06:38:14 > git rev-parse HEAD^{commit} # timeout=10 06:38:14 > git config core.sparsecheckout # timeout=10 06:38:14 > git checkout -f 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 # timeout=10 06:38:19 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" 06:38:19 > git --version # timeout=10 06:38:19 > git --version # 'git version 2.17.1' 06:38:19 fatal: bad object f3f382fce060f16c10d6f597981912fab355381a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:38:20 ========================================================= 06:38:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:38:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:38:21 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 06:38:22 Sending build context to Docker daemon 19.16MB 06:38:22 Step 1/8 : ARG BASE=golang:1.15-alpine 06:38:22 Step 2/8 : FROM ${BASE} 06:38:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:38:23 b538f80385f9: Pulling fs layer 06:38:23 74f711af9a0d: Pulling fs layer 06:38:23 99f96fe45779: Pulling fs layer 06:38:23 8529a6b9a6be: Pulling fs layer 06:38:23 45590311c82a: Pulling fs layer 06:38:23 69ca0ff8b7b3: Pulling fs layer 06:38:23 209524e5b208: Pulling fs layer 06:38:23 45590311c82a: Waiting 06:38:23 69ca0ff8b7b3: Waiting 06:38:23 209524e5b208: Waiting 06:38:23 8529a6b9a6be: Waiting 06:38:23 99f96fe45779: Verifying Checksum 06:38:23 74f711af9a0d: Verifying Checksum 06:38:23 74f711af9a0d: Download complete 06:38:23 45590311c82a: Verifying Checksum 06:38:23 45590311c82a: Download complete 06:38:23 69ca0ff8b7b3: Verifying Checksum 06:38:23 69ca0ff8b7b3: Download complete 06:38:23 b538f80385f9: Verifying Checksum 06:38:23 b538f80385f9: Download complete 06:38:23 b538f80385f9: Pull complete 06:38:24 74f711af9a0d: Pull complete 06:38:24 99f96fe45779: Pull complete 06:38:25 209524e5b208: Verifying Checksum 06:38:25 209524e5b208: Download complete 06:38:27 8529a6b9a6be: Verifying Checksum 06:38:27 8529a6b9a6be: Download complete 06:38:37 8529a6b9a6be: Pull complete 06:38:37 45590311c82a: Pull complete 06:38:37 69ca0ff8b7b3: Pull complete 06:38:42 209524e5b208: Pull complete 06:38:42 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:38:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:38:42 ---> 5bddaf1c2fca 06:38:42 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:38:42 latest: Pulling from library/docker 06:38:42 5f621e34cdf4: Pulling fs layer 06:38:42 85db56a05063: Pulling fs layer 06:38:42 ccb67d6aeaaa: Pulling fs layer 06:38:42 a0b19fc83503: Pulling fs layer 06:38:42 8eb508b41278: Pulling fs layer 06:38:42 37236713561e: Pulling fs layer 06:38:42 07c93f2b1b56: Pulling fs layer 06:38:42 a0b19fc83503: Waiting 06:38:42 8eb508b41278: Waiting 06:38:42 37236713561e: Waiting 06:38:42 07c93f2b1b56: Waiting 06:38:42 ccb67d6aeaaa: Verifying Checksum 06:38:42 ccb67d6aeaaa: Download complete 06:38:42 85db56a05063: Download complete 06:38:42 5f621e34cdf4: Verifying Checksum 06:38:42 5f621e34cdf4: Download complete 06:38:42 37236713561e: Verifying Checksum 06:38:42 37236713561e: Download complete 06:38:42 8eb508b41278: Verifying Checksum 06:38:42 8eb508b41278: Download complete 06:38:42 07c93f2b1b56: Verifying Checksum 06:38:42 07c93f2b1b56: Download complete 06:38:42 5f621e34cdf4: Pull complete 06:38:43 a0b19fc83503: Verifying Checksum 06:38:43 a0b19fc83503: Download complete 06:38:43 85db56a05063: Pull complete 06:38:44 ccb67d6aeaaa: Pull complete 06:38:47 a0b19fc83503: Pull complete 06:38:47 8eb508b41278: Pull complete 06:38:48 37236713561e: Pull complete 06:38:48 07c93f2b1b56: Pull complete 06:38:48 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 06:38:48 Status: Downloaded newer image for docker:latest 06:38:51 Running on prd-centos7-docker-4c-2g-9656 in /w/workspace/ndry_app-functions-sdk-go_PR-566 [Pipeline] { [Pipeline] ws 06:38:51 Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout 06:38:53 using credential edgex-jenkins-ssh 06:38:53 Cloning the remote Git repository 06:38:53 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 06:38:53 > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 06:38:54 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 06:38:54 > git --version # timeout=10 06:38:54 > git --version # 'git version 2.16.5' 06:38:54 using GIT_SSH to set credentials SSH Credentials for GitHub 06:38:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:38:55 ---> ada3ad271f11 06:38:55 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:38:55 ---> Running in 4f21da07b801 06:38:55 Removing intermediate container 4f21da07b801 06:38:55 ---> 01c5c9c0fce2 06:38:55 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 06:38:55 ---> Running in f5a8a4770dc0 06:38:56 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 06:38:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:38:56 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 06:38:56 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 06:38:56 using GIT_SSH to set credentials SSH Credentials for GitHub 06:38:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/566/head:refs/remotes/origin/PR-566 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:38:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:38:57 Merging remotes/origin/master commit 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 into PR head commit 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 06:38:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:38:57 Merge succeeded, producing 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 06:38:57 Checking out Revision 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 (PR-566) 06:38:57 (1/5) Installing libsodium (1.0.18-r0) 06:38:58 (2/5) Installing libzmq (4.3.3-r0) 06:38:57 > git config core.sparsecheckout # timeout=10 06:38:57 > git checkout -f 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 # timeout=10 06:38:57 > git remote # timeout=10 06:38:57 > git config --get remote.origin.url # timeout=10 06:38:57 using GIT_SSH to set credentials SSH Credentials for GitHub 06:38:57 > git merge 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 # timeout=10 06:38:57 > git rev-parse HEAD^{commit} # timeout=10 06:38:57 > git config core.sparsecheckout # timeout=10 06:38:57 > git checkout -f 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 # timeout=10 06:38:58 (3/5) Installing pkgconf (1.7.2-r0) 06:38:58 (4/5) Installing libsodium-dev (1.0.18-r0) 06:38:58 (5/5) Installing zeromq-dev (4.3.3-r0) 06:38:58 Executing busybox-1.31.1-r16.trigger 06:38:59 OK: 144 MiB in 44 packages 06:39:00 Removing intermediate container f5a8a4770dc0 06:39:00 ---> 1bfe2006993f 06:39:00 Step 6/8 : WORKDIR /build 06:39:00 ---> Running in b1b2485c2348 06:39:00 Removing intermediate container b1b2485c2348 06:39:00 ---> 891927132414 06:39:00 Step 7/8 : COPY go.mod . 06:39:01 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" 06:39:01 > git --version # timeout=10 06:39:01 > git --version # 'git version 2.16.5' 06:39:01 fatal: bad object f3f382fce060f16c10d6f597981912fab355381a 06:39:01 ---> 39f74d7d4f8e 06:39:01 Step 8/8 : RUN go mod download 06:39:01 ---> Running in 09e4c2f21a67 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:39:02 ========================================================= 06:39:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:39:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:39:03 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 06:39:03 Sending build context to Docker daemon 19.15MB 06:39:03 Step 1/8 : ARG BASE=golang:1.15-alpine 06:39:03 Step 2/8 : FROM ${BASE} 06:39:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:39:04 df20fa9351a1: Pulling fs layer 06:39:04 ed8968b2872e: Pulling fs layer 06:39:04 a92cc7c5fd73: Pulling fs layer 06:39:04 e871e8e8d7a9: Pulling fs layer 06:39:04 e73272ec9a57: Pulling fs layer 06:39:04 1e910a182e73: Pulling fs layer 06:39:04 4e634b169226: Pulling fs layer 06:39:04 e73272ec9a57: Waiting 06:39:04 e871e8e8d7a9: Waiting 06:39:04 1e910a182e73: Waiting 06:39:04 4e634b169226: Waiting 06:39:04 a92cc7c5fd73: Verifying Checksum 06:39:04 a92cc7c5fd73: Download complete 06:39:04 ed8968b2872e: Verifying Checksum 06:39:04 ed8968b2872e: Download complete 06:39:04 e73272ec9a57: Download complete 06:39:04 df20fa9351a1: Verifying Checksum 06:39:04 df20fa9351a1: Download complete 06:39:04 1e910a182e73: Verifying Checksum 06:39:04 1e910a182e73: Download complete 06:39:04 df20fa9351a1: Pull complete 06:39:04 ed8968b2872e: Pull complete 06:39:04 a92cc7c5fd73: Pull complete 06:39:05 4e634b169226: Verifying Checksum 06:39:05 4e634b169226: Download complete 06:39:06 e871e8e8d7a9: Verifying Checksum 06:39:06 e871e8e8d7a9: Download complete 06:39:11 e871e8e8d7a9: Pull complete 06:39:11 e73272ec9a57: Pull complete 06:39:12 1e910a182e73: Pull complete 06:39:18 4e634b169226: Pull complete 06:39:18 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:39:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:39:18 ---> f7629b54cfaa 06:39:18 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:39:18 latest: Pulling from library/docker 06:39:19 188c0c94c7c5: Pulling fs layer 06:39:19 0c7c675703d6: Pulling fs layer 06:39:19 cc8c12a437cb: Pulling fs layer 06:39:19 c5dafad2182a: Pulling fs layer 06:39:19 5aa711733414: Pulling fs layer 06:39:19 058f73b55e4b: Pulling fs layer 06:39:19 8c9c664faf12: Pulling fs layer 06:39:19 5aa711733414: Waiting 06:39:19 058f73b55e4b: Waiting 06:39:19 8c9c664faf12: Waiting 06:39:19 c5dafad2182a: Waiting 06:39:19 cc8c12a437cb: Download complete 06:39:19 0c7c675703d6: Verifying Checksum 06:39:19 0c7c675703d6: Download complete 06:39:19 188c0c94c7c5: Verifying Checksum 06:39:19 188c0c94c7c5: Download complete 06:39:19 058f73b55e4b: Verifying Checksum 06:39:19 058f73b55e4b: Download complete 06:39:19 5aa711733414: Verifying Checksum 06:39:19 5aa711733414: Download complete 06:39:19 8c9c664faf12: Verifying Checksum 06:39:19 8c9c664faf12: Download complete 06:39:19 188c0c94c7c5: Pull complete 06:39:19 0c7c675703d6: Pull complete 06:39:20 c5dafad2182a: Verifying Checksum 06:39:20 c5dafad2182a: Download complete 06:39:20 cc8c12a437cb: Pull complete 06:39:22 c5dafad2182a: Pull complete 06:39:22 5aa711733414: Pull complete 06:39:22 058f73b55e4b: Pull complete 06:39:22 8c9c664faf12: Pull complete 06:39:22 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 06:39:22 Status: Downloaded newer image for docker:latest 06:39:24 ---> 802e0cb3a184 06:39:24 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:39:24 ---> Running in 485d12124a85 06:39:24 Removing intermediate container 485d12124a85 06:39:24 ---> 45b9f48834e7 06:39:24 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 06:39:24 ---> Running in 71a9f6b23e62 06:39:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:39:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:39:26 (1/5) Installing libsodium (1.0.18-r0) 06:39:26 (2/5) Installing libzmq (4.3.3-r0) 06:39:26 (3/5) Installing pkgconf (1.7.2-r0) 06:39:26 (4/5) Installing libsodium-dev (1.0.18-r0) 06:39:27 (5/5) Installing zeromq-dev (4.3.3-r0) 06:39:27 Executing busybox-1.31.1-r16.trigger 06:39:27 OK: 167 MiB in 44 packages 06:39:27 Removing intermediate container 71a9f6b23e62 06:39:27 ---> 22e4e019e03a 06:39:27 Step 6/8 : WORKDIR /build 06:39:27 ---> Running in 661606d3827d 06:39:27 Removing intermediate container 661606d3827d 06:39:27 ---> f75c316bd602 06:39:27 Step 7/8 : COPY go.mod . 06:39:28 ---> 011b59188e67 06:39:28 Step 8/8 : RUN go mod download 06:39:28 ---> Running in cd4fe910fde1 06:39:28 Removing intermediate container 09e4c2f21a67 06:39:28 ---> b89690dea743 06:39:28 Successfully built b89690dea743 06:39:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:39:28 + docker inspect -f . ci-base-image-arm64 06:39:28 . [Pipeline] withDockerContainer 06:39:29 prd-ubuntu18.04-docker-arm64-4c-16g-9655 does not seem to be running inside a container 06:39:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:39:31 $ docker top 86e46e6c9a20007183efd1837557bcdaf7fe29c5cafd0d5369e34e41742baffb -eo pid,comm [Pipeline] { [Pipeline] sh 06:39:32 + go version 06:39:32 go version go1.15.2 linux/arm64 [Pipeline] } 06:39:32 $ docker stop --time=1 86e46e6c9a20007183efd1837557bcdaf7fe29c5cafd0d5369e34e41742baffb 06:39:34 $ docker rm -f 86e46e6c9a20007183efd1837557bcdaf7fe29c5cafd0d5369e34e41742baffb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:39:36 + docker inspect -f . ci-base-image-arm64 06:39:36 . [Pipeline] withDockerContainer 06:39:36 prd-ubuntu18.04-docker-arm64-4c-16g-9655 does not seem to be running inside a container 06:39:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:39:38 $ docker top 0ff913b9978212389c2ba2d294e79415592a0572473f61621427c0a33781d9e2 -eo pid,comm [Pipeline] { [Pipeline] sh 06:39:39 + make test 06:39:39 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:39:41 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 06:39:54 Removing intermediate container cd4fe910fde1 06:39:54 ---> 575530de4df1 06:39:54 Successfully built 575530de4df1 06:39:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:39:55 + docker inspect -f . ci-base-image-x86_64 06:39:55 . [Pipeline] withDockerContainer 06:39:55 prd-centos7-docker-4c-2g-9656 does not seem to be running inside a container 06:39:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:39:56 $ docker top 3921a784ff47fc93614b37a1e3c21ef23ec7e91dc3c04ea5a218f9d337d99cba -eo pid,comm [Pipeline] { [Pipeline] sh 06:39:57 + go version 06:39:57 go version go1.15.2 linux/amd64 [Pipeline] } 06:39:57 $ docker stop --time=1 3921a784ff47fc93614b37a1e3c21ef23ec7e91dc3c04ea5a218f9d337d99cba 06:39:58 $ docker rm -f 3921a784ff47fc93614b37a1e3c21ef23ec7e91dc3c04ea5a218f9d337d99cba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:39:59 + docker inspect -f . ci-base-image-x86_64 06:39:59 . [Pipeline] withDockerContainer 06:39:59 prd-centos7-docker-4c-2g-9656 does not seem to be running inside a container 06:39:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:40:00 $ docker top 0791a8be7c9bf997f44bbd53c227200dc3a7e5b331f20a819f718ef62eaffe52 -eo pid,comm [Pipeline] { [Pipeline] sh 06:40:01 + make test 06:40:01 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:40:02 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 06:40:08 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.052s coverage: 86.2% of statements 06:40:09 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.028s coverage: 86.2% of statements 06:40:24 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.022s coverage: 52.0% of statements 06:40:24 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 06:40:24 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 06:40:24 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.070s coverage: 54.7% of statements 06:40:24 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 06:40:24 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.040s coverage: 69.1% of statements 06:40:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.423s coverage: 61.6% of statements 06:40:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.005s coverage: 89.5% of statements 06:40:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements 06:40:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.033s coverage: 100.0% of statements 06:40:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 06:40:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 06:40:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 06:40:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 06:40:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 06:40:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 06:40:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 06:40:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 06:40:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 06:40:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.007s coverage: 96.6% of statements 06:40:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 06:40:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.005s coverage: 97.7% of statements 06:40:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 06:40:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 06:40:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.009s coverage: 8.8% of statements 06:40:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.921s coverage: 75.0% of statements 06:40:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 06:40:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.013s coverage: 89.7% of statements 06:40:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.008s coverage: 88.9% of statements 06:40:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.026s coverage: 80.5% of statements 06:40:39 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.008s coverage: 71.7% of statements 06:40:47 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.065s coverage: 52.0% of statements 06:40:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 06:40:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 06:40:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.140s coverage: 54.7% of statements 06:40:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 06:40:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.051s coverage: 69.1% of statements 06:40:54 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.033s coverage: 70.8% of statements 06:40:54 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.007s coverage: 94.4% of statements 06:40:54 CGO_ENABLED=1 GO111MODULE=on go vet ./... 06:40:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.460s coverage: 61.6% of statements 06:40:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.015s coverage: 89.5% of statements 06:40:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.016s coverage: 100.0% of statements 06:40:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.034s coverage: 100.0% of statements 06:40:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements 06:40:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.012s coverage: 100.0% of statements 06:40:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 06:40:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 06:40:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 06:40:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 06:40:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 06:40:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 06:40:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 06:40:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.012s coverage: 96.6% of statements 06:40:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 06:40:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.011s coverage: 97.7% of statements 06:40:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 06:40:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 06:40:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.024s coverage: 8.8% of statements 06:40:55 --- FAIL: TestInitializeAndProcessEventWithOutput (3.30s) 06:40:55 messaging_test.go:255: 06:40:55 Error Trace: messaging_test.go:255 06:40:55 Error: Should be true 06:40:55 Test: TestInitializeAndProcessEventWithOutput 06:40:55 Messages: Transform never called 06:40:55 FAIL 06:40:55 coverage: 66.7% of statements 06:40:55 FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.940s 06:40:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 06:40:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.038s coverage: 89.7% of statements 06:40:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.024s coverage: 88.9% of statements 06:40:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.034s coverage: 80.5% of statements 06:40:55 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.023s coverage: 71.7% of statements 06:40:58 gofmt -l . 06:40:58 [ "`gofmt -l .`" = "" ] 06:40:58 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:40:59 Stashed 1 file(s) [Pipeline] } 06:40:59 $ docker stop --time=1 0791a8be7c9bf997f44bbd53c227200dc3a7e5b331f20a819f718ef62eaffe52 06:41:01 $ docker rm -f 0791a8be7c9bf997f44bbd53c227200dc3a7e5b331f20a819f718ef62eaffe52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:41:22 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.057s coverage: 70.8% of statements 06:41:22 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements 06:41:22 FAIL 06:41:22 make: *** [Makefile:6: test] Error 1 [Pipeline] } 06:41:22 $ docker stop --time=1 0ff913b9978212389c2ba2d294e79415592a0572473f61621427c0a33781d9e2 06:41:24 $ docker rm -f 0ff913b9978212389c2ba2d294e79415592a0572473f61621427c0a33781d9e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:41:27 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 06:41:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:41:32 ---> package-listing.sh 06:41:32 ++ facter osfamily 06:41:32 ++ tr '[:upper:]' '[:lower:]' 06:41:32 + OS_FAMILY=redhat 06:41:32 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-566 06:41:32 + START_PACKAGES=/tmp/packages_start.txt 06:41:32 + END_PACKAGES=/tmp/packages_end.txt 06:41:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:41:32 + PACKAGES=/tmp/packages_start.txt 06:41:32 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-566 ']' 06:41:32 + PACKAGES=/tmp/packages_end.txt 06:41:32 + case "${OS_FAMILY}" in 06:41:32 + rpm -qa 06:41:32 + sort 06:41:36 + '[' -f /tmp/packages_start.txt ']' 06:41:36 + '[' -f /tmp/packages_end.txt ']' 06:41:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:41:36 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-566 ']' 06:41:36 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-566/archives/ 06:41:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-566/archives/ [Pipeline] echo 06:41:36 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-566/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:41:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:41:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:41:37 06:41:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:41:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:41:38 alpine: Pulling from edgex-lftools-log-publisher 06:41:38 df20fa9351a1: Pulling fs layer 06:41:38 36b3adc4ff6f: Pulling fs layer 06:41:38 8ad3a11d3b57: Pulling fs layer 06:41:38 46f8f816bc3b: Pulling fs layer 06:41:38 93b61091891f: Pulling fs layer 06:41:38 93b9cdb0e59b: Pulling fs layer 06:41:38 5e14af77c1be: Pulling fs layer 06:41:38 01666e4c0597: Pulling fs layer 06:41:38 aa168da1d23b: Pulling fs layer 06:41:38 93b61091891f: Waiting 06:41:38 93b9cdb0e59b: Waiting 06:41:38 5e14af77c1be: Waiting 06:41:38 01666e4c0597: Waiting 06:41:38 aa168da1d23b: Waiting 06:41:38 46f8f816bc3b: Waiting 06:41:38 36b3adc4ff6f: Download complete 06:41:38 46f8f816bc3b: Verifying Checksum 06:41:38 46f8f816bc3b: Download complete 06:41:38 df20fa9351a1: Verifying Checksum 06:41:38 df20fa9351a1: Download complete 06:41:38 93b9cdb0e59b: Verifying Checksum 06:41:38 93b9cdb0e59b: Download complete 06:41:38 5e14af77c1be: Verifying Checksum 06:41:38 5e14af77c1be: Download complete 06:41:38 93b61091891f: Verifying Checksum 06:41:38 93b61091891f: Download complete 06:41:38 01666e4c0597: Verifying Checksum 06:41:38 01666e4c0597: Download complete 06:41:38 df20fa9351a1: Pull complete 06:41:38 36b3adc4ff6f: Pull complete 06:41:38 8ad3a11d3b57: Verifying Checksum 06:41:38 8ad3a11d3b57: Download complete 06:41:39 8ad3a11d3b57: Pull complete 06:41:39 46f8f816bc3b: Pull complete 06:41:40 93b61091891f: Pull complete 06:41:40 93b9cdb0e59b: Pull complete 06:41:40 aa168da1d23b: Verifying Checksum 06:41:40 aa168da1d23b: Download complete 06:41:40 5e14af77c1be: Pull complete 06:41:40 01666e4c0597: Pull complete 06:41:47 aa168da1d23b: Pull complete 06:41:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:41:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:41:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:41:47 prd-centos7-docker-4c-2g-9654 does not seem to be running inside a container 06:41:47 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-566/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_PR-566 -v /w/workspace/ndry_app-functions-sdk-go_PR-566:/w/workspace/ndry_app-functions-sdk-go_PR-566:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-566@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-566@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:41:54 $ docker top 5e68da649f41c03eb785868275c8e725e67f3928d53f6770378ff2787adcb456 -eo pid,comm [Pipeline] { [Pipeline] sh 06:41:54 + touch /tmp/pre-build-complete [Pipeline] sh 06:41:54 + mkdir -p /var/log/sa [Pipeline] sh 06:41:55 + ls /var/log/sa-host 06:41:55 + sadf -c /var/log/sa-host/sa05 06:41:55 file_magic: OK 06:41:55 HZ: Using current value: 100 06:41:55 file_header: OK 06:41:55 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 06:41:55 Statistics: 06:41:55 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:41:55 File successfully converted to sysstat format version 12.2.1 06:41:55 + sadf -c /var/log/sa-host/sa29 06:41:55 file_magic: OK 06:41:55 HZ: Using current value: 100 06:41:55 file_header: OK 06:41:55 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 06:41:55 Statistics: 06:41:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:41:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:41:55 provisioning config files... 06:41:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-566@tmp/config807046282059619914tmp [Pipeline] { [Pipeline] echo 06:41:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:41:56 ---> create-netrc.sh [Pipeline] } 06:41:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:41:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:41:56 ---> python-tools-install.sh [Pipeline] echo 06:41:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:41:57 ---> sudo-logs.sh 06:41:57 Archiving 'sudo' log.. [Pipeline] echo 06:41:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:41:57 ---> job-cost.sh 06:41:57 lf-activate-venv: SKIPPING 06:41:57 INFO: No Stack... 06:41:58 INFO: Retrieving Pricing Info for: v1-standard-2 06:41:59 INFO: Archiving Costs [Pipeline] echo 06:41:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:41:59 ---> logs-deploy.sh 06:41:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-566/1 06:41:59 INFO: archiving workspace using pattern(s): 06:42:01 Archives upload complete. 06:42:01 INFO: archiving logs to Nexus 06:42:02 ---> uname -a: 06:42:02 Linux prd-centos7-docker-4c-2g-9654.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 06:42:02 06:42:02 06:42:02 ---> lscpu: 06:42:02 Architecture: x86_64 06:42:02 CPU op-mode(s): 32-bit, 64-bit 06:42:02 Byte Order: Little Endian 06:42:02 Address sizes: 40 bits physical, 48 bits virtual 06:42:02 CPU(s): 4 06:42:02 On-line CPU(s) list: 0-3 06:42:02 Thread(s) per core: 1 06:42:02 Core(s) per socket: 1 06:42:02 Socket(s): 4 06:42:02 NUMA node(s): 1 06:42:02 Vendor ID: GenuineIntel 06:42:02 CPU family: 6 06:42:02 Model: 44 06:42:02 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:42:02 Stepping: 1 06:42:02 CPU MHz: 2933.438 06:42:02 BogoMIPS: 5866.87 06:42:02 Virtualization: VT-x 06:42:02 Hypervisor vendor: KVM 06:42:02 Virtualization type: full 06:42:02 L1d cache: 128 KiB 06:42:02 L1i cache: 128 KiB 06:42:02 L2 cache: 16 MiB 06:42:02 L3 cache: 64 MiB 06:42:02 NUMA node0 CPU(s): 0-3 06:42:02 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:42:02 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:42:02 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:42:02 Vulnerability Meltdown: Mitigation; PTI 06:42:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:42:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:42:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:42:02 Vulnerability Tsx async abort: Not affected 06:42:02 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 06:42:02 06:42:02 06:42:02 ---> nproc: 06:42:02 4 06:42:02 06:42:02 06:42:02 ---> df -h: 06:42:02 Filesystem Size Used Available Use% Mounted on 06:42:02 overlay 50.0G 7.2G 42.8G 14% / 06:42:02 tmpfs 64.0M 0 64.0M 0% /dev 06:42:02 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:42:02 shm 64.0M 0 64.0M 0% /dev/shm 06:42:02 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 06:42:02 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 06:42:02 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 06:42:02 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 06:42:02 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 06:42:02 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-566 06:42:02 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 06:42:02 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-566@tmp 06:42:02 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 06:42:02 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 06:42:02 06:42:02 06:42:02 ---> free -m: 06:42:02 total used free shared buff/cache available 06:42:02 Mem: 1837 672 104 0 1060 1061 06:42:02 Swap: 1023 1 1022 06:42:02 06:42:02 06:42:02 ---> ip addr: 06:42:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:42:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:42:02 inet 127.0.0.1/8 scope host lo 06:42:02 valid_lft forever preferred_lft forever 06:42:02 inet6 ::1/128 scope host 06:42:02 valid_lft forever preferred_lft forever 06:42:02 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:42:02 link/ether fa:16:3e:b1:18:7a brd ff:ff:ff:ff:ff:ff 06:42:02 inet 10.30.123.43/23 brd 10.30.123.255 scope global dynamic eth0 06:42:02 valid_lft 85987sec preferred_lft 85987sec 06:42:02 inet6 fe80::f816:3eff:feb1:187a/64 scope link 06:42:02 valid_lft forever preferred_lft forever 06:42:02 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:42:02 link/ether 02:42:42:ec:d2:7c brd ff:ff:ff:ff:ff:ff 06:42:02 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:42:02 valid_lft forever preferred_lft forever 06:42:02 inet6 fe80::42:42ff:feec:d27c/64 scope link 06:42:02 valid_lft forever preferred_lft forever 06:42:02 06:42:02 06:42:02 ---> sar -b -r -n DEV: 06:42:02 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/29/20 _x86_64_ (4 CPU) 06:42:02 06:42:02 06:34:52 LINUX RESTART (4 CPU) 06:42:02 06:42:02 06:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:42:02 06:37:01 8.97 2.08 6.89 0.00 98.73 1355.61 0.00 06:42:02 06:38:01 0.45 0.00 0.45 0.00 0.00 6.91 0.00 06:42:02 06:39:01 0.27 0.00 0.27 0.00 0.00 3.27 0.00 06:42:02 06:40:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 06:42:02 06:41:01 0.32 0.00 0.32 0.00 0.00 4.16 0.00 06:42:02 Average: 2.03 0.41 1.62 0.00 19.49 271.17 0.00 06:42:02 06:42:02 06:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:42:02 06:37:01 233852 0 566924 30.13 2620 1078160 1097560 37.46 417444 1072024 20 06:42:02 06:38:01 232988 0 567784 30.18 2620 1078164 1081260 36.90 420400 1070088 20 06:42:02 06:39:01 232848 0 567916 30.18 2620 1078172 1081308 36.90 420720 1070088 16 06:42:02 06:40:01 232668 0 568096 30.19 2620 1078172 1081164 36.90 429912 1061300 12 06:42:02 06:41:01 229960 0 570796 30.34 2620 1078180 1081236 36.90 446452 1047916 8 06:42:02 Average: 232463 0 568303 30.20 2620 1078170 1084506 37.01 426986 1064283 15 06:42:02 06:42:02 06:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:42:02 06:37:01 eth0 11.19 6.84 10.45 2.78 0.00 0.00 0.00 0.00 06:42:02 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:02 06:37:01 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:42:02 06:38:01 eth0 1.10 0.50 0.51 0.04 0.00 0.00 0.00 0.00 06:42:02 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:02 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:02 06:39:01 eth0 1.45 0.63 0.58 0.40 0.00 0.00 0.00 0.00 06:42:02 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:02 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:02 06:40:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:42:02 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:02 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:02 06:41:01 eth0 0.32 0.22 0.14 0.07 0.00 0.00 0.00 0.00 06:42:02 06:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:02 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:02 Average: eth0 2.80 1.64 2.31 0.65 0.00 0.00 0.00 0.00 06:42:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:02 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:42:02 06:42:02