Pull request #414 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from efd6686c67033189e8b25b58811b0f61822bad18+61ed54c1b2efb7b45f2626e08ac979e88bc0e74b (741ac64e641784b47c9c8a0278480e37f4e5e6e6) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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-414/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > 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 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, goVersion:1.13, testScript:make test, buildImage:false] ========================================================= [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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-349’ Running on prd-centos7-docker-4c-2g-354 in /w/workspace/ndry_app-functions-sdk-go_PR-414 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-414 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/414/head:refs/remotes/origin/PR-414 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 61ed54c1b2efb7b45f2626e08ac979e88bc0e74b into PR head commit efd6686c67033189e8b25b58811b0f61822bad18 Merge succeeded, producing efd6686c67033189e8b25b58811b0f61822bad18 Checking out Revision efd6686c67033189e8b25b58811b0f61822bad18 (PR-414) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/414/head:refs/remotes/origin/PR-414 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/414/head:refs/remotes/origin/PR-414 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f efd6686c67033189e8b25b58811b0f61822bad18 # 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 61ed54c1b2efb7b45f2626e08ac979e88bc0e74b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f efd6686c67033189e8b25b58811b0f61822bad18 # timeout=10 Commit message: "fix(Store): Reverted removal of Mongo implementation code" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object be3c330340c18bb7ab85087afff7d7ed2ee420c0 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:48:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:48:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:48:21 ========================================================= 00:48:21 EdgeX Global Pipelines Version Info 00:48:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:48:23 ------------------- 00:48:23 stable info: 00:48:23 ------------------- 00:48:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:48:23 Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 00:48:23 Message: update stable to v1.0.99 00:48:23 ------------------- 00:48:23 experimental info: 00:48:23 ------------------- 00:48:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:48:23 Commit SHA: a8036d3cfb972bc62d1aceff2a6c19ff9dda8919 00:48:23 Message: update experimental to v1.0.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:48:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:48:27 00:48:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:48:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:48:27 latest: Pulling from edgex-devops/git-semver 00:48:27 31603596830f: Pulling fs layer 00:48:27 2a8b12db71e7: Pulling fs layer 00:48:27 6ca5941a6612: Pulling fs layer 00:48:27 ecc8261a40a4: Pulling fs layer 00:48:27 ecc8261a40a4: Waiting 00:48:27 2a8b12db71e7: Download complete 00:48:27 31603596830f: Verifying Checksum 00:48:27 31603596830f: Download complete 00:48:28 ecc8261a40a4: Verifying Checksum 00:48:28 ecc8261a40a4: Download complete 00:48:28 6ca5941a6612: Verifying Checksum 00:48:28 6ca5941a6612: Download complete 00:48:28 31603596830f: Pull complete 00:48:28 2a8b12db71e7: Pull complete 00:48:29 6ca5941a6612: Pull complete 00:48:29 ecc8261a40a4: Pull complete 00:48:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:48:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:48:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:48:29 prd-centos7-docker-4c-2g-354 does not seem to be running inside a container 00:48:29 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-414 -v /w/workspace/ndry_app-functions-sdk-go_PR-414:/w/workspace/ndry_app-functions-sdk-go_PR-414:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-414@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-414@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:48:31 $ docker top 2bef51deb4865aec6f1b62edc2c1eadb75cadbbae6c8bdf1e5f1b5252b5ae1cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:48:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:48:32 [ssh-agent] Looking for ssh-agent implementation... 00:48:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:48:32 $ docker exec 2bef51deb4865aec6f1b62edc2c1eadb75cadbbae6c8bdf1e5f1b5252b5ae1cf ssh-agent 00:48:32 SSH_AUTH_SOCK=/tmp/ssh-DZh9MJSAvIgl/agent.12 00:48:32 SSH_AGENT_PID=17 00:48:32 Running ssh-add (command line suppressed) 00:48:32 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-414@tmp/private_key_3092422349745530692.key (/w/workspace/ndry_app-functions-sdk-go_PR-414@tmp/private_key_3092422349745530692.key) 00:48:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:48:33 + git describe --exact-match --tags HEAD 00:48:33 fatal: No names found, cannot describe anything. [Pipeline] } 00:48:33 $ docker exec --env ******** --env ******** 2bef51deb4865aec6f1b62edc2c1eadb75cadbbae6c8bdf1e5f1b5252b5ae1cf ssh-agent -k 00:48:33 unset SSH_AUTH_SOCK; 00:48:33 unset SSH_AGENT_PID; 00:48:33 echo Agent pid 17 killed; 00:48:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:48:33 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 00:48:33 This usually means this commit has not been tagged. [Pipeline] sshagent 00:48:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:48:33 [ssh-agent] Looking for ssh-agent implementation... 00:48:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:48:33 $ docker exec 2bef51deb4865aec6f1b62edc2c1eadb75cadbbae6c8bdf1e5f1b5252b5ae1cf ssh-agent 00:48:34 SSH_AUTH_SOCK=/tmp/ssh-YZTenysUwo30/agent.46 00:48:34 SSH_AGENT_PID=51 00:48:34 Running ssh-add (command line suppressed) 00:48:34 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-414@tmp/private_key_4850520703172959001.key (/w/workspace/ndry_app-functions-sdk-go_PR-414@tmp/private_key_4850520703172959001.key) 00:48:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:48:34 + git semver init 00:48:34 # -> Open(): unable to determine branch for HEAD 00:48:34 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-414/.git 00:48:34 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-414 00:48:34 # $SEMVER_REMOTE_NAME = origin 00:48:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:48:34 # $SEMVER_USER_NAME = edgex-jenkins 00:48:34 # $SEMVER_BRANCH = PR-414 00:48:34 # $SEMVER_TEMP = /tmp/semver-226038445 00:48:34 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 00:48:37 # '/tmp/semver-226038445' -> '/w/workspace/ndry_app-functions-sdk-go_PR-414/.semver' 00:48:37 # -> Force: false 00:48:37 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-414/.semver [Pipeline] } 00:48:37 $ docker exec --env ******** --env ******** 2bef51deb4865aec6f1b62edc2c1eadb75cadbbae6c8bdf1e5f1b5252b5ae1cf ssh-agent -k 00:48:37 unset SSH_AUTH_SOCK; 00:48:37 unset SSH_AGENT_PID; 00:48:37 echo Agent pid 51 killed; 00:48:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:48:37 + git semver [Pipeline] } 00:48:37 $ docker stop --time=1 2bef51deb4865aec6f1b62edc2c1eadb75cadbbae6c8bdf1e5f1b5252b5ae1cf 00:48:39 $ docker rm -f 2bef51deb4865aec6f1b62edc2c1eadb75cadbbae6c8bdf1e5f1b5252b5ae1cf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 00:48:41 Stashed 138 file(s) [Pipeline] echo 00:48:41 [edgeXSemver] initialized semver on version 0.0.0 [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 00:48:57 Still waiting to schedule task 00:48:57 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:48:57 Still waiting to schedule task 00:48:57 ‘prd-ubuntu18.04-docker-arm64-4c-16g-353’ is offline 00:50:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-355 in /w/workspace/ndry_app-functions-sdk-go_PR-414 [Pipeline] { [Pipeline] ws 00:50:37 Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout 00:50:42 using credential edgex-jenkins-ssh 00:50:42 Cloning the remote Git repository 00:50:42 Cloning with configured refspecs honoured and without tags 00:50:42 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 00:50:42 > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 00:50:42 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 00:50:42 > git --version # timeout=10 00:50:42 using GIT_SSH to set credentials SSH Credentials for GitHub 00:50:43 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/414/head:refs/remotes/origin/PR-414 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:50:45 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 00:50:46 > git config --add remote.origin.fetch +refs/pull/414/head:refs/remotes/origin/PR-414 # timeout=10 00:50:46 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:50:46 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 00:50:46 Fetching without tags 00:50:46 Running on prd-centos7-docker-4c-2g-356 in /w/workspace/ndry_app-functions-sdk-go_PR-414 [Pipeline] { [Pipeline] ws 00:50:46 Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { 00:50:46 Merging remotes/origin/master commit 61ed54c1b2efb7b45f2626e08ac979e88bc0e74b into PR head commit efd6686c67033189e8b25b58811b0f61822bad18 [Pipeline] checkout 00:50:46 Merge succeeded, producing efd6686c67033189e8b25b58811b0f61822bad18 00:50:46 Checking out Revision efd6686c67033189e8b25b58811b0f61822bad18 (PR-414) 00:50:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 00:50:46 using GIT_SSH to set credentials SSH Credentials for GitHub 00:50:46 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/414/head:refs/remotes/origin/PR-414 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:50:46 > git config core.sparsecheckout # timeout=10 00:50:46 > git checkout -f efd6686c67033189e8b25b58811b0f61822bad18 # timeout=10 00:50:46 > git remote # timeout=10 00:50:46 > git config --get remote.origin.url # timeout=10 00:50:46 using GIT_SSH to set credentials SSH Credentials for GitHub 00:50:46 > git merge 61ed54c1b2efb7b45f2626e08ac979e88bc0e74b # timeout=10 00:50:46 > git rev-parse HEAD^{commit} # timeout=10 00:50:46 > git config core.sparsecheckout # timeout=10 00:50:46 > git checkout -f efd6686c67033189e8b25b58811b0f61822bad18 # timeout=10 00:50:48 using credential edgex-jenkins-ssh 00:50:48 Cloning the remote Git repository 00:50:48 Cloning with configured refspecs honoured and without tags 00:50:48 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 00:50:48 > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 00:50:48 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 00:50:48 > git --version # timeout=10 00:50:48 using GIT_SSH to set credentials SSH Credentials for GitHub 00:50:48 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/414/head:refs/remotes/origin/PR-414 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:50:50 Fetching without tags 00:50:50 Merging remotes/origin/master commit 61ed54c1b2efb7b45f2626e08ac979e88bc0e74b into PR head commit efd6686c67033189e8b25b58811b0f61822bad18 00:50:50 Merge succeeded, producing efd6686c67033189e8b25b58811b0f61822bad18 00:50:50 Checking out Revision efd6686c67033189e8b25b58811b0f61822bad18 (PR-414) 00:50:49 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 00:50:49 > git config --add remote.origin.fetch +refs/pull/414/head:refs/remotes/origin/PR-414 # timeout=10 00:50:49 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:50:49 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 00:50:49 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 00:50:49 using GIT_SSH to set credentials SSH Credentials for GitHub 00:50:49 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/414/head:refs/remotes/origin/PR-414 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:50:50 > git config core.sparsecheckout # timeout=10 00:50:50 > git checkout -f efd6686c67033189e8b25b58811b0f61822bad18 # timeout=10 00:50:50 > git remote # timeout=10 00:50:50 > git config --get remote.origin.url # timeout=10 00:50:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:50:50 > git merge 61ed54c1b2efb7b45f2626e08ac979e88bc0e74b # timeout=10 00:50:50 > git rev-parse HEAD^{commit} # timeout=10 00:50:50 > git config core.sparsecheckout # timeout=10 00:50:50 > git checkout -f efd6686c67033189e8b25b58811b0f61822bad18 # timeout=10 00:50:51 Commit message: "fix(Store): Reverted removal of Mongo implementation code" 00:50:51 > git --version # timeout=10 00:50:51 fatal: bad object be3c330340c18bb7ab85087afff7d7ed2ee420c0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 00:50:54 Commit message: "fix(Store): Reverted removal of Mongo implementation code" 00:50:54 > git --version # timeout=10 00:50:54 fatal: bad object be3c330340c18bb7ab85087afff7d7ed2ee420c0 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:50:54 ========================================================= 00:50:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 00:50:54 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 00:50:55 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 00:50:56 Sending build context to Docker daemon 37.04MB [Pipeline] echo 00:50:56 ========================================================= 00:50:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 00:50:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:50:57 Step 1/8 : ARG BASE=golang:1.13-alpine 00:50:57 Step 2/8 : FROM ${BASE} 00:50:57 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:50:57 b538f80385f9: Pulling fs layer 00:50:57 74f711af9a0d: Pulling fs layer 00:50:57 99f96fe45779: Pulling fs layer 00:50:57 fd7a069fd194: Pulling fs layer 00:50:57 66aa3694b03b: Pulling fs layer 00:50:57 170f70906a0f: Pulling fs layer 00:50:57 ad7c5574e4b9: Pulling fs layer 00:50:57 e772456be8f7: Pulling fs layer 00:50:57 c890913d741a: Pulling fs layer 00:50:57 2480fcc9aa5a: Pulling fs layer 00:50:57 09adf4765672: Pulling fs layer 00:50:57 fd7a069fd194: Waiting 00:50:57 66aa3694b03b: Waiting 00:50:57 170f70906a0f: Waiting 00:50:57 ad7c5574e4b9: Waiting 00:50:57 e772456be8f7: Waiting 00:50:57 c890913d741a: Waiting 00:50:57 2480fcc9aa5a: Waiting 00:50:57 09adf4765672: Waiting 00:50:57 99f96fe45779: Download complete 00:50:57 74f711af9a0d: Verifying Checksum 00:50:57 74f711af9a0d: Download complete 00:50:57 66aa3694b03b: Verifying Checksum 00:50:57 66aa3694b03b: Download complete 00:50:57 170f70906a0f: Download complete 00:50:57 b538f80385f9: Download complete 00:50:57 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 00:50:58 Sending build context to Docker daemon 37.04MB 00:50:58 Step 1/8 : ARG BASE=golang:1.13-alpine 00:50:58 Step 2/8 : FROM ${BASE} 00:50:58 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 00:50:58 df20fa9351a1: Pulling fs layer 00:50:58 ed8968b2872e: Pulling fs layer 00:50:58 a92cc7c5fd73: Pulling fs layer 00:50:58 2dd03ba5bac4: Pulling fs layer 00:50:58 1e091d79d1de: Pulling fs layer 00:50:58 481702a1767f: Pulling fs layer 00:50:58 f64a6f60c768: Pulling fs layer 00:50:58 e78d2573fc39: Pulling fs layer 00:50:58 e876d2f968b6: Pulling fs layer 00:50:58 ce8a83651883: Pulling fs layer 00:50:58 07967f4d0e4b: Pulling fs layer 00:50:58 2dd03ba5bac4: Waiting 00:50:58 e78d2573fc39: Waiting 00:50:58 e876d2f968b6: Waiting 00:50:58 1e091d79d1de: Waiting 00:50:58 ce8a83651883: Waiting 00:50:58 07967f4d0e4b: Waiting 00:50:58 481702a1767f: Waiting 00:50:58 f64a6f60c768: Waiting 00:50:58 a92cc7c5fd73: Verifying Checksum 00:50:58 a92cc7c5fd73: Download complete 00:50:58 ed8968b2872e: Verifying Checksum 00:50:58 ed8968b2872e: Download complete 00:50:58 1e091d79d1de: Verifying Checksum 00:50:58 1e091d79d1de: Download complete 00:50:58 481702a1767f: Verifying Checksum 00:50:58 481702a1767f: Download complete 00:50:58 df20fa9351a1: Verifying Checksum 00:50:58 df20fa9351a1: Download complete 00:50:58 b538f80385f9: Pull complete 00:50:58 74f711af9a0d: Pull complete 00:50:59 99f96fe45779: Pull complete 00:50:59 f64a6f60c768: Verifying Checksum 00:50:59 f64a6f60c768: Download complete 00:50:59 e876d2f968b6: Verifying Checksum 00:50:59 e876d2f968b6: Download complete 00:50:59 2dd03ba5bac4: Verifying Checksum 00:50:59 2dd03ba5bac4: Download complete 00:51:00 ce8a83651883: Verifying Checksum 00:51:00 ce8a83651883: Download complete 00:51:00 e78d2573fc39: Verifying Checksum 00:51:00 e78d2573fc39: Download complete 00:51:00 07967f4d0e4b: Download complete 00:51:00 df20fa9351a1: Pull complete 00:51:00 ed8968b2872e: Pull complete 00:51:00 ad7c5574e4b9: Verifying Checksum 00:51:00 ad7c5574e4b9: Download complete 00:51:00 c890913d741a: Verifying Checksum 00:51:00 c890913d741a: Download complete 00:51:00 a92cc7c5fd73: Pull complete 00:51:02 2480fcc9aa5a: Verifying Checksum 00:51:02 2480fcc9aa5a: Download complete 00:51:02 09adf4765672: Verifying Checksum 00:51:02 09adf4765672: Download complete 00:51:02 e772456be8f7: Verifying Checksum 00:51:02 e772456be8f7: Download complete 00:51:03 fd7a069fd194: Verifying Checksum 00:51:03 fd7a069fd194: Download complete 00:51:06 2dd03ba5bac4: Pull complete 00:51:06 1e091d79d1de: Pull complete 00:51:06 481702a1767f: Pull complete 00:51:14 f64a6f60c768: Pull complete 00:51:15 fd7a069fd194: Pull complete 00:51:15 66aa3694b03b: Pull complete 00:51:15 170f70906a0f: Pull complete 00:51:16 e78d2573fc39: Pull complete 00:51:16 e876d2f968b6: Pull complete 00:51:17 ce8a83651883: Pull complete 00:51:18 07967f4d0e4b: Pull complete 00:51:18 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 00:51:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 00:51:18 ---> 5d7c900382c6 00:51:18 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:51:18 latest: Pulling from library/docker 00:51:18 df20fa9351a1: Already exists 00:51:18 25ad7478873d: Pulling fs layer 00:51:18 4684f6177b5d: Pulling fs layer 00:51:18 46e300cec669: Pulling fs layer 00:51:18 63038576ad94: Pulling fs layer 00:51:18 0fdb76c4706c: Pulling fs layer 00:51:18 cb7edeffdfd5: Pulling fs layer 00:51:18 63038576ad94: Waiting 00:51:18 0fdb76c4706c: Waiting 00:51:18 cb7edeffdfd5: Waiting 00:51:18 4684f6177b5d: Verifying Checksum 00:51:18 4684f6177b5d: Download complete 00:51:18 25ad7478873d: Verifying Checksum 00:51:18 25ad7478873d: Download complete 00:51:18 ad7c5574e4b9: Pull complete 00:51:18 63038576ad94: Verifying Checksum 00:51:18 63038576ad94: Download complete 00:51:18 0fdb76c4706c: Verifying Checksum 00:51:18 0fdb76c4706c: Download complete 00:51:18 cb7edeffdfd5: Verifying Checksum 00:51:18 cb7edeffdfd5: Download complete 00:51:18 25ad7478873d: Pull complete 00:51:19 4684f6177b5d: Pull complete 00:51:19 46e300cec669: Verifying Checksum 00:51:19 46e300cec669: Download complete 00:51:23 e772456be8f7: Pull complete 00:51:23 46e300cec669: Pull complete 00:51:23 63038576ad94: Pull complete 00:51:23 0fdb76c4706c: Pull complete 00:51:23 cb7edeffdfd5: Pull complete 00:51:23 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 00:51:23 Status: Downloaded newer image for docker:latest 00:51:23 c890913d741a: Pull complete 00:51:24 ---> 00fc0ba945cb 00:51:24 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:51:24 ---> Running in 369aadd4caad 00:51:24 Removing intermediate container 369aadd4caad 00:51:24 ---> e1c5e1f82982 00:51:24 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 00:51:25 ---> Running in 0e80a1011723 00:51:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:26 2480fcc9aa5a: Pull complete 00:51:26 09adf4765672: Pull complete 00:51:26 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 00:51:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 00:51:26 ---> 2248a725d1cf 00:51:26 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:51:26 latest: Pulling from library/docker 00:51:26 b538f80385f9: Already exists 00:51:26 259a493cd78d: Pulling fs layer 00:51:26 b8e66b5100f5: Pulling fs layer 00:51:26 39dc9c94d07c: Pulling fs layer 00:51:26 551b823b3b82: Pulling fs layer 00:51:26 3c52a74df98c: Pulling fs layer 00:51:26 6c9b121b6998: Pulling fs layer 00:51:26 3c52a74df98c: Waiting 00:51:26 551b823b3b82: Waiting 00:51:26 6c9b121b6998: Waiting 00:51:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:26 b8e66b5100f5: Verifying Checksum 00:51:26 b8e66b5100f5: Download complete 00:51:26 259a493cd78d: Verifying Checksum 00:51:26 259a493cd78d: Download complete 00:51:26 551b823b3b82: Verifying Checksum 00:51:26 551b823b3b82: Download complete 00:51:26 (1/5) Installing libsodium (1.0.18-r0) 00:51:26 (2/5) Installing libzmq (4.3.2-r0) 00:51:27 (3/5) Installing pkgconf (1.7.2-r0) 00:51:27 (4/5) Installing libsodium-dev (1.0.18-r0) 00:51:27 (5/5) Installing zeromq-dev (4.3.2-r0) 00:51:27 3c52a74df98c: Verifying Checksum 00:51:27 3c52a74df98c: Download complete 00:51:27 6c9b121b6998: Verifying Checksum 00:51:27 6c9b121b6998: Download complete 00:51:27 Executing busybox-1.31.1-r16.trigger 00:51:27 OK: 167 MiB in 44 packages 00:51:27 259a493cd78d: Pull complete 00:51:27 Removing intermediate container 0e80a1011723 00:51:27 ---> c03713d317f6 00:51:27 Step 6/8 : WORKDIR /build 00:51:27 ---> Running in 299c7cacccae 00:51:27 b8e66b5100f5: Pull complete 00:51:28 Removing intermediate container 299c7cacccae 00:51:28 ---> 82f13f0129f8 00:51:28 Step 7/8 : COPY go.mod . 00:51:28 ---> b7be85cc0dcb 00:51:28 Step 8/8 : RUN go mod download 00:51:28 39dc9c94d07c: Verifying Checksum 00:51:28 39dc9c94d07c: Download complete 00:51:28 ---> Running in 7a80ef60596f 00:51:30 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:51:30 go: finding github.com/BurntSushi/toml v0.3.1 00:51:30 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:51:30 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:51:30 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:51:30 go: finding github.com/bgentry/speakeasy v0.1.0 00:51:30 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:51:30 go: finding github.com/davecgh/go-spew v1.1.1 00:51:30 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:51:30 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:51:30 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 00:51:30 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:51:30 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 00:51:30 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:51:30 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 00:51:30 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 00:51:30 go: finding github.com/fatih/color v1.7.0 00:51:30 go: finding github.com/fsnotify/fsnotify v1.4.7 00:51:30 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:51:30 go: finding github.com/go-kit/kit v0.8.0 00:51:30 go: finding github.com/go-logfmt/logfmt v0.4.0 00:51:30 go: finding github.com/go-redis/redis/v7 v7.2.0 00:51:30 go: finding github.com/go-stack/stack v1.8.0 00:51:30 go: finding github.com/golang/protobuf v1.3.2 00:51:30 go: finding github.com/golang/snappy v0.0.1 00:51:31 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:51:31 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:51:31 go: finding github.com/google/uuid v1.1.1 00:51:31 go: finding github.com/gorilla/mux v1.7.4 00:51:31 go: finding github.com/hashicorp/consul/api v1.1.0 00:51:31 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:51:31 go: finding github.com/hashicorp/errwrap v1.0.0 00:51:31 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:51:31 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:51:31 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:51:31 go: finding github.com/hashicorp/go-multierror v1.0.0 00:51:31 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:51:31 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:51:31 go: finding github.com/hashicorp/go-syslog v1.0.0 00:51:31 go: finding github.com/hashicorp/go-uuid v1.0.1 00:51:31 go: finding github.com/hashicorp/go.net v0.0.1 00:51:31 go: finding github.com/hashicorp/golang-lru v0.5.0 00:51:31 go: finding github.com/hashicorp/logutils v1.0.0 00:51:31 go: finding github.com/hashicorp/mdns v1.0.0 00:51:31 go: finding github.com/hashicorp/memberlist v0.1.3 00:51:31 go: finding github.com/hashicorp/serf v0.8.2 00:51:31 go: finding github.com/hpcloud/tail v1.0.0 00:51:31 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:51:31 go: finding github.com/kr/pretty v0.1.0 00:51:31 go: finding github.com/kr/pty v1.1.1 00:51:31 39dc9c94d07c: Pull complete 00:51:31 551b823b3b82: Pull complete 00:51:31 go: finding github.com/kr/text v0.1.0 00:51:31 go: finding github.com/mattn/go-colorable v0.0.9 00:51:31 go: finding github.com/mattn/go-isatty v0.0.3 00:51:31 go: finding github.com/miekg/dns v1.0.14 00:51:31 go: finding github.com/mitchellh/cli v1.0.0 00:51:31 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:51:31 go: finding github.com/mitchellh/copystructure v1.0.0 00:51:31 go: finding github.com/mitchellh/go-homedir v1.0.0 00:51:31 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:51:31 go: finding github.com/mitchellh/gox v0.4.0 00:51:31 go: finding github.com/mitchellh/iochan v1.0.0 00:51:31 go: finding github.com/mitchellh/mapstructure v1.1.2 00:51:31 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:51:31 go: finding github.com/onsi/ginkgo v1.10.1 00:51:31 go: finding github.com/onsi/gomega v1.7.0 00:51:31 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:51:31 go: finding github.com/pebbe/zmq4 v1.0.0 00:51:31 go: finding github.com/pelletier/go-toml v1.2.0 00:51:31 go: finding github.com/pkg/errors v0.8.1 00:51:31 go: finding github.com/pmezard/go-difflib v1.0.0 00:51:31 go: finding github.com/posener/complete v1.1.1 00:51:31 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:51:31 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:51:31 go: finding github.com/stretchr/objx v0.2.0 00:51:31 go: finding github.com/stretchr/testify v1.6.1 00:51:31 go: finding github.com/ugorji/go v1.1.4 00:51:32 go: finding github.com/x448/float16 v0.8.4 00:51:32 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 00:51:32 go: finding github.com/xdg/stringprep v1.0.0 00:51:32 go: finding go.mongodb.org/mongo-driver v1.1.1 00:51:32 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:51:32 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:51:32 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:51:32 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:51:32 go: finding golang.org/x/text v0.3.2 00:51:32 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:51:32 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:51:32 3c52a74df98c: Pull complete 00:51:32 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:51:32 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:51:32 go: finding gopkg.in/yaml.v2 v2.2.8 00:51:32 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:51:32 6c9b121b6998: Pull complete 00:51:32 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 00:51:32 Status: Downloaded newer image for docker:latest 00:51:40 ---> 11ff4c04eccc 00:51:40 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:51:40 ---> Running in 91f9a4f30d25 00:51:40 Removing intermediate container 91f9a4f30d25 00:51:40 ---> 7a78499aaddf 00:51:40 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 00:51:41 ---> Running in 3822bf741d31 00:51:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:44 (1/5) Installing libsodium (1.0.18-r0) 00:51:44 (2/5) Installing libzmq (4.3.2-r0) 00:51:44 (3/5) Installing pkgconf (1.7.2-r0) 00:51:44 (4/5) Installing libsodium-dev (1.0.18-r0) 00:51:44 (5/5) Installing zeromq-dev (4.3.2-r0) 00:51:44 Executing busybox-1.31.1-r16.trigger 00:51:44 OK: 143 MiB in 44 packages 00:51:45 Removing intermediate container 3822bf741d31 00:51:45 ---> 544694ed4aed 00:51:45 Step 6/8 : WORKDIR /build 00:51:45 ---> Running in cf5605ecac78 00:51:46 Removing intermediate container cf5605ecac78 00:51:46 ---> dbc7f28b39dc 00:51:46 Step 7/8 : COPY go.mod . 00:51:46 ---> a8183e9e05d5 00:51:46 Step 8/8 : RUN go mod download 00:51:46 ---> Running in 35ecc869e178 00:51:47 Removing intermediate container 7a80ef60596f 00:51:47 ---> 8b2aabe0b49c 00:51:47 Successfully built 8b2aabe0b49c 00:51:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:51:48 + docker inspect -f . ci-base-image-x86_64 00:51:48 . [Pipeline] withDockerContainer 00:51:48 prd-centos7-docker-4c-2g-356 does not seem to be running inside a container 00:51:48 $ 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 ******** ci-base-image-x86_64 cat 00:51:49 $ docker top 7a2c0f323707f19f247a4927a7390b17186b8e14843a227c8beeb6160b48c687 -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:49 + go version 00:51:49 go version go1.13.13 linux/amd64 [Pipeline] sh 00:51:49 + make test 00:51:49 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:51:50 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:51:50 go: finding github.com/BurntSushi/toml v0.3.1 00:51:50 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:51:50 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:51:50 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:51:50 go: finding github.com/bgentry/speakeasy v0.1.0 00:51:50 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:51:50 go: finding github.com/davecgh/go-spew v1.1.1 00:51:50 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:51:50 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:51:50 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 00:51:50 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:51:50 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 00:51:50 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:51:50 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 00:51:50 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 00:51:50 go: finding github.com/fatih/color v1.7.0 00:51:50 go: finding github.com/fsnotify/fsnotify v1.4.7 00:51:50 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:51:50 go: finding github.com/go-kit/kit v0.8.0 00:51:50 go: finding github.com/go-logfmt/logfmt v0.4.0 00:51:50 go: finding github.com/go-redis/redis/v7 v7.2.0 00:51:50 go: finding github.com/go-stack/stack v1.8.0 00:51:50 go: finding github.com/golang/protobuf v1.3.2 00:51:50 go: finding github.com/golang/snappy v0.0.1 00:51:50 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:51:50 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:51:50 go: finding github.com/google/uuid v1.1.1 00:51:50 go: finding github.com/gorilla/mux v1.7.4 00:51:50 go: finding github.com/hashicorp/consul/api v1.1.0 00:51:50 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:51:50 go: finding github.com/hashicorp/errwrap v1.0.0 00:51:50 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:51:50 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:51:50 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:51:50 go: finding github.com/hashicorp/go-multierror v1.0.0 00:51:50 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:51:50 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:51:50 go: finding github.com/hashicorp/go-syslog v1.0.0 00:51:50 go: finding github.com/hashicorp/go-uuid v1.0.1 00:51:50 go: finding github.com/hashicorp/go.net v0.0.1 00:51:50 go: finding github.com/hashicorp/golang-lru v0.5.0 00:51:50 go: finding github.com/hashicorp/logutils v1.0.0 00:51:50 go: finding github.com/hashicorp/mdns v1.0.0 00:51:50 go: finding github.com/hashicorp/memberlist v0.1.3 00:51:50 go: finding github.com/hashicorp/serf v0.8.2 00:51:50 go: finding github.com/hpcloud/tail v1.0.0 00:51:50 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:51:50 go: finding github.com/kr/pretty v0.1.0 00:51:50 go: finding github.com/kr/pty v1.1.1 00:51:51 go: finding github.com/kr/text v0.1.0 00:51:51 go: finding github.com/mattn/go-colorable v0.0.9 00:51:51 go: finding github.com/mattn/go-isatty v0.0.3 00:51:51 go: finding github.com/miekg/dns v1.0.14 00:51:51 go: finding github.com/mitchellh/cli v1.0.0 00:51:51 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:51:51 go: finding github.com/mitchellh/copystructure v1.0.0 00:51:51 go: finding github.com/mitchellh/go-homedir v1.0.0 00:51:51 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:51:51 go: finding github.com/mitchellh/gox v0.4.0 00:51:51 go: finding github.com/mitchellh/iochan v1.0.0 00:51:51 go: finding github.com/mitchellh/mapstructure v1.1.2 00:51:51 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 00:51:51 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:51:51 go: finding github.com/onsi/ginkgo v1.10.1 00:51:51 go: finding github.com/onsi/gomega v1.7.0 00:51:51 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:51:51 go: finding github.com/pebbe/zmq4 v1.0.0 00:51:51 go: finding github.com/pelletier/go-toml v1.2.0 00:51:51 go: finding github.com/pkg/errors v0.8.1 00:51:51 go: finding github.com/pmezard/go-difflib v1.0.0 00:51:51 go: finding github.com/posener/complete v1.1.1 00:51:51 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:51:51 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:51:51 go: finding github.com/stretchr/objx v0.2.0 00:51:51 go: finding github.com/stretchr/testify v1.6.1 00:51:51 go: finding github.com/ugorji/go v1.1.4 00:51:51 go: finding github.com/x448/float16 v0.8.4 00:51:51 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 00:51:51 go: finding github.com/xdg/stringprep v1.0.0 00:51:51 go: finding go.mongodb.org/mongo-driver v1.1.1 00:51:51 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:51:51 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:51:51 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:51:51 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:51:51 go: finding golang.org/x/text v0.3.2 00:51:51 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:51:51 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:51:51 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:51:51 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:51:51 go: finding gopkg.in/yaml.v2 v2.2.8 00:51:51 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:51:57 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.080s coverage: 86.2% of statements 00:52:10 Removing intermediate container 35ecc869e178 00:52:10 ---> 94b4bfed0c80 00:52:10 Successfully built 94b4bfed0c80 00:52:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:52:11 + docker inspect -f . ci-base-image-arm64 00:52:11 . [Pipeline] withDockerContainer 00:52:11 prd-ubuntu18.04-docker-arm64-4c-16g-355 does not seem to be running inside a container 00:52:11 $ 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 ******** ci-base-image-arm64 cat 00:52:12 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.033s coverage: 51.6% of statements 00:52:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 00:52:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 00:52:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.031s coverage: 54.0% of statements 00:52:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 00:52:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.432s coverage: 69.1% of statements 00:52:13 $ docker top 233ee3f2daea8133d66eae2d195d11f751f0a9994650b6d7bab0211e1e86e408 -eo pid,comm [Pipeline] { [Pipeline] sh 00:52:14 + go version 00:52:14 go version go1.13.13 linux/arm64 [Pipeline] sh 00:52:16 + make test 00:52:16 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:52:17 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 00:52:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.532s coverage: 73.4% of statements 00:52:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.005s coverage: 89.5% of statements 00:52:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.018s coverage: 100.0% of statements 00:52:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.121s coverage: 100.0% of statements 00:52:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 00:52:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 00:52:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 00:52:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 00:52:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 00:52:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 00:52:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 00:52:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 00:52:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 00:52:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.006s coverage: 96.6% of statements 00:52:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 00:52:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.011s coverage: 97.7% of statements 00:52:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 00:52:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 00:52:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] 00:52:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.713s coverage: 78.0% of statements 00:52:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.063s coverage: 81.1% of statements 00:52:35 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.127s coverage: 86.2% of statements 00:52:42 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.352s coverage: 71.5% of statements 00:52:42 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 100.0% of statements 00:52:42 CGO_ENABLED=1 GO111MODULE=on go vet ./... 00:52:46 gofmt -l . 00:52:46 [ "`gofmt -l .`" = "" ] 00:52:46 ./bin/test-go-mod-tidy.sh 00:52:48 go: finding github.com/tidwall/pretty v1.0.1 00:52:48 go: finding github.com/google/go-cmp v0.5.0 00:52:48 go: downloading github.com/tidwall/pretty v1.0.1 00:52:48 go: downloading github.com/google/go-cmp v0.5.0 00:52:48 go: extracting github.com/tidwall/pretty v1.0.1 00:52:49 go: extracting github.com/google/go-cmp v0.5.0 00:52:49 github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo imports 00:52:49 go.mongodb.org/mongo-driver/bson tested by 00:52:49 go.mongodb.org/mongo-driver/bson.test imports 00:52:49 github.com/google/go-cmp/cmp: module github.com/google/go-cmp/cmp: reading https://nexus3.edgexfoundry.org/repository/go-proxy/github.com/google/go-cmp/cmp/@v/list: 503 Service Unavailable 00:52:49 make: *** [Makefile:10: test] Error 1 [Pipeline] } 00:52:49 $ docker stop --time=1 7a2c0f323707f19f247a4927a7390b17186b8e14843a227c8beeb6160b48c687 00:52:51 $ docker rm -f 7a2c0f323707f19f247a4927a7390b17186b8e14843a227c8beeb6160b48c687 [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] } 00:52:53 Failed in branch amd64 00:53:14 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.058s coverage: 51.6% of statements 00:53:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 00:53:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 00:53:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.107s coverage: 54.0% of statements 00:53:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 00:53:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.496s coverage: 69.1% of statements 00:53:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.513s coverage: 73.4% of statements 00:53:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.019s coverage: 89.5% of statements 00:53:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.016s coverage: 100.0% of statements 00:53:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.106s coverage: 100.0% of statements 00:53:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.049s coverage: 100.0% of statements 00:53:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.032s coverage: 100.0% of statements 00:53:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 00:53:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 00:53:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 00:53:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 00:53:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 00:53:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 00:53:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 00:53:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.023s coverage: 96.6% of statements 00:53:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 00:53:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.017s coverage: 97.7% of statements 00:53:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 00:53:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 00:53:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] 00:53:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.721s coverage: 78.0% of statements 00:53:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.152s coverage: 81.1% of statements 00:53:52 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.721s coverage: 71.5% of statements 00:53:52 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.016s coverage: 100.0% of statements 00:53:52 CGO_ENABLED=1 GO111MODULE=on go vet ./... 00:54:02 gofmt -l . 00:54:02 [ "`gofmt -l .`" = "" ] 00:54:02 ./bin/test-go-mod-tidy.sh 00:54:03 go: finding github.com/tidwall/pretty v1.0.1 00:54:03 go: finding github.com/google/go-cmp v0.5.0 00:54:03 go: downloading github.com/tidwall/pretty v1.0.1 00:54:03 go: downloading github.com/google/go-cmp v0.5.0 00:54:03 go: extracting github.com/google/go-cmp v0.5.0 00:54:03 go: extracting github.com/tidwall/pretty v1.0.1 00:54:04 github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo imports 00:54:04 go.mongodb.org/mongo-driver/bson tested by 00:54:04 go.mongodb.org/mongo-driver/bson.test imports 00:54:04 github.com/google/go-cmp/cmp: module github.com/google/go-cmp/cmp: reading https://nexus3.edgexfoundry.org/repository/go-proxy/github.com/google/go-cmp/cmp/@v/list: 503 Service Unavailable 00:54:04 make: *** [Makefile:10: test] Error 1 [Pipeline] } 00:54:04 $ docker stop --time=1 233ee3f2daea8133d66eae2d195d11f751f0a9994650b6d7bab0211e1e86e408 00:54:07 $ docker rm -f 233ee3f2daea8133d66eae2d195d11f751f0a9994650b6d7bab0211e1e86e408 [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] } 00:54:09 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] { (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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:54:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:54:12 ---> package-listing.sh 00:54:12 ++ facter osfamily 00:54:12 ++ tr '[:upper:]' '[:lower:]' 00:54:12 + OS_FAMILY=redhat 00:54:12 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-414 00:54:12 + START_PACKAGES=/tmp/packages_start.txt 00:54:12 + END_PACKAGES=/tmp/packages_end.txt 00:54:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:54:12 + PACKAGES=/tmp/packages_start.txt 00:54:12 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-414 ']' 00:54:12 + PACKAGES=/tmp/packages_end.txt 00:54:12 + case "${OS_FAMILY}" in 00:54:12 + rpm -qa 00:54:12 + sort 00:54:16 + '[' -f /tmp/packages_start.txt ']' 00:54:16 + '[' -f /tmp/packages_end.txt ']' 00:54:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:54:16 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-414 ']' 00:54:16 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-414/archives/ 00:54:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-414/archives/ [Pipeline] isUnix [Pipeline] sh 00:54:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:17 00:54:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:54:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:17 alpine: Pulling from edgex-lftools-log-publisher 00:54:17 c9b1b535fdd9: Pulling fs layer 00:54:17 2cc5ad85d9ab: Pulling fs layer 00:54:17 756a868c4378: Pulling fs layer 00:54:17 444b2fc9a129: Pulling fs layer 00:54:17 ea15f1150254: Pulling fs layer 00:54:17 41b27a9f41bf: Pulling fs layer 00:54:17 28c525ee5125: Pulling fs layer 00:54:17 094b1ea09ed8: Pulling fs layer 00:54:17 138eaada9080: Pulling fs layer 00:54:17 0622d0fa9048: Pulling fs layer 00:54:17 28c525ee5125: Waiting 00:54:17 094b1ea09ed8: Waiting 00:54:17 138eaada9080: Waiting 00:54:17 444b2fc9a129: Waiting 00:54:17 ea15f1150254: Waiting 00:54:17 0622d0fa9048: Waiting 00:54:17 41b27a9f41bf: Waiting 00:54:17 2cc5ad85d9ab: Verifying Checksum 00:54:17 2cc5ad85d9ab: Download complete 00:54:17 444b2fc9a129: Verifying Checksum 00:54:17 444b2fc9a129: Download complete 00:54:17 c9b1b535fdd9: Verifying Checksum 00:54:17 c9b1b535fdd9: Download complete 00:54:17 ea15f1150254: Verifying Checksum 00:54:17 ea15f1150254: Download complete 00:54:17 28c525ee5125: Verifying Checksum 00:54:17 28c525ee5125: Download complete 00:54:17 756a868c4378: Verifying Checksum 00:54:17 756a868c4378: Download complete 00:54:18 138eaada9080: Verifying Checksum 00:54:18 138eaada9080: Download complete 00:54:18 0622d0fa9048: Verifying Checksum 00:54:18 0622d0fa9048: Download complete 00:54:18 c9b1b535fdd9: Pull complete 00:54:18 094b1ea09ed8: Verifying Checksum 00:54:18 094b1ea09ed8: Download complete 00:54:18 2cc5ad85d9ab: Pull complete 00:54:18 41b27a9f41bf: Verifying Checksum 00:54:18 41b27a9f41bf: Download complete 00:54:19 756a868c4378: Pull complete 00:54:19 444b2fc9a129: Pull complete 00:54:19 ea15f1150254: Pull complete 00:54:24 41b27a9f41bf: Pull complete 00:54:24 28c525ee5125: Pull complete 00:54:26 094b1ea09ed8: Pull complete 00:54:26 138eaada9080: Pull complete 00:54:26 0622d0fa9048: Pull complete 00:54:26 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 00:54:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:54:27 prd-centos7-docker-4c-2g-354 does not seem to be running inside a container 00:54:27 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/ndry_app-functions-sdk-go_PR-414 -v /w/workspace/ndry_app-functions-sdk-go_PR-414:/w/workspace/ndry_app-functions-sdk-go_PR-414:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-414@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-414@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:54:31 $ docker top a8153d146023dbe7648767db280073abddbe9c68e0fbca3c8e0bf57f5e18c1a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:54:31 provisioning config files... 00:54:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-414@tmp/config2085148584287264122tmp [Pipeline] { [Pipeline] echo 00:54:31 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:54:31 ---> create-netrc.sh [Pipeline] echo 00:54:31 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:54:32 ---> logs-deploy.sh 00:54:32 + ARCHIVE_ARTIFACTS= 00:54:32 + LOGS_SERVER=https://logs.edgexfoundry.org 00:54:32 + '[' https://logs.edgexfoundry.org == None ']' 00:54:32 + NEXUS_URL=https://nexus.edgexfoundry.org 00:54:32 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-414/1 00:54:32 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-414/1/ 00:54:32 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-414/1 /w/workspace/ndry_app-functions-sdk-go_PR-414 00:54:33 Archives upload complete. 00:54:33 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-414/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-414/1/ 00:54:34 ---> uname -a: 00:54:34 Linux a8153d146023 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 00:54:34 00:54:34 00:54:34 ---> lscpu: 00:54:34 Architecture: x86_64 00:54:34 CPU op-mode(s): 32-bit, 64-bit 00:54:34 Byte Order: Little Endian 00:54:34 Address sizes: 40 bits physical, 48 bits virtual 00:54:34 CPU(s): 4 00:54:34 On-line CPU(s) list: 0-3 00:54:34 Thread(s) per core: 1 00:54:34 Core(s) per socket: 1 00:54:34 Socket(s): 4 00:54:34 NUMA node(s): 1 00:54:34 Vendor ID: GenuineIntel 00:54:34 CPU family: 6 00:54:34 Model: 44 00:54:34 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:54:34 Stepping: 1 00:54:34 CPU MHz: 2933.438 00:54:34 BogoMIPS: 5866.87 00:54:34 Virtualization: VT-x 00:54:34 Hypervisor vendor: KVM 00:54:34 Virtualization type: full 00:54:34 L1d cache: 128 KiB 00:54:34 L1i cache: 128 KiB 00:54:34 L2 cache: 16 MiB 00:54:34 L3 cache: 64 MiB 00:54:34 NUMA node0 CPU(s): 0-3 00:54:34 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:54:34 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:54:34 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:54:34 Vulnerability Meltdown: Mitigation; PTI 00:54:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:54:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:54:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:54:34 Vulnerability Tsx async abort: Not affected 00:54:34 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 00:54:34 00:54:34 00:54:34 ---> nproc: 00:54:34 4 00:54:34 00:54:34 00:54:34 ---> df -h: 00:54:34 Filesystem Size Used Available Use% Mounted on 00:54:34 overlay 50.0G 7.3G 42.7G 15% / 00:54:34 tmpfs 64.0M 0 64.0M 0% /dev 00:54:34 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:54:34 shm 64.0M 0 64.0M 0% /dev/shm 00:54:34 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 00:54:34 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 00:54:34 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 00:54:34 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa 00:54:34 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-414 00:54:34 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-414@tmp 00:54:34 00:54:34 00:54:34 ---> free -m: 00:54:34 total used free shared buff/cache available 00:54:34 Mem: 1837 667 125 0 1044 1063 00:54:34 Swap: 1023 1 1022 00:54:34 00:54:34 00:54:34 ---> ip addr: 00:54:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:54:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:54:34 inet 127.0.0.1/8 scope host lo 00:54:34 valid_lft forever preferred_lft forever 00:54:34 6: eth0@if7: mtu 1458 qdisc noqueue state UP 00:54:34 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 00:54:34 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 00:54:34 valid_lft forever preferred_lft forever 00:54:34 00:54:34 00:54:34 ---> sar -b -r -n DEV: 00:54:34 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/21/20 _x86_64_ (4 CPU) 00:54:34 00:54:34 00:47:33 LINUX RESTART 00:54:34 00:54:34 00:48:01 tps rtps wtps bread/s bwrtn/s 00:54:34 00:49:01 97.02 40.49 56.53 7614.84 8622.77 00:54:34 00:50:01 2.48 0.00 2.48 0.00 56.17 00:54:34 00:51:02 0.53 0.00 0.53 0.00 8.74 00:54:34 00:52:01 0.30 0.00 0.30 0.00 4.13 00:54:34 00:53:01 0.25 0.00 0.25 0.00 3.06 00:54:34 00:54:01 0.40 0.00 0.40 0.00 5.96 00:54:34 Average: 16.89 6.77 10.12 1273.45 1455.04 00:54:34 00:54:34 00:48:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:54:34 00:49:01 196416 1685140 89.56 2620 1092992 1112204 37.96 442912 1082220 120 00:54:34 00:50:01 202840 1678716 89.22 2620 1093180 1071668 36.57 442120 1078128 8 00:54:34 00:51:02 202104 1679452 89.26 2620 1093188 1071936 36.58 443256 1078120 8 00:54:34 00:52:01 201340 1680216 89.30 2620 1093188 1071732 36.58 444172 1077468 16 00:54:34 00:53:01 201652 1679904 89.28 2620 1093192 1071732 36.58 448276 1073372 12 00:54:34 00:54:01 199732 1681824 89.38 2620 1093200 1071792 36.58 450440 1073312 8 00:54:34 Average: 200681 1680875 89.33 2620 1093157 1078511 36.81 445196 1077103 29 00:54:34 00:54:34 00:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 00:54:34 00:49:01 eth0 728.01 495.22 1663.43 411.01 0.00 0.00 0.00 00:54:34 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:34 00:49:01 docker0 103.43 91.03 8.84 302.86 0.00 0.00 0.00 00:54:34 00:50:01 eth0 0.72 0.08 0.06 0.01 0.00 0.00 0.00 00:54:34 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:34 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:34 00:51:02 eth0 1.42 0.73 0.58 0.38 0.00 0.00 0.00 00:54:34 00:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:34 00:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:34 00:52:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 00:54:34 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:34 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:34 00:53:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 00:54:34 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:34 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:34 00:54:01 eth0 0.22 0.15 0.08 0.07 0.00 0.00 0.00 00:54:34 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:34 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:34 Average: eth0 122.17 83.01 278.30 68.82 0.00 0.00 0.00 00:54:34 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:34 Average: docker0 17.30 15.22 1.48 50.65 0.00 0.00 0.00 00:54:34 00:54:34 00:54:34 ---> sar -P ALL: 00:54:34 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/21/20 _x86_64_ (4 CPU) 00:54:34 00:54:34 00:47:33 LINUX RESTART 00:54:34 00:54:34 00:48:01 CPU %user %nice %system %iowait %steal %idle 00:54:34 00:49:01 all 16.95 0.00 6.07 4.22 0.02 72.74 00:54:34 00:49:01 0 16.93 0.00 6.57 1.03 0.02 75.45 00:54:34 00:49:01 1 16.37 0.00 6.06 5.35 0.00 72.22 00:54:34 00:49:01 2 16.95 0.00 5.63 4.82 0.03 72.57 00:54:34 00:49:01 3 17.56 0.00 6.03 5.70 0.02 70.69 00:54:34 00:50:01 all 0.15 0.00 0.05 0.00 0.00 99.81 00:54:34 00:50:01 0 0.45 0.00 0.03 0.00 0.00 99.52 00:54:34 00:50:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:54:34 00:50:01 2 0.07 0.00 0.07 0.00 0.00 99.87 00:54:34 00:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:54:34 00:51:02 all 0.17 0.00 0.03 0.00 0.00 99.80 00:54:34 00:51:02 0 0.07 0.00 0.02 0.00 0.00 99.92 00:54:34 00:51:02 1 0.05 0.00 0.03 0.00 0.00 99.92 00:54:34 00:51:02 2 0.52 0.00 0.05 0.00 0.00 99.43 00:54:34 00:51:02 3 0.03 0.00 0.03 0.00 0.00 99.93 00:54:34 00:52:01 all 0.16 0.00 0.04 0.00 0.00 99.81 00:54:34 00:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:54:34 00:52:01 1 0.53 0.00 0.02 0.00 0.00 99.46 00:54:34 00:52:01 2 0.05 0.00 0.07 0.00 0.00 99.88 00:54:34 00:52:01 3 0.05 0.00 0.05 0.00 0.00 99.90 00:54:34 00:53:01 all 0.17 0.00 0.05 0.00 0.00 99.78 00:54:34 00:53:01 0 0.03 0.00 0.07 0.00 0.00 99.90 00:54:34 00:53:01 1 0.55 0.00 0.03 0.00 0.02 99.40 00:54:34 00:53:01 2 0.05 0.00 0.07 0.00 0.00 99.88 00:54:34 00:53:01 3 0.03 0.00 0.03 0.00 0.02 99.92 00:54:34 00:54:01 all 0.15 0.00 0.06 0.00 0.00 99.79 00:54:34 00:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:54:34 00:54:01 1 0.52 0.00 0.02 0.00 0.00 99.47 00:54:34 00:54:01 2 0.03 0.00 0.13 0.00 0.00 99.83 00:54:34 00:54:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:54:34 Average: all 2.94 0.00 1.04 0.70 0.00 95.31 00:54:34 Average: 0 2.91 0.00 1.12 0.17 0.00 95.80 00:54:34 Average: 1 3.00 0.00 1.03 0.89 0.00 95.07 00:54:34 Average: 2 2.93 0.00 1.00 0.80 0.01 95.26 00:54:34 Average: 3 2.94 0.00 1.03 0.94 0.01 95.08 00:54:34 00:54:34 00:54:34