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+d08647e33299f35346a0c0e1b5c282da7a73a79b (c7a18e15c662751668cf7e11d491509e163fbb2f) 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-5068 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/33 [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/33 # 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 d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit e343d062b58c9ae90473f40c03700e8449237536 > 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 d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 Merge succeeded, producing cec12142fd760284e4674b3dc72a352fb6e06e6a Checking out Revision cec12142fd760284e4674b3dc72a352fb6e06e6a (PR-2610) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cec12142fd760284e4674b3dc72a352fb6e06e6a # timeout=10 Commit message: "Merge commit 'd08647e33299f35346a0c0e1b5c282da7a73a79b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:32:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:32:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:32:07 ========================================================= 04:32:07 EdgeX Global Pipelines Version Info 04:32:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 044483e461e04ec1ede6062efea9b1f5a0ce39d3 # timeout=10 04:32:10 ------------------- 04:32:10 stable info: 04:32:10 ------------------- 04:32:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:32:10 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:32:10 Message: update stable to v1.0.106 04:32:11 ------------------- 04:32:11 experimental info: 04:32:11 ------------------- 04:32:11 Commited By: **** collab-it+edgex@linuxfoundation.org 04:32:11 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 04:32:11 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:32:13 ++ 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:32:13 + for file in '`ls cmd/**/Dockerfile`' 04:32:13 ++ dirname cmd/core-command/Dockerfile 04:32:13 ++ cut -d/ -f2 04:32:13 + echo core-command,cmd/core-command/Dockerfile 04:32:13 + for file in '`ls cmd/**/Dockerfile`' 04:32:13 ++ cut -d/ -f2 04:32:13 ++ dirname cmd/core-data/Dockerfile 04:32:13 + echo core-data,cmd/core-data/Dockerfile 04:32:13 + for file in '`ls cmd/**/Dockerfile`' 04:32:13 ++ dirname cmd/core-metadata/Dockerfile 04:32:13 ++ cut -d/ -f2 04:32:13 + echo core-metadata,cmd/core-metadata/Dockerfile 04:32:13 + for file in '`ls cmd/**/Dockerfile`' 04:32:13 ++ cut -d/ -f2 04:32:13 ++ dirname cmd/security-proxy-setup/Dockerfile 04:32:13 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:32:13 + for file in '`ls cmd/**/Dockerfile`' 04:32:13 ++ cut -d/ -f2 04:32:13 ++ dirname cmd/security-secrets-setup/Dockerfile 04:32:13 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:32:13 + for file in '`ls cmd/**/Dockerfile`' 04:32:13 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:32:13 ++ cut -d/ -f2 04:32:13 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:32:13 + for file in '`ls cmd/**/Dockerfile`' 04:32:13 ++ cut -d/ -f2 04:32:13 ++ dirname cmd/support-logging/Dockerfile 04:32:13 + echo support-logging,cmd/support-logging/Dockerfile 04:32:13 + for file in '`ls cmd/**/Dockerfile`' 04:32:13 ++ dirname cmd/support-notifications/Dockerfile 04:32:13 ++ cut -d/ -f2 04:32:13 + echo support-notifications,cmd/support-notifications/Dockerfile 04:32:13 + for file in '`ls cmd/**/Dockerfile`' 04:32:13 ++ dirname cmd/support-scheduler/Dockerfile 04:32:13 ++ cut -d/ -f2 04:32:13 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:32:13 + for file in '`ls cmd/**/Dockerfile`' 04:32:13 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:32:13 ++ cut -d/ -f2 04:32:13 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:32:13 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:32:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:32:14 04:32:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:32:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:32:14 latest: Pulling from edgex-devops/git-semver 04:32:14 31603596830f: Pulling fs layer 04:32:14 2a8b12db71e7: Pulling fs layer 04:32:14 6ca5941a6612: Pulling fs layer 04:32:14 ecc8261a40a4: Pulling fs layer 04:32:14 ecc8261a40a4: Waiting 04:32:14 2a8b12db71e7: Download complete 04:32:15 31603596830f: Verifying Checksum 04:32:15 31603596830f: Download complete 04:32:15 ecc8261a40a4: Verifying Checksum 04:32:15 ecc8261a40a4: Download complete 04:32:15 6ca5941a6612: Verifying Checksum 04:32:15 6ca5941a6612: Download complete 04:32:15 31603596830f: Pull complete 04:32:16 2a8b12db71e7: Pull complete 04:32:17 6ca5941a6612: Pull complete 04:32:17 ecc8261a40a4: Pull complete 04:32:17 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:32:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:32:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:32:17 prd-centos7-docker-4c-2g-5068 does not seem to be running inside a container 04:32:17 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@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:32:19 $ docker top 5871fca063cf1109ee6f58223392192d194057760fcdc74d218a217d7c7f2b9e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:32:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:32:20 [ssh-agent] Looking for ssh-agent implementation... 04:32:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:32:20 $ docker exec 5871fca063cf1109ee6f58223392192d194057760fcdc74d218a217d7c7f2b9e ssh-agent 04:32:21 SSH_AUTH_SOCK=/tmp/ssh-TRrXgIB2uSGt/agent.12 04:32:21 SSH_AGENT_PID=17 04:32:21 Running ssh-add (command line suppressed) 04:32:21 Identity added: /w/workspace/edgex-go/33@tmp/private_key_5666651596047504592.key (/w/workspace/edgex-go/33@tmp/private_key_5666651596047504592.key) 04:32:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:32:21 + git describe --exact-match --tags HEAD 04:32:21 fatal: No names found, cannot describe anything. [Pipeline] } 04:32:22 $ docker exec --env ******** --env ******** 5871fca063cf1109ee6f58223392192d194057760fcdc74d218a217d7c7f2b9e ssh-agent -k 04:32:22 unset SSH_AUTH_SOCK; 04:32:22 unset SSH_AGENT_PID; 04:32:22 echo Agent pid 17 killed; 04:32:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:32:22 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:32:22 This usually means this commit has not been tagged. [Pipeline] sshagent 04:32:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:32:22 [ssh-agent] Looking for ssh-agent implementation... 04:32:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:32:23 $ docker exec 5871fca063cf1109ee6f58223392192d194057760fcdc74d218a217d7c7f2b9e ssh-agent 04:32:23 SSH_AUTH_SOCK=/tmp/ssh-B8YanUCyS7vr/agent.46 04:32:23 SSH_AGENT_PID=52 04:32:23 Running ssh-add (command line suppressed) 04:32:23 Identity added: /w/workspace/edgex-go/33@tmp/private_key_3623280183453504891.key (/w/workspace/edgex-go/33@tmp/private_key_3623280183453504891.key) 04:32:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:32:24 + git semver init 04:32:24 # -> Open(): unable to determine branch for HEAD 04:32:24 # $GIT_DIR = /w/workspace/edgex-go/33/.git 04:32:24 # $GIT_WORK_TREE = /w/workspace/edgex-go/33 04:32:24 # $SEMVER_REMOTE_NAME = origin 04:32:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:32:24 # $SEMVER_USER_NAME = edgex-jenkins 04:32:24 # $SEMVER_BRANCH = PR-2610 04:32:24 # $SEMVER_TEMP = /tmp/semver-860139276 04:32:24 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:33:04 # '/tmp/semver-860139276' -> '/w/workspace/edgex-go/33/.semver' 04:33:04 # -> Force: false 04:33:04 # $SEMVER_DIR = /w/workspace/edgex-go/33/.semver [Pipeline] } 04:33:04 $ docker exec --env ******** --env ******** 5871fca063cf1109ee6f58223392192d194057760fcdc74d218a217d7c7f2b9e ssh-agent -k 04:33:04 unset SSH_AUTH_SOCK; 04:33:04 unset SSH_AGENT_PID; 04:33:04 echo Agent pid 52 killed; 04:33:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:33:06 + git semver [Pipeline] } 04:33:06 $ docker stop --time=1 5871fca063cf1109ee6f58223392192d194057760fcdc74d218a217d7c7f2b9e 04:33:08 $ docker rm -f 5871fca063cf1109ee6f58223392192d194057760fcdc74d218a217d7c7f2b9e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:33:39 Stashed 32 file(s) [Pipeline] echo 04:33:39 [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:33:39 ========================================================= 04:33:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:33:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:33:40 + 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:33:47 Sending build context to Docker daemon 323.1MB 04:33:47 Step 1/7 : ARG BASE=golang:1.13-alpine 04:33:47 Step 2/7 : FROM ${BASE} 04:33:47 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:33:47 df20fa9351a1: Pulling fs layer 04:33:47 ed8968b2872e: Pulling fs layer 04:33:47 a92cc7c5fd73: Pulling fs layer 04:33:47 2dd03ba5bac4: Pulling fs layer 04:33:47 1e091d79d1de: Pulling fs layer 04:33:47 481702a1767f: Pulling fs layer 04:33:47 f64a6f60c768: Pulling fs layer 04:33:47 e78d2573fc39: Pulling fs layer 04:33:47 e876d2f968b6: Pulling fs layer 04:33:47 ce8a83651883: Pulling fs layer 04:33:47 07967f4d0e4b: Pulling fs layer 04:33:47 481702a1767f: Waiting 04:33:47 f64a6f60c768: Waiting 04:33:47 e78d2573fc39: Waiting 04:33:47 e876d2f968b6: Waiting 04:33:47 2dd03ba5bac4: Waiting 04:33:47 ce8a83651883: Waiting 04:33:47 1e091d79d1de: Waiting 04:33:47 07967f4d0e4b: Waiting 04:33:47 a92cc7c5fd73: Verifying Checksum 04:33:47 a92cc7c5fd73: Download complete 04:33:47 ed8968b2872e: Verifying Checksum 04:33:47 ed8968b2872e: Download complete 04:33:47 1e091d79d1de: Verifying Checksum 04:33:47 1e091d79d1de: Download complete 04:33:47 481702a1767f: Verifying Checksum 04:33:47 481702a1767f: Download complete 04:33:47 df20fa9351a1: Verifying Checksum 04:33:47 df20fa9351a1: Download complete 04:33:49 df20fa9351a1: Pull complete 04:33:50 ed8968b2872e: Pull complete 04:33:52 a92cc7c5fd73: Pull complete 04:33:53 f64a6f60c768: Verifying Checksum 04:33:53 f64a6f60c768: Download complete 04:33:53 e876d2f968b6: Verifying Checksum 04:33:53 e876d2f968b6: Download complete 04:33:54 Still waiting to schedule task 04:33:54 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-5070’ 04:33:54 2dd03ba5bac4: Verifying Checksum 04:33:54 2dd03ba5bac4: Download complete 04:33:54 07967f4d0e4b: Verifying Checksum 04:33:54 07967f4d0e4b: Download complete 04:33:57 e78d2573fc39: Verifying Checksum 04:33:57 e78d2573fc39: Download complete 04:33:57 ce8a83651883: Verifying Checksum 04:33:57 ce8a83651883: Download complete 04:34:10 2dd03ba5bac4: Pull complete 04:34:10 1e091d79d1de: Pull complete 04:34:10 481702a1767f: Pull complete 04:34:15 f64a6f60c768: Pull complete 04:34:23 e78d2573fc39: Pull complete 04:34:23 e876d2f968b6: Pull complete 04:34:26 ce8a83651883: Pull complete 04:34:26 07967f4d0e4b: Pull complete 04:34:26 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:34:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:34:26 ---> 5d7c900382c6 04:34:26 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:34:28 ---> Running in 3cef9766604c 04:34:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:34:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:34:32 (1/12) Installing libmagic (5.38-r0) 04:34:32 (2/12) Installing file (5.38-r0) 04:34:32 (3/12) Installing libc-dev (0.7.2-r3) 04:34:32 (4/12) Installing g++ (9.3.0-r2) 04:34:38 (5/12) Installing fortify-headers (1.1-r0) 04:34:38 (6/12) Installing patch (2.7.6-r6) 04:34:38 (7/12) Installing build-base (0.5-r2) 04:34:38 (8/12) Installing libsodium (1.0.18-r0) 04:34:38 (9/12) Installing pkgconf (1.7.2-r0) 04:34:38 (10/12) Installing libsodium-dev (1.0.18-r0) 04:34:38 (11/12) Installing libzmq (4.3.2-r0) 04:34:38 (12/12) Installing zeromq-dev (4.3.2-r0) 04:34:38 Executing busybox-1.31.1-r16.trigger 04:34:38 OK: 233 MiB in 51 packages 04:34:42 Removing intermediate container 3cef9766604c 04:34:42 ---> 6056701940e2 04:34:42 Step 4/7 : WORKDIR /edgex-go 04:34:42 ---> Running in ace92a52078b 04:34:42 Removing intermediate container ace92a52078b 04:34:42 ---> b55c922dba12 04:34:42 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:34:43 latest: Pulling from library/docker 04:34:43 df20fa9351a1: Already exists 04:34:43 25ad7478873d: Pulling fs layer 04:34:43 4684f6177b5d: Pulling fs layer 04:34:43 46e300cec669: Pulling fs layer 04:34:43 63038576ad94: Pulling fs layer 04:34:43 0fdb76c4706c: Pulling fs layer 04:34:43 cb7edeffdfd5: Pulling fs layer 04:34:43 63038576ad94: Waiting 04:34:43 0fdb76c4706c: Waiting 04:34:43 cb7edeffdfd5: Waiting 04:34:43 4684f6177b5d: Verifying Checksum 04:34:43 4684f6177b5d: Download complete 04:34:43 25ad7478873d: Verifying Checksum 04:34:43 25ad7478873d: Download complete 04:34:44 63038576ad94: Verifying Checksum 04:34:44 63038576ad94: Download complete 04:34:44 cb7edeffdfd5: Download complete 04:34:44 25ad7478873d: Pull complete 04:34:44 4684f6177b5d: Pull complete 04:34:45 0fdb76c4706c: Verifying Checksum 04:34:45 0fdb76c4706c: Download complete 04:34:46 46e300cec669: Verifying Checksum 04:34:46 46e300cec669: Download complete 04:34:53 46e300cec669: Pull complete 04:34:53 63038576ad94: Pull complete 04:34:53 0fdb76c4706c: Pull complete 04:34:53 cb7edeffdfd5: Pull complete 04:34:53 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:34:53 Status: Downloaded newer image for docker:latest 04:34:55 ---> b8d4d5c0b12b 04:34:55 Step 6/7 : COPY go.mod . 04:34:55 ---> a416dd833755 04:34:55 Step 7/7 : RUN go mod download 04:34:56 ---> Running in 85846b5a7edf 04:34:59 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:34:59 go: finding github.com/BurntSushi/toml v0.3.1 04:34:59 go: finding github.com/OneOfOne/xxhash v1.2.5 04:34:59 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:34:59 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:34:59 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:34:59 go: finding github.com/bgentry/speakeasy v0.1.0 04:34:59 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:34:59 go: finding github.com/cloudflare/gokey v0.1.0 04:34:59 go: finding github.com/davecgh/go-spew v1.1.1 04:34:59 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:34:59 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:34:59 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:35:00 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:35:00 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.68 04:35:00 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:35:00 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:35:00 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:35:00 go: finding github.com/fatih/color v1.7.0 04:35:00 go: finding github.com/fsnotify/fsnotify v1.4.7 04:35:00 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:35:00 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:35:00 go: finding github.com/go-kit/kit v0.8.0 04:35:00 go: finding github.com/go-logfmt/logfmt v0.4.0 04:35:00 go: finding github.com/go-playground/assert/v2 v2.0.1 04:35:00 go: finding github.com/go-playground/locales v0.13.0 04:35:00 go: finding github.com/go-playground/universal-translator v0.17.0 04:35:00 go: finding github.com/go-playground/validator/v10 v10.3.0 04:35:00 go: finding github.com/go-redis/redis/v7 v7.2.0 04:35:00 go: finding github.com/go-stack/stack v1.8.0 04:35:00 go: finding github.com/golang/protobuf v1.3.2 04:35:00 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:35:00 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:35:00 go: finding github.com/google/uuid v1.1.0 04:35:00 go: finding github.com/gorilla/mux v1.7.1 04:35:00 go: finding github.com/hashicorp/consul/api v1.1.0 04:35:00 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:35:00 go: finding github.com/hashicorp/errwrap v1.0.0 04:35:00 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:35:00 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:35:00 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:35:00 go: finding github.com/hashicorp/go-multierror v1.0.0 04:35:00 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:35:00 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:35:00 go: finding github.com/hashicorp/go-syslog v1.0.0 04:35:00 go: finding github.com/hashicorp/go-uuid v1.0.1 04:35:00 go: finding github.com/hashicorp/go.net v0.0.1 04:35:00 go: finding github.com/hashicorp/golang-lru v0.5.0 04:35:00 go: finding github.com/hashicorp/logutils v1.0.0 04:35:00 go: finding github.com/hashicorp/mdns v1.0.0 04:35:00 go: finding github.com/hashicorp/memberlist v0.1.3 04:35:00 go: finding github.com/hashicorp/serf v0.8.2 04:35:00 go: finding github.com/hpcloud/tail v1.0.0 04:35:00 go: finding github.com/imdario/mergo v0.3.6 04:35:00 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:35:00 go: finding github.com/kr/pretty v0.1.0 04:35:01 go: finding github.com/kr/pty v1.1.1 04:35:01 go: finding github.com/kr/text v0.1.0 04:35:01 go: finding github.com/leodido/go-urn v1.2.0 04:35:01 go: finding github.com/mattn/go-colorable v0.0.9 04:35:01 go: finding github.com/mattn/go-isatty v0.0.3 04:35:01 go: finding github.com/miekg/dns v1.0.14 04:35:01 go: finding github.com/mitchellh/cli v1.0.0 04:35:01 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:35:01 go: finding github.com/mitchellh/copystructure v1.0.0 04:35:01 go: finding github.com/mitchellh/go-homedir v1.0.0 04:35:01 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:35:01 go: finding github.com/mitchellh/gox v0.4.0 04:35:01 go: finding github.com/mitchellh/iochan v1.0.0 04:35:01 go: finding github.com/mitchellh/mapstructure v1.1.2 04:35:01 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:35:01 go: finding github.com/onsi/ginkgo v1.10.1 04:35:01 go: finding github.com/onsi/gomega v1.7.0 04:35:01 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:35:01 go: finding github.com/pebbe/zmq4 v1.0.0 04:35:01 go: finding github.com/pelletier/go-toml v1.2.0 04:35:01 go: finding github.com/pkg/errors v0.8.1 04:35:01 go: finding github.com/pmezard/go-difflib v1.0.0 04:35:01 go: finding github.com/posener/complete v1.1.1 04:35:01 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:35:01 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:35:01 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:35:01 go: finding github.com/stretchr/objx v0.1.0 04:35:01 go: finding github.com/stretchr/testify v1.5.1 04:35:01 go: finding github.com/ugorji/go v1.1.4 04:35:01 go: finding github.com/x448/float16 v0.8.4 04:35:01 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:35:02 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:35:02 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:35:02 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:35:02 go: finding golang.org/x/text v0.3.2 04:35:02 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:35:02 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:35:02 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:35:02 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:35:02 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:35:02 go: finding gopkg.in/yaml.v2 v2.2.8 04:35:29 Removing intermediate container 85846b5a7edf 04:35:29 ---> 1c2ff15d01a6 04:35:29 Successfully built 1c2ff15d01a6 04:35:29 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:35:30 + docker inspect -f . ci-base-image-x86_64 04:35:30 . [Pipeline] withDockerContainer 04:35:31 prd-centos7-docker-4c-2g-5068 does not seem to be running inside a container 04:35:31 $ 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/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@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:35:32 $ docker top 7084a3639f7e48fb57125a6b04818469e36fb3522f1f5e1e1690648c3078aea7 -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:32 + go version 04:35:32 go version go1.13.13 linux/amd64 [Pipeline] echo 04:35:32 ========================================================= 04:35:32 [edgeXBuildGoParallel] Running Tests and Build... 04:35:32 ========================================================= [Pipeline] sh 04:35:33 + make test 04:35:33 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:35:36 ? github.com/edgexfoundry/edgex-go [no test files] 04:35:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:35:59 # github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 04:35:59 internal/core/data/v2/controller/http/event.go:64:23: undefined: responses.AddEventResponse 04:36:07 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.061s 04:36:14 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.051s coverage: 46.6% of statements 04:36:14 FAIL github.com/edgexfoundry/edgex-go/internal/core/data [build failed] 04:36:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 04:36:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.022s coverage: 100.0% of statements 04:36:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.385s coverage: 77.5% of statements 04:36:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.648s coverage: 28.6% of statements 04:36:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.023s coverage: 100.0% of statements 04:36:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.019s coverage: 100.0% of statements 04:36:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.074s coverage: 89.8% of statements 04:36:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.046s coverage: 97.5% of statements 04:36:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.050s coverage: 100.0% of statements 04:36:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.012s coverage: 58.8% of statements 04:36:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.075s coverage: 63.5% of statements 04:36:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.011s coverage: 100.0% of statements 04:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 55.9% of statements 04:36:27 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.201s coverage: 86.3% of statements 04:36:27 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.418s coverage: 72.2% of statements 04:36:27 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.209s coverage: 72.1% of statements 04:36:27 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.085s coverage: 82.4% of statements 04:36:27 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.091s coverage: 48.4% of statements 04:36:27 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.093s coverage: 28.8% of statements 04:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.045s coverage: 96.8% of statements 04:36:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.128s coverage: 26.9% of statements 04:36:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.142s coverage: 84.1% of statements 04:36:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.009s coverage: 100.0% of statements 04:36:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.008s coverage: 42.9% of statements 04:36:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5073 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws 04:36:31 Running in /w/workspace/edgex-go/33 [Pipeline] { [Pipeline] checkout 04:36:31 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.040s coverage: 100.0% of statements 04:36:32 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.039s coverage: 83.8% of statements 04:36:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.059s coverage: 45.1% of statements 04:36:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.020s coverage: 100.0% of statements 04:36:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.028s coverage: 100.0% of statements 04:36:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.022s coverage: 100.0% of statements 04:36:36 using credential edgex-jenkins-ssh 04:36:36 Cloning the remote Git repository 04:36:36 Cloning with configured refspecs honoured and without tags 04:36:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:36:36 > git init /w/workspace/edgex-go/33 # timeout=10 04:36:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:36:36 > git --version # timeout=10 04:36:36 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:36 > 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:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.060s coverage: 29.1% of statements 04:36:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.056s coverage: 99.0% of statements 04:36:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements 04:36:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements 04:36:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.011s coverage: 100.0% of statements 04:36:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.014s coverage: 87.9% of statements 04:36:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.007s coverage: 100.0% of statements 04:36:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.046s coverage: 32.1% of statements 04:36:42 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.020s coverage: 100.0% of statements 04:36:43 make: *** [Makefile:81: test] Error 2 [Pipeline] } 04:36:43 $ docker stop --time=1 7084a3639f7e48fb57125a6b04818469e36fb3522f1f5e1e1690648c3078aea7 04:36:45 $ docker rm -f 7084a3639f7e48fb57125a6b04818469e36fb3522f1f5e1e1690648c3078aea7 [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:36:46 Failed in branch amd64 04:36:51 Fetching without tags 04:36:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:36:51 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 04:36:51 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:36:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:36:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:36:51 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:51 > 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:52 Merging remotes/origin/master commit d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit e343d062b58c9ae90473f40c03700e8449237536 04:36:53 Merge succeeded, producing dd271e6cb56504141af645c55c0ff00735021e64 04:36:53 Checking out Revision dd271e6cb56504141af645c55c0ff00735021e64 (PR-2610) 04:36:52 > git config core.sparsecheckout # timeout=10 04:36:52 > git checkout -f e343d062b58c9ae90473f40c03700e8449237536 # timeout=10 04:36:52 > git remote # timeout=10 04:36:52 > git config --get remote.origin.url # timeout=10 04:36:52 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:52 > git merge d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 04:36:53 > git rev-parse HEAD^{commit} # timeout=10 04:36:53 > git config core.sparsecheckout # timeout=10 04:36:53 > git checkout -f dd271e6cb56504141af645c55c0ff00735021e64 # timeout=10 04:36:57 Commit message: "Merge commit 'd08647e33299f35346a0c0e1b5c282da7a73a79b' into HEAD" 04:36:57 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:36:57 > git rev-list --no-walk 044483e461e04ec1ede6062efea9b1f5a0ce39d3 # timeout=10 [Pipeline] echo 04:37:09 ========================================================= 04:37:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:37:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:37:10 + 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:37:15 Sending build context to Docker daemon 323.1MB 04:37:15 Step 1/7 : ARG BASE=golang:1.13-alpine 04:37:15 Step 2/7 : FROM ${BASE} 04:37:15 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:37:15 b538f80385f9: Pulling fs layer 04:37:15 74f711af9a0d: Pulling fs layer 04:37:15 99f96fe45779: Pulling fs layer 04:37:15 fd7a069fd194: Pulling fs layer 04:37:15 66aa3694b03b: Pulling fs layer 04:37:15 170f70906a0f: Pulling fs layer 04:37:15 ad7c5574e4b9: Pulling fs layer 04:37:15 fd7a069fd194: Waiting 04:37:15 e772456be8f7: Pulling fs layer 04:37:15 66aa3694b03b: Waiting 04:37:15 170f70906a0f: Waiting 04:37:15 ad7c5574e4b9: Waiting 04:37:15 c890913d741a: Pulling fs layer 04:37:15 2480fcc9aa5a: Pulling fs layer 04:37:15 09adf4765672: Pulling fs layer 04:37:15 e772456be8f7: Waiting 04:37:15 c890913d741a: Waiting 04:37:15 2480fcc9aa5a: Waiting 04:37:15 09adf4765672: Waiting 04:37:15 99f96fe45779: Verifying Checksum 04:37:15 99f96fe45779: Download complete 04:37:15 74f711af9a0d: Verifying Checksum 04:37:15 74f711af9a0d: Download complete 04:37:15 66aa3694b03b: Verifying Checksum 04:37:15 66aa3694b03b: Download complete 04:37:15 170f70906a0f: Download complete 04:37:15 b538f80385f9: Verifying Checksum 04:37:15 b538f80385f9: Download complete 04:37:15 b538f80385f9: Pull complete 04:37:16 74f711af9a0d: Pull complete 04:37:16 99f96fe45779: Pull complete 04:37:18 ad7c5574e4b9: Verifying Checksum 04:37:18 ad7c5574e4b9: Download complete 04:37:18 c890913d741a: Verifying Checksum 04:37:18 c890913d741a: Download complete 04:37:20 2480fcc9aa5a: Verifying Checksum 04:37:20 2480fcc9aa5a: Download complete 04:37:20 09adf4765672: Verifying Checksum 04:37:20 09adf4765672: Download complete 04:37:21 e772456be8f7: Verifying Checksum 04:37:21 e772456be8f7: Download complete 04:37:22 fd7a069fd194: Verifying Checksum 04:37:22 fd7a069fd194: Download complete 04:37:34 fd7a069fd194: Pull complete 04:37:34 66aa3694b03b: Pull complete 04:37:34 170f70906a0f: Pull complete 04:37:38 ad7c5574e4b9: Pull complete 04:37:42 e772456be8f7: Pull complete 04:37:42 c890913d741a: Pull complete 04:37:45 2480fcc9aa5a: Pull complete 04:37:45 09adf4765672: Pull complete 04:37:45 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:37:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:37:45 ---> 2248a725d1cf 04:37:45 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:52 ---> Running in 23bbb0398dc1 04:37:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:37:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:37:54 (1/12) Installing libmagic (5.38-r0) 04:37:54 (2/12) Installing file (5.38-r0) 04:37:54 (3/12) Installing libc-dev (0.7.2-r3) 04:37:54 (4/12) Installing g++ (9.3.0-r2) 04:37:58 (5/12) Installing fortify-headers (1.1-r0) 04:37:58 (6/12) Installing patch (2.7.6-r6) 04:37:58 (7/12) Installing build-base (0.5-r2) 04:37:58 (8/12) Installing libsodium (1.0.18-r0) 04:37:58 (9/12) Installing pkgconf (1.7.2-r0) 04:37:58 (10/12) Installing libsodium-dev (1.0.18-r0) 04:37:58 (11/12) Installing libzmq (4.3.2-r0) 04:37:58 (12/12) Installing zeromq-dev (4.3.2-r0) 04:37:58 Executing busybox-1.31.1-r16.trigger 04:37:58 OK: 217 MiB in 51 packages 04:38:02 Removing intermediate container 23bbb0398dc1 04:38:02 ---> 1fe64c66f80a 04:38:02 Step 4/7 : WORKDIR /edgex-go 04:38:02 ---> Running in 02e1850f9df7 04:38:03 Removing intermediate container 02e1850f9df7 04:38:03 ---> 6048bb4e7ef7 04:38:03 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:38:03 latest: Pulling from library/docker 04:38:03 b538f80385f9: Already exists 04:38:03 259a493cd78d: Pulling fs layer 04:38:03 b8e66b5100f5: Pulling fs layer 04:38:03 39dc9c94d07c: Pulling fs layer 04:38:03 551b823b3b82: Pulling fs layer 04:38:03 3c52a74df98c: Pulling fs layer 04:38:03 6c9b121b6998: Pulling fs layer 04:38:03 551b823b3b82: Waiting 04:38:03 3c52a74df98c: Waiting 04:38:03 6c9b121b6998: Waiting 04:38:04 b8e66b5100f5: Verifying Checksum 04:38:04 b8e66b5100f5: Download complete 04:38:04 259a493cd78d: Verifying Checksum 04:38:04 259a493cd78d: Download complete 04:38:04 551b823b3b82: Verifying Checksum 04:38:04 551b823b3b82: Download complete 04:38:04 3c52a74df98c: Verifying Checksum 04:38:04 3c52a74df98c: Download complete 04:38:04 6c9b121b6998: Verifying Checksum 04:38:04 6c9b121b6998: Download complete 04:38:04 259a493cd78d: Pull complete 04:38:05 b8e66b5100f5: Pull complete 04:38:05 39dc9c94d07c: Verifying Checksum 04:38:05 39dc9c94d07c: Download complete 04:38:08 39dc9c94d07c: Pull complete 04:38:08 551b823b3b82: Pull complete 04:38:09 3c52a74df98c: Pull complete 04:38:09 6c9b121b6998: Pull complete 04:38:09 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:38:09 Status: Downloaded newer image for docker:latest 04:38:13 ---> 94843f809eb2 04:38:13 Step 6/7 : COPY go.mod . 04:38:13 ---> c79158e01321 04:38:13 Step 7/7 : RUN go mod download 04:38:13 ---> Running in 38eebb722e36 04:38:17 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:38:17 go: finding github.com/BurntSushi/toml v0.3.1 04:38:17 go: finding github.com/OneOfOne/xxhash v1.2.5 04:38:17 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:38:17 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:38:17 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:38:17 go: finding github.com/bgentry/speakeasy v0.1.0 04:38:17 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:38:17 go: finding github.com/cloudflare/gokey v0.1.0 04:38:17 go: finding github.com/davecgh/go-spew v1.1.1 04:38:17 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:38:17 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:38:17 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:38:17 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:38:17 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.68 04:38:17 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:38:17 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:38:17 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:38:17 go: finding github.com/fatih/color v1.7.0 04:38:17 go: finding github.com/fsnotify/fsnotify v1.4.7 04:38:17 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:38:17 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:38:17 go: finding github.com/go-kit/kit v0.8.0 04:38:17 go: finding github.com/go-logfmt/logfmt v0.4.0 04:38:17 go: finding github.com/go-playground/assert/v2 v2.0.1 04:38:17 go: finding github.com/go-playground/locales v0.13.0 04:38:17 go: finding github.com/go-playground/universal-translator v0.17.0 04:38:17 go: finding github.com/go-playground/validator/v10 v10.3.0 04:38:17 go: finding github.com/go-redis/redis/v7 v7.2.0 04:38:17 go: finding github.com/go-stack/stack v1.8.0 04:38:17 go: finding github.com/golang/protobuf v1.3.2 04:38:17 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:38:17 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:38:17 go: finding github.com/google/uuid v1.1.0 04:38:17 go: finding github.com/gorilla/mux v1.7.1 04:38:17 go: finding github.com/hashicorp/consul/api v1.1.0 04:38:17 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:38:17 go: finding github.com/hashicorp/errwrap v1.0.0 04:38:17 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:38:17 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:38:17 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:38:17 go: finding github.com/hashicorp/go-multierror v1.0.0 04:38:17 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:38:17 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:38:17 go: finding github.com/hashicorp/go-syslog v1.0.0 04:38:17 go: finding github.com/hashicorp/go-uuid v1.0.1 04:38:17 go: finding github.com/hashicorp/go.net v0.0.1 04:38:17 go: finding github.com/hashicorp/golang-lru v0.5.0 04:38:17 go: finding github.com/hashicorp/logutils v1.0.0 04:38:17 go: finding github.com/hashicorp/mdns v1.0.0 04:38:17 go: finding github.com/hashicorp/memberlist v0.1.3 04:38:17 go: finding github.com/hashicorp/serf v0.8.2 04:38:17 go: finding github.com/hpcloud/tail v1.0.0 04:38:18 go: finding github.com/imdario/mergo v0.3.6 04:38:18 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:38:18 go: finding github.com/kr/pretty v0.1.0 04:38:18 go: finding github.com/kr/pty v1.1.1 04:38:18 go: finding github.com/kr/text v0.1.0 04:38:18 go: finding github.com/leodido/go-urn v1.2.0 04:38:18 go: finding github.com/mattn/go-colorable v0.0.9 04:38:18 go: finding github.com/mattn/go-isatty v0.0.3 04:38:18 go: finding github.com/miekg/dns v1.0.14 04:38:18 go: finding github.com/mitchellh/cli v1.0.0 04:38:18 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:38:18 go: finding github.com/mitchellh/copystructure v1.0.0 04:38:18 go: finding github.com/mitchellh/go-homedir v1.0.0 04:38:18 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:38:18 go: finding github.com/mitchellh/gox v0.4.0 04:38:18 go: finding github.com/mitchellh/iochan v1.0.0 04:38:18 go: finding github.com/mitchellh/mapstructure v1.1.2 04:38:18 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:38:18 go: finding github.com/onsi/ginkgo v1.10.1 04:38:18 go: finding github.com/onsi/gomega v1.7.0 04:38:18 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:38:18 go: finding github.com/pebbe/zmq4 v1.0.0 04:38:18 go: finding github.com/pelletier/go-toml v1.2.0 04:38:18 go: finding github.com/pkg/errors v0.8.1 04:38:18 go: finding github.com/pmezard/go-difflib v1.0.0 04:38:18 go: finding github.com/posener/complete v1.1.1 04:38:18 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:38:18 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:38:18 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:38:18 go: finding github.com/stretchr/objx v0.1.0 04:38:18 go: finding github.com/stretchr/testify v1.5.1 04:38:18 go: finding github.com/ugorji/go v1.1.4 04:38:19 go: finding github.com/x448/float16 v0.8.4 04:38:19 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:38:19 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:38:19 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:38:19 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:38:19 go: finding golang.org/x/text v0.3.2 04:38:19 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:38:19 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:38:19 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:38:19 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:38:19 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:38:19 go: finding gopkg.in/yaml.v2 v2.2.8 04:38:41 Removing intermediate container 38eebb722e36 04:38:41 ---> 664196ca37ea 04:38:41 Successfully built 664196ca37ea 04:38:41 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:41 + docker inspect -f . ci-base-image-arm64 04:38:41 . [Pipeline] withDockerContainer 04:38:42 prd-ubuntu18.04-docker-arm64-4c-16g-5073 does not seem to be running inside a container 04:38:42 $ 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/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@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-arm64 cat 04:38:43 $ docker top 15c024eb0eebf1410b7d82472a2ff29746713a1152842d85fad99ba9886114f3 -eo pid,comm [Pipeline] { [Pipeline] sh 04:38:44 + go version 04:38:44 go version go1.13.13 linux/arm64 [Pipeline] echo 04:38:44 ========================================================= 04:38:44 [edgeXBuildGoParallel] Running Tests and Build... 04:38:44 ========================================================= [Pipeline] sh 04:38:45 + make test 04:38:45 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:38:48 ? github.com/edgexfoundry/edgex-go [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:39:32 # github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 04:39:32 internal/core/data/v2/controller/http/event.go:64:23: undefined: responses.AddEventResponse 04:39:35 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.043s 04:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.067s coverage: 46.6% of statements 04:39:47 FAIL github.com/edgexfoundry/edgex-go/internal/core/data [build failed] 04:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements 04:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.025s coverage: 100.0% of statements 04:39:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.378s coverage: 77.5% of statements 04:39:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.348s coverage: 28.6% of statements 04:39:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.046s coverage: 100.0% of statements 04:39:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements 04:39:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.071s coverage: 89.8% of statements 04:39:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.106s coverage: 97.5% of statements 04:39:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 100.0% of statements 04:39:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 04:40:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.201s coverage: 63.5% of statements 04:40:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.019s coverage: 100.0% of statements 04:40:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.312s coverage: 55.9% of statements 04:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 16.031s coverage: 86.3% of statements 04:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.870s coverage: 72.2% of statements 04:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.322s coverage: 72.1% of statements 04:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.054s coverage: 82.4% of statements 04:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.030s coverage: 48.4% of statements 04:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.030s coverage: 28.8% of statements 04:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.087s coverage: 96.8% of statements 04:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.121s coverage: 26.9% of statements 04:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.253s coverage: 84.1% of statements 04:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.027s coverage: 100.0% of statements 04:40:21 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.028s coverage: 42.9% of statements 04:40:21 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.046s coverage: 100.0% of statements 04:40:21 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.040s coverage: 83.8% of statements 04:40:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.147s coverage: 46.1% of statements 04:40:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.031s coverage: 100.0% of statements 04:40:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.073s coverage: 100.0% of statements 04:40:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.209s coverage: 29.1% of statements 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.056s coverage: 99.0% of statements 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements 04:40:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements 04:40:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.027s coverage: 87.9% of statements 04:40:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements 04:40:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.029s coverage: 32.1% of statements 04:40:35 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements 04:40:36 make: *** [Makefile:81: test] Error 2 [Pipeline] } 04:40:36 $ docker stop --time=1 15c024eb0eebf1410b7d82472a2ff29746713a1152842d85fad99ba9886114f3 04:40:38 $ docker rm -f 15c024eb0eebf1410b7d82472a2ff29746713a1152842d85fad99ba9886114f3 [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:40 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:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:40:43 ---> package-listing.sh 04:40:43 ++ tr '[:upper:]' '[:lower:]' 04:40:43 ++ facter osfamily 04:40:43 + OS_FAMILY=redhat 04:40:43 + workspace=/w/workspace/edgex-go/33 04:40:43 + START_PACKAGES=/tmp/packages_start.txt 04:40:43 + END_PACKAGES=/tmp/packages_end.txt 04:40:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:40:43 + PACKAGES=/tmp/packages_start.txt 04:40:43 + '[' /w/workspace/edgex-go/33 ']' 04:40:43 + PACKAGES=/tmp/packages_end.txt 04:40:43 + case "${OS_FAMILY}" in 04:40:43 + rpm -qa 04:40:43 + sort 04:40:48 + '[' -f /tmp/packages_start.txt ']' 04:40:48 + '[' -f /tmp/packages_end.txt ']' 04:40:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:40:48 + '[' /w/workspace/edgex-go/33 ']' 04:40:48 + mkdir -p /w/workspace/edgex-go/33/archives/ 04:40:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/33/archives/ [Pipeline] isUnix [Pipeline] sh 04:40:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:40:49 04:40:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:40:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:40:50 alpine: Pulling from edgex-lftools-log-publisher 04:40:50 c9b1b535fdd9: Pulling fs layer 04:40:50 2cc5ad85d9ab: Pulling fs layer 04:40:50 756a868c4378: Pulling fs layer 04:40:50 444b2fc9a129: Pulling fs layer 04:40:50 ea15f1150254: Pulling fs layer 04:40:50 41b27a9f41bf: Pulling fs layer 04:40:50 28c525ee5125: Pulling fs layer 04:40:50 094b1ea09ed8: Pulling fs layer 04:40:50 138eaada9080: Pulling fs layer 04:40:50 0622d0fa9048: Pulling fs layer 04:40:50 41b27a9f41bf: Waiting 04:40:50 28c525ee5125: Waiting 04:40:50 094b1ea09ed8: Waiting 04:40:50 138eaada9080: Waiting 04:40:50 0622d0fa9048: Waiting 04:40:50 444b2fc9a129: Waiting 04:40:50 2cc5ad85d9ab: Download complete 04:40:50 444b2fc9a129: Verifying Checksum 04:40:50 444b2fc9a129: Download complete 04:40:50 c9b1b535fdd9: Verifying Checksum 04:40:50 c9b1b535fdd9: Download complete 04:40:51 c9b1b535fdd9: Pull complete 04:40:51 ea15f1150254: Download complete 04:40:51 28c525ee5125: Verifying Checksum 04:40:51 28c525ee5125: Download complete 04:40:51 2cc5ad85d9ab: Pull complete 04:40:51 756a868c4378: Verifying Checksum 04:40:51 756a868c4378: Download complete 04:40:52 138eaada9080: Verifying Checksum 04:40:52 138eaada9080: Download complete 04:40:52 0622d0fa9048: Verifying Checksum 04:40:52 0622d0fa9048: Download complete 04:40:54 756a868c4378: Pull complete 04:40:54 444b2fc9a129: Pull complete 04:40:54 ea15f1150254: Pull complete 04:40:55 094b1ea09ed8: Verifying Checksum 04:40:55 094b1ea09ed8: Download complete 04:40:55 41b27a9f41bf: Verifying Checksum 04:40:55 41b27a9f41bf: Download complete 04:41:01 41b27a9f41bf: Pull complete 04:41:01 28c525ee5125: Pull complete 04:41:04 094b1ea09ed8: Pull complete 04:41:05 138eaada9080: Pull complete 04:41:05 0622d0fa9048: Pull complete 04:41:05 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:41:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:41:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:41:06 prd-centos7-docker-4c-2g-5068 does not seem to be running inside a container 04:41:06 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@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:41:08 $ docker top 2f48dd316c1cd70636edcf90044e20c19c37b65b5235a26b493d63cfa83a1c6a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:41:09 provisioning config files... 04:41:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/33@tmp/config7946996700775319446tmp [Pipeline] { [Pipeline] echo 04:41:09 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:41:10 ---> create-netrc.sh [Pipeline] echo 04:41:11 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:41:11 ---> logs-deploy.sh 04:41:11 + ARCHIVE_ARTIFACTS= 04:41:11 + LOGS_SERVER=https://logs.edgexfoundry.org 04:41:11 + '[' https://logs.edgexfoundry.org == None ']' 04:41:11 + NEXUS_URL=https://nexus.edgexfoundry.org 04:41:11 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/33 04:41:11 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/33/ 04:41:11 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/33 /w/workspace/edgex-go/33 04:41:13 Archives upload complete. 04:41:13 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/33 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/33/ 04:41:14 ---> uname -a: 04:41:14 Linux 2f48dd316c1c 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 04:41:14 04:41:14 04:41:14 ---> lscpu: 04:41:14 Architecture: x86_64 04:41:14 CPU op-mode(s): 32-bit, 64-bit 04:41:14 Byte Order: Little Endian 04:41:14 Address sizes: 40 bits physical, 48 bits virtual 04:41:14 CPU(s): 4 04:41:14 On-line CPU(s) list: 0-3 04:41:14 Thread(s) per core: 1 04:41:14 Core(s) per socket: 1 04:41:14 Socket(s): 4 04:41:14 NUMA node(s): 1 04:41:14 Vendor ID: GenuineIntel 04:41:14 CPU family: 6 04:41:14 Model: 44 04:41:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:41:14 Stepping: 1 04:41:14 CPU MHz: 2933.438 04:41:14 BogoMIPS: 5866.87 04:41:14 Virtualization: VT-x 04:41:14 Hypervisor vendor: KVM 04:41:14 Virtualization type: full 04:41:14 L1d cache: 128 KiB 04:41:14 L1i cache: 128 KiB 04:41:14 L2 cache: 16 MiB 04:41:14 L3 cache: 64 MiB 04:41:14 NUMA node0 CPU(s): 0-3 04:41:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:41:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:41:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:41:14 Vulnerability Meltdown: Mitigation; PTI 04:41:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:41:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:41:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:41:14 Vulnerability Tsx async abort: Not affected 04:41:14 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 04:41:14 04:41:14 04:41:14 ---> nproc: 04:41:14 4 04:41:14 04:41:14 04:41:14 ---> df -h: 04:41:14 Filesystem Size Used Available Use% Mounted on 04:41:14 overlay 50.0G 8.8G 41.2G 18% / 04:41:14 tmpfs 64.0M 0 64.0M 0% /dev 04:41:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:41:14 shm 64.0M 0 64.0M 0% /dev/shm 04:41:14 /dev/vda1 50.0G 8.8G 41.2G 18% /etc/resolv.conf 04:41:14 /dev/vda1 50.0G 8.8G 41.2G 18% /etc/hostname 04:41:14 /dev/vda1 50.0G 8.8G 41.2G 18% /etc/hosts 04:41:14 /dev/vda1 50.0G 8.8G 41.2G 18% /var/log/sa 04:41:14 /dev/vda1 50.0G 8.8G 41.2G 18% /w/workspace/edgex-go/33 04:41:14 /dev/vda1 50.0G 8.8G 41.2G 18% /w/workspace/edgex-go/33@tmp 04:41:14 04:41:14 04:41:14 ---> free -m: 04:41:14 total used free shared buff/cache available 04:41:14 Mem: 1837 684 105 0 1046 1061 04:41:14 Swap: 1023 3 1020 04:41:14 04:41:14 04:41:14 ---> ip addr: 04:41:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:41:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:41:14 inet 127.0.0.1/8 scope host lo 04:41:14 valid_lft forever preferred_lft forever 04:41:14 12: eth0@if13: mtu 1458 qdisc noqueue state UP 04:41:14 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 04:41:14 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 04:41:14 valid_lft forever preferred_lft forever 04:41:14 04:41:14