Branch indexing 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 lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from e343d062b58c9ae90473f40c03700e8449237536+aed4594c0c67a41538adeca107413fb688e317f4 (5c57c9a8393d2c12c020937f87bc4ebdbe143752) Running in Durability level: PERFORMANCE_OPTIMIZED 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 > 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 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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 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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, 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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-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_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-3346 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/32 [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/edgex-go.git > git init /w/workspace/edgex-go/32 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-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/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit e343d062b58c9ae90473f40c03700e8449237536 Merge succeeded, producing 044483e461e04ec1ede6062efea9b1f5a0ce39d3 Checking out Revision 044483e461e04ec1ede6062efea9b1f5a0ce39d3 (PR-2610) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # 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/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e343d062b58c9ae90473f40c03700e8449237536 # 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 aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 044483e461e04ec1ede6062efea9b1f5a0ce39d3 # timeout=10 Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" > git rev-list --no-walk e343d062b58c9ae90473f40c03700e8449237536 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:31:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:31:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:31:27 ========================================================= 04:31:27 EdgeX Global Pipelines Version Info 04:31:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:31:29 ------------------- 04:31:29 stable info: 04:31:29 ------------------- 04:31:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:31:29 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:31:29 Message: update stable to v1.0.106 04:31:30 ------------------- 04:31:30 experimental info: 04:31:30 ------------------- 04:31:30 Commited By: **** collab-it+edgex@linuxfoundation.org 04:31:30 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 04:31:30 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:31:31 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 04:31:31 + for file in '`ls cmd/**/Dockerfile`' 04:31:31 ++ dirname cmd/core-command/Dockerfile 04:31:31 ++ cut -d/ -f2 04:31:31 + echo core-command,cmd/core-command/Dockerfile 04:31:31 + for file in '`ls cmd/**/Dockerfile`' 04:31:31 ++ dirname cmd/core-data/Dockerfile 04:31:31 ++ cut -d/ -f2 04:31:31 + echo core-data,cmd/core-data/Dockerfile 04:31:31 + for file in '`ls cmd/**/Dockerfile`' 04:31:31 ++ dirname cmd/core-metadata/Dockerfile 04:31:31 ++ cut -d/ -f2 04:31:31 + echo core-metadata,cmd/core-metadata/Dockerfile 04:31:31 + for file in '`ls cmd/**/Dockerfile`' 04:31:31 ++ dirname cmd/security-proxy-setup/Dockerfile 04:31:31 ++ cut -d/ -f2 04:31:31 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:31:31 + for file in '`ls cmd/**/Dockerfile`' 04:31:31 ++ dirname cmd/security-secrets-setup/Dockerfile 04:31:31 ++ cut -d/ -f2 04:31:31 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:31:31 + for file in '`ls cmd/**/Dockerfile`' 04:31:31 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:31:31 ++ cut -d/ -f2 04:31:31 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:31:31 + for file in '`ls cmd/**/Dockerfile`' 04:31:31 ++ dirname cmd/support-logging/Dockerfile 04:31:31 ++ cut -d/ -f2 04:31:31 + echo support-logging,cmd/support-logging/Dockerfile 04:31:31 + for file in '`ls cmd/**/Dockerfile`' 04:31:31 ++ dirname cmd/support-notifications/Dockerfile 04:31:31 ++ cut -d/ -f2 04:31:31 + echo support-notifications,cmd/support-notifications/Dockerfile 04:31:31 + for file in '`ls cmd/**/Dockerfile`' 04:31:31 ++ dirname cmd/support-scheduler/Dockerfile 04:31:31 ++ cut -d/ -f2 04:31:31 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:31:31 + for file in '`ls cmd/**/Dockerfile`' 04:31:31 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:31:31 ++ cut -d/ -f2 04:31:31 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:31:31 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 04:31:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:32 04:31:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:31:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:33 latest: Pulling from edgex-devops/git-semver 04:31:33 31603596830f: Pulling fs layer 04:31:33 2a8b12db71e7: Pulling fs layer 04:31:33 6ca5941a6612: Pulling fs layer 04:31:33 ecc8261a40a4: Pulling fs layer 04:31:33 ecc8261a40a4: Waiting 04:31:33 2a8b12db71e7: Verifying Checksum 04:31:33 2a8b12db71e7: Download complete 04:31:33 31603596830f: Verifying Checksum 04:31:33 31603596830f: Download complete 04:31:33 ecc8261a40a4: Verifying Checksum 04:31:33 ecc8261a40a4: Download complete 04:31:33 6ca5941a6612: Verifying Checksum 04:31:33 6ca5941a6612: Download complete 04:31:33 31603596830f: Pull complete 04:31:33 2a8b12db71e7: Pull complete 04:31:34 6ca5941a6612: Pull complete 04:31:35 ecc8261a40a4: Pull complete 04:31:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:31:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:31:35 prd-centos7-docker-4c-2g-3346 does not seem to be running inside a container 04:31:35 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:31:38 $ docker top 08102502f467a14bbffbd173e0343827174e7371ed53a6c79f7cc3ca5f050fc7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:31:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:38 [ssh-agent] Looking for ssh-agent implementation... 04:31:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:38 $ docker exec 08102502f467a14bbffbd173e0343827174e7371ed53a6c79f7cc3ca5f050fc7 ssh-agent 04:31:38 SSH_AUTH_SOCK=/tmp/ssh-laB97QERMbJX/agent.11 04:31:38 SSH_AGENT_PID=16 04:31:38 Running ssh-add (command line suppressed) 04:31:39 Identity added: /w/workspace/edgex-go/32@tmp/private_key_6046457663085034.key (/w/workspace/edgex-go/32@tmp/private_key_6046457663085034.key) 04:31:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:39 + git describe --exact-match --tags HEAD 04:31:39 fatal: No names found, cannot describe anything. [Pipeline] } 04:31:39 $ docker exec --env ******** --env ******** 08102502f467a14bbffbd173e0343827174e7371ed53a6c79f7cc3ca5f050fc7 ssh-agent -k 04:31:39 unset SSH_AUTH_SOCK; 04:31:39 unset SSH_AGENT_PID; 04:31:39 echo Agent pid 16 killed; 04:31:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:31:39 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:31:39 This usually means this commit has not been tagged. [Pipeline] sshagent 04:31:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:39 [ssh-agent] Looking for ssh-agent implementation... 04:31:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:40 $ docker exec 08102502f467a14bbffbd173e0343827174e7371ed53a6c79f7cc3ca5f050fc7 ssh-agent 04:31:40 SSH_AUTH_SOCK=/tmp/ssh-M2hPmYp0X4w3/agent.45 04:31:40 SSH_AGENT_PID=50 04:31:40 Running ssh-add (command line suppressed) 04:31:40 Identity added: /w/workspace/edgex-go/32@tmp/private_key_747128911033392373.key (/w/workspace/edgex-go/32@tmp/private_key_747128911033392373.key) 04:31:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:40 + git semver init 04:31:40 # -> Open(): unable to determine branch for HEAD 04:31:40 # $GIT_DIR = /w/workspace/edgex-go/32/.git 04:31:40 # $GIT_WORK_TREE = /w/workspace/edgex-go/32 04:31:40 # $SEMVER_REMOTE_NAME = origin 04:31:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:31:40 # $SEMVER_USER_NAME = edgex-jenkins 04:31:40 # $SEMVER_BRANCH = PR-2610 04:31:40 # $SEMVER_TEMP = /tmp/semver-030839103 04:31:40 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:32:02 # '/tmp/semver-030839103' -> '/w/workspace/edgex-go/32/.semver' 04:32:03 # -> Force: false 04:32:03 # $SEMVER_DIR = /w/workspace/edgex-go/32/.semver [Pipeline] } 04:32:03 $ docker exec --env ******** --env ******** 08102502f467a14bbffbd173e0343827174e7371ed53a6c79f7cc3ca5f050fc7 ssh-agent -k 04:32:03 unset SSH_AUTH_SOCK; 04:32:03 unset SSH_AGENT_PID; 04:32:03 echo Agent pid 50 killed; 04:32:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:32:04 + git semver [Pipeline] } 04:32:04 $ docker stop --time=1 08102502f467a14bbffbd173e0343827174e7371ed53a6c79f7cc3ca5f050fc7 04:32:05 $ docker rm -f 08102502f467a14bbffbd173e0343827174e7371ed53a6c79f7cc3ca5f050fc7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:32:19 Stashed 31 file(s) [Pipeline] echo 04:32:19 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 04:32:20 ========================================================= 04:32:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:32:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:32:20 + 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 . 04:32:23 Sending build context to Docker daemon 323.1MB 04:32:23 Step 1/7 : ARG BASE=golang:1.13-alpine 04:32:23 Step 2/7 : FROM ${BASE} 04:32:23 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:32:23 df20fa9351a1: Pulling fs layer 04:32:23 ed8968b2872e: Pulling fs layer 04:32:23 a92cc7c5fd73: Pulling fs layer 04:32:23 2dd03ba5bac4: Pulling fs layer 04:32:23 1e091d79d1de: Pulling fs layer 04:32:23 481702a1767f: Pulling fs layer 04:32:23 f64a6f60c768: Pulling fs layer 04:32:23 e78d2573fc39: Pulling fs layer 04:32:23 e876d2f968b6: Pulling fs layer 04:32:23 ce8a83651883: Pulling fs layer 04:32:23 07967f4d0e4b: Pulling fs layer 04:32:23 481702a1767f: Waiting 04:32:23 f64a6f60c768: Waiting 04:32:23 2dd03ba5bac4: Waiting 04:32:23 1e091d79d1de: Waiting 04:32:23 e876d2f968b6: Waiting 04:32:23 ce8a83651883: Waiting 04:32:23 e78d2573fc39: Waiting 04:32:23 a92cc7c5fd73: Verifying Checksum 04:32:23 a92cc7c5fd73: Download complete 04:32:23 ed8968b2872e: Verifying Checksum 04:32:23 ed8968b2872e: Download complete 04:32:23 1e091d79d1de: Verifying Checksum 04:32:23 1e091d79d1de: Download complete 04:32:23 481702a1767f: Verifying Checksum 04:32:23 481702a1767f: Download complete 04:32:23 df20fa9351a1: Download complete 04:32:24 df20fa9351a1: Pull complete 04:32:25 f64a6f60c768: Verifying Checksum 04:32:25 f64a6f60c768: Download complete 04:32:25 2dd03ba5bac4: Verifying Checksum 04:32:25 2dd03ba5bac4: Download complete 04:32:25 e78d2573fc39: Verifying Checksum 04:32:25 e78d2573fc39: Download complete 04:32:26 e876d2f968b6: Verifying Checksum 04:32:26 e876d2f968b6: Download complete 04:32:26 07967f4d0e4b: Verifying Checksum 04:32:26 07967f4d0e4b: Download complete 04:32:26 ed8968b2872e: Pull complete 04:32:26 ce8a83651883: Verifying Checksum 04:32:26 ce8a83651883: Download complete 04:32:27 a92cc7c5fd73: Pull complete 04:32:32 2dd03ba5bac4: Pull complete 04:32:32 1e091d79d1de: Pull complete 04:32:32 481702a1767f: Pull complete 04:32:34 Still waiting to schedule task 04:32:34 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:32:42 f64a6f60c768: Pull complete 04:32:46 e78d2573fc39: Pull complete 04:32:46 e876d2f968b6: Pull complete 04:32:46 ce8a83651883: Pull complete 04:32:46 07967f4d0e4b: Pull complete 04:32:46 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:32:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:32:46 ---> 5d7c900382c6 04:32:46 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:32:47 ---> Running in 537925861b2d 04:32:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:32:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:32:50 (1/12) Installing libmagic (5.38-r0) 04:32:50 (2/12) Installing file (5.38-r0) 04:32:50 (3/12) Installing libc-dev (0.7.2-r3) 04:32:50 (4/12) Installing g++ (9.3.0-r2) 04:33:00 (5/12) Installing fortify-headers (1.1-r0) 04:33:00 (6/12) Installing patch (2.7.6-r6) 04:33:00 (7/12) Installing build-base (0.5-r2) 04:33:00 (8/12) Installing libsodium (1.0.18-r0) 04:33:00 (9/12) Installing pkgconf (1.7.2-r0) 04:33:00 (10/12) Installing libsodium-dev (1.0.18-r0) 04:33:00 (11/12) Installing libzmq (4.3.2-r0) 04:33:01 (12/12) Installing zeromq-dev (4.3.2-r0) 04:33:01 Executing busybox-1.31.1-r16.trigger 04:33:01 OK: 233 MiB in 51 packages 04:33:05 Removing intermediate container 537925861b2d 04:33:05 ---> 19ed747467a3 04:33:05 Step 4/7 : WORKDIR /edgex-go 04:33:05 ---> Running in 78dbf89e2fbc 04:33:05 Removing intermediate container 78dbf89e2fbc 04:33:05 ---> 552a5eed53d6 04:33:05 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:33:05 latest: Pulling from library/docker 04:33:05 df20fa9351a1: Already exists 04:33:05 25ad7478873d: Pulling fs layer 04:33:05 4684f6177b5d: Pulling fs layer 04:33:05 46e300cec669: Pulling fs layer 04:33:05 63038576ad94: Pulling fs layer 04:33:05 0fdb76c4706c: Pulling fs layer 04:33:05 cb7edeffdfd5: Pulling fs layer 04:33:05 63038576ad94: Waiting 04:33:05 0fdb76c4706c: Waiting 04:33:05 cb7edeffdfd5: Waiting 04:33:05 4684f6177b5d: Download complete 04:33:05 25ad7478873d: Verifying Checksum 04:33:05 25ad7478873d: Download complete 04:33:05 63038576ad94: Verifying Checksum 04:33:05 63038576ad94: Download complete 04:33:05 0fdb76c4706c: Verifying Checksum 04:33:05 0fdb76c4706c: Download complete 04:33:05 cb7edeffdfd5: Verifying Checksum 04:33:05 cb7edeffdfd5: Download complete 04:33:05 25ad7478873d: Pull complete 04:33:06 4684f6177b5d: Pull complete 04:33:06 46e300cec669: Verifying Checksum 04:33:06 46e300cec669: Download complete 04:33:08 46e300cec669: Pull complete 04:33:08 63038576ad94: Pull complete 04:33:08 0fdb76c4706c: Pull complete 04:33:09 cb7edeffdfd5: Pull complete 04:33:09 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:33:09 Status: Downloaded newer image for docker:latest 04:33:11 ---> b35e857a771c 04:33:11 Step 6/7 : COPY go.mod . 04:33:11 ---> af01030e8975 04:33:11 Step 7/7 : RUN go mod download 04:33:11 ---> Running in cc6e2da56d5d 04:33:13 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:33:13 go: finding github.com/BurntSushi/toml v0.3.1 04:33:13 go: finding github.com/OneOfOne/xxhash v1.2.5 04:33:13 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:33:13 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:33:13 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:33:13 go: finding github.com/bgentry/speakeasy v0.1.0 04:33:13 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:33:13 go: finding github.com/cloudflare/gokey v0.1.0 04:33:13 go: finding github.com/davecgh/go-spew v1.1.1 04:33:13 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:33:13 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:33:13 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:33:14 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:33:14 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.68 04:33:14 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:33:14 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:33:14 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:33:14 go: finding github.com/fatih/color v1.7.0 04:33:14 go: finding github.com/fsnotify/fsnotify v1.4.7 04:33:14 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:33:14 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:33:14 go: finding github.com/go-kit/kit v0.8.0 04:33:14 go: finding github.com/go-logfmt/logfmt v0.4.0 04:33:14 go: finding github.com/go-playground/assert/v2 v2.0.1 04:33:14 go: finding github.com/go-playground/locales v0.13.0 04:33:14 go: finding github.com/go-playground/universal-translator v0.17.0 04:33:14 go: finding github.com/go-playground/validator/v10 v10.3.0 04:33:14 go: finding github.com/go-redis/redis/v7 v7.2.0 04:33:14 go: finding github.com/go-stack/stack v1.8.0 04:33:14 go: finding github.com/golang/protobuf v1.3.2 04:33:14 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:33:14 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:33:14 go: finding github.com/google/uuid v1.1.0 04:33:14 go: finding github.com/gorilla/mux v1.7.1 04:33:14 go: finding github.com/hashicorp/consul/api v1.1.0 04:33:14 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:33:14 go: finding github.com/hashicorp/errwrap v1.0.0 04:33:14 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:33:14 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:33:14 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:33:14 go: finding github.com/hashicorp/go-multierror v1.0.0 04:33:14 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:33:14 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:33:14 go: finding github.com/hashicorp/go-syslog v1.0.0 04:33:14 go: finding github.com/hashicorp/go-uuid v1.0.1 04:33:14 go: finding github.com/hashicorp/go.net v0.0.1 04:33:14 go: finding github.com/hashicorp/golang-lru v0.5.0 04:33:14 go: finding github.com/hashicorp/logutils v1.0.0 04:33:14 go: finding github.com/hashicorp/mdns v1.0.0 04:33:14 go: finding github.com/hashicorp/memberlist v0.1.3 04:33:14 go: finding github.com/hashicorp/serf v0.8.2 04:33:14 go: finding github.com/hpcloud/tail v1.0.0 04:33:14 go: finding github.com/imdario/mergo v0.3.6 04:33:14 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:33:14 go: finding github.com/kr/pretty v0.1.0 04:33:14 go: finding github.com/kr/pty v1.1.1 04:33:14 go: finding github.com/kr/text v0.1.0 04:33:15 go: finding github.com/leodido/go-urn v1.2.0 04:33:15 go: finding github.com/mattn/go-colorable v0.0.9 04:33:15 go: finding github.com/mattn/go-isatty v0.0.3 04:33:15 go: finding github.com/miekg/dns v1.0.14 04:33:15 go: finding github.com/mitchellh/cli v1.0.0 04:33:15 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:33:15 go: finding github.com/mitchellh/copystructure v1.0.0 04:33:15 go: finding github.com/mitchellh/go-homedir v1.0.0 04:33:15 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:33:15 go: finding github.com/mitchellh/gox v0.4.0 04:33:15 go: finding github.com/mitchellh/iochan v1.0.0 04:33:15 go: finding github.com/mitchellh/mapstructure v1.1.2 04:33:15 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:33:15 go: finding github.com/onsi/ginkgo v1.10.1 04:33:15 go: finding github.com/onsi/gomega v1.7.0 04:33:15 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:33:15 go: finding github.com/pebbe/zmq4 v1.0.0 04:33:15 go: finding github.com/pelletier/go-toml v1.2.0 04:33:15 go: finding github.com/pkg/errors v0.8.1 04:33:15 go: finding github.com/pmezard/go-difflib v1.0.0 04:33:15 go: finding github.com/posener/complete v1.1.1 04:33:15 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:33:15 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:33:15 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:33:15 go: finding github.com/stretchr/objx v0.1.0 04:33:15 go: finding github.com/stretchr/testify v1.5.1 04:33:15 go: finding github.com/ugorji/go v1.1.4 04:33:15 go: finding github.com/x448/float16 v0.8.4 04:33:15 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:33:15 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:33:15 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:33:15 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:33:15 go: finding golang.org/x/text v0.3.2 04:33:15 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:33:15 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:33:15 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:33:15 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:33:15 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:33:15 go: finding gopkg.in/yaml.v2 v2.2.8 04:33:34 Removing intermediate container cc6e2da56d5d 04:33:34 ---> e27590ec16f1 04:33:34 Successfully built e27590ec16f1 04:33:34 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 04:33:34 + docker inspect -f . ci-base-image-x86_64 04:33:34 . [Pipeline] withDockerContainer 04:33:34 prd-centos7-docker-4c-2g-3346 does not seem to be running inside a container 04:33:34 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@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 ******** ci-base-image-x86_64 cat 04:33:35 $ docker top 5c432d5717cb5a318a8f186141cfc2564095ed3e5f8874e799a134a87051a3ea -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:36 + go version 04:33:36 go version go1.13.13 linux/amd64 [Pipeline] echo 04:33:36 ========================================================= 04:33:36 [edgeXBuildGoParallel] Running Tests and Build... 04:33:36 ========================================================= [Pipeline] sh 04:33:36 + make test 04:33:36 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:33:39 ? github.com/edgexfoundry/edgex-go [no test files] 04:33:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:33:53 # github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 04:33:53 internal/core/data/v2/controller/http/event.go:64:23: undefined: responses.AddEventResponse 04:33:57 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.007s 04:34:01 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.037s coverage: 46.6% of statements 04:34:01 FAIL github.com/edgexfoundry/edgex-go/internal/core/data [build failed] 04:34:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.024s coverage: 100.0% of statements 04:34:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.019s coverage: 100.0% of statements 04:34:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.338s coverage: 77.5% of statements 04:34:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.068s coverage: 28.6% of statements 04:34:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.013s coverage: 100.0% of statements 04:34:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements 04:34:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.037s coverage: 89.8% of statements 04:34:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.044s coverage: 97.5% of statements 04:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.033s coverage: 100.0% of statements 04:34:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements 04:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.101s coverage: 63.5% of statements 04:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.012s coverage: 100.0% of statements 04:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.167s coverage: 55.9% of statements 04:34:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.573s coverage: 86.3% of statements 04:34:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.342s coverage: 72.2% of statements 04:34:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.105s coverage: 72.1% of statements 04:34:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.017s coverage: 82.4% of statements 04:34:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.303s coverage: 48.4% of statements 04:34:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.019s coverage: 28.8% of statements 04:34:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.048s coverage: 96.8% of statements 04:34:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.057s coverage: 26.9% of statements 04:34:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.088s coverage: 84.1% of statements 04:34:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.023s coverage: 100.0% of statements 04:34:14 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.016s coverage: 42.9% of statements 04:34:14 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements 04:34:14 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.026s coverage: 83.8% of statements 04:34:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.019s coverage: 45.1% of statements 04:34:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.002s coverage: 100.0% of statements 04:34:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.009s coverage: 100.0% of statements 04:34:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.021s coverage: 100.0% of statements 04:34:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.056s coverage: 29.1% of statements 04:34:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.016s coverage: 99.0% of statements 04:34:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements 04:34:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.007s coverage: 0.0% of statements 04:34:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 04:34:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.009s coverage: 87.9% of statements 04:34:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.012s coverage: 100.0% of statements 04:34:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 04:34:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 04:34:20 make: *** [Makefile:81: test] Error 2 [Pipeline] } 04:34:20 $ docker stop --time=1 5c432d5717cb5a318a8f186141cfc2564095ed3e5f8874e799a134a87051a3ea 04:34:22 $ docker rm -f 5c432d5717cb5a318a8f186141cfc2564095ed3e5f8874e799a134a87051a3ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:34:23 Failed in branch amd64 04:35:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3352 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws 04:35:45 Running in /w/workspace/edgex-go/32 [Pipeline] { [Pipeline] checkout 04:35:51 using credential edgex-jenkins-ssh 04:35:51 Cloning the remote Git repository 04:35:51 Cloning with configured refspecs honoured and without tags 04:35:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:35:51 > git init /w/workspace/edgex-go/32 # timeout=10 04:35:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:35:52 > git --version # timeout=10 04:35:52 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:52 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:36:09 Fetching without tags 04:36:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:36:09 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 04:36:09 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:36:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:36:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:36:09 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:09 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:36:10 Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit e343d062b58c9ae90473f40c03700e8449237536 04:36:11 Merge succeeded, producing 651b7b6ee727827711a9a898fb2aa62a888ed824 04:36:11 Checking out Revision 651b7b6ee727827711a9a898fb2aa62a888ed824 (PR-2610) 04:36:10 > git config core.sparsecheckout # timeout=10 04:36:10 > git checkout -f e343d062b58c9ae90473f40c03700e8449237536 # timeout=10 04:36:10 > git remote # timeout=10 04:36:10 > git config --get remote.origin.url # timeout=10 04:36:10 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:10 > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 04:36:11 > git rev-parse HEAD^{commit} # timeout=10 04:36:11 > git config core.sparsecheckout # timeout=10 04:36:11 > git checkout -f 651b7b6ee727827711a9a898fb2aa62a888ed824 # timeout=10 04:36:15 Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" 04:36:15 > git rev-list --no-walk e343d062b58c9ae90473f40c03700e8449237536 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:36:29 ========================================================= 04:36:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:36:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:36:30 + 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 . 04:36:34 Sending build context to Docker daemon 323.1MB 04:36:34 Step 1/7 : ARG BASE=golang:1.13-alpine 04:36:34 Step 2/7 : FROM ${BASE} 04:36:35 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:36:35 b538f80385f9: Pulling fs layer 04:36:35 74f711af9a0d: Pulling fs layer 04:36:35 99f96fe45779: Pulling fs layer 04:36:35 fd7a069fd194: Pulling fs layer 04:36:35 66aa3694b03b: Pulling fs layer 04:36:35 170f70906a0f: Pulling fs layer 04:36:35 ad7c5574e4b9: Pulling fs layer 04:36:35 e772456be8f7: Pulling fs layer 04:36:35 c890913d741a: Pulling fs layer 04:36:35 2480fcc9aa5a: Pulling fs layer 04:36:35 09adf4765672: Pulling fs layer 04:36:35 fd7a069fd194: Waiting 04:36:35 e772456be8f7: Waiting 04:36:35 c890913d741a: Waiting 04:36:35 2480fcc9aa5a: Waiting 04:36:35 66aa3694b03b: Waiting 04:36:35 09adf4765672: Waiting 04:36:35 170f70906a0f: Waiting 04:36:35 ad7c5574e4b9: Waiting 04:36:35 99f96fe45779: Verifying Checksum 04:36:35 99f96fe45779: Download complete 04:36:35 74f711af9a0d: Verifying Checksum 04:36:35 74f711af9a0d: Download complete 04:36:35 66aa3694b03b: Verifying Checksum 04:36:35 66aa3694b03b: Download complete 04:36:35 170f70906a0f: Download complete 04:36:35 b538f80385f9: Verifying Checksum 04:36:35 b538f80385f9: Download complete 04:36:36 b538f80385f9: Pull complete 04:36:37 74f711af9a0d: Pull complete 04:36:37 99f96fe45779: Pull complete 04:36:38 ad7c5574e4b9: Verifying Checksum 04:36:38 ad7c5574e4b9: Download complete 04:36:38 c890913d741a: Verifying Checksum 04:36:38 c890913d741a: Download complete 04:36:40 2480fcc9aa5a: Verifying Checksum 04:36:40 2480fcc9aa5a: Download complete 04:36:40 09adf4765672: Download complete 04:36:41 e772456be8f7: Verifying Checksum 04:36:41 e772456be8f7: Download complete 04:36:41 fd7a069fd194: Verifying Checksum 04:36:41 fd7a069fd194: Download complete 04:36:53 fd7a069fd194: Pull complete 04:36:53 66aa3694b03b: Pull complete 04:36:53 170f70906a0f: Pull complete 04:36:56 ad7c5574e4b9: Pull complete 04:37:00 e772456be8f7: Pull complete 04:37:00 c890913d741a: Pull complete 04:37:03 2480fcc9aa5a: Pull complete 04:37:03 09adf4765672: Pull complete 04:37:03 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:37:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:37:03 ---> 2248a725d1cf 04:37:03 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:37:10 ---> Running in 91b970ae62eb 04:37:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:37:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:37:13 (1/12) Installing libmagic (5.38-r0) 04:37:13 (2/12) Installing file (5.38-r0) 04:37:13 (3/12) Installing libc-dev (0.7.2-r3) 04:37:14 (4/12) Installing g++ (9.3.0-r2) 04:37:16 (5/12) Installing fortify-headers (1.1-r0) 04:37:16 (6/12) Installing patch (2.7.6-r6) 04:37:16 (7/12) Installing build-base (0.5-r2) 04:37:17 (8/12) Installing libsodium (1.0.18-r0) 04:37:17 (9/12) Installing pkgconf (1.7.2-r0) 04:37:17 (10/12) Installing libsodium-dev (1.0.18-r0) 04:37:17 (11/12) Installing libzmq (4.3.2-r0) 04:37:17 (12/12) Installing zeromq-dev (4.3.2-r0) 04:37:17 Executing busybox-1.31.1-r16.trigger 04:37:17 OK: 217 MiB in 51 packages 04:37:21 Removing intermediate container 91b970ae62eb 04:37:21 ---> a71e489e8dcc 04:37:21 Step 4/7 : WORKDIR /edgex-go 04:37:21 ---> Running in 6ca22cc01ae4 04:37:22 Removing intermediate container 6ca22cc01ae4 04:37:22 ---> 5ce97ccbe6c6 04:37:22 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:37:22 latest: Pulling from library/docker 04:37:23 b538f80385f9: Already exists 04:37:23 259a493cd78d: Pulling fs layer 04:37:23 b8e66b5100f5: Pulling fs layer 04:37:23 39dc9c94d07c: Pulling fs layer 04:37:23 551b823b3b82: Pulling fs layer 04:37:23 3c52a74df98c: Pulling fs layer 04:37:23 6c9b121b6998: Pulling fs layer 04:37:23 551b823b3b82: Waiting 04:37:23 3c52a74df98c: Waiting 04:37:23 6c9b121b6998: Waiting 04:37:23 b8e66b5100f5: Verifying Checksum 04:37:23 b8e66b5100f5: Download complete 04:37:23 259a493cd78d: Download complete 04:37:23 551b823b3b82: Verifying Checksum 04:37:23 551b823b3b82: Download complete 04:37:23 3c52a74df98c: Verifying Checksum 04:37:23 3c52a74df98c: Download complete 04:37:23 6c9b121b6998: Verifying Checksum 04:37:23 6c9b121b6998: Download complete 04:37:23 259a493cd78d: Pull complete 04:37:24 b8e66b5100f5: Pull complete 04:37:24 39dc9c94d07c: Verifying Checksum 04:37:24 39dc9c94d07c: Download complete 04:37:27 39dc9c94d07c: Pull complete 04:37:27 551b823b3b82: Pull complete 04:37:27 3c52a74df98c: Pull complete 04:37:28 6c9b121b6998: Pull complete 04:37:28 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:37:28 Status: Downloaded newer image for docker:latest 04:37:31 ---> a7b7a876d840 04:37:31 Step 6/7 : COPY go.mod . 04:37:32 ---> 6115a10f142b 04:37:32 Step 7/7 : RUN go mod download 04:37:32 ---> Running in 5a57adb372fb 04:37:36 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:37:36 go: finding github.com/BurntSushi/toml v0.3.1 04:37:36 go: finding github.com/OneOfOne/xxhash v1.2.5 04:37:36 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:37:36 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:37:36 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:37:36 go: finding github.com/bgentry/speakeasy v0.1.0 04:37:36 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:37:36 go: finding github.com/cloudflare/gokey v0.1.0 04:37:36 go: finding github.com/davecgh/go-spew v1.1.1 04:37:36 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:37:36 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:37:36 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:37:36 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:37:36 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.68 04:37:36 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:37:36 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:37:36 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:37:36 go: finding github.com/fatih/color v1.7.0 04:37:36 go: finding github.com/fsnotify/fsnotify v1.4.7 04:37:36 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:37:36 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:37:36 go: finding github.com/go-kit/kit v0.8.0 04:37:36 go: finding github.com/go-logfmt/logfmt v0.4.0 04:37:36 go: finding github.com/go-playground/assert/v2 v2.0.1 04:37:36 go: finding github.com/go-playground/locales v0.13.0 04:37:36 go: finding github.com/go-playground/universal-translator v0.17.0 04:37:36 go: finding github.com/go-playground/validator/v10 v10.3.0 04:37:36 go: finding github.com/go-redis/redis/v7 v7.2.0 04:37:36 go: finding github.com/go-stack/stack v1.8.0 04:37:36 go: finding github.com/golang/protobuf v1.3.2 04:37:36 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:37:36 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:37:36 go: finding github.com/google/uuid v1.1.0 04:37:36 go: finding github.com/gorilla/mux v1.7.1 04:37:36 go: finding github.com/hashicorp/consul/api v1.1.0 04:37:36 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:37:36 go: finding github.com/hashicorp/errwrap v1.0.0 04:37:36 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:37:36 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:37:36 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:37:36 go: finding github.com/hashicorp/go-multierror v1.0.0 04:37:36 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:37:36 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:37:36 go: finding github.com/hashicorp/go-syslog v1.0.0 04:37:36 go: finding github.com/hashicorp/go-uuid v1.0.1 04:37:36 go: finding github.com/hashicorp/go.net v0.0.1 04:37:36 go: finding github.com/hashicorp/golang-lru v0.5.0 04:37:36 go: finding github.com/hashicorp/logutils v1.0.0 04:37:37 go: finding github.com/hashicorp/mdns v1.0.0 04:37:37 go: finding github.com/hashicorp/memberlist v0.1.3 04:37:37 go: finding github.com/hashicorp/serf v0.8.2 04:37:37 go: finding github.com/hpcloud/tail v1.0.0 04:37:37 go: finding github.com/imdario/mergo v0.3.6 04:37:37 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:37:37 go: finding github.com/kr/pretty v0.1.0 04:37:37 go: finding github.com/kr/pty v1.1.1 04:37:37 go: finding github.com/kr/text v0.1.0 04:37:37 go: finding github.com/leodido/go-urn v1.2.0 04:37:37 go: finding github.com/mattn/go-colorable v0.0.9 04:37:37 go: finding github.com/mattn/go-isatty v0.0.3 04:37:37 go: finding github.com/miekg/dns v1.0.14 04:37:37 go: finding github.com/mitchellh/cli v1.0.0 04:37:37 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:37:37 go: finding github.com/mitchellh/copystructure v1.0.0 04:37:37 go: finding github.com/mitchellh/go-homedir v1.0.0 04:37:37 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:37:37 go: finding github.com/mitchellh/gox v0.4.0 04:37:37 go: finding github.com/mitchellh/iochan v1.0.0 04:37:37 go: finding github.com/mitchellh/mapstructure v1.1.2 04:37:37 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:37:37 go: finding github.com/onsi/ginkgo v1.10.1 04:37:37 go: finding github.com/onsi/gomega v1.7.0 04:37:37 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:37:37 go: finding github.com/pebbe/zmq4 v1.0.0 04:37:37 go: finding github.com/pelletier/go-toml v1.2.0 04:37:37 go: finding github.com/pkg/errors v0.8.1 04:37:37 go: finding github.com/pmezard/go-difflib v1.0.0 04:37:37 go: finding github.com/posener/complete v1.1.1 04:37:37 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:37:37 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:37:37 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:37:37 go: finding github.com/stretchr/objx v0.1.0 04:37:37 go: finding github.com/stretchr/testify v1.5.1 04:37:37 go: finding github.com/ugorji/go v1.1.4 04:37:37 go: finding github.com/x448/float16 v0.8.4 04:37:37 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:37:37 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:37:37 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:37:37 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:37:37 go: finding golang.org/x/text v0.3.2 04:37:38 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:37:38 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:37:38 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:37:38 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:37:38 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:37:38 go: finding gopkg.in/yaml.v2 v2.2.8 04:38:00 Removing intermediate container 5a57adb372fb 04:38:00 ---> e0e7d5a84d08 04:38:00 Successfully built e0e7d5a84d08 04:38:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:38:01 + docker inspect -f . ci-base-image-arm64 04:38:01 . [Pipeline] withDockerContainer 04:38:01 prd-ubuntu18.04-docker-arm64-4c-16g-3352 does not seem to be running inside a container 04:38:01 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@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 ******** ci-base-image-arm64 cat 04:38:03 $ docker top 4e460052d43399ea896693996ba37334b25b80fe2d74da8326aad27cbadd4c5e -eo pid,comm [Pipeline] { [Pipeline] sh 04:38:04 + go version 04:38:04 go version go1.13.13 linux/arm64 [Pipeline] echo 04:38:04 ========================================================= 04:38:04 [edgeXBuildGoParallel] Running Tests and Build... 04:38:04 ========================================================= [Pipeline] sh 04:38:04 + make test 04:38:04 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:38:07 ? github.com/edgexfoundry/edgex-go [no test files] 04:38:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:38:52 # github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 04:38:52 internal/core/data/v2/controller/http/event.go:64:23: undefined: responses.AddEventResponse 04:38:56 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.064s 04:39:09 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.128s coverage: 46.6% of statements 04:39:09 FAIL github.com/edgexfoundry/edgex-go/internal/core/data [build failed] 04:39:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements 04:39:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.027s coverage: 100.0% of statements 04:39:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.387s coverage: 77.5% of statements 04:39:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.278s coverage: 28.6% of statements 04:39:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.040s coverage: 100.0% of statements 04:39:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.026s coverage: 100.0% of statements 04:39:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.092s coverage: 89.8% of statements 04:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.133s coverage: 97.5% of statements 04:39:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.126s coverage: 100.0% of statements 04:39:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 04:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.300s coverage: 63.5% of statements 04:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 04:39:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.376s coverage: 55.9% of statements 04:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 17.116s coverage: 86.3% of statements 04:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.132s coverage: 72.2% of statements 04:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.394s coverage: 72.1% of statements 04:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.069s coverage: 82.4% of statements 04:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.029s coverage: 48.4% of statements 04:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.042s coverage: 28.8% of statements 04:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.086s coverage: 96.8% of statements 04:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 26.9% of statements 04:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.319s coverage: 84.1% of statements 04:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.026s coverage: 100.0% of statements 04:39:43 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.041s coverage: 42.9% of statements 04:39:43 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.023s coverage: 100.0% of statements 04:39:43 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.055s coverage: 83.8% of statements 04:39:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.189s coverage: 46.1% of statements 04:39:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.062s coverage: 100.0% of statements 04:39:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements 04:39:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.184s coverage: 100.0% of statements 04:39:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.157s coverage: 29.1% of statements 04:39:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements 04:39:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.069s coverage: 100.0% of statements 04:39:52 ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements 04:39:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements 04:39:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.028s coverage: 87.9% of statements 04:39:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.021s coverage: 100.0% of statements 04:39:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.022s coverage: 32.1% of statements 04:39:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 100.0% of statements 04:39:58 make: *** [Makefile:81: test] Error 2 [Pipeline] } 04:39:58 $ docker stop --time=1 4e460052d43399ea896693996ba37334b25b80fe2d74da8326aad27cbadd4c5e 04:40:00 $ docker rm -f 4e460052d43399ea896693996ba37334b25b80fe2d74da8326aad27cbadd4c5e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:40:02 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] { (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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:40:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:40:04 ---> package-listing.sh 04:40:04 ++ facter osfamily 04:40:04 ++ tr '[:upper:]' '[:lower:]' 04:40:04 + OS_FAMILY=redhat 04:40:04 + workspace=/w/workspace/edgex-go/32 04:40:04 + START_PACKAGES=/tmp/packages_start.txt 04:40:04 + END_PACKAGES=/tmp/packages_end.txt 04:40:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:40:04 + PACKAGES=/tmp/packages_start.txt 04:40:04 + '[' /w/workspace/edgex-go/32 ']' 04:40:04 + PACKAGES=/tmp/packages_end.txt 04:40:04 + case "${OS_FAMILY}" in 04:40:04 + rpm -qa 04:40:04 + sort 04:40:09 + '[' -f /tmp/packages_start.txt ']' 04:40:09 + '[' -f /tmp/packages_end.txt ']' 04:40:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:40:09 + '[' /w/workspace/edgex-go/32 ']' 04:40:09 + mkdir -p /w/workspace/edgex-go/32/archives/ 04:40:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/32/archives/ [Pipeline] isUnix [Pipeline] sh 04:40:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:40:09 04:40:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:40:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:40:10 alpine: Pulling from edgex-lftools-log-publisher 04:40:10 c9b1b535fdd9: Pulling fs layer 04:40:10 2cc5ad85d9ab: Pulling fs layer 04:40:10 756a868c4378: Pulling fs layer 04:40:10 444b2fc9a129: Pulling fs layer 04:40:10 ea15f1150254: Pulling fs layer 04:40:10 41b27a9f41bf: Pulling fs layer 04:40:10 28c525ee5125: Pulling fs layer 04:40:10 094b1ea09ed8: Pulling fs layer 04:40:10 138eaada9080: Pulling fs layer 04:40:10 0622d0fa9048: Pulling fs layer 04:40:10 444b2fc9a129: Waiting 04:40:10 ea15f1150254: Waiting 04:40:10 41b27a9f41bf: Waiting 04:40:10 28c525ee5125: Waiting 04:40:10 138eaada9080: Waiting 04:40:10 094b1ea09ed8: Waiting 04:40:10 0622d0fa9048: Waiting 04:40:10 2cc5ad85d9ab: Verifying Checksum 04:40:10 2cc5ad85d9ab: Download complete 04:40:10 444b2fc9a129: Verifying Checksum 04:40:10 444b2fc9a129: Download complete 04:40:10 c9b1b535fdd9: Verifying Checksum 04:40:10 c9b1b535fdd9: Download complete 04:40:10 ea15f1150254: Download complete 04:40:10 28c525ee5125: Verifying Checksum 04:40:10 28c525ee5125: Download complete 04:40:10 756a868c4378: Verifying Checksum 04:40:10 756a868c4378: Download complete 04:40:10 c9b1b535fdd9: Pull complete 04:40:10 138eaada9080: Verifying Checksum 04:40:10 138eaada9080: Download complete 04:40:10 0622d0fa9048: Verifying Checksum 04:40:10 0622d0fa9048: Download complete 04:40:10 2cc5ad85d9ab: Pull complete 04:40:11 094b1ea09ed8: Verifying Checksum 04:40:11 094b1ea09ed8: Download complete 04:40:11 41b27a9f41bf: Verifying Checksum 04:40:11 41b27a9f41bf: Download complete 04:40:12 756a868c4378: Pull complete 04:40:12 444b2fc9a129: Pull complete 04:40:13 ea15f1150254: Pull complete 04:40:17 41b27a9f41bf: Pull complete 04:40:17 28c525ee5125: Pull complete 04:40:19 094b1ea09ed8: Pull complete 04:40:19 138eaada9080: Pull complete 04:40:19 0622d0fa9048: Pull complete 04:40:19 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:40:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:40:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:40:19 prd-centos7-docker-4c-2g-3346 does not seem to be running inside a container 04:40:19 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:40:22 $ docker top dc604d5a9c21dc6a402d4b9c2fabc2bb501a924c042f1da7cc143588a34975f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:40:23 provisioning config files... 04:40:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/32@tmp/config8618777357587467802tmp [Pipeline] { [Pipeline] echo 04:40:23 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:40:23 ---> create-netrc.sh [Pipeline] echo 04:40:23 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:40:23 ---> logs-deploy.sh 04:40:23 + ARCHIVE_ARTIFACTS= 04:40:23 + LOGS_SERVER=https://logs.edgexfoundry.org 04:40:23 + '[' https://logs.edgexfoundry.org == None ']' 04:40:23 + NEXUS_URL=https://nexus.edgexfoundry.org 04:40:23 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/32 04:40:23 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/32/ 04:40:23 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/32 /w/workspace/edgex-go/32 04:40:25 Archives upload complete. 04:40:25 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/32 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/32/