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 [2020-07-22T14:54:27.010Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-22T14:54:27.188Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-22T14:54:27.267Z] ========================================================= [2020-07-22T14:54:27.268Z] EdgeX Global Pipelines Version Info [2020-07-22T14:54:27.268Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-22T14:54:29.206Z] ------------------- [2020-07-22T14:54:29.206Z] stable info: [2020-07-22T14:54:29.206Z] ------------------- [2020-07-22T14:54:29.206Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-22T14:54:29.206Z] Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 [2020-07-22T14:54:29.206Z] Message: update stable to v1.0.99 [2020-07-22T14:54:30.178Z] ------------------- [2020-07-22T14:54:30.178Z] experimental info: [2020-07-22T14:54:30.178Z] ------------------- [2020-07-22T14:54:30.178Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-22T14:54:30.178Z] Commit SHA: 78d567e8c35819a45e10bd2b75e1138b16507148 [2020-07-22T14:54:30.178Z] Message: update experimental to v1.0.101 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-22T14:54:32.093Z] ++ 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 [2020-07-22T14:54:32.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T14:54:32.093Z] ++ dirname cmd/core-command/Dockerfile [2020-07-22T14:54:32.093Z] ++ cut -d/ -f2 [2020-07-22T14:54:32.093Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-22T14:54:32.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T14:54:32.093Z] ++ dirname cmd/core-data/Dockerfile [2020-07-22T14:54:32.093Z] ++ cut -d/ -f2 [2020-07-22T14:54:32.093Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-22T14:54:32.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T14:54:32.093Z] ++ cut -d/ -f2 [2020-07-22T14:54:32.093Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-22T14:54:32.093Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-22T14:54:32.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T14:54:32.093Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-22T14:54:32.093Z] ++ cut -d/ -f2 [2020-07-22T14:54:32.093Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-22T14:54:32.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T14:54:32.093Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-22T14:54:32.093Z] ++ cut -d/ -f2 [2020-07-22T14:54:32.093Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-22T14:54:32.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T14:54:32.093Z] ++ cut -d/ -f2 [2020-07-22T14:54:32.093Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-22T14:54:32.093Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-22T14:54:32.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T14:54:32.093Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-22T14:54:32.093Z] ++ cut -d/ -f2 [2020-07-22T14:54:32.093Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-22T14:54:32.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T14:54:32.093Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-22T14:54:32.093Z] ++ cut -d/ -f2 [2020-07-22T14:54:32.093Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-22T14:54:32.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T14:54:32.093Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-22T14:54:32.093Z] ++ cut -d/ -f2 [2020-07-22T14:54:32.093Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-22T14:54:32.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T14:54:32.093Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-22T14:54:32.093Z] ++ cut -d/ -f2 [2020-07-22T14:54:32.093Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-22T14:54:32.170Z] 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 [2020-07-22T14:54:32.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T14:54:33.107Z] [2020-07-22T14:54:33.107Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T14:54:33.451Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T14:54:33.451Z] latest: Pulling from edgex-devops/git-semver [2020-07-22T14:54:33.451Z] 31603596830f: Pulling fs layer [2020-07-22T14:54:33.451Z] 2a8b12db71e7: Pulling fs layer [2020-07-22T14:54:33.451Z] 6ca5941a6612: Pulling fs layer [2020-07-22T14:54:33.451Z] ecc8261a40a4: Pulling fs layer [2020-07-22T14:54:33.451Z] ecc8261a40a4: Waiting [2020-07-22T14:54:33.451Z] 2a8b12db71e7: Verifying Checksum [2020-07-22T14:54:33.451Z] 2a8b12db71e7: Download complete [2020-07-22T14:54:33.722Z] 31603596830f: Verifying Checksum [2020-07-22T14:54:33.722Z] 31603596830f: Download complete [2020-07-22T14:54:33.722Z] ecc8261a40a4: Verifying Checksum [2020-07-22T14:54:33.722Z] ecc8261a40a4: Download complete [2020-07-22T14:54:33.722Z] 6ca5941a6612: Verifying Checksum [2020-07-22T14:54:33.722Z] 6ca5941a6612: Download complete [2020-07-22T14:54:33.986Z] 31603596830f: Pull complete [2020-07-22T14:54:33.986Z] 2a8b12db71e7: Pull complete [2020-07-22T14:54:34.953Z] 6ca5941a6612: Pull complete [2020-07-22T14:54:35.215Z] ecc8261a40a4: Pull complete [2020-07-22T14:54:35.215Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-22T14:54:35.215Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T14:54:35.216Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-22T14:54:35.343Z] prd-centos7-docker-4c-2g-592 does not seem to be running inside a container [2020-07-22T14:54:35.434Z] $ 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 [2020-07-22T14:54:37.640Z] $ docker top 71796899288af4602d9a725aa170a8fd1a255a102f00362b466805377cbac029 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T14:54:37.910Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T14:54:37.910Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T14:54:38.306Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T14:54:38.306Z] $ docker exec 71796899288af4602d9a725aa170a8fd1a255a102f00362b466805377cbac029 ssh-agent [2020-07-22T14:54:38.664Z] SSH_AUTH_SOCK=/tmp/ssh-izYQMfBOjoQH/agent.11 [2020-07-22T14:54:38.664Z] SSH_AGENT_PID=17 [2020-07-22T14:54:38.694Z] Running ssh-add (command line suppressed) [2020-07-22T14:54:39.000Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_258673123961848967.key (/w/workspace/edgex-go/3@tmp/private_key_258673123961848967.key) [2020-07-22T14:54:39.099Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T14:54:39.426Z] + git describe --exact-match --tags HEAD [2020-07-22T14:54:39.426Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-22T14:54:39.447Z] $ docker exec --env ******** --env ******** 71796899288af4602d9a725aa170a8fd1a255a102f00362b466805377cbac029 ssh-agent -k [2020-07-22T14:54:39.597Z] unset SSH_AUTH_SOCK; [2020-07-22T14:54:39.597Z] unset SSH_AGENT_PID; [2020-07-22T14:54:39.597Z] echo Agent pid 17 killed; [2020-07-22T14:54:39.673Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-22T14:54:39.747Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-22T14:54:39.747Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-22T14:54:39.829Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T14:54:39.829Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T14:54:40.137Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T14:54:40.138Z] $ docker exec 71796899288af4602d9a725aa170a8fd1a255a102f00362b466805377cbac029 ssh-agent [2020-07-22T14:54:40.363Z] SSH_AUTH_SOCK=/tmp/ssh-CI4A9RCC1RK6/agent.46 [2020-07-22T14:54:40.363Z] SSH_AGENT_PID=52 [2020-07-22T14:54:40.371Z] Running ssh-add (command line suppressed) [2020-07-22T14:54:40.525Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_9129564727604339377.key (/w/workspace/edgex-go/3@tmp/private_key_9129564727604339377.key) [2020-07-22T14:54:40.592Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T14:54:40.945Z] + git semver init [2020-07-22T14:54:40.945Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T14:54:40.945Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2020-07-22T14:54:40.945Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2020-07-22T14:54:40.945Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T14:54:40.945Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T14:54:40.945Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T14:54:40.945Z] # $SEMVER_BRANCH = PR-2634 [2020-07-22T14:54:40.945Z] # $SEMVER_TEMP = /tmp/semver-331673688 [2020-07-22T14:54:40.945Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-22T14:55:07.760Z] # '/tmp/semver-331673688' -> '/w/workspace/edgex-go/3/.semver' [2020-07-22T14:55:07.760Z] # -> Force: false [2020-07-22T14:55:07.760Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2020-07-22T14:55:07.769Z] $ docker exec --env ******** --env ******** 71796899288af4602d9a725aa170a8fd1a255a102f00362b466805377cbac029 ssh-agent -k [2020-07-22T14:55:07.998Z] unset SSH_AUTH_SOCK; [2020-07-22T14:55:08.000Z] unset SSH_AGENT_PID; [2020-07-22T14:55:08.000Z] echo Agent pid 52 killed; [2020-07-22T14:55:08.076Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T14:55:08.605Z] + git semver [Pipeline] } [2020-07-22T14:55:08.620Z] $ docker stop --time=1 71796899288af4602d9a725aa170a8fd1a255a102f00362b466805377cbac029 [2020-07-22T14:55:10.338Z] $ docker rm -f 71796899288af4602d9a725aa170a8fd1a255a102f00362b466805377cbac029 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-22T14:55:31.650Z] Stashed 22 file(s) [Pipeline] echo [2020-07-22T14:55:31.652Z] [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 [2020-07-22T14:55:32.176Z] ========================================================= [2020-07-22T14:55:32.176Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-22T14:55:32.176Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-22T14:55:32.508Z] + 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 . [2020-07-22T14:55:36.798Z] Sending build context to Docker daemon 323.1MB [2020-07-22T14:55:36.798Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-22T14:55:36.798Z] Step 2/7 : FROM ${BASE} [2020-07-22T14:55:36.798Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-22T14:55:36.798Z] df20fa9351a1: Pulling fs layer [2020-07-22T14:55:36.798Z] ed8968b2872e: Pulling fs layer [2020-07-22T14:55:36.798Z] a92cc7c5fd73: Pulling fs layer [2020-07-22T14:55:36.798Z] 2dd03ba5bac4: Pulling fs layer [2020-07-22T14:55:36.798Z] 1e091d79d1de: Pulling fs layer [2020-07-22T14:55:36.798Z] 481702a1767f: Pulling fs layer [2020-07-22T14:55:36.798Z] f64a6f60c768: Pulling fs layer [2020-07-22T14:55:36.798Z] e78d2573fc39: Pulling fs layer [2020-07-22T14:55:36.798Z] e876d2f968b6: Pulling fs layer [2020-07-22T14:55:36.798Z] ce8a83651883: Pulling fs layer [2020-07-22T14:55:36.798Z] 07967f4d0e4b: Pulling fs layer [2020-07-22T14:55:36.798Z] 2dd03ba5bac4: Waiting [2020-07-22T14:55:36.798Z] 1e091d79d1de: Waiting [2020-07-22T14:55:36.798Z] e876d2f968b6: Waiting [2020-07-22T14:55:36.798Z] 481702a1767f: Waiting [2020-07-22T14:55:36.798Z] ce8a83651883: Waiting [2020-07-22T14:55:36.798Z] 07967f4d0e4b: Waiting [2020-07-22T14:55:36.798Z] f64a6f60c768: Waiting [2020-07-22T14:55:36.798Z] e78d2573fc39: Waiting [2020-07-22T14:55:36.798Z] a92cc7c5fd73: Verifying Checksum [2020-07-22T14:55:36.798Z] a92cc7c5fd73: Download complete [2020-07-22T14:55:36.798Z] ed8968b2872e: Verifying Checksum [2020-07-22T14:55:36.798Z] ed8968b2872e: Download complete [2020-07-22T14:55:36.798Z] 1e091d79d1de: Verifying Checksum [2020-07-22T14:55:36.798Z] 1e091d79d1de: Download complete [2020-07-22T14:55:36.798Z] 481702a1767f: Verifying Checksum [2020-07-22T14:55:36.798Z] 481702a1767f: Download complete [2020-07-22T14:55:36.798Z] df20fa9351a1: Verifying Checksum [2020-07-22T14:55:36.798Z] df20fa9351a1: Download complete [2020-07-22T14:55:37.777Z] df20fa9351a1: Pull complete [2020-07-22T14:55:38.066Z] f64a6f60c768: Verifying Checksum [2020-07-22T14:55:38.066Z] f64a6f60c768: Download complete [2020-07-22T14:55:38.066Z] e876d2f968b6: Download complete [2020-07-22T14:55:39.530Z] e78d2573fc39: Verifying Checksum [2020-07-22T14:55:39.530Z] e78d2573fc39: Download complete [2020-07-22T14:55:39.530Z] ed8968b2872e: Pull complete [2020-07-22T14:55:39.530Z] ce8a83651883: Verifying Checksum [2020-07-22T14:55:39.530Z] ce8a83651883: Download complete [2020-07-22T14:55:39.530Z] 07967f4d0e4b: Verifying Checksum [2020-07-22T14:55:39.530Z] 07967f4d0e4b: Download complete [2020-07-22T14:55:39.530Z] 2dd03ba5bac4: Verifying Checksum [2020-07-22T14:55:39.530Z] 2dd03ba5bac4: Download complete [2020-07-22T14:55:39.530Z] a92cc7c5fd73: Pull complete [2020-07-22T14:55:47.013Z] Still waiting to schedule task [2020-07-22T14:55:47.013Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-22T14:55:49.657Z] 2dd03ba5bac4: Pull complete [2020-07-22T14:55:49.657Z] 1e091d79d1de: Pull complete [2020-07-22T14:55:49.657Z] 481702a1767f: Pull complete [2020-07-22T14:55:55.029Z] f64a6f60c768: Pull complete [2020-07-22T14:55:59.298Z] e78d2573fc39: Pull complete [2020-07-22T14:55:59.298Z] e876d2f968b6: Pull complete [2020-07-22T14:56:01.264Z] ce8a83651883: Pull complete [2020-07-22T14:56:01.264Z] 07967f4d0e4b: Pull complete [2020-07-22T14:56:01.264Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-22T14:56:01.264Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-22T14:56:01.264Z] ---> 5d7c900382c6 [2020-07-22T14:56:01.264Z] 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 [2020-07-22T14:56:03.202Z] ---> Running in b21d624ece64 [2020-07-22T14:56:03.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T14:56:04.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T14:56:05.326Z] (1/12) Installing libmagic (5.38-r0) [2020-07-22T14:56:05.589Z] (2/12) Installing file (5.38-r0) [2020-07-22T14:56:05.589Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-22T14:56:05.851Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-22T14:56:09.166Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-22T14:56:09.166Z] (6/12) Installing patch (2.7.6-r6) [2020-07-22T14:56:09.166Z] (7/12) Installing build-base (0.5-r2) [2020-07-22T14:56:09.166Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-22T14:56:09.428Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-22T14:56:09.428Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-22T14:56:09.428Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-22T14:56:09.692Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-22T14:56:09.692Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T14:56:09.692Z] OK: 233 MiB in 51 packages [2020-07-22T14:56:15.028Z] Removing intermediate container b21d624ece64 [2020-07-22T14:56:15.028Z] ---> a84c6b1442a1 [2020-07-22T14:56:15.028Z] Step 4/7 : WORKDIR /edgex-go [2020-07-22T14:56:15.028Z] ---> Running in 109b1a9c309c [2020-07-22T14:56:15.028Z] Removing intermediate container 109b1a9c309c [2020-07-22T14:56:15.028Z] ---> 3a2d995443b1 [2020-07-22T14:56:15.028Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-22T14:56:15.028Z] latest: Pulling from library/docker [2020-07-22T14:56:15.028Z] df20fa9351a1: Already exists [2020-07-22T14:56:15.304Z] 25ad7478873d: Pulling fs layer [2020-07-22T14:56:15.304Z] 4684f6177b5d: Pulling fs layer [2020-07-22T14:56:15.304Z] 46e300cec669: Pulling fs layer [2020-07-22T14:56:15.304Z] 63038576ad94: Pulling fs layer [2020-07-22T14:56:15.304Z] 0fdb76c4706c: Pulling fs layer [2020-07-22T14:56:15.304Z] cb7edeffdfd5: Pulling fs layer [2020-07-22T14:56:15.304Z] 63038576ad94: Waiting [2020-07-22T14:56:15.304Z] 0fdb76c4706c: Waiting [2020-07-22T14:56:15.304Z] cb7edeffdfd5: Waiting [2020-07-22T14:56:15.304Z] 4684f6177b5d: Verifying Checksum [2020-07-22T14:56:15.304Z] 4684f6177b5d: Download complete [2020-07-22T14:56:15.304Z] 25ad7478873d: Verifying Checksum [2020-07-22T14:56:15.304Z] 63038576ad94: Verifying Checksum [2020-07-22T14:56:15.304Z] 63038576ad94: Download complete [2020-07-22T14:56:15.577Z] 0fdb76c4706c: Verifying Checksum [2020-07-22T14:56:15.577Z] 0fdb76c4706c: Download complete [2020-07-22T14:56:15.577Z] 25ad7478873d: Pull complete [2020-07-22T14:56:15.843Z] cb7edeffdfd5: Verifying Checksum [2020-07-22T14:56:15.843Z] cb7edeffdfd5: Download complete [2020-07-22T14:56:15.843Z] 4684f6177b5d: Pull complete [2020-07-22T14:56:16.117Z] 46e300cec669: Verifying Checksum [2020-07-22T14:56:16.117Z] 46e300cec669: Download complete [2020-07-22T14:56:20.376Z] 46e300cec669: Pull complete [2020-07-22T14:56:20.376Z] 63038576ad94: Pull complete [2020-07-22T14:56:20.376Z] 0fdb76c4706c: Pull complete [2020-07-22T14:56:20.640Z] cb7edeffdfd5: Pull complete [2020-07-22T14:56:20.640Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-22T14:56:20.640Z] Status: Downloaded newer image for docker:latest [2020-07-22T14:56:22.580Z] ---> 0251326de18c [2020-07-22T14:56:22.580Z] Step 6/7 : COPY go.mod . [2020-07-22T14:56:22.842Z] ---> 47db99f93b63 [2020-07-22T14:56:22.842Z] Step 7/7 : RUN go mod download [2020-07-22T14:56:22.842Z] ---> Running in 295be365a8b9 [2020-07-22T14:56:25.435Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-22T14:56:25.435Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-22T14:56:25.435Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-22T14:56:25.435Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-22T14:56:25.435Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T14:56:25.435Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-22T14:56:25.435Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-22T14:56:25.435Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T14:56:25.436Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-22T14:56:25.436Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-22T14:56:25.436Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-22T14:56:25.436Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-22T14:56:25.699Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T14:56:25.699Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T14:56:25.699Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T14:56:25.699Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-22T14:56:25.699Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-22T14:56:25.699Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T14:56:25.699Z] go: finding github.com/fatih/color v1.7.0 [2020-07-22T14:56:25.995Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-22T14:56:25.995Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T14:56:25.995Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-22T14:56:25.995Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-22T14:56:25.995Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T14:56:25.995Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-22T14:56:25.995Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-22T14:56:25.995Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-22T14:56:25.995Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-22T14:56:25.995Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-22T14:56:25.995Z] go: finding github.com/google/uuid v1.1.0 [2020-07-22T14:56:25.995Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-22T14:56:26.257Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-22T14:56:26.257Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-22T14:56:26.258Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-22T14:56:26.258Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T14:56:26.258Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T14:56:26.258Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-22T14:56:26.258Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-22T14:56:26.258Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T14:56:26.258Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-22T14:56:26.258Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-22T14:56:26.258Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-22T14:56:26.258Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-22T14:56:26.523Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T14:56:26.523Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-22T14:56:26.523Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-22T14:56:26.523Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-22T14:56:26.523Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-22T14:56:26.523Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-22T14:56:26.523Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-22T14:56:26.523Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-22T14:56:26.523Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-22T14:56:26.523Z] go: finding github.com/kr/pty v1.1.1 [2020-07-22T14:56:26.523Z] go: finding github.com/kr/text v0.1.0 [2020-07-22T14:56:26.523Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-22T14:56:26.785Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-22T14:56:26.785Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-22T14:56:26.785Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-22T14:56:26.785Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T14:56:26.785Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-22T14:56:26.785Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-22T14:56:26.785Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-22T14:56:26.785Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-22T14:56:26.785Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-22T14:56:26.785Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T14:56:26.785Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T14:56:27.048Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-22T14:56:27.048Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-22T14:56:27.048Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-22T14:56:27.048Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-22T14:56:27.048Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-22T14:56:27.048Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-22T14:56:27.048Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-22T14:56:27.048Z] go: finding github.com/posener/complete v1.1.1 [2020-07-22T14:56:27.048Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-22T14:56:27.048Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-22T14:56:27.048Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-22T14:56:27.310Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-22T14:56:27.310Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-22T14:56:27.310Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-22T14:56:27.310Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-22T14:56:27.310Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-22T14:56:27.310Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-22T14:56:27.310Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-22T14:56:27.310Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-22T14:56:27.310Z] go: finding golang.org/x/text v0.3.2 [2020-07-22T14:56:27.310Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-22T14:56:27.579Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-22T14:56:27.579Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-22T14:56:27.579Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-22T14:56:27.579Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-22T14:56:27.579Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-22T14:56:39.912Z] Removing intermediate container 295be365a8b9 [2020-07-22T14:56:39.912Z] ---> f368a5df082d [2020-07-22T14:56:39.912Z] Successfully built f368a5df082d [2020-07-22T14:56:40.174Z] 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 [2020-07-22T14:56:40.847Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-22T14:56:40.848Z] . [Pipeline] withDockerContainer [2020-07-22T14:56:40.963Z] prd-centos7-docker-4c-2g-592 does not seem to be running inside a container [2020-07-22T14:56:41.011Z] $ 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 [2020-07-22T14:56:42.598Z] $ docker top 3b4161978592ae9875f72fa23e0940327a469a6f76ca977d457e353f1d8d9a2f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T14:56:43.220Z] + go version [2020-07-22T14:56:43.220Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-22T14:56:43.232Z] ========================================================= [2020-07-22T14:56:43.232Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-22T14:56:43.232Z] ========================================================= [Pipeline] sh [2020-07-22T14:56:43.539Z] + make test raml_verify [2020-07-22T14:56:43.539Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-22T14:56:46.901Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-22T14:57:02.457Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-22T14:57:10.908Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-22T14:57:10.908Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-22T14:57:10.908Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-22T14:57:10.908Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-22T14:57:11.519Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.016s [2020-07-22T14:57:11.519Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-22T14:57:11.519Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-22T14:57:11.519Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-22T14:57:12.106Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-22T14:57:12.695Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-22T14:57:12.969Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-22T14:57:12.969Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-22T14:57:12.969Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-22T14:57:19.613Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.038s coverage: 46.6% of statements [2020-07-22T14:57:19.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-22T14:57:19.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-22T14:57:19.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-22T14:57:19.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-22T14:57:19.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-22T14:57:23.988Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.098s coverage: 27.4% of statements [2020-07-22T14:57:23.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-22T14:57:23.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-22T14:57:23.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-22T14:57:23.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-22T14:57:23.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-22T14:57:23.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-22T14:57:23.988Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.023s coverage: 100.0% of statements [2020-07-22T14:57:23.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-22T14:57:23.988Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.022s coverage: 100.0% of statements [2020-07-22T14:57:23.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-22T14:57:23.988Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.107s coverage: 29.3% of statements [2020-07-22T14:57:23.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-22T14:57:23.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-22T14:57:23.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-22T14:57:23.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-22T14:57:23.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-22T14:57:23.988Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.020s coverage: 100.0% of statements [2020-07-22T14:57:23.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-22T14:57:23.988Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements [2020-07-22T14:57:23.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-22T14:57:24.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.044s coverage: 89.8% of statements [2020-07-22T14:57:24.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-22T14:57:24.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.056s coverage: 97.5% of statements [2020-07-22T14:57:24.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-22T14:57:25.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.047s coverage: 100.0% of statements [2020-07-22T14:57:25.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-22T14:57:25.914Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-22T14:57:25.914Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-22T14:57:25.914Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-22T14:57:25.914Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-22T14:57:25.914Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-22T14:57:25.914Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-22T14:57:25.914Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-22T14:57:25.914Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-22T14:57:25.914Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-22T14:57:25.914Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-22T14:57:25.914Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-22T14:57:25.914Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-22T14:57:25.914Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-22T14:57:25.914Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-22T14:57:25.914Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-22T14:57:25.914Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-22T14:57:25.914Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2020-07-22T14:57:27.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.093s coverage: 63.5% of statements [2020-07-22T14:57:27.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-22T14:57:27.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-22T14:57:27.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.028s coverage: 100.0% of statements [2020-07-22T14:57:27.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.166s coverage: 55.9% of statements [2020-07-22T14:57:27.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-22T14:57:27.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-22T14:57:27.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-22T14:57:27.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-22T14:57:37.749Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-593 in /w/workspace/edgexfoundry_edgex-go_PR-2634 [Pipeline] { [Pipeline] ws [2020-07-22T14:57:37.786Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-07-22T14:57:42.628Z] using credential edgex-jenkins-ssh [2020-07-22T14:57:42.679Z] Cloning the remote Git repository [2020-07-22T14:57:42.679Z] Cloning with configured refspecs honoured and without tags [2020-07-22T14:57:42.732Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-22T14:57:42.875Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-07-22T14:57:42.949Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-22T14:57:42.950Z] > git --version # timeout=10 [2020-07-22T14:57:42.978Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T14:57:43.036Z] > 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 [2020-07-22T14:57:46.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 14.389s coverage: 86.3% of statements [2020-07-22T14:57:46.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-22T14:57:46.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.491s coverage: 72.2% of statements [2020-07-22T14:57:46.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.141s coverage: 72.1% of statements [2020-07-22T14:57:46.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.044s coverage: 82.4% of statements [2020-07-22T14:57:46.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.021s coverage: 48.4% of statements [2020-07-22T14:57:46.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-22T14:57:46.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-22T14:57:46.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-22T14:57:46.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.086s coverage: 28.8% of statements [2020-07-22T14:57:46.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-22T14:57:46.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.019s coverage: 96.8% of statements [2020-07-22T14:57:46.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-22T14:57:46.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.117s coverage: 26.9% of statements [2020-07-22T14:57:46.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-22T14:57:46.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.432s coverage: 84.1% of statements [2020-07-22T14:57:46.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.025s coverage: 100.0% of statements [2020-07-22T14:57:46.149Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.017s coverage: 43.1% of statements [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-22T14:57:46.149Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.038s coverage: 100.0% of statements [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-22T14:57:46.149Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.016s coverage: 83.8% of statements [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-22T14:57:46.149Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.059s coverage: 46.1% of statements [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-22T14:57:46.149Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.003s coverage: 100.0% of statements [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-22T14:57:46.149Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.011s coverage: 100.0% of statements [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-22T14:57:46.149Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.019s coverage: 100.0% of statements [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-22T14:57:46.149Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.105s coverage: 29.1% of statements [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-22T14:57:46.149Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.041s coverage: 99.0% of statements [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-22T14:57:46.149Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.016s coverage: 100.0% of statements [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-22T14:57:46.149Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.121s coverage: 0.0% of statements [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-22T14:57:46.149Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.022s coverage: 100.0% of statements [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-22T14:57:46.149Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.057s coverage: 87.9% of statements [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-22T14:57:46.149Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-22T14:57:46.440Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.020s coverage: 100.0% of statements [2020-07-22T14:57:46.747Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.010s coverage: 32.1% of statements [2020-07-22T14:57:47.394Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.009s coverage: 100.0% of statements [2020-07-22T14:57:48.040Z] GO111MODULE=on go vet ./... [2020-07-22T14:57:57.575Z] Fetching without tags [2020-07-22T14:57:58.044Z] Merging remotes/origin/master commit 98f202b9c718295929a9c333e58cdf53ea3a53cb into PR head commit 98898976b287ac17c8da0bd61148babdfb1a1a37 [Pipeline] } [2020-07-22T14:57:57.431Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-22T14:57:57.458Z] > git config --add remote.origin.fetch +refs/pull/2634/head:refs/remotes/origin/PR-2634 # timeout=10 [2020-07-22T14:57:57.476Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T14:57:57.539Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-22T14:57:57.584Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-22T14:57:57.585Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T14:57:57.598Z] > 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 [2020-07-22T14:57:58.058Z] > git config core.sparsecheckout # timeout=10 [2020-07-22T14:57:58.073Z] > git checkout -f 98898976b287ac17c8da0bd61148babdfb1a1a37 # timeout=10 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-22T14:57:58.394Z] Failed in branch arm64 [2020-07-22T14:58:00.509Z] gofmt -l . [2020-07-22T14:58:00.509Z] [ "`gofmt -l .`" = "" ] [2020-07-22T14:58:00.509Z] ./bin/test-go-mod-tidy.sh [2020-07-22T14:58:03.117Z] ./bin/test-attribution-txt.sh [2020-07-22T14:58:05.076Z] docker run --rm --privileged \ [2020-07-22T14:58:05.076Z] -v /w/workspace/edgex-go/3:/raml-verification -w /raml-verification \ [2020-07-22T14:58:05.076Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ [2020-07-22T14:58:05.076Z] /scripts/raml-verify.sh [2020-07-22T14:58:05.655Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally [2020-07-22T14:58:05.655Z] x86_64: Pulling from edgex-devops/edgex-docs-builder [2020-07-22T14:58:05.655Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-22T14:58:05.655Z] bd07af9ed1a4: Pulling fs layer [2020-07-22T14:58:05.655Z] 3556ccf180b2: Pulling fs layer [2020-07-22T14:58:05.655Z] 089d4748da74: Pulling fs layer [2020-07-22T14:58:05.655Z] c6eb57c77bc5: Pulling fs layer [2020-07-22T14:58:05.655Z] 0364d5097239: Pulling fs layer [2020-07-22T14:58:05.655Z] 089d4748da74: Waiting [2020-07-22T14:58:05.655Z] c6eb57c77bc5: Waiting [2020-07-22T14:58:05.655Z] 0364d5097239: Waiting [2020-07-22T14:58:05.956Z] 3556ccf180b2: Verifying Checksum [2020-07-22T14:58:05.956Z] 3556ccf180b2: Download complete [2020-07-22T14:58:05.956Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-22T14:58:05.956Z] cbdbe7a5bc2a: Download complete [2020-07-22T14:58:05.956Z] 089d4748da74: Verifying Checksum [2020-07-22T14:58:05.956Z] 089d4748da74: Download complete [2020-07-22T14:58:05.956Z] 0364d5097239: Verifying Checksum [2020-07-22T14:58:05.956Z] 0364d5097239: Download complete [2020-07-22T14:58:06.227Z] c6eb57c77bc5: Verifying Checksum [2020-07-22T14:58:06.227Z] c6eb57c77bc5: Download complete [2020-07-22T14:58:06.227Z] bd07af9ed1a4: Verifying Checksum [2020-07-22T14:58:06.227Z] bd07af9ed1a4: Download complete [2020-07-22T14:58:06.491Z] cbdbe7a5bc2a: Pull complete [2020-07-22T14:58:09.071Z] bd07af9ed1a4: Pull complete [2020-07-22T14:58:09.071Z] 3556ccf180b2: Pull complete [2020-07-22T14:58:09.337Z] 089d4748da74: Pull complete [2020-07-22T14:58:12.717Z] c6eb57c77bc5: Pull complete [2020-07-22T14:58:12.717Z] 0364d5097239: Pull complete [2020-07-22T14:58:12.717Z] Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 [2020-07-22T14:58:12.717Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 [2020-07-22T14:58:18.053Z] Verifying ./api/raml/core-command.raml... [2020-07-22T14:58:18.632Z] OK [2020-07-22T14:58:18.632Z] Verifying ./api/raml/core-data.raml... [2020-07-22T14:58:20.052Z] OK [2020-07-22T14:58:20.052Z] Verifying ./api/raml/core-metadata.raml... [2020-07-22T14:58:22.638Z] OK [2020-07-22T14:58:22.638Z] Verifying ./api/raml/support-logging.raml... [2020-07-22T14:58:23.218Z] OK [2020-07-22T14:58:23.218Z] Verifying ./api/raml/support-notifications.raml... [2020-07-22T14:58:25.155Z] OK [2020-07-22T14:58:25.155Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-22T14:58:26.559Z] OK [2020-07-22T14:58:26.559Z] Verifying ./api/raml/system-agent.raml... [2020-07-22T14:58:27.519Z] OK [Pipeline] sh [2020-07-22T14:58:28.438Z] + ls -al . [2020-07-22T14:58:28.439Z] total 556 [2020-07-22T14:58:28.439Z] drwxrwxr-x 10 1001 1001 4096 Jul 22 14:58 . [2020-07-22T14:58:28.439Z] drwxr-xr-x 4 root root 28 Jul 22 14:56 .. [2020-07-22T14:58:28.439Z] -rw-rw-r-- 1 1001 1001 11 Jul 22 14:54 .dockerignore [2020-07-22T14:58:28.439Z] drwxrwxr-x 8 1001 1001 179 Jul 22 14:54 .git [2020-07-22T14:58:28.439Z] drwxrwxr-x 3 1001 1001 60 Jul 22 14:54 .github [2020-07-22T14:58:28.439Z] -rw-rw-r-- 1 1001 1001 924 Jul 22 14:54 .gitignore [2020-07-22T14:58:28.439Z] drwx------ 3 1001 1001 47 Jul 22 14:55 .semver [2020-07-22T14:58:28.439Z] -rw-rw-r-- 1 1001 1001 178 Jul 22 14:54 .sonarcloud.properties [2020-07-22T14:58:28.439Z] -rw-rw-r-- 1 1001 1001 3804 Jul 22 14:54 CONTRIBUTING.md [2020-07-22T14:58:28.439Z] -rw-rw-r-- 1 1001 1001 1035 Jul 22 14:54 Dockerfile.build [2020-07-22T14:58:28.439Z] -rw-rw-r-- 1 1001 1001 903 Jul 22 14:54 Jenkinsfile [2020-07-22T14:58:28.439Z] -rw-rw-r-- 1 1001 1001 10775 Jul 22 14:54 LICENSE [2020-07-22T14:58:28.439Z] -rw-rw-r-- 1 1001 1001 6417 Jul 22 14:54 Makefile [2020-07-22T14:58:28.439Z] -rw-rw-r-- 1 1001 1001 5652 Jul 22 14:54 README.md [2020-07-22T14:58:28.439Z] -rw-rw-r-- 1 1001 1001 7111 Jul 22 14:54 SECURITY.md [2020-07-22T14:58:28.439Z] -rw-rw-r-- 1 1001 1001 5 Jul 22 14:55 VERSION [2020-07-22T14:58:28.439Z] -rw-rw-r-- 1 1001 1001 4131 Jul 22 14:54 ZMQWindows.md [2020-07-22T14:58:28.439Z] drwxrwxr-x 4 1001 1001 33 Jul 22 14:54 api [2020-07-22T14:58:28.439Z] drwxrwxr-x 2 1001 1001 117 Jul 22 14:54 bin [2020-07-22T14:58:28.439Z] drwxrwxr-x 15 1001 1001 4096 Jul 22 14:54 cmd [2020-07-22T14:58:28.439Z] -rw-r--r-- 1 root root 456067 Jul 22 14:57 coverage.out [2020-07-22T14:58:28.439Z] -rw-r--r-- 1 root root 1019 Jul 22 14:58 go.mod [2020-07-22T14:58:28.439Z] -rw-r--r-- 1 root root 18146 Jul 22 14:58 go.sum [2020-07-22T14:58:28.439Z] drwxrwxr-x 8 1001 1001 127 Jul 22 14:54 internal [2020-07-22T14:58:28.439Z] drwxrwxr-x 4 1001 1001 71 Jul 22 14:54 snap [2020-07-22T14:58:28.439Z] -rw-rw-r-- 1 1001 1001 168 Jul 22 14:54 version.go [Pipeline] sh [2020-07-22T14:58:28.743Z] + '[' -e coverage.out ] [2020-07-22T14:58:28.743Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-22T14:58:28.964Z] Stashed 1 file(s) [Pipeline] sh [2020-07-22T14:58:29.348Z] + make build [2020-07-22T14:58:29.348Z] 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 [2020-07-22T14:58:37.730Z] 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 [2020-07-22T14:58:43.054Z] 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 [2020-07-22T14:58:45.691Z] 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 [2020-07-22T14:58:48.384Z] 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 [2020-07-22T14:58:50.976Z] 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 [2020-07-22T14:58:51.937Z] 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 [2020-07-22T14:58:55.413Z] 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 [2020-07-22T14:58:57.347Z] 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 [2020-07-22T14:58:59.306Z] 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 [2020-07-22T14:59:00.726Z] 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 [2020-07-22T14:59:02.681Z] 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 [2020-07-22T14:59:04.645Z] 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] } [2020-07-22T14:59:06.129Z] $ docker stop --time=1 3b4161978592ae9875f72fa23e0940327a469a6f76ca977d457e353f1d8d9a2f [2020-07-22T14:59:07.944Z] $ docker rm -f 3b4161978592ae9875f72fa23e0940327a469a6f76ca977d457e353f1d8d9a2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T14:59:11.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-22T14:59:11.642Z] [2020-07-22T14:59:11.642Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T14:59:12.027Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-22T14:59:12.027Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-22T14:59:12.027Z] cbdbe7a5bc2a: Already exists [2020-07-22T14:59:12.027Z] ca9280d653b3: Pulling fs layer [2020-07-22T14:59:12.027Z] 7e9c9ca2126c: Pulling fs layer [2020-07-22T14:59:12.631Z] ca9280d653b3: Verifying Checksum [2020-07-22T14:59:12.631Z] ca9280d653b3: Download complete Aborted by Ernesto Ojeda [2020-07-22T14:59:12.851Z] Sending interrupt signal to process [2020-07-22T14:59:13.615Z] 7e9c9ca2126c: Verifying Checksum [2020-07-22T14:59:13.615Z] 7e9c9ca2126c: Download complete [2020-07-22T14:59:14.204Z] ca9280d653b3: Pull complete [2020-07-22T14:59:14.933Z] /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 [2020-07-22T14:59:15.203Z] 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] } [2020-07-22T14:59:15.615Z] 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 [2020-07-22T14:59:17.058Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T14:59:18.319Z] ---> package-listing.sh [2020-07-22T14:59:18.319Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-22T14:59:18.319Z] ++ facter osfamily [2020-07-22T14:59:18.580Z] + OS_FAMILY=redhat [2020-07-22T14:59:18.580Z] + workspace=/w/workspace/edgex-go/3 [2020-07-22T14:59:18.580Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-22T14:59:18.580Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-22T14:59:18.580Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-22T14:59:18.580Z] + PACKAGES=/tmp/packages_start.txt [2020-07-22T14:59:18.580Z] + '[' /w/workspace/edgex-go/3 ']' [2020-07-22T14:59:18.580Z] + PACKAGES=/tmp/packages_end.txt [2020-07-22T14:59:18.580Z] + case "${OS_FAMILY}" in [2020-07-22T14:59:18.580Z] + rpm -qa [2020-07-22T14:59:18.580Z] + sort [2020-07-22T14:59:23.886Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-22T14:59:23.886Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-22T14:59:23.886Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-22T14:59:23.886Z] + '[' /w/workspace/edgex-go/3 ']' [2020-07-22T14:59:23.886Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2020-07-22T14:59:23.886Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-22T14:59:24.285Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T14:59:24.285Z] [2020-07-22T14:59:24.285Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-22T14:59:24.648Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T14:59:24.648Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-22T14:59:24.648Z] c9b1b535fdd9: Pulling fs layer [2020-07-22T14:59:24.648Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-22T14:59:24.648Z] 756a868c4378: Pulling fs layer [2020-07-22T14:59:24.648Z] 444b2fc9a129: Pulling fs layer [2020-07-22T14:59:24.649Z] ea15f1150254: Pulling fs layer [2020-07-22T14:59:24.649Z] 41b27a9f41bf: Pulling fs layer [2020-07-22T14:59:24.649Z] 28c525ee5125: Pulling fs layer [2020-07-22T14:59:24.649Z] 094b1ea09ed8: Pulling fs layer [2020-07-22T14:59:24.649Z] 138eaada9080: Pulling fs layer [2020-07-22T14:59:24.649Z] 0622d0fa9048: Pulling fs layer [2020-07-22T14:59:24.649Z] 41b27a9f41bf: Waiting [2020-07-22T14:59:24.649Z] 28c525ee5125: Waiting [2020-07-22T14:59:24.649Z] 094b1ea09ed8: Waiting [2020-07-22T14:59:24.649Z] 138eaada9080: Waiting [2020-07-22T14:59:24.649Z] 0622d0fa9048: Waiting [2020-07-22T14:59:24.649Z] 444b2fc9a129: Waiting [2020-07-22T14:59:24.649Z] ea15f1150254: Waiting [2020-07-22T14:59:24.649Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-22T14:59:24.649Z] 2cc5ad85d9ab: Download complete [2020-07-22T14:59:24.649Z] 444b2fc9a129: Verifying Checksum [2020-07-22T14:59:24.649Z] 444b2fc9a129: Download complete [2020-07-22T14:59:24.649Z] c9b1b535fdd9: Verifying Checksum [2020-07-22T14:59:24.649Z] c9b1b535fdd9: Download complete [2020-07-22T14:59:24.939Z] ea15f1150254: Verifying Checksum [2020-07-22T14:59:24.939Z] ea15f1150254: Download complete [2020-07-22T14:59:24.939Z] 28c525ee5125: Verifying Checksum [2020-07-22T14:59:24.939Z] 28c525ee5125: Download complete [2020-07-22T14:59:25.550Z] 756a868c4378: Verifying Checksum [2020-07-22T14:59:25.550Z] 756a868c4378: Download complete [2020-07-22T14:59:25.550Z] c9b1b535fdd9: Pull complete [2020-07-22T14:59:25.550Z] 138eaada9080: Verifying Checksum [2020-07-22T14:59:25.550Z] 138eaada9080: Download complete [2020-07-22T14:59:25.821Z] 0622d0fa9048: Verifying Checksum [2020-07-22T14:59:25.821Z] 0622d0fa9048: Download complete [2020-07-22T14:59:25.821Z] 094b1ea09ed8: Verifying Checksum [2020-07-22T14:59:25.821Z] 094b1ea09ed8: Download complete [2020-07-22T14:59:26.406Z] 41b27a9f41bf: Verifying Checksum [2020-07-22T14:59:26.406Z] 41b27a9f41bf: Download complete [2020-07-22T14:59:26.406Z] 2cc5ad85d9ab: Pull complete Click here to forcibly terminate running steps [2020-07-22T14:59:29.745Z] 756a868c4378: Pull complete [2020-07-22T14:59:29.745Z] 444b2fc9a129: Pull complete [2020-07-22T14:59:29.745Z] ea15f1150254: Pull complete [2020-07-22T14:59:35.090Z] 41b27a9f41bf: Pull complete [2020-07-22T14:59:35.090Z] 28c525ee5125: Pull complete [2020-07-22T14:59:38.456Z] 094b1ea09ed8: Pull complete [2020-07-22T14:59:38.456Z] 138eaada9080: Pull complete [2020-07-22T14:59:38.716Z] 0622d0fa9048: Pull complete [2020-07-22T14:59:38.716Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-22T14:59:38.716Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T14:59:38.716Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-22T14:59:38.952Z] prd-centos7-docker-4c-2g-592 does not seem to be running inside a container [2020-07-22T14:59:38.994Z] $ 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 [2020-07-22T14:59:41.651Z] $ docker top 22bb46c4e58507e03f70a478c0944bdff95b91dddf760c074590ce95757d2d95 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-22T14:59:41.975Z] provisioning config files... [2020-07-22T14:59:41.995Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config26563736454274946tmp [Pipeline] { [Pipeline] echo [2020-07-22T14:59:42.065Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T14:59:42.364Z] ---> create-netrc.sh [Pipeline] echo [2020-07-22T14:59:42.372Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T14:59:42.668Z] ---> logs-deploy.sh [2020-07-22T14:59:42.668Z] + ARCHIVE_ARTIFACTS= [2020-07-22T14:59:42.668Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-22T14:59:42.668Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-22T14:59:42.668Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-22T14:59:42.668Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2634/3 [2020-07-22T14:59:42.668Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2634/3/ [2020-07-22T14:59:42.668Z] + 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 [2020-07-22T14:59:44.595Z] Archives upload complete. [2020-07-22T14:59:44.595Z] + 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/