Pull request #2634 updated 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 ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from 98898976b287ac17c8da0bd61148babdfb1a1a37+98f202b9c718295929a9c333e58cdf53ea3a53cb (3e19feaa72a49b8a388c23aa27c417c4462e5261) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@3156877ba5d897f4538228845a5bdbc4bec9138a Attempting to resolve 3156877ba5d897f4538228845a5bdbc4bec9138a 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 Could not find 3156877ba5d897f4538228845a5bdbc4bec9138a in remote references. Pulling heads to local for deep search... > 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/pull/*:refs/remotes/origin/pr/* # timeout=10 > git rev-parse 3156877ba5d897f4538228845a5bdbc4bec9138a^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains 3156877ba5d897f4538228845a5bdbc4bec9138a # timeout=10 Selected match: pr/213/merge revision 3156877ba5d897f4538228845a5bdbc4bec9138a 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 without 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 3156877ba5d897f4538228845a5bdbc4bec9138a (pr/213/merge) > git config core.sparsecheckout # timeout=10 > git checkout -f 3156877ba5d897f4538228845a5bdbc4bec9138a # timeout=10 Commit message: "initial commit of edgeXBuildGoParallel for edgex-go replacement" > 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 raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [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 raml_verify 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: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-592 in /w/workspace/edgexfoundry_edgex-go_PR-2634 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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/2634/head:refs/remotes/origin/PR-2634 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2634/head:refs/remotes/origin/PR-2634 # 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/2634/head:refs/remotes/origin/PR-2634 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 98f202b9c718295929a9c333e58cdf53ea3a53cb into PR head commit 98898976b287ac17c8da0bd61148babdfb1a1a37 Merge succeeded, producing 98898976b287ac17c8da0bd61148babdfb1a1a37 Checking out Revision 98898976b287ac17c8da0bd61148babdfb1a1a37 (PR-2634) > git config core.sparsecheckout # timeout=10 > git checkout -f 98898976b287ac17c8da0bd61148babdfb1a1a37 # 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 98f202b9c718295929a9c333e58cdf53ea3a53cb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 98898976b287ac17c8da0bd61148babdfb1a1a37 # timeout=10 Commit message: "build: Migrate to new edgeXBuildParallel function" First time build. Skipping changelog. > git rev-list --no-walk 0151e7590fe149511c130fa30ccf1e21129209d6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:54:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:54:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:54:27 ========================================================= 14:54:27 EdgeX Global Pipelines Version Info 14:54:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:54:29 ------------------- 14:54:29 stable info: 14:54:29 ------------------- 14:54:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:54:29 Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 14:54:29 Message: update stable to v1.0.99 14:54:30 ------------------- 14:54:30 experimental info: 14:54:30 ------------------- 14:54:30 Commited By: **** collab-it+edgex@linuxfoundation.org 14:54:30 Commit SHA: 78d567e8c35819a45e10bd2b75e1138b16507148 14:54:30 Message: update experimental to v1.0.101 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 14:54:32 ++ 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 14:54:32 + for file in '`ls cmd/**/Dockerfile`' 14:54:32 ++ dirname cmd/core-command/Dockerfile 14:54:32 ++ cut -d/ -f2 14:54:32 + echo core-command,cmd/core-command/Dockerfile 14:54:32 + for file in '`ls cmd/**/Dockerfile`' 14:54:32 ++ dirname cmd/core-data/Dockerfile 14:54:32 ++ cut -d/ -f2 14:54:32 + echo core-data,cmd/core-data/Dockerfile 14:54:32 + for file in '`ls cmd/**/Dockerfile`' 14:54:32 ++ cut -d/ -f2 14:54:32 ++ dirname cmd/core-metadata/Dockerfile 14:54:32 + echo core-metadata,cmd/core-metadata/Dockerfile 14:54:32 + for file in '`ls cmd/**/Dockerfile`' 14:54:32 ++ dirname cmd/security-proxy-setup/Dockerfile 14:54:32 ++ cut -d/ -f2 14:54:32 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:54:32 + for file in '`ls cmd/**/Dockerfile`' 14:54:32 ++ dirname cmd/security-secrets-setup/Dockerfile 14:54:32 ++ cut -d/ -f2 14:54:32 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 14:54:32 + for file in '`ls cmd/**/Dockerfile`' 14:54:32 ++ cut -d/ -f2 14:54:32 ++ dirname cmd/security-secretstore-setup/Dockerfile 14:54:32 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:54:32 + for file in '`ls cmd/**/Dockerfile`' 14:54:32 ++ dirname cmd/support-logging/Dockerfile 14:54:32 ++ cut -d/ -f2 14:54:32 + echo support-logging,cmd/support-logging/Dockerfile 14:54:32 + for file in '`ls cmd/**/Dockerfile`' 14:54:32 ++ dirname cmd/support-notifications/Dockerfile 14:54:32 ++ cut -d/ -f2 14:54:32 + echo support-notifications,cmd/support-notifications/Dockerfile 14:54:32 + for file in '`ls cmd/**/Dockerfile`' 14:54:32 ++ dirname cmd/support-scheduler/Dockerfile 14:54:32 ++ cut -d/ -f2 14:54:32 + echo support-scheduler,cmd/support-scheduler/Dockerfile 14:54:32 + for file in '`ls cmd/**/Dockerfile`' 14:54:32 ++ dirname cmd/sys-mgmt-agent/Dockerfile 14:54:32 ++ cut -d/ -f2 14:54:32 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 14:54:32 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 14:54:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:54:33 14:54:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:54:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:54:33 latest: Pulling from edgex-devops/git-semver 14:54:33 31603596830f: Pulling fs layer 14:54:33 2a8b12db71e7: Pulling fs layer 14:54:33 6ca5941a6612: Pulling fs layer 14:54:33 ecc8261a40a4: Pulling fs layer 14:54:33 ecc8261a40a4: Waiting 14:54:33 2a8b12db71e7: Verifying Checksum 14:54:33 2a8b12db71e7: Download complete 14:54:33 31603596830f: Verifying Checksum 14:54:33 31603596830f: Download complete 14:54:33 ecc8261a40a4: Verifying Checksum 14:54:33 ecc8261a40a4: Download complete 14:54:33 6ca5941a6612: Verifying Checksum 14:54:33 6ca5941a6612: Download complete 14:54:33 31603596830f: Pull complete 14:54:33 2a8b12db71e7: Pull complete 14:54:34 6ca5941a6612: Pull complete 14:54:35 ecc8261a40a4: Pull complete 14:54:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:54:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:54:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:54:35 prd-centos7-docker-4c-2g-592 does not seem to be running inside a container 14:54:35 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:10004/edgex-devops/git-semver:latest cat 14:54:37 $ docker top 71796899288af4602d9a725aa170a8fd1a255a102f00362b466805377cbac029 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:54:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:54:37 [ssh-agent] Looking for ssh-agent implementation... 14:54:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:54:38 $ docker exec 71796899288af4602d9a725aa170a8fd1a255a102f00362b466805377cbac029 ssh-agent 14:54:38 SSH_AUTH_SOCK=/tmp/ssh-izYQMfBOjoQH/agent.11 14:54:38 SSH_AGENT_PID=17 14:54:38 Running ssh-add (command line suppressed) 14:54:39 Identity added: /w/workspace/edgex-go/3@tmp/private_key_258673123961848967.key (/w/workspace/edgex-go/3@tmp/private_key_258673123961848967.key) 14:54:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:54:39 + git describe --exact-match --tags HEAD 14:54:39 fatal: No names found, cannot describe anything. [Pipeline] } 14:54:39 $ docker exec --env ******** --env ******** 71796899288af4602d9a725aa170a8fd1a255a102f00362b466805377cbac029 ssh-agent -k 14:54:39 unset SSH_AUTH_SOCK; 14:54:39 unset SSH_AGENT_PID; 14:54:39 echo Agent pid 17 killed; 14:54:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 14:54:39 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 14:54:39 This usually means this commit has not been tagged. [Pipeline] sshagent 14:54:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:54:39 [ssh-agent] Looking for ssh-agent implementation... 14:54:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:54:40 $ docker exec 71796899288af4602d9a725aa170a8fd1a255a102f00362b466805377cbac029 ssh-agent 14:54:40 SSH_AUTH_SOCK=/tmp/ssh-CI4A9RCC1RK6/agent.46 14:54:40 SSH_AGENT_PID=52 14:54:40 Running ssh-add (command line suppressed) 14:54:40 Identity added: /w/workspace/edgex-go/3@tmp/private_key_9129564727604339377.key (/w/workspace/edgex-go/3@tmp/private_key_9129564727604339377.key) 14:54:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:54:40 + git semver init 14:54:40 # -> Open(): unable to determine branch for HEAD 14:54:40 # $GIT_DIR = /w/workspace/edgex-go/3/.git 14:54:40 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 14:54:40 # $SEMVER_REMOTE_NAME = origin 14:54:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:54:40 # $SEMVER_USER_NAME = edgex-jenkins 14:54:40 # $SEMVER_BRANCH = PR-2634 14:54:40 # $SEMVER_TEMP = /tmp/semver-331673688 14:54:40 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 14:55:07 # '/tmp/semver-331673688' -> '/w/workspace/edgex-go/3/.semver' 14:55:07 # -> Force: false 14:55:07 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 14:55:07 $ docker exec --env ******** --env ******** 71796899288af4602d9a725aa170a8fd1a255a102f00362b466805377cbac029 ssh-agent -k 14:55:07 unset SSH_AUTH_SOCK; 14:55:08 unset SSH_AGENT_PID; 14:55:08 echo Agent pid 52 killed; 14:55:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:55:08 + git semver [Pipeline] } 14:55:08 $ docker stop --time=1 71796899288af4602d9a725aa170a8fd1a255a102f00362b466805377cbac029 14:55:10 $ docker rm -f 71796899288af4602d9a725aa170a8fd1a255a102f00362b466805377cbac029 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 14:55:31 Stashed 22 file(s) [Pipeline] echo 14:55:31 [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 14:55:32 ========================================================= 14:55:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 14:55:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:55:32 + 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 . 14:55:36 Sending build context to Docker daemon 323.1MB 14:55:36 Step 1/7 : ARG BASE=golang:1.13-alpine 14:55:36 Step 2/7 : FROM ${BASE} 14:55:36 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 14:55:36 df20fa9351a1: Pulling fs layer 14:55:36 ed8968b2872e: Pulling fs layer 14:55:36 a92cc7c5fd73: Pulling fs layer 14:55:36 2dd03ba5bac4: Pulling fs layer 14:55:36 1e091d79d1de: Pulling fs layer 14:55:36 481702a1767f: Pulling fs layer 14:55:36 f64a6f60c768: Pulling fs layer 14:55:36 e78d2573fc39: Pulling fs layer 14:55:36 e876d2f968b6: Pulling fs layer 14:55:36 ce8a83651883: Pulling fs layer 14:55:36 07967f4d0e4b: Pulling fs layer 14:55:36 2dd03ba5bac4: Waiting 14:55:36 1e091d79d1de: Waiting 14:55:36 e876d2f968b6: Waiting 14:55:36 481702a1767f: Waiting 14:55:36 ce8a83651883: Waiting 14:55:36 07967f4d0e4b: Waiting 14:55:36 f64a6f60c768: Waiting 14:55:36 e78d2573fc39: Waiting 14:55:36 a92cc7c5fd73: Verifying Checksum 14:55:36 a92cc7c5fd73: Download complete 14:55:36 ed8968b2872e: Verifying Checksum 14:55:36 ed8968b2872e: Download complete 14:55:36 1e091d79d1de: Verifying Checksum 14:55:36 1e091d79d1de: Download complete 14:55:36 481702a1767f: Verifying Checksum 14:55:36 481702a1767f: Download complete 14:55:36 df20fa9351a1: Verifying Checksum 14:55:36 df20fa9351a1: Download complete 14:55:37 df20fa9351a1: Pull complete 14:55:38 f64a6f60c768: Verifying Checksum 14:55:38 f64a6f60c768: Download complete 14:55:38 e876d2f968b6: Download complete 14:55:39 e78d2573fc39: Verifying Checksum 14:55:39 e78d2573fc39: Download complete 14:55:39 ed8968b2872e: Pull complete 14:55:39 ce8a83651883: Verifying Checksum 14:55:39 ce8a83651883: Download complete 14:55:39 07967f4d0e4b: Verifying Checksum 14:55:39 07967f4d0e4b: Download complete 14:55:39 2dd03ba5bac4: Verifying Checksum 14:55:39 2dd03ba5bac4: Download complete 14:55:39 a92cc7c5fd73: Pull complete 14:55:47 Still waiting to schedule task 14:55:47 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 14:55:49 2dd03ba5bac4: Pull complete 14:55:49 1e091d79d1de: Pull complete 14:55:49 481702a1767f: Pull complete 14:55:55 f64a6f60c768: Pull complete 14:55:59 e78d2573fc39: Pull complete 14:55:59 e876d2f968b6: Pull complete 14:56:01 ce8a83651883: Pull complete 14:56:01 07967f4d0e4b: Pull complete 14:56:01 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 14:56:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 14:56:01 ---> 5d7c900382c6 14:56:01 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 14:56:03 ---> Running in b21d624ece64 14:56:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:56:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:56:05 (1/12) Installing libmagic (5.38-r0) 14:56:05 (2/12) Installing file (5.38-r0) 14:56:05 (3/12) Installing libc-dev (0.7.2-r3) 14:56:05 (4/12) Installing g++ (9.3.0-r2) 14:56:09 (5/12) Installing fortify-headers (1.1-r0) 14:56:09 (6/12) Installing patch (2.7.6-r6) 14:56:09 (7/12) Installing build-base (0.5-r2) 14:56:09 (8/12) Installing libsodium (1.0.18-r0) 14:56:09 (9/12) Installing pkgconf (1.7.2-r0) 14:56:09 (10/12) Installing libsodium-dev (1.0.18-r0) 14:56:09 (11/12) Installing libzmq (4.3.2-r0) 14:56:09 (12/12) Installing zeromq-dev (4.3.2-r0) 14:56:09 Executing busybox-1.31.1-r16.trigger 14:56:09 OK: 233 MiB in 51 packages 14:56:15 Removing intermediate container b21d624ece64 14:56:15 ---> a84c6b1442a1 14:56:15 Step 4/7 : WORKDIR /edgex-go 14:56:15 ---> Running in 109b1a9c309c 14:56:15 Removing intermediate container 109b1a9c309c 14:56:15 ---> 3a2d995443b1 14:56:15 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 14:56:15 latest: Pulling from library/docker 14:56:15 df20fa9351a1: Already exists 14:56:15 25ad7478873d: Pulling fs layer 14:56:15 4684f6177b5d: Pulling fs layer 14:56:15 46e300cec669: Pulling fs layer 14:56:15 63038576ad94: Pulling fs layer 14:56:15 0fdb76c4706c: Pulling fs layer 14:56:15 cb7edeffdfd5: Pulling fs layer 14:56:15 63038576ad94: Waiting 14:56:15 0fdb76c4706c: Waiting 14:56:15 cb7edeffdfd5: Waiting 14:56:15 4684f6177b5d: Verifying Checksum 14:56:15 4684f6177b5d: Download complete 14:56:15 25ad7478873d: Verifying Checksum 14:56:15 63038576ad94: Verifying Checksum 14:56:15 63038576ad94: Download complete 14:56:15 0fdb76c4706c: Verifying Checksum 14:56:15 0fdb76c4706c: Download complete 14:56:15 25ad7478873d: Pull complete 14:56:15 cb7edeffdfd5: Verifying Checksum 14:56:15 cb7edeffdfd5: Download complete 14:56:15 4684f6177b5d: Pull complete 14:56:16 46e300cec669: Verifying Checksum 14:56:16 46e300cec669: Download complete 14:56:20 46e300cec669: Pull complete 14:56:20 63038576ad94: Pull complete 14:56:20 0fdb76c4706c: Pull complete 14:56:20 cb7edeffdfd5: Pull complete 14:56:20 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 14:56:20 Status: Downloaded newer image for docker:latest 14:56:22 ---> 0251326de18c 14:56:22 Step 6/7 : COPY go.mod . 14:56:22 ---> 47db99f93b63 14:56:22 Step 7/7 : RUN go mod download 14:56:22 ---> Running in 295be365a8b9 14:56:25 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 14:56:25 go: finding github.com/BurntSushi/toml v0.3.1 14:56:25 go: finding github.com/OneOfOne/xxhash v1.2.5 14:56:25 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 14:56:25 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:56:25 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 14:56:25 go: finding github.com/bgentry/speakeasy v0.1.0 14:56:25 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 14:56:25 go: finding github.com/cloudflare/gokey v0.1.0 14:56:25 go: finding github.com/davecgh/go-spew v1.1.1 14:56:25 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 14:56:25 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 14:56:25 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 14:56:25 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 14:56:25 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 14:56:25 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 14:56:25 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 14:56:25 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 14:56:25 go: finding github.com/fatih/color v1.7.0 14:56:25 go: finding github.com/fsnotify/fsnotify v1.4.7 14:56:25 go: finding github.com/fxamacker/cbor/v2 v2.2.0 14:56:25 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 14:56:25 go: finding github.com/go-kit/kit v0.8.0 14:56:25 go: finding github.com/go-logfmt/logfmt v0.4.0 14:56:25 go: finding github.com/go-redis/redis/v7 v7.2.0 14:56:25 go: finding github.com/go-stack/stack v1.8.0 14:56:25 go: finding github.com/golang/protobuf v1.3.2 14:56:25 go: finding github.com/gomodule/redigo v2.0.0+incompatible 14:56:25 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 14:56:25 go: finding github.com/google/uuid v1.1.0 14:56:25 go: finding github.com/gorilla/mux v1.7.1 14:56:26 go: finding github.com/hashicorp/consul/api v1.1.0 14:56:26 go: finding github.com/hashicorp/consul/sdk v0.1.1 14:56:26 go: finding github.com/hashicorp/errwrap v1.0.0 14:56:26 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 14:56:26 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 14:56:26 go: finding github.com/hashicorp/go-msgpack v0.5.3 14:56:26 go: finding github.com/hashicorp/go-multierror v1.0.0 14:56:26 go: finding github.com/hashicorp/go-rootcerts v1.0.0 14:56:26 go: finding github.com/hashicorp/go-sockaddr v1.0.0 14:56:26 go: finding github.com/hashicorp/go-syslog v1.0.0 14:56:26 go: finding github.com/hashicorp/go-uuid v1.0.1 14:56:26 go: finding github.com/hashicorp/go.net v0.0.1 14:56:26 go: finding github.com/hashicorp/golang-lru v0.5.0 14:56:26 go: finding github.com/hashicorp/logutils v1.0.0 14:56:26 go: finding github.com/hashicorp/mdns v1.0.0 14:56:26 go: finding github.com/hashicorp/memberlist v0.1.3 14:56:26 go: finding github.com/hashicorp/serf v0.8.2 14:56:26 go: finding github.com/hpcloud/tail v1.0.0 14:56:26 go: finding github.com/imdario/mergo v0.3.6 14:56:26 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 14:56:26 go: finding github.com/kr/pretty v0.1.0 14:56:26 go: finding github.com/kr/pty v1.1.1 14:56:26 go: finding github.com/kr/text v0.1.0 14:56:26 go: finding github.com/mattn/go-colorable v0.0.9 14:56:26 go: finding github.com/mattn/go-isatty v0.0.3 14:56:26 go: finding github.com/miekg/dns v1.0.14 14:56:26 go: finding github.com/mitchellh/cli v1.0.0 14:56:26 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:56:26 go: finding github.com/mitchellh/copystructure v1.0.0 14:56:26 go: finding github.com/mitchellh/go-homedir v1.0.0 14:56:26 go: finding github.com/mitchellh/go-testing-interface v1.0.0 14:56:26 go: finding github.com/mitchellh/gox v0.4.0 14:56:26 go: finding github.com/mitchellh/iochan v1.0.0 14:56:26 go: finding github.com/mitchellh/mapstructure v1.1.2 14:56:26 go: finding github.com/mitchellh/reflectwalk v1.0.0 14:56:27 go: finding github.com/onsi/ginkgo v1.10.1 14:56:27 go: finding github.com/onsi/gomega v1.7.0 14:56:27 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 14:56:27 go: finding github.com/pebbe/zmq4 v1.0.0 14:56:27 go: finding github.com/pelletier/go-toml v1.2.0 14:56:27 go: finding github.com/pkg/errors v0.8.1 14:56:27 go: finding github.com/pmezard/go-difflib v1.0.0 14:56:27 go: finding github.com/posener/complete v1.1.1 14:56:27 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 14:56:27 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 14:56:27 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 14:56:27 go: finding github.com/stretchr/objx v0.1.0 14:56:27 go: finding github.com/stretchr/testify v1.5.1 14:56:27 go: finding github.com/ugorji/go v1.1.4 14:56:27 go: finding github.com/x448/float16 v0.8.4 14:56:27 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 14:56:27 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 14:56:27 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 14:56:27 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 14:56:27 go: finding golang.org/x/text v0.3.2 14:56:27 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 14:56:27 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 14:56:27 go: finding gopkg.in/eapache/queue.v1 v1.1.0 14:56:27 go: finding gopkg.in/fsnotify.v1 v1.4.7 14:56:27 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 14:56:27 go: finding gopkg.in/yaml.v2 v2.2.8 14:56:39 Removing intermediate container 295be365a8b9 14:56:39 ---> f368a5df082d 14:56:39 Successfully built f368a5df082d 14:56:40 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 14:56:40 + docker inspect -f . ci-base-image-x86_64 14:56:40 . [Pipeline] withDockerContainer 14:56:40 prd-centos7-docker-4c-2g-592 does not seem to be running inside a container 14:56:41 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:56:42 $ docker top 3b4161978592ae9875f72fa23e0940327a469a6f76ca977d457e353f1d8d9a2f -eo pid,comm [Pipeline] { [Pipeline] sh 14:56:43 + go version 14:56:43 go version go1.13.13 linux/amd64 [Pipeline] echo 14:56:43 ========================================================= 14:56:43 [edgeXBuildGoParallel] Running Tests and Build... 14:56:43 ========================================================= [Pipeline] sh 14:56:43 + make test raml_verify 14:56:43 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:56:46 ? github.com/edgexfoundry/edgex-go [no test files] 14:57:02 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:57:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:57:10 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:57:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:57:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:57:11 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.016s 14:57:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 14:57:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:57:11 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 14:57:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:57:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:57:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:57:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:57:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:57:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.038s coverage: 46.6% of statements 14:57:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:57:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:57:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:57:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:57:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:57:23 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.098s coverage: 27.4% of statements 14:57:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:57:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:57:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:57:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:57:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:57:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:57:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.023s coverage: 100.0% of statements 14:57:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:57:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.022s coverage: 100.0% of statements 14:57:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:57:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.107s coverage: 29.3% of statements 14:57:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:57:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:57:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:57:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:57:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:57:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.020s coverage: 100.0% of statements 14:57:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:57:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements 14:57:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:57:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.044s coverage: 89.8% of statements 14:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:57:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.056s coverage: 97.5% of statements 14:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:57:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.047s coverage: 100.0% of statements 14:57:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:57:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:57:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:57:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:57:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:57:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:57:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:57:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:57:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:57:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:57:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:57:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 14:57:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 14:57:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:57:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:57:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:57:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:57:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 14:57:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.093s coverage: 63.5% of statements 14:57:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:57:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:57:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.028s coverage: 100.0% of statements 14:57:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.166s coverage: 55.9% of statements 14:57:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:57:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:57:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 14:57:27 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 14:57:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-593 in /w/workspace/edgexfoundry_edgex-go_PR-2634 [Pipeline] { [Pipeline] ws 14:57:37 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 14:57:42 using credential edgex-jenkins-ssh 14:57:42 Cloning the remote Git repository 14:57:42 Cloning with configured refspecs honoured and without tags 14:57:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:57:42 > git init /w/workspace/edgex-go/3 # timeout=10 14:57:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:57:42 > git --version # timeout=10 14:57:42 using GIT_SSH to set credentials SSH Credentials for GitHub 14:57:43 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2634/head:refs/remotes/origin/PR-2634 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 14.389s coverage: 86.3% of statements 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.491s coverage: 72.2% of statements 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.141s coverage: 72.1% of statements 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.044s coverage: 82.4% of statements 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.021s coverage: 48.4% of statements 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.086s coverage: 28.8% of statements 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.019s coverage: 96.8% of statements 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.117s coverage: 26.9% of statements 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.432s coverage: 84.1% of statements 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.025s coverage: 100.0% of statements 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.017s coverage: 43.1% of statements 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.038s coverage: 100.0% of statements 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.016s coverage: 83.8% of statements 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.059s coverage: 46.1% of statements 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.003s coverage: 100.0% of statements 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.011s coverage: 100.0% of statements 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.019s coverage: 100.0% of statements 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.105s coverage: 29.1% of statements 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.041s coverage: 99.0% of statements 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.016s coverage: 100.0% of statements 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.121s coverage: 0.0% of statements 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.022s coverage: 100.0% of statements 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.057s coverage: 87.9% of statements 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:57:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.020s coverage: 100.0% of statements 14:57:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.010s coverage: 32.1% of statements 14:57:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.009s coverage: 100.0% of statements 14:57:48 GO111MODULE=on go vet ./... 14:57:57 Fetching without tags 14:57:58 Merging remotes/origin/master commit 98f202b9c718295929a9c333e58cdf53ea3a53cb into PR head commit 98898976b287ac17c8da0bd61148babdfb1a1a37 [Pipeline] } 14:57:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:57:57 > git config --add remote.origin.fetch +refs/pull/2634/head:refs/remotes/origin/PR-2634 # timeout=10 14:57:57 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:57:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:57:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:57:57 using GIT_SSH to set credentials SSH Credentials for GitHub 14:57:57 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2634/head:refs/remotes/origin/PR-2634 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:57:58 > git config core.sparsecheckout # timeout=10 14:57:58 > git checkout -f 98898976b287ac17c8da0bd61148babdfb1a1a37 # timeout=10 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:57:58 Failed in branch arm64 14:58:00 gofmt -l . 14:58:00 [ "`gofmt -l .`" = "" ] 14:58:00 ./bin/test-go-mod-tidy.sh 14:58:03 ./bin/test-attribution-txt.sh 14:58:05 docker run --rm --privileged \ 14:58:05 -v /w/workspace/edgex-go/3:/raml-verification -w /raml-verification \ 14:58:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ 14:58:05 /scripts/raml-verify.sh 14:58:05 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally 14:58:05 x86_64: Pulling from edgex-devops/edgex-docs-builder 14:58:05 cbdbe7a5bc2a: Pulling fs layer 14:58:05 bd07af9ed1a4: Pulling fs layer 14:58:05 3556ccf180b2: Pulling fs layer 14:58:05 089d4748da74: Pulling fs layer 14:58:05 c6eb57c77bc5: Pulling fs layer 14:58:05 0364d5097239: Pulling fs layer 14:58:05 089d4748da74: Waiting 14:58:05 c6eb57c77bc5: Waiting 14:58:05 0364d5097239: Waiting 14:58:05 3556ccf180b2: Verifying Checksum 14:58:05 3556ccf180b2: Download complete 14:58:05 cbdbe7a5bc2a: Verifying Checksum 14:58:05 cbdbe7a5bc2a: Download complete 14:58:05 089d4748da74: Verifying Checksum 14:58:05 089d4748da74: Download complete 14:58:05 0364d5097239: Verifying Checksum 14:58:05 0364d5097239: Download complete 14:58:06 c6eb57c77bc5: Verifying Checksum 14:58:06 c6eb57c77bc5: Download complete 14:58:06 bd07af9ed1a4: Verifying Checksum 14:58:06 bd07af9ed1a4: Download complete 14:58:06 cbdbe7a5bc2a: Pull complete 14:58:09 bd07af9ed1a4: Pull complete 14:58:09 3556ccf180b2: Pull complete 14:58:09 089d4748da74: Pull complete 14:58:12 c6eb57c77bc5: Pull complete 14:58:12 0364d5097239: Pull complete 14:58:12 Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 14:58:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 14:58:18 Verifying ./api/raml/core-command.raml... 14:58:18 OK 14:58:18 Verifying ./api/raml/core-data.raml... 14:58:20 OK 14:58:20 Verifying ./api/raml/core-metadata.raml... 14:58:22 OK 14:58:22 Verifying ./api/raml/support-logging.raml... 14:58:23 OK 14:58:23 Verifying ./api/raml/support-notifications.raml... 14:58:25 OK 14:58:25 Verifying ./api/raml/support-scheduler.raml... 14:58:26 OK 14:58:26 Verifying ./api/raml/system-agent.raml... 14:58:27 OK [Pipeline] sh 14:58:28 + ls -al . 14:58:28 total 556 14:58:28 drwxrwxr-x 10 1001 1001 4096 Jul 22 14:58 . 14:58:28 drwxr-xr-x 4 root root 28 Jul 22 14:56 .. 14:58:28 -rw-rw-r-- 1 1001 1001 11 Jul 22 14:54 .dockerignore 14:58:28 drwxrwxr-x 8 1001 1001 179 Jul 22 14:54 .git 14:58:28 drwxrwxr-x 3 1001 1001 60 Jul 22 14:54 .github 14:58:28 -rw-rw-r-- 1 1001 1001 924 Jul 22 14:54 .gitignore 14:58:28 drwx------ 3 1001 1001 47 Jul 22 14:55 .semver 14:58:28 -rw-rw-r-- 1 1001 1001 178 Jul 22 14:54 .sonarcloud.properties 14:58:28 -rw-rw-r-- 1 1001 1001 3804 Jul 22 14:54 CONTRIBUTING.md 14:58:28 -rw-rw-r-- 1 1001 1001 1035 Jul 22 14:54 Dockerfile.build 14:58:28 -rw-rw-r-- 1 1001 1001 903 Jul 22 14:54 Jenkinsfile 14:58:28 -rw-rw-r-- 1 1001 1001 10775 Jul 22 14:54 LICENSE 14:58:28 -rw-rw-r-- 1 1001 1001 6417 Jul 22 14:54 Makefile 14:58:28 -rw-rw-r-- 1 1001 1001 5652 Jul 22 14:54 README.md 14:58:28 -rw-rw-r-- 1 1001 1001 7111 Jul 22 14:54 SECURITY.md 14:58:28 -rw-rw-r-- 1 1001 1001 5 Jul 22 14:55 VERSION 14:58:28 -rw-rw-r-- 1 1001 1001 4131 Jul 22 14:54 ZMQWindows.md 14:58:28 drwxrwxr-x 4 1001 1001 33 Jul 22 14:54 api 14:58:28 drwxrwxr-x 2 1001 1001 117 Jul 22 14:54 bin 14:58:28 drwxrwxr-x 15 1001 1001 4096 Jul 22 14:54 cmd 14:58:28 -rw-r--r-- 1 root root 456067 Jul 22 14:57 coverage.out 14:58:28 -rw-r--r-- 1 root root 1019 Jul 22 14:58 go.mod 14:58:28 -rw-r--r-- 1 root root 18146 Jul 22 14:58 go.sum 14:58:28 drwxrwxr-x 8 1001 1001 127 Jul 22 14:54 internal 14:58:28 drwxrwxr-x 4 1001 1001 71 Jul 22 14:54 snap 14:58:28 -rw-rw-r-- 1 1001 1001 168 Jul 22 14:54 version.go [Pipeline] sh 14:58:28 + '[' -e coverage.out ] 14:58:28 + chown 1001:1001 coverage.out [Pipeline] stash 14:58:28 Stashed 1 file(s) [Pipeline] sh 14:58:29 + make build 14:58:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:58:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:58:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 14:58:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 14:58:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:58:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:58:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:58:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:58:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 14:58:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:59:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:59:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:59:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 14:59:06 $ docker stop --time=1 3b4161978592ae9875f72fa23e0940327a469a6f76ca977d457e353f1d8d9a2f 14:59:07 $ docker rm -f 3b4161978592ae9875f72fa23e0940327a469a6f76ca977d457e353f1d8d9a2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:59:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:59:11 14:59:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 14:59:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:59:12 latest: Pulling from edgex-devops/edgex-compose 14:59:12 cbdbe7a5bc2a: Already exists 14:59:12 ca9280d653b3: Pulling fs layer 14:59:12 7e9c9ca2126c: Pulling fs layer 14:59:12 ca9280d653b3: Verifying Checksum 14:59:12 ca9280d653b3: Download complete Aborted by Ernesto Ojeda 14:59:12 Sending interrupt signal to process 14:59:13 7e9c9ca2126c: Verifying Checksum 14:59:13 7e9c9ca2126c: Download complete 14:59:14 ca9280d653b3: Pull complete 14:59:14 /w/workspace/edgex-go/3@tmp/durable-1f6a65d3/script.sh: line 1: 20176 Terminated docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:59:15 script returned exit code 143 [Pipeline] } [Pipeline] // script [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] } 14:59:15 Failed in branch amd64 [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 14:59:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:59:18 ---> package-listing.sh 14:59:18 ++ tr '[:upper:]' '[:lower:]' 14:59:18 ++ facter osfamily 14:59:18 + OS_FAMILY=redhat 14:59:18 + workspace=/w/workspace/edgex-go/3 14:59:18 + START_PACKAGES=/tmp/packages_start.txt 14:59:18 + END_PACKAGES=/tmp/packages_end.txt 14:59:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:59:18 + PACKAGES=/tmp/packages_start.txt 14:59:18 + '[' /w/workspace/edgex-go/3 ']' 14:59:18 + PACKAGES=/tmp/packages_end.txt 14:59:18 + case "${OS_FAMILY}" in 14:59:18 + rpm -qa 14:59:18 + sort 14:59:23 + '[' -f /tmp/packages_start.txt ']' 14:59:23 + '[' -f /tmp/packages_end.txt ']' 14:59:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:59:23 + '[' /w/workspace/edgex-go/3 ']' 14:59:23 + mkdir -p /w/workspace/edgex-go/3/archives/ 14:59:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] isUnix [Pipeline] sh 14:59:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:59:24 14:59:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:59:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:59:24 alpine: Pulling from edgex-lftools-log-publisher 14:59:24 c9b1b535fdd9: Pulling fs layer 14:59:24 2cc5ad85d9ab: Pulling fs layer 14:59:24 756a868c4378: Pulling fs layer 14:59:24 444b2fc9a129: Pulling fs layer 14:59:24 ea15f1150254: Pulling fs layer 14:59:24 41b27a9f41bf: Pulling fs layer 14:59:24 28c525ee5125: Pulling fs layer 14:59:24 094b1ea09ed8: Pulling fs layer 14:59:24 138eaada9080: Pulling fs layer 14:59:24 0622d0fa9048: Pulling fs layer 14:59:24 41b27a9f41bf: Waiting 14:59:24 28c525ee5125: Waiting 14:59:24 094b1ea09ed8: Waiting 14:59:24 138eaada9080: Waiting 14:59:24 0622d0fa9048: Waiting 14:59:24 444b2fc9a129: Waiting 14:59:24 ea15f1150254: Waiting 14:59:24 2cc5ad85d9ab: Verifying Checksum 14:59:24 2cc5ad85d9ab: Download complete 14:59:24 444b2fc9a129: Verifying Checksum 14:59:24 444b2fc9a129: Download complete 14:59:24 c9b1b535fdd9: Verifying Checksum 14:59:24 c9b1b535fdd9: Download complete 14:59:24 ea15f1150254: Verifying Checksum 14:59:24 ea15f1150254: Download complete 14:59:24 28c525ee5125: Verifying Checksum 14:59:24 28c525ee5125: Download complete 14:59:25 756a868c4378: Verifying Checksum 14:59:25 756a868c4378: Download complete 14:59:25 c9b1b535fdd9: Pull complete 14:59:25 138eaada9080: Verifying Checksum 14:59:25 138eaada9080: Download complete 14:59:25 0622d0fa9048: Verifying Checksum 14:59:25 0622d0fa9048: Download complete 14:59:25 094b1ea09ed8: Verifying Checksum 14:59:25 094b1ea09ed8: Download complete 14:59:26 41b27a9f41bf: Verifying Checksum 14:59:26 41b27a9f41bf: Download complete 14:59:26 2cc5ad85d9ab: Pull complete Click here to forcibly terminate running steps 14:59:29 756a868c4378: Pull complete 14:59:29 444b2fc9a129: Pull complete 14:59:29 ea15f1150254: Pull complete 14:59:35 41b27a9f41bf: Pull complete 14:59:35 28c525ee5125: Pull complete 14:59:38 094b1ea09ed8: Pull complete 14:59:38 138eaada9080: Pull complete 14:59:38 0622d0fa9048: Pull complete 14:59:38 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 14:59:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:59:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:59:38 prd-centos7-docker-4c-2g-592 does not seem to be running inside a container 14:59:38 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:59:41 $ docker top 22bb46c4e58507e03f70a478c0944bdff95b91dddf760c074590ce95757d2d95 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:59:41 provisioning config files... 14:59:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config26563736454274946tmp [Pipeline] { [Pipeline] echo 14:59:42 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:59:42 ---> create-netrc.sh [Pipeline] echo 14:59:42 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:59:42 ---> logs-deploy.sh 14:59:42 + ARCHIVE_ARTIFACTS= 14:59:42 + LOGS_SERVER=https://logs.edgexfoundry.org 14:59:42 + '[' https://logs.edgexfoundry.org == None ']' 14:59:42 + NEXUS_URL=https://nexus.edgexfoundry.org 14:59:42 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2634/3 14:59:42 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2634/3/ 14:59:42 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2634/3 /w/workspace/edgex-go/3 14:59:44 Archives upload complete. 14:59:44 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2634/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2634/3/