Pull request #3109 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 841d489cfe614676ae574a25cc9174e0e37bb1d2+74c372326013f994c98436bf4455b6fe21c08430 (d2c7bd6801750ee03cd44d71db836503cd4fe08e) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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:lfit/releng-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, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap: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 BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24579 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit 841d489cfe614676ae574a25cc9174e0e37bb1d2 Merge succeeded, producing 68a7bb9a1f25b8719b0a4707ed505817e4ab8202 Checking out Revision 68a7bb9a1f25b8719b0a4707ed505817e4ab8202 (PR-3109) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 841d489cfe614676ae574a25cc9174e0e37bb1d2 # 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 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 68a7bb9a1f25b8719b0a4707ed505817e4ab8202 # timeout=10 Commit message: "Merge commit '74c372326013f994c98436bf4455b6fe21c08430' into HEAD" > git rev-list --no-walk 841d489cfe614676ae574a25cc9174e0e37bb1d2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:27:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:28:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:28:00 ========================================================= 17:28:00 EdgeX Global Pipelines Version Info 17:28:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:28:02 ------------------- 17:28:02 stable info: 17:28:02 ------------------- 17:28:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:28:02 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:28:02 Message: update stable to v1.0.179 17:28:02 ------------------- 17:28:02 experimental info: 17:28:02 ------------------- 17:28:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:28:02 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:28:02 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:28:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:28:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:28:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:28:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:28:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:28:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:28:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:28:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:28:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:28:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:28:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:28:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:28:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:28:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:28:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:28:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:28:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:28:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:28:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:28:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:28:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:28:05 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:28:05 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:28:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo 17:28:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo 17:28:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo 17:28:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 68a7bb9a1f25b8719b0a4707ed505817e4ab8202 [Pipeline] echo 17:28:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 68a7bb9 [Pipeline] echo 17:28:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:28:06 provisioning config files... 17:28:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4620025046681466879tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:28:06 ---> docker-login.sh 17:28:06 nexus3.edgexfoundry.org:10001 17:28:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:28:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:28:07 Configure a credential helper to remove this warning. See 17:28:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:28:07 17:28:07 Login Succeeded 17:28:07 nexus3.edgexfoundry.org:10002 17:28:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:28:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:28:07 Configure a credential helper to remove this warning. See 17:28:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:28:07 17:28:07 Login Succeeded 17:28:07 nexus3.edgexfoundry.org:10003 17:28:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:28:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:28:07 Configure a credential helper to remove this warning. See 17:28:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:28:07 17:28:07 Login Succeeded 17:28:07 nexus3.edgexfoundry.org:10004 17:28:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:28:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:28:07 Configure a credential helper to remove this warning. See 17:28:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:28:07 17:28:07 Login Succeeded 17:28:07 docker.io 17:28:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:28:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:28:08 Configure a credential helper to remove this warning. See 17:28:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:28:08 17:28:08 Login Succeeded 17:28:08 ---> docker-login.sh ends [Pipeline] } 17:28:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:28:08 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 17:28:08 + for file in '`ls cmd/**/Dockerfile`' 17:28:08 ++ dirname cmd/core-command/Dockerfile 17:28:08 ++ cut -d/ -f2 17:28:08 + echo core-command,cmd/core-command/Dockerfile 17:28:08 + for file in '`ls cmd/**/Dockerfile`' 17:28:08 ++ dirname cmd/core-data/Dockerfile 17:28:08 ++ cut -d/ -f2 17:28:08 + echo core-data,cmd/core-data/Dockerfile 17:28:08 + for file in '`ls cmd/**/Dockerfile`' 17:28:08 ++ dirname cmd/core-metadata/Dockerfile 17:28:08 ++ cut -d/ -f2 17:28:08 + echo core-metadata,cmd/core-metadata/Dockerfile 17:28:08 + for file in '`ls cmd/**/Dockerfile`' 17:28:08 ++ dirname cmd/security-bootstrapper/Dockerfile 17:28:08 ++ cut -d/ -f2 17:28:08 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:28:08 + for file in '`ls cmd/**/Dockerfile`' 17:28:08 ++ dirname cmd/security-proxy-setup/Dockerfile 17:28:08 ++ cut -d/ -f2 17:28:08 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:28:08 + for file in '`ls cmd/**/Dockerfile`' 17:28:08 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:28:08 ++ cut -d/ -f2 17:28:08 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:28:08 + for file in '`ls cmd/**/Dockerfile`' 17:28:08 ++ dirname cmd/support-notifications/Dockerfile 17:28:08 ++ cut -d/ -f2 17:28:08 + echo support-notifications,cmd/support-notifications/Dockerfile 17:28:08 + for file in '`ls cmd/**/Dockerfile`' 17:28:08 ++ dirname cmd/support-scheduler/Dockerfile 17:28:08 ++ cut -d/ -f2 17:28:08 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:28:08 + for file in '`ls cmd/**/Dockerfile`' 17:28:08 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:28:08 ++ cut -d/ -f2 17:28:08 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:28:08 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/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 17:28:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:28:09 17:28:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:28:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:28:09 latest: Pulling from edgex-devops/git-semver 17:28:09 31603596830f: Pulling fs layer 17:28:09 2a8b12db71e7: Pulling fs layer 17:28:09 6ca5941a6612: Pulling fs layer 17:28:09 ecc8261a40a4: Pulling fs layer 17:28:09 ecc8261a40a4: Waiting 17:28:09 2a8b12db71e7: Verifying Checksum 17:28:09 2a8b12db71e7: Download complete 17:28:10 31603596830f: Download complete 17:28:10 ecc8261a40a4: Verifying Checksum 17:28:10 ecc8261a40a4: Download complete 17:28:10 6ca5941a6612: Verifying Checksum 17:28:10 6ca5941a6612: Download complete 17:28:10 31603596830f: Pull complete 17:28:10 2a8b12db71e7: Pull complete 17:28:11 6ca5941a6612: Pull complete 17:28:11 ecc8261a40a4: Pull complete 17:28:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:28:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:28:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:28:11 prd-centos7-docker-4c-2g-24579 does not seem to be running inside a container 17:28:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:28:14 $ docker top f3246767562521b4ebb67074466f6c2335d81ebc9cb8929da0f402561672e77b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:28:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:28:14 [ssh-agent] Looking for ssh-agent implementation... 17:28:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:28:15 $ docker exec f3246767562521b4ebb67074466f6c2335d81ebc9cb8929da0f402561672e77b ssh-agent 17:28:15 SSH_AUTH_SOCK=/tmp/ssh-cizcXhCbjVnD/agent.12 17:28:15 SSH_AGENT_PID=18 17:28:15 Running ssh-add (command line suppressed) 17:28:15 Identity added: /w/workspace/edgex-go/2@tmp/private_key_974847736767392672.key (/w/workspace/edgex-go/2@tmp/private_key_974847736767392672.key) 17:28:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:28:15 + git tag --points-at HEAD [Pipeline] } 17:28:15 $ docker exec --env ******** --env ******** f3246767562521b4ebb67074466f6c2335d81ebc9cb8929da0f402561672e77b ssh-agent -k 17:28:16 unset SSH_AUTH_SOCK; 17:28:16 unset SSH_AGENT_PID; 17:28:16 echo Agent pid 18 killed; 17:28:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:28:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:28:16 [ssh-agent] Looking for ssh-agent implementation... 17:28:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:28:16 $ docker exec f3246767562521b4ebb67074466f6c2335d81ebc9cb8929da0f402561672e77b ssh-agent 17:28:16 SSH_AUTH_SOCK=/tmp/ssh-neyD6OVsgjB2/agent.46 17:28:16 SSH_AGENT_PID=51 17:28:16 Running ssh-add (command line suppressed) 17:28:16 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1081783556971290933.key (/w/workspace/edgex-go/2@tmp/private_key_1081783556971290933.key) 17:28:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:28:17 + git semver init 17:28:17 # -> Open(): unable to determine branch for HEAD 17:28:17 # $GIT_DIR = /w/workspace/edgex-go/2/.git 17:28:17 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 17:28:17 # $SEMVER_REMOTE_NAME = origin 17:28:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:28:17 # $SEMVER_USER_NAME = edgex-jenkins 17:28:17 # $SEMVER_BRANCH = PR-3109 17:28:17 # $SEMVER_TEMP = /tmp/semver-869769478 17:28:17 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:28:43 # '/tmp/semver-869769478' -> '/w/workspace/edgex-go/2/.semver' 17:28:43 # -> Force: false 17:28:43 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 17:28:43 $ docker exec --env ******** --env ******** f3246767562521b4ebb67074466f6c2335d81ebc9cb8929da0f402561672e77b ssh-agent -k 17:28:44 unset SSH_AUTH_SOCK; 17:28:44 unset SSH_AGENT_PID; 17:28:44 echo Agent pid 51 killed; 17:28:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:28:44 + git semver [Pipeline] } 17:28:44 $ docker stop --time=1 f3246767562521b4ebb67074466f6c2335d81ebc9cb8929da0f402561672e77b 17:28:46 $ docker rm -f f3246767562521b4ebb67074466f6c2335d81ebc9cb8929da0f402561672e77b [Pipeline] // withDockerContainer [Pipeline] sh 17:28:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:28:48 Stashed 1 file(s) [Pipeline] echo 17:28:48 [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] sh 17:28:49 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:28:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:28:49 + sudo service docker restart 17:28:49 + true 17:28:49 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:28:50 ========================================================= 17:28:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:28:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:28:50 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 17:28:54 Sending build context to Docker daemon 327.4MB 17:28:54 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:28:54 Step 2/6 : FROM ${BASE} 17:28:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:28:54 188c0c94c7c5: Pulling fs layer 17:28:54 0ef7d3d256c8: Pulling fs layer 17:28:54 de9db76c5a1d: Pulling fs layer 17:28:54 bca2f99d35d6: Pulling fs layer 17:28:54 93359f2a8cfa: Pulling fs layer 17:28:54 7c6f9722023f: Pulling fs layer 17:28:54 a35cf1a2eb13: Pulling fs layer 17:28:54 93359f2a8cfa: Waiting 17:28:54 7c6f9722023f: Waiting 17:28:54 a35cf1a2eb13: Waiting 17:28:54 bca2f99d35d6: Waiting 17:28:54 de9db76c5a1d: Verifying Checksum 17:28:54 de9db76c5a1d: Download complete 17:28:54 0ef7d3d256c8: Download complete 17:28:54 93359f2a8cfa: Verifying Checksum 17:28:54 93359f2a8cfa: Download complete 17:28:54 188c0c94c7c5: Verifying Checksum 17:28:54 188c0c94c7c5: Download complete 17:28:54 7c6f9722023f: Verifying Checksum 17:28:54 7c6f9722023f: Download complete 17:28:54 188c0c94c7c5: Pull complete 17:28:55 0ef7d3d256c8: Pull complete 17:28:55 de9db76c5a1d: Pull complete 17:28:56 a35cf1a2eb13: Verifying Checksum 17:28:56 a35cf1a2eb13: Download complete 17:28:57 bca2f99d35d6: Verifying Checksum 17:28:57 bca2f99d35d6: Download complete 17:29:03 Still waiting to schedule task 17:29:03 ‘prd-ubuntu18.04-docker-arm64-4c-16g-24581’ is offline 17:29:03 bca2f99d35d6: Pull complete 17:29:03 93359f2a8cfa: Pull complete 17:29:03 7c6f9722023f: Pull complete 17:29:09 a35cf1a2eb13: Pull complete 17:29:09 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:29:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:29:09 ---> a62c8e92a672 17:29:09 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 17:29:09 ---> Running in 5c7037326e66 17:29:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:29:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:29:10 (1/12) Installing libmagic (5.38-r0) 17:29:10 (2/12) Installing file (5.38-r0) 17:29:10 (3/12) Installing libc-dev (0.7.2-r3) 17:29:10 (4/12) Installing g++ (9.3.0-r2) 17:29:23 (5/12) Installing fortify-headers (1.1-r0) 17:29:23 (6/12) Installing patch (2.7.6-r6) 17:29:23 (7/12) Installing build-base (0.5-r2) 17:29:23 (8/12) Installing libsodium (1.0.18-r0) 17:29:23 (9/12) Installing pkgconf (1.7.2-r0) 17:29:23 (10/12) Installing libsodium-dev (1.0.18-r0) 17:29:23 (11/12) Installing libzmq (4.3.3-r0) 17:29:23 (12/12) Installing zeromq-dev (4.3.3-r0) 17:29:23 Executing busybox-1.31.1-r19.trigger 17:29:23 OK: 233 MiB in 51 packages 17:29:26 Removing intermediate container 5c7037326e66 17:29:26 ---> bcd5a6cbd16f 17:29:26 Step 4/6 : WORKDIR /edgex-go 17:29:26 ---> Running in 1b195632f9b3 17:29:26 Removing intermediate container 1b195632f9b3 17:29:26 ---> 8bf62176291f 17:29:26 Step 5/6 : COPY go.mod . 17:29:27 ---> bc3ade31add1 17:29:27 Step 6/6 : RUN go mod download 17:29:27 ---> Running in 5dc7ac98a897 17:29:49 Removing intermediate container 5dc7ac98a897 17:29:49 ---> 0b3f301afe2e 17:29:49 Successfully built 0b3f301afe2e 17:29:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:29:50 + docker inspect -f . ci-base-image-x86_64 17:29:50 . [Pipeline] withDockerContainer 17:29:50 prd-centos7-docker-4c-2g-24579 does not seem to be running inside a container 17:29:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:29:51 $ docker top be9fe7d928c7abaf07d1ea586c25326e9b292cb4968f9ec9ea423fd0910d7e10 -eo pid,comm [Pipeline] { [Pipeline] sh 17:29:51 + go version 17:29:51 go version go1.15.5 linux/amd64 [Pipeline] } 17:29:51 $ docker stop --time=1 be9fe7d928c7abaf07d1ea586c25326e9b292cb4968f9ec9ea423fd0910d7e10 17:29:53 $ docker rm -f be9fe7d928c7abaf07d1ea586c25326e9b292cb4968f9ec9ea423fd0910d7e10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:29:54 + docker inspect -f . ci-base-image-x86_64 17:29:54 . [Pipeline] withDockerContainer 17:29:54 prd-centos7-docker-4c-2g-24579 does not seem to be running inside a container 17:29:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:29:55 $ docker top b3a736236ecc5d7181337e51ad9acd60a0fa38a9b5d31b909cd61852e4e62bb5 -eo pid,comm [Pipeline] { [Pipeline] echo 17:29:55 ========================================================= 17:29:55 [edgeXBuildGoParallel] Running Tests and Build... 17:29:55 ========================================================= [Pipeline] sh 17:29:55 + make test 17:29:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:30:05 ? github.com/edgexfoundry/edgex-go [no test files] 17:30:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:30:28 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:30:28 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:30:28 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:30:28 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:30:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:30:31 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:30:31 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:30:31 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:30:31 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:30:31 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:30:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:30:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:30:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:30:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.147s coverage: 46.0% of statements 17:30:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:30:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:30:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:30:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:30:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:30:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:30:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 17:30:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.082s coverage: 100.0% of statements 17:30:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.179s coverage: 27.1% of statements 17:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:30:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements 17:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:30:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 17:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:30:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.107s coverage: 65.8% of statements 17:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:30:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.476s coverage: 82.3% of statements 17:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:30:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.383s coverage: 28.6% of statements 17:30:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:30:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:30:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:30:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:30:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:30:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements 17:30:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:30:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements 17:30:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:30:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements 17:30:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:30:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.140s coverage: 97.5% of statements 17:30:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:30:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.109s coverage: 78.3% of statements 17:30:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:30:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:30:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:30:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:30:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.414s coverage: 92.8% of statements 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:30:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:30:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.070s coverage: 0.1% of statements 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:30:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 45.5% of statements 17:30:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.045s coverage: 79.5% of statements 17:30:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.045s coverage: 94.1% of statements 17:30:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements 17:30:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.025s coverage: 87.5% of statements 17:30:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.054s coverage: 94.4% of statements 17:30:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.074s coverage: 92.9% of statements 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.4% of statements 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.355s coverage: 68.9% of statements 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.146s coverage: 37.0% of statements 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.390s coverage: 84.0% of statements 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.062s coverage: 100.0% of statements 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.130s coverage: 47.0% of statements 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.082s coverage: 100.0% of statements 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.777s coverage: 29.1% of statements 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.093s coverage: 99.0% of statements 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.068s coverage: 100.0% of statements 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:31:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.040s coverage: 32.1% of statements 17:31:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 17:31:10 GO111MODULE=on go vet ./... 17:31:33 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24584 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 17:31:33 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 17:31:38 using credential edgex-jenkins-ssh 17:31:38 Cloning the remote Git repository 17:31:38 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:31:39 > git init /w/workspace/edgex-go/2 # timeout=10 17:31:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:31:39 > git --version # timeout=10 17:31:39 > git --version # 'git version 2.17.1' 17:31:39 using GIT_SSH to set credentials SSH Credentials for GitHub 17:31:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:31:43 gofmt -l . 17:31:43 [ "`gofmt -l .`" = "" ] 17:31:43 ./bin/test-go-mod-tidy.sh 17:31:43 ./bin/test-attribution-txt.sh [Pipeline] sh 17:31:43 + ls -al . 17:31:43 total 684 17:31:43 drwxrwxr-x 10 1001 1001 4096 Feb 2 17:31 . 17:31:43 drwxr-xr-x 4 root root 28 Feb 2 17:29 .. 17:31:43 -rw-rw-r-- 1 1001 1001 11 Feb 2 17:27 .dockerignore 17:31:43 drwxrwxr-x 8 1001 1001 179 Feb 2 17:27 .git 17:31:43 drwxrwxr-x 3 1001 1001 125 Feb 2 17:27 .github 17:31:43 -rw-rw-r-- 1 1001 1001 872 Feb 2 17:27 .gitignore 17:31:43 drwx------ 3 1001 1001 60 Feb 2 17:28 .semver 17:31:43 -rw-rw-r-- 1 1001 1001 166 Feb 2 17:27 .sonarcloud.properties 17:31:43 -rw-rw-r-- 1 1001 1001 7859 Feb 2 17:27 Attribution.txt 17:31:43 -rw-rw-r-- 1 1001 1001 3804 Feb 2 17:27 CONTRIBUTING.md 17:31:43 -rw-rw-r-- 1 1001 1001 931 Feb 2 17:27 Dockerfile.build 17:31:43 -rw-rw-r-- 1 1001 1001 863 Feb 2 17:27 Jenkinsfile 17:31:43 -rw-rw-r-- 1 1001 1001 10775 Feb 2 17:27 LICENSE 17:31:43 -rw-rw-r-- 1 1001 1001 6001 Feb 2 17:27 Makefile 17:31:43 -rw-rw-r-- 1 1001 1001 6524 Feb 2 17:27 README.md 17:31:43 -rw-rw-r-- 1 1001 1001 6755 Feb 2 17:27 SECURITY.md 17:31:43 -rw-rw-r-- 1 1001 1001 5 Feb 2 17:28 VERSION 17:31:43 -rw-rw-r-- 1 1001 1001 4131 Feb 2 17:27 ZMQWindows.md 17:31:43 drwxrwxr-x 2 1001 1001 117 Feb 2 17:27 bin 17:31:43 drwxrwxr-x 15 1001 1001 4096 Feb 2 17:27 cmd 17:31:43 -rw-r--r-- 1 root root 578674 Feb 2 17:31 coverage.out 17:31:43 -rw-r--r-- 1 root root 1054 Feb 2 17:31 go.mod 17:31:43 -rw-r--r-- 1 root root 19517 Feb 2 17:31 go.sum 17:31:43 drwxrwxr-x 8 1001 1001 127 Feb 2 17:27 internal 17:31:43 drwxrwxr-x 4 1001 1001 26 Feb 2 17:27 openapi 17:31:43 drwxrwxr-x 4 1001 1001 71 Feb 2 17:27 snap 17:31:43 -rw-rw-r-- 1 1001 1001 168 Feb 2 17:27 version.go [Pipeline] sh 17:31:43 + '[' -e coverage.out ] 17:31:43 + chown 1001:1001 coverage.out [Pipeline] stash 17:31:43 Stashed 1 file(s) [Pipeline] sh 17:31:44 + make build 17:31:44 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 17:31:48 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 17:31:56 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit 841d489cfe614676ae574a25cc9174e0e37bb1d2 17:31:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:31:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:31:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:31:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:31:54 using GIT_SSH to set credentials SSH Credentials for GitHub 17:31:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:31:56 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 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:31:56 Failed in branch arm64 17:31:57 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 17:31:56 > git config core.sparsecheckout # timeout=10 17:31:56 > git checkout -f 841d489cfe614676ae574a25cc9174e0e37bb1d2 # timeout=10 17:31:59 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 17:32:00 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 17:32:02 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 17:32:03 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 17:32:04 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 17:32:06 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 17:32:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:32:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:32:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 17:32:12 $ docker stop --time=1 b3a736236ecc5d7181337e51ad9acd60a0fa38a9b5d31b909cd61852e4e62bb5 17:32:14 $ docker rm -f b3a736236ecc5d7181337e51ad9acd60a0fa38a9b5d31b909cd61852e4e62bb5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:32:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:32:15 17:32:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:32:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:32:16 latest: Pulling from edgex-devops/edgex-compose 17:32:16 cbdbe7a5bc2a: Pulling fs layer 17:32:16 ca9280d653b3: Pulling fs layer 17:32:16 7e9c9ca2126c: Pulling fs layer 17:32:16 cbdbe7a5bc2a: Verifying Checksum 17:32:16 cbdbe7a5bc2a: Download complete 17:32:17 cbdbe7a5bc2a: Pull complete 17:32:17 ca9280d653b3: Download complete 17:32:18 7e9c9ca2126c: Verifying Checksum 17:32:18 7e9c9ca2126c: Download complete 17:32:18 ca9280d653b3: Pull complete 17:32:26 7e9c9ca2126c: Pull complete 17:32:26 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:32:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:32:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:32:27 prd-centos7-docker-4c-2g-24579 does not seem to be running inside a container 17:32:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:32:28 $ docker top e4527d61d56709f63d01ff595d215900f98f27834d5fbd79bbbdc1be3a4ea6bd -eo pid,comm [Pipeline] { [Pipeline] sh 17:32:29 + docker-compose build --help 17:32:29 + grep parallel 17:32:30 --parallel Build images in parallel. [Pipeline] } 17:32:30 $ docker stop --time=1 e4527d61d56709f63d01ff595d215900f98f27834d5fbd79bbbdc1be3a4ea6bd 17:32:32 $ docker rm -f e4527d61d56709f63d01ff595d215900f98f27834d5fbd79bbbdc1be3a4ea6bd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:32:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:32:32 . [Pipeline] withDockerContainer 17:32:33 prd-centos7-docker-4c-2g-24579 does not seem to be running inside a container 17:32:33 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:32:34 $ docker top f83611cee03908771e402760638225a46daf2b68c35e8e7b16c54d0d0553f033 -eo pid,comm [Pipeline] { [Pipeline] sh 17:32:34 + docker-compose -f ./docker-compose-build.yml build --parallel 17:32:35 Building docker-core-command-go ... 17:32:35 Building docker-core-data-go ... 17:32:35 Building docker-core-metadata-go ... 17:32:35 Building docker-security-bootstrapper-go ... 17:32:35 Building docker-security-proxy-setup-go ... 17:32:35 Building docker-security-secretstore-setup-go ... 17:32:35 Building docker-support-notifications-go ... 17:32:35 Building docker-support-scheduler-go ... 17:32:35 Building docker-sys-mgmt-agent-go ... 17:32:35 Building docker-security-secretstore-setup-go 17:32:35 Building docker-security-proxy-setup-go 17:32:35 Building docker-core-metadata-go 17:32:35 Building docker-support-notifications-go 17:32:35 Building docker-support-scheduler-go 17:33:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:33:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:33:14 ---> 0b3f301afe2e 17:33:14 Step 3/22 : WORKDIR /edgex-go 17:33:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:33:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:33:14 ---> 0b3f301afe2e 17:33:14 Step 3/24 : WORKDIR /edgex-go 17:33:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:33:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:33:14 ---> 0b3f301afe2e 17:33:14 Step 3/23 : WORKDIR /edgex-go 17:33:14 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:33:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:33:14 ---> 0b3f301afe2e 17:33:14 Step 3/21 : WORKDIR /edgex-go 17:33:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:33:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:33:14 ---> 0b3f301afe2e 17:33:14 Step 3/22 : WORKDIR /edgex-go 17:33:14 ---> Running in 228b9ec1baec 17:33:14 ---> Running in 37d08a3ba83c 17:33:14 ---> Running in f1cfd4126f01 17:33:14 ---> Running in 8417eec41c3b 17:33:14 ---> Running in b9bbd6cedd77 17:33:14 Removing intermediate container 37d08a3ba83c 17:33:14 ---> 8248e3df94d1 17:33:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:14 Removing intermediate container b9bbd6cedd77 17:33:14 ---> ebc9b490a396 17:33:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:14 Removing intermediate container 8417eec41c3b 17:33:14 ---> 74969ec359c1 17:33:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:14 Removing intermediate container f1cfd4126f01 17:33:14 ---> 71070614b3cf 17:33:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:14 Removing intermediate container 228b9ec1baec 17:33:14 ---> 11f0fad7bae2 17:33:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:14 ---> Running in 4368bc99c8f8 17:33:14 ---> Running in 2e15fa178ec3 17:33:14 ---> Running in 910f80e833e7 17:33:14 ---> Running in 04558a1e59a4 17:33:14 ---> Running in 7552c0d3ffbf 17:33:15 Removing intermediate container 4368bc99c8f8 17:33:15 ---> 083fabc85e0d 17:33:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:33:15 Removing intermediate container 910f80e833e7 17:33:15 ---> e2eda3a2325b 17:33:15 Step 5/23 : RUN apk add --update --no-cache make git 17:33:15 Removing intermediate container 7552c0d3ffbf 17:33:15 ---> 21ed86e71328 17:33:15 Step 5/21 : RUN apk add --update --no-cache make git 17:33:15 Removing intermediate container 2e15fa178ec3 17:33:15 ---> 912120410cdf 17:33:15 Step 5/24 : RUN apk add --update --no-cache make git 17:33:15 ---> Running in 60a039b850e0 17:33:15 ---> Running in 5a440d4adcac 17:33:15 Removing intermediate container 04558a1e59a4 17:33:15 ---> 0916a1b1fcee 17:33:15 Step 5/22 : RUN apk add --update --no-cache make git 17:33:15 ---> Running in 0fa50ed67594 17:33:15 ---> Running in e68e64d1ab7b 17:33:15 ---> Running in ea4edb389ae1 17:33:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:33:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:33:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:33:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:33:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:33:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:33:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:33:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:33:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:33:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:33:17 OK: 233 MiB in 51 packages 17:33:18 OK: 233 MiB in 51 packages 17:33:18 OK: 233 MiB in 51 packages 17:33:18 OK: 233 MiB in 51 packages 17:33:18 OK: 233 MiB in 51 packages 17:33:18 Removing intermediate container 60a039b850e0 17:33:18 ---> 2dd509b6b3d9 17:33:18 Step 6/23 : COPY go.mod . 17:33:19 Removing intermediate container 5a440d4adcac 17:33:19 ---> 0a0771956965 17:33:19 Step 6/22 : COPY go.mod . 17:33:19 ---> c404f8868233 17:33:19 Step 7/23 : RUN go mod download 17:33:19 Removing intermediate container e68e64d1ab7b 17:33:19 ---> de2951a07ab6 17:33:19 Step 6/24 : COPY go.mod . 17:33:19 ---> Running in fd6c85a281d0 17:33:19 Removing intermediate container ea4edb389ae1 17:33:19 ---> 6122e45187a7 17:33:19 Step 6/22 : COPY go.mod . 17:33:19 ---> ba06a4829a7a 17:33:19 Step 7/22 : RUN go mod download 17:33:19 Removing intermediate container 0fa50ed67594 17:33:19 ---> dd25095d38db 17:33:19 Step 6/21 : COPY go.mod . 17:33:19 ---> 101dabe80ac8 17:33:19 Step 7/22 : RUN go mod download 17:33:19 ---> b755c9f916d3 17:33:19 Step 7/24 : RUN go mod download 17:33:20 ---> Running in 90afa1d8bdf3 17:33:20 ---> Running in 4bb3bdf3796b 17:33:20 ---> Running in 884d02290986 17:33:20 ---> 4ddda3374ee2 17:33:20 Step 7/21 : RUN go mod download 17:33:20 ---> Running in 89a712e1d145 17:33:21 Removing intermediate container fd6c85a281d0 17:33:21 ---> ed594499b842 17:33:21 Step 8/23 : COPY . . 17:33:23 Removing intermediate container 90afa1d8bdf3 17:33:23 ---> a2d572de6eb5 17:33:23 Step 8/22 : COPY . . 17:33:30 Removing intermediate container 4bb3bdf3796b 17:33:30 ---> 69bf3f661caa 17:33:30 Step 8/24 : COPY . . 17:33:33 Removing intermediate container 89a712e1d145 17:33:33 ---> ea614ba450fc 17:33:33 Step 8/21 : COPY . . 17:33:33 Removing intermediate container 884d02290986 17:33:33 ---> eb0731a02968 17:33:33 Step 8/22 : COPY . . 17:34:00 ---> 783bd5c6dffe 17:34:00 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:34:00 ---> 38fe4491237a 17:34:00 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:34:00 ---> Running in 947006b4d8a8 17:34:00 ---> Running in e91caad9dcf7 17:34:04 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 17:34:04 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 17:34:09 ---> f947fe1f7ad7 17:34:09 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:34:10 ---> 2eacd16036c8 17:34:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:34:10 ---> Running in 6f6c68e8a3e4 17:34:10 ---> Running in af21e8a3ef05 17:34:10 ---> 281e1305f959 17:34:10 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:34:10 ---> Running in 192a10d0dfe5 17:34:13 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 17:34:13 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 17:34:13 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 17:34:40 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 17:34:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:34:44 Removing intermediate container e91caad9dcf7 17:34:44 ---> 6ac42bc45e06 17:34:44 17:34:44 Step 10/22 : FROM alpine:3.12 17:34:44 3.12: Pulling from library/alpine 17:34:45 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:34:45 Status: Downloaded newer image for alpine:3.12 17:34:45 ---> 389fef711851 17:34:45 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:34:49 ---> Running in 47dfbd450c9c 17:34:49 Removing intermediate container 6f6c68e8a3e4 17:34:49 ---> 08cd33c0a4a8 17:34:49 17:34:49 Step 10/24 : FROM alpine:3.12 17:34:49 ---> 389fef711851 17:34:49 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:34:49 Removing intermediate container 947006b4d8a8 17:34:49 ---> b5ccfc2eaafc 17:34:49 17:34:49 Step 10/23 : FROM alpine:3.12 17:34:49 ---> 389fef711851 17:34:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:34:49 ---> Running in ea2d924e7a4c 17:34:49 ---> Running in d4abfb390ec1 17:34:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:34:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:34:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:34:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:34:50 (1/2) Installing ca-certificates (20191127-r4) 17:34:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:34:50 (2/2) Installing dumb-init (1.2.2-r1) 17:34:50 (1/5) Installing ca-certificates (20191127-r4) 17:34:50 Executing busybox-1.31.1-r19.trigger 17:34:50 Executing ca-certificates-20191127-r4.trigger 17:34:50 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:34:50 (3/5) Installing libcurl (7.69.1-r3) 17:34:50 (4/5) Installing curl (7.69.1-r3) 17:34:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:34:50 OK: 6 MiB in 16 packages 17:34:50 (1/1) Installing dumb-init (1.2.2-r1) 17:34:50 Executing busybox-1.31.1-r19.trigger 17:34:50 (5/5) Installing dumb-init (1.2.2-r1) 17:34:50 OK: 6 MiB in 15 packages 17:34:50 Executing busybox-1.31.1-r19.trigger 17:34:50 Executing ca-certificates-20191127-r4.trigger 17:34:50 OK: 7 MiB in 19 packages 17:34:54 Removing intermediate container af21e8a3ef05 17:34:54 ---> 7a9a0374e123 17:34:54 17:34:54 Step 10/21 : FROM alpine:3.12 17:34:54 ---> 389fef711851 17:34:54 Step 11/21 : RUN apk add --update --no-cache curl 17:34:54 Removing intermediate container 192a10d0dfe5 17:34:54 ---> e195054ab3db 17:34:54 17:34:54 Step 10/22 : FROM alpine:3.12 17:34:54 ---> 389fef711851 17:34:54 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:34:54 ---> Running in df1bf03ddfcd 17:34:54 ---> Running in a56c52878ea0 17:34:55 Removing intermediate container d4abfb390ec1 17:34:55 ---> 555561d41919 17:34:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:34:55 Removing intermediate container 47dfbd450c9c 17:34:55 ---> 4bbd254909ba 17:34:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:34:55 ---> Running in eb835248aee3 17:34:55 ---> Running in e5f9c2f19b43 17:34:55 Removing intermediate container ea2d924e7a4c 17:34:55 ---> c997dd2afc62 17:34:55 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:34:55 ---> Running in 4987c49cd1fe 17:34:55 Removing intermediate container eb835248aee3 17:34:55 ---> 256d93e141f8 17:34:55 Step 13/23 : ENV APP_PORT=48081 17:34:55 Removing intermediate container e5f9c2f19b43 17:34:55 ---> 971fcd5b8e72 17:34:55 Step 13/22 : ENV APP_PORT=48060 17:34:55 ---> Running in 63d98147e766 17:34:55 ---> Running in 00da775cf449 17:34:55 Removing intermediate container 4987c49cd1fe 17:34:55 ---> 83f3d15bc6fb 17:34:55 Step 13/24 : WORKDIR / 17:34:55 ---> Running in 3a665b1aa47c 17:34:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:34:56 Removing intermediate container 63d98147e766 17:34:56 ---> a7fadf28c19b 17:34:56 Step 14/23 : EXPOSE $APP_PORT 17:34:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:34:56 Removing intermediate container 00da775cf449 17:34:56 ---> 6a2bd5dad30e 17:34:56 Step 14/22 : EXPOSE $APP_PORT 17:34:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:34:56 ---> Running in 2b25d5b20974 17:34:56 ---> Running in 240a694a9958 17:34:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:34:56 (1/4) Installing ca-certificates (20191127-r4) 17:34:56 Removing intermediate container 3a665b1aa47c 17:34:56 ---> 455471539c74 17:34:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:34:56 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:34:56 (3/4) Installing libcurl (7.69.1-r3) 17:34:56 (4/4) Installing curl (7.69.1-r3) 17:34:56 Executing busybox-1.31.1-r19.trigger 17:34:56 Executing ca-certificates-20191127-r4.trigger 17:34:56 OK: 7 MiB in 18 packages 17:34:56 (1/1) Installing dumb-init (1.2.2-r1) 17:34:56 Executing busybox-1.31.1-r19.trigger 17:34:56 OK: 6 MiB in 15 packages 17:34:56 Removing intermediate container 240a694a9958 17:34:56 ---> d8687df4ae21 17:34:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:34:56 Removing intermediate container 2b25d5b20974 17:34:56 ---> 7a73441a91da 17:34:56 Step 15/23 : WORKDIR / 17:34:57 ---> 318c96992181 17:34:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:34:57 ---> Running in 6c5f2eed6340 17:34:58 ---> ae5737d9c14d 17:34:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:34:58 ---> c0d7eff7ae16 17:34:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:34:58 Removing intermediate container 6c5f2eed6340 17:34:58 ---> 527e33ab59ff 17:34:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:34:58 Removing intermediate container df1bf03ddfcd 17:34:58 ---> 801c5e23d164 17:34:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:34:58 Removing intermediate container a56c52878ea0 17:34:58 ---> 5a64a1dba77b 17:34:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:34:58 ---> Running in 3130cfd810b5 17:34:58 ---> efe3c6012b1a 17:34:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:34:58 ---> 05f70c45340c 17:34:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:34:58 ---> be28bbb20739 17:34:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:34:58 ---> Running in b6f9bd2e367e 17:34:59 Removing intermediate container 3130cfd810b5 17:34:59 ---> 5af44dadc213 17:34:59 Step 13/21 : WORKDIR /edgex 17:34:59 ---> Running in 933fa080eb0e 17:34:59 Removing intermediate container b6f9bd2e367e 17:34:59 ---> 78d21120e2e9 17:34:59 Step 13/22 : ENV APP_PORT=48085 17:34:59 ---> b424e81a0304 17:34:59 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:34:59 ---> Running in 7160e0c79457 17:34:59 ---> Running in 0acc00a0db17 17:34:59 ---> 7cd5360efbd6 17:34:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:34:59 Removing intermediate container 933fa080eb0e 17:34:59 ---> c32e072d74d9 17:34:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:34:59 Removing intermediate container 7160e0c79457 17:34:59 ---> 8242449bbd09 17:34:59 Step 14/22 : EXPOSE $APP_PORT 17:34:59 ---> 9724180e01ab 17:34:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:35:00 ---> Running in e0ec0ab826e5 17:35:00 Removing intermediate container 0acc00a0db17 17:35:00 ---> ea3a290647f6 17:35:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:35:00 ---> e6a8b5f72468 17:35:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:35:00 ---> Running in 938b5fc13ebd 17:35:00 Removing intermediate container e0ec0ab826e5 17:35:00 ---> 18252d30978c 17:35:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:35:00 ---> f8bcf9f16e3b 17:35:00 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:35:00 ---> 17de04cbd70b 17:35:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:35:00 ---> Running in edff9db2f254 17:35:00 Removing intermediate container 938b5fc13ebd 17:35:00 ---> 12772a9e828d 17:35:00 Step 20/22 : LABEL arch=x86_64 17:35:01 ---> 485c150adff5 17:35:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:35:01 ---> Running in d2be0501d9cd 17:35:01 ---> 74b2a2fd054d 17:35:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:35:01 Removing intermediate container edff9db2f254 17:35:01 ---> 5e2107bc4a8a 17:35:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:35:01 ---> 57ccc2747519 17:35:01 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:35:01 ---> Running in 22477a0eafba 17:35:01 Removing intermediate container d2be0501d9cd 17:35:01 ---> a761c64a049d 17:35:01 Step 21/22 : LABEL git_sha=68a7bb9a1f25b8719b0a4707ed505817e4ab8202 17:35:01 ---> Running in 1e7e2879e944 17:35:01 ---> Running in d9f0b3794432 17:35:01 ---> 6ebcfb005b76 17:35:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:35:02 Removing intermediate container 22477a0eafba 17:35:02 ---> 1cfef46fbc9e 17:35:02 Step 21/23 : LABEL arch=x86_64 17:35:02 ---> 713066cb3423 17:35:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:35:02 Removing intermediate container d9f0b3794432 17:35:02 ---> 42abe64ff14f 17:35:02 Step 22/22 : LABEL version=0.0.0 17:35:02 ---> Running in 8e9289b4246b 17:35:02 ---> Running in c1f65f3c26e9 17:35:02 ---> Running in 0b48426d00e9 17:35:02 ---> 8909d7206520 17:35:02 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:35:02 ---> Running in b46c8feafffd 17:35:02 Removing intermediate container 8e9289b4246b 17:35:02 ---> 03a0f48e7ada 17:35:02 Step 22/23 : LABEL git_sha=68a7bb9a1f25b8719b0a4707ed505817e4ab8202 17:35:03 ---> Running in ebd7dadc4113 17:35:03 Removing intermediate container c1f65f3c26e9 17:35:03 ---> 1bc959d09126 17:35:03 Step 18/21 : CMD ["--init=true"] 17:35:03 Removing intermediate container 0b48426d00e9 17:35:03 ---> 3b957746f3fe 17:35:03 17:35:03 Removing intermediate container b46c8feafffd 17:35:03 ---> ff23fed3e287 17:35:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:35:03 ---> Running in 63bb1688883c 17:35:03 ---> Running in d3c9a8fb5115 17:35:03 Successfully built 3b957746f3fe 17:35:03 Successfully tagged docker-support-notifications-go:latest 17:35:03  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 17:35:03 Removing intermediate container ebd7dadc4113 17:35:03 ---> 4731f12aaa6c 17:35:03 Step 23/23 : LABEL version=0.0.0 17:35:03 Removing intermediate container 1e7e2879e944 17:35:03 ---> 74f816c993c8 17:35:03 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:35:03 Removing intermediate container 63bb1688883c 17:35:03 ---> 6cb01dac8187 17:35:03 Step 19/21 : LABEL arch=x86_64 17:35:03 ---> Running in 972c6f52e131 17:35:03 Removing intermediate container d3c9a8fb5115 17:35:03 ---> 1144830ead75 17:35:03 Step 20/22 : LABEL arch=x86_64 17:35:03 ---> Running in 1b6002320388 17:35:03 ---> Running in d8ce277ecff1 17:35:03 ---> Running in 71c918cc004a 17:35:03 Removing intermediate container 972c6f52e131 17:35:03 ---> f2baa923a685 17:35:03 17:35:04 Removing intermediate container 1b6002320388 17:35:04 ---> b9c0d6024413 17:35:04 Step 22/24 : LABEL arch=x86_64 17:35:04 Successfully built f2baa923a685 17:35:04 Removing intermediate container d8ce277ecff1 17:35:04 ---> 4845a9cd56d1 17:35:04 Step 20/21 : LABEL git_sha=68a7bb9a1f25b8719b0a4707ed505817e4ab8202 17:35:04 Successfully tagged docker-core-metadata-go:latest 17:35:04  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 17:35:04 Removing intermediate container 71c918cc004a 17:35:04 ---> 1edc0fadadf2 17:35:04 Step 21/22 : LABEL git_sha=68a7bb9a1f25b8719b0a4707ed505817e4ab8202 17:35:04 ---> Running in ab2526b62068 17:35:04 ---> Running in 5c1c3ba184ba 17:35:04 ---> Running in a097a6c4b9dc 17:35:06 Removing intermediate container ab2526b62068 17:35:06 ---> 96e7542be232 17:35:06 Step 23/24 : LABEL git_sha=68a7bb9a1f25b8719b0a4707ed505817e4ab8202 17:35:06 Removing intermediate container 5c1c3ba184ba 17:35:06 ---> 323ec517e3fd 17:35:06 Step 21/21 : LABEL version=0.0.0 17:35:06 Removing intermediate container a097a6c4b9dc 17:35:06 ---> d846238e9ad6 17:35:06 Step 22/22 : LABEL version=0.0.0 17:35:09 ---> Running in fcbb264ce2a8 17:35:09 ---> Running in 496afa8aa1b8 17:35:09 ---> Running in 6435880f8fe6 17:35:10 Removing intermediate container 496afa8aa1b8 17:35:10 ---> 4861ff4f6eee 17:35:10 17:35:10 Removing intermediate container fcbb264ce2a8 17:35:10 ---> a5955fd50391 17:35:10 17:35:10 Removing intermediate container 6435880f8fe6 17:35:10 ---> b595a80467ad 17:35:10 Step 24/24 : LABEL version=0.0.0 17:35:10 ---> Running in 2ba88ba69c61 17:35:10 Successfully built 4861ff4f6eee 17:35:10 Successfully built a5955fd50391 17:35:10 Successfully tagged docker-security-proxy-setup-go:latest 17:35:10 Building docker-core-command-go 17:35:10  Building docker-security-proxy-setup-go ... done Successfully tagged docker-support-scheduler-go:latest 17:35:10 Building docker-core-data-go 17:35:11  Building docker-support-scheduler-go ... done Removing intermediate container 2ba88ba69c61 17:35:11 ---> 9f298b95eef9 17:35:11 17:35:11 Successfully built 9f298b95eef9 17:35:11 Successfully tagged docker-security-secretstore-setup-go:latest 17:35:26  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:35:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:35:26 ---> 0b3f301afe2e 17:35:26 Step 3/26 : WORKDIR /edgex-go 17:35:26 ---> Using cache 17:35:26 ---> 11f0fad7bae2 17:35:26 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:35:26 ---> Using cache 17:35:26 ---> 21ed86e71328 17:35:26 Step 5/26 : RUN apk add --update --no-cache make bash git 17:35:27 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:35:27 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:35:27 ---> 0b3f301afe2e 17:35:27 Step 3/31 : WORKDIR /edgex-go 17:35:27 ---> Using cache 17:35:27 ---> 11f0fad7bae2 17:35:27 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:35:27 ---> Using cache 17:35:27 ---> 21ed86e71328 17:35:27 Step 5/31 : RUN apk add --update --no-cache make git 17:35:27 ---> Using cache 17:35:27 ---> dd25095d38db 17:35:27 Step 6/31 : COPY go.mod . 17:35:27 ---> Using cache 17:35:27 ---> 4ddda3374ee2 17:35:27 Step 7/31 : RUN go mod download 17:35:27 ---> Using cache 17:35:27 ---> ea614ba450fc 17:35:27 Step 8/31 : COPY . . 17:35:27 ---> Using cache 17:35:27 ---> 2eacd16036c8 17:35:27 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 17:35:27 ---> Running in 18f295bd4033 17:35:27 ---> Running in aa1e709f707d 17:35:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:35:31 OK: 233 MiB in 51 packages 17:35:34 Removing intermediate container 18f295bd4033 17:35:34 ---> 9c5cad2662d8 17:35:34 Step 6/26 : COPY go.mod . 17:35:35 ---> 976118e1d532 17:35:35 Step 7/26 : RUN go mod download 17:35:36 ---> Running in 9ab55664d4ae 17:35:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:35:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:35:39 ---> 0b3f301afe2e 17:35:39 Step 3/23 : WORKDIR /edgex-go 17:35:39 ---> Using cache 17:35:39 ---> 11f0fad7bae2 17:35:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:35:39 ---> Using cache 17:35:39 ---> 21ed86e71328 17:35:39 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:35:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:35:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:35:39 ---> 0b3f301afe2e 17:35:39 Step 3/23 : WORKDIR /edgex-go 17:35:39 ---> Using cache 17:35:39 ---> 11f0fad7bae2 17:35:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:35:39 ---> Using cache 17:35:39 ---> 21ed86e71328 17:35:39 Step 5/23 : RUN apk add --update --no-cache make git 17:35:39 ---> Using cache 17:35:39 ---> dd25095d38db 17:35:39 Step 6/23 : COPY go.mod . 17:35:39 ---> Using cache 17:35:39 ---> 4ddda3374ee2 17:35:39 Step 7/23 : RUN go mod download 17:35:39 ---> Using cache 17:35:39 ---> ea614ba450fc 17:35:39 Step 8/23 : COPY . . 17:35:39 ---> Using cache 17:35:39 ---> 2eacd16036c8 17:35:39 Step 9/23 : RUN make cmd/core-command/core-command 17:35:40 ---> Running in 35642c8b274f 17:35:40 ---> Running in 2464ca283307 17:35:41 Removing intermediate container 9ab55664d4ae 17:35:41 ---> 310f4983f5ad 17:35:41 Step 8/26 : COPY . . 17:35:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:35:42 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 17:35:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:35:43 OK: 233 MiB in 51 packages 17:35:48 Removing intermediate container 35642c8b274f 17:35:48 ---> 1e35f2275f5f 17:35:48 Step 6/23 : COPY go.mod . 17:35:49 ---> a4e435fc3cbc 17:35:49 Step 7/23 : RUN go mod download 17:35:50 ---> Running in 55cde613d613 17:35:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:35:55 Removing intermediate container 55cde613d613 17:35:55 ---> 56192ef54e7f 17:35:55 Step 8/23 : COPY . . 17:36:13 ---> ca4ee028f2b5 17:36:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:36:13 ---> Running in 5bd6abefef66 17:36:13 Removing intermediate container aa1e709f707d 17:36:13 ---> 5bd8568e8415 17:36:13 17:36:13 Step 10/31 : FROM alpine:3.12 17:36:13 ---> 389fef711851 17:36:13 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:36:14 ---> Running in 5ada506d3ba2 17:36:15 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 17:36:15 Removing intermediate container 5ada506d3ba2 17:36:15 ---> 971a1ac9ef0b 17:36:15 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:36:17 ---> Running in 7fc796a6028b 17:36:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:36:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:36:19 (1/2) Installing dumb-init (1.2.2-r1) 17:36:19 (2/2) Installing su-exec (0.2-r1) 17:36:19 Executing busybox-1.31.1-r19.trigger 17:36:19 OK: 6 MiB in 16 packages 17:36:19 Removing intermediate container 2464ca283307 17:36:19 ---> cf0146435870 17:36:19 17:36:19 Step 10/23 : FROM alpine:3.12 17:36:19 ---> 389fef711851 17:36:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:36:19 ---> Using cache 17:36:19 ---> 5a64a1dba77b 17:36:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:36:19 ---> Using cache 17:36:19 ---> 78d21120e2e9 17:36:19 Step 13/23 : ENV APP_PORT=48082 17:36:20 ---> Running in 1fec391d1477 17:36:20 ---> fa8ab6a5e42c 17:36:20 Step 9/23 : RUN make cmd/core-data/core-data 17:36:20 Removing intermediate container 1fec391d1477 17:36:20 ---> 663fd19ba741 17:36:20 Step 14/23 : EXPOSE $APP_PORT 17:36:20 ---> Running in f2c7ecaf6971 17:36:20 ---> Running in 2e9461000991 17:36:20 Removing intermediate container 7fc796a6028b 17:36:20 ---> f52d82783d4c 17:36:20 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:36:20 ---> Running in 9d2306d91781 17:36:21 Removing intermediate container f2c7ecaf6971 17:36:21 ---> b141db5428b0 17:36:21 Step 15/23 : WORKDIR / 17:36:21 ---> Running in e034ec9e3980 17:36:21 Removing intermediate container 9d2306d91781 17:36:21 ---> c24b66b67394 17:36:21 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:36:21 ---> Running in 24e9dba67844 17:36:21 Removing intermediate container e034ec9e3980 17:36:21 ---> b50fddbe5da5 17:36:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:36:21 Removing intermediate container 24e9dba67844 17:36:21 ---> 10d096a8ba20 17:36:21 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:36:22 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 17:36:22 ---> Running in aeff80a453e8 17:36:22 ---> b800815dfcd1 17:36:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:36:23 ---> a970c563aea3 17:36:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:36:23 Removing intermediate container aeff80a453e8 17:36:23 ---> 525ab7bbafdb 17:36:23 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:36:23 ---> Running in fcb3d4201241 17:36:24 ---> 2a50df9c3683 17:36:24 Step 19/23 : ENTRYPOINT ["/core-command"] 17:36:24 ---> Running in 542f183c72d5 17:36:24 Removing intermediate container fcb3d4201241 17:36:24 ---> 7c1c175d9a62 17:36:24 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:36:24 Removing intermediate container 542f183c72d5 17:36:24 ---> 9acc47144e43 17:36:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:36:24 ---> Running in 830ec5ba0f05 17:36:25 ---> 6edcd436bf37 17:36:25 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:36:25 Removing intermediate container 830ec5ba0f05 17:36:25 ---> 7e57d2379a63 17:36:25 Step 21/23 : LABEL arch=x86_64 17:36:25 ---> Running in 8307731e5f8f 17:36:25 ---> Running in 6f1b4c4391a2 17:36:26 Removing intermediate container 6f1b4c4391a2 17:36:26 ---> de4eb2aa392f 17:36:26 Step 22/23 : LABEL git_sha=68a7bb9a1f25b8719b0a4707ed505817e4ab8202 17:36:26 ---> Running in a5ab57ffef90 17:36:26 Removing intermediate container a5ab57ffef90 17:36:26 ---> 54f5c940c4ea 17:36:26 Step 23/23 : LABEL version=0.0.0 17:36:26 ---> Running in 7e9990c33683 17:36:27 Removing intermediate container 7e9990c33683 17:36:27 ---> a92ed558ff17 17:36:27 17:36:27 Successfully built a92ed558ff17 17:36:28 Successfully tagged docker-core-command-go:latest 17:36:28  Building docker-core-command-go ... done Removing intermediate container 8307731e5f8f 17:36:28 ---> b22eabfd03a2 17:36:28 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:36:29 ---> a3b0267bdcd4 17:36:29 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:36:30 ---> c586697bf18c 17:36:30 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:36:30 ---> 585ad1bcaf53 17:36:30 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 17:36:32 ---> 86b3e845bca5 17:36:32 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:36:32 ---> 4bbc1df1bfe3 17:36:32 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:36:33 ---> Running in ebe1d34e8a0f 17:36:34 Removing intermediate container ebe1d34e8a0f 17:36:34 ---> 7a453b7ae940 17:36:34 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:36:34 Removing intermediate container 5bd6abefef66 17:36:34 ---> f92fe9a9e8b7 17:36:34 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:36:34 ---> fe8589c5a5c6 17:36:34 Step 26/31 : RUN chmod +x /entrypoint.sh 17:36:35 ---> Running in 403b719e4988 17:36:35 ---> Running in 1db5b68fd4a0 17:36:36 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 17:36:37 Removing intermediate container 1db5b68fd4a0 17:36:37 ---> d6272566fb5f 17:36:37 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:36:37 ---> Running in 2ed0488b1dee 17:36:38 Removing intermediate container 2ed0488b1dee 17:36:38 ---> 32a16dcdaa15 17:36:38 Step 28/31 : CMD ["gate"] 17:36:38 ---> Running in 3e894a39be1d 17:36:38 Removing intermediate container 3e894a39be1d 17:36:38 ---> c18af42d57b2 17:36:38 Step 29/31 : LABEL arch=x86_64 17:36:38 Removing intermediate container 403b719e4988 17:36:38 ---> 9cc6b7f2eb99 17:36:38 17:36:38 Step 11/26 : FROM docker:20.10.0 17:36:38 20.10.0: Pulling from library/docker 17:36:38 ---> Running in ad0f580ad141 17:36:38 Removing intermediate container ad0f580ad141 17:36:38 ---> e30747a9659f 17:36:38 Step 30/31 : LABEL git_sha=68a7bb9a1f25b8719b0a4707ed505817e4ab8202 17:36:39 ---> Running in 822eb623893a 17:36:39 Removing intermediate container 822eb623893a 17:36:39 ---> f701783568c9 17:36:39 Step 31/31 : LABEL version=0.0.0 17:36:39 ---> Running in 0afc5ffba07e 17:36:42 Removing intermediate container 0afc5ffba07e 17:36:42 ---> 47c440e2ece2 17:36:42 17:36:43 Successfully built 47c440e2ece2 17:36:43 Successfully tagged docker-security-bootstrapper-go:latest 17:36:46  Building docker-security-bootstrapper-go ... done Removing intermediate container 2e9461000991 17:36:46 ---> d9dd63dad798 17:36:46 17:36:46 Step 10/23 : FROM alpine:3.12 17:36:46 ---> 389fef711851 17:36:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:36:46 ---> Running in 1268c2fde72f 17:36:46 Removing intermediate container 1268c2fde72f 17:36:46 ---> 9c80f0a98004 17:36:46 Step 12/23 : ENV APP_PORT=48080 17:36:46 ---> Running in f05051d6db95 17:36:46 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:36:46 Status: Downloaded newer image for docker:20.10.0 17:36:46 ---> aefe523efa57 17:36:46 Step 12/26 : RUN apk add --no-cache bash 17:36:46 ---> Running in c7e5951a7f13 17:36:46 Removing intermediate container f05051d6db95 17:36:46 ---> ebfe2cf219eb 17:36:46 Step 13/23 : EXPOSE $APP_PORT 17:36:46 ---> Running in 54e0366fb150 17:36:47 Removing intermediate container 54e0366fb150 17:36:47 ---> 8e7258e395fe 17:36:47 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:36:47 ---> Running in 97430eb054e3 17:36:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:36:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:36:47 (1/2) Installing readline (8.0.4-r0) 17:36:47 (2/2) Installing bash (5.0.17-r0) 17:36:47 Executing bash-5.0.17-r0.post-install 17:36:47 Executing busybox-1.31.1-r19.trigger 17:36:47 OK: 12 MiB in 22 packages 17:36:48 Removing intermediate container 97430eb054e3 17:36:48 ---> 972291fc796e 17:36:48 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:36:48 ---> Running in ea4f65f75a67 17:36:48 Removing intermediate container c7e5951a7f13 17:36:48 ---> acf7661f7ffa 17:36:48 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:36:48 ---> Running in 00ca14abcecc 17:36:48 Removing intermediate container 00ca14abcecc 17:36:48 ---> 3092043413b5 17:36:48 Step 14/26 : ENV APP_PORT=48090 17:36:48 ---> Running in 022788ce483f 17:36:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:36:49 Removing intermediate container 022788ce483f 17:36:49 ---> 026d82360877 17:36:49 Step 15/26 : EXPOSE $APP_PORT 17:36:49 ---> Running in f7b8e6c0af59 17:36:49 Removing intermediate container f7b8e6c0af59 17:36:49 ---> 335bf3e62e86 17:36:49 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:36:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:36:50 ---> 045209b55702 17:36:50 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:36:50 ---> 94c8024da99e 17:36:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:36:50 ---> a16dc1bb97ab 17:36:50 Step 19/26 : RUN apk --no-cache add py3-pip 17:36:50 ---> Running in 899656682b3f 17:36:51 (1/6) Installing dumb-init (1.2.2-r1) 17:36:51 (2/6) Installing libgcc (9.3.0-r2) 17:36:51 (3/6) Installing libsodium (1.0.18-r0) 17:36:51 (4/6) Installing libstdc++ (9.3.0-r2) 17:36:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:36:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:36:51 (1/33) Installing libbz2 (1.0.8-r1) 17:36:51 (5/6) Installing libzmq (4.3.3-r0) 17:36:51 (2/33) Installing expat (2.2.9-r1) 17:36:51 (3/33) Installing libffi (3.3-r2) 17:36:51 (4/33) Installing gdbm (1.13-r1) 17:36:51 (5/33) Installing xz-libs (5.2.5-r0) 17:36:51 (6/33) Installing sqlite-libs (3.32.1-r0) 17:36:51 (7/33) Installing python3 (3.8.5-r0) 17:36:52 (6/6) Installing zeromq (4.3.3-r0) 17:36:52 Executing busybox-1.31.1-r19.trigger 17:36:52 OK: 8 MiB in 20 packages 17:36:55 (8/33) Installing py3-appdirs (1.4.4-r1) 17:36:55 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:36:55 (10/33) Installing py3-parsing (2.4.7-r0) 17:36:55 (11/33) Installing py3-six (1.15.0-r0) 17:36:55 (12/33) Installing py3-packaging (20.4-r0) 17:36:55 (13/33) Installing py3-setuptools (47.0.0-r0) 17:36:55 (14/33) Installing py3-chardet (3.0.4-r4) 17:36:55 (15/33) Installing py3-idna (2.9-r0) 17:36:56 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:36:56 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:36:56 Removing intermediate container ea4f65f75a67 17:36:56 ---> 5ce40e79489b 17:36:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:36:56 (18/33) Installing py3-requests (2.23.0-r0) 17:36:56 (19/33) Installing py3-msgpack (1.0.0-r0) 17:36:56 (20/33) Installing py3-lockfile (0.12.2-r3) 17:36:56 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:36:56 (22/33) Installing py3-colorama (0.4.3-r0) 17:36:56 (23/33) Installing py3-distlib (0.3.0-r0) 17:36:56 (24/33) Installing py3-distro (1.5.0-r1) 17:36:56 (25/33) Installing py3-webencodings (0.5.1-r3) 17:36:56 (26/33) Installing py3-html5lib (1.0.1-r4) 17:36:56 (27/33) Installing py3-pytoml (0.1.21-r0) 17:36:56 (28/33) Installing py3-pep517 (0.8.2-r0) 17:36:56 (29/33) Installing py3-progress (1.5-r0) 17:36:56 (30/33) Installing py3-toml (0.10.1-r0) 17:36:56 (31/33) Installing py3-retrying (1.3.3-r0) 17:36:57 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:36:57 (33/33) Installing py3-pip (20.1.1-r0) 17:36:58 ---> 3cec13da3af8 17:36:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:36:58 Executing busybox-1.31.1-r19.trigger 17:36:58 OK: 71 MiB in 55 packages 17:36:59 ---> dd07cb48e1a3 17:36:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:37:01 ---> aa9472770e1d 17:37:01 Step 19/23 : ENTRYPOINT ["/core-data"] 17:37:03 ---> Running in 0b78361f0492 17:37:03 Removing intermediate container 899656682b3f 17:37:03 ---> 739d8b7e27a6 17:37:03 Step 20/26 : RUN pip install docker-compose==1.23.2 17:37:03 ---> Running in b67e48efbfb0 17:37:03 Removing intermediate container 0b78361f0492 17:37:03 ---> ef54f0f904a9 17:37:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:37:03 ---> Running in 683463e96a56 17:37:03 Removing intermediate container 683463e96a56 17:37:03 ---> 1747f127c591 17:37:03 Step 21/23 : LABEL arch=x86_64 17:37:03 ---> Running in 5eada4429feb 17:37:04 Removing intermediate container 5eada4429feb 17:37:04 ---> afe7f50b7f44 17:37:04 Step 22/23 : LABEL git_sha=68a7bb9a1f25b8719b0a4707ed505817e4ab8202 17:37:04 ---> Running in 110a2535458f 17:37:04 Removing intermediate container 110a2535458f 17:37:04 ---> b8f5b8d1982f 17:37:04 Step 23/23 : LABEL version=0.0.0 17:37:04 ---> Running in 7638108f298b 17:37:04 Removing intermediate container 7638108f298b 17:37:04 ---> b0ead8a538a4 17:37:04 17:37:04 Successfully built b0ead8a538a4 17:37:04 Successfully tagged docker-core-data-go:latest 17:37:05  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 17:37:05 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:37:05 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:37:05 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:37:05 Collecting cached-property<2,>=1.2.0 17:37:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:37:06 Collecting texttable<0.10,>=0.9.0 17:37:06 Downloading texttable-0.9.1.tar.gz (11 kB) 17:37:06 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:37:06 Collecting websocket-client<1.0,>=0.32.0 17:37:06 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:37:06 Collecting jsonschema<3,>=2.5.1 17:37:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:37:07 Collecting docker<4.0,>=3.6.0 17:37:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:37:07 Collecting PyYAML<4,>=3.10 17:37:07 Downloading PyYAML-3.13.tar.gz (270 kB) 17:37:08 Collecting docopt<0.7,>=0.6.1 17:37:08 Downloading docopt-0.6.2.tar.gz (25 kB) 17:37:08 Collecting dockerpty<0.5,>=0.4.1 17:37:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:37:09 Collecting idna<2.8,>=2.5 17:37:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:37:09 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 17:37:09 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 17:37:09 Collecting urllib3<1.25,>=1.21.1 17:37:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:37:09 Collecting docker-pycreds>=0.4.0 17:37:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:37:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:37:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:37:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:37:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:37:10 Installing collected packages: idna, urllib3, requests, cached-property, texttable, websocket-client, jsonschema, docker-pycreds, docker, PyYAML, docopt, dockerpty, docker-compose 17:37:10 Attempting uninstall: idna 17:37:10 Found existing installation: idna 2.9 17:37:10 Uninstalling idna-2.9: 17:37:10 Successfully uninstalled idna-2.9 17:37:10 Attempting uninstall: urllib3 17:37:10 Found existing installation: urllib3 1.25.9 17:37:10 Uninstalling urllib3-1.25.9: 17:37:10 Successfully uninstalled urllib3-1.25.9 17:37:10 Attempting uninstall: requests 17:37:10 Found existing installation: requests 2.23.0 17:37:10 Uninstalling requests-2.23.0: 17:37:10 Successfully uninstalled requests-2.23.0 17:37:11 Running setup.py install for texttable: started 17:37:11 Running setup.py install for texttable: finished with status 'done' 17:37:13 Running setup.py install for PyYAML: started 17:37:13 Running setup.py install for PyYAML: finished with status 'done' 17:37:13 Running setup.py install for docopt: started 17:37:13 Running setup.py install for docopt: finished with status 'done' 17:37:13 Running setup.py install for dockerpty: started 17:37:14 Running setup.py install for dockerpty: finished with status 'done' 17:37:14 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 17:37:18 Removing intermediate container b67e48efbfb0 17:37:18 ---> 6558e8caa10c 17:37:18 Step 21/26 : RUN apk --no-cache add curl 17:37:18 ---> Running in d5f68822aeff 17:37:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:37:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:37:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:37:18 (2/3) Installing libcurl (7.69.1-r3) 17:37:18 (3/3) Installing curl (7.69.1-r3) 17:37:18 Executing busybox-1.31.1-r19.trigger 17:37:18 OK: 72 MiB in 58 packages 17:37:19 Removing intermediate container d5f68822aeff 17:37:19 ---> aedc7849464e 17:37:19 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:37:19 ---> Running in 10f7f07f3c15 17:37:19 Removing intermediate container 10f7f07f3c15 17:37:19 ---> 589fc214e92c 17:37:19 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:37:19 ---> Running in 051a93f27a59 17:37:19 Removing intermediate container 051a93f27a59 17:37:19 ---> 305f255b1b13 17:37:19 Step 24/26 : LABEL arch=x86_64 17:37:19 ---> Running in a11302058101 17:37:20 Removing intermediate container a11302058101 17:37:20 ---> e71cb241da1d 17:37:20 Step 25/26 : LABEL git_sha=68a7bb9a1f25b8719b0a4707ed505817e4ab8202 17:37:20 ---> Running in a77040a80b24 17:37:20 Removing intermediate container a77040a80b24 17:37:20 ---> 93b100d9b080 17:37:20 Step 26/26 : LABEL version=0.0.0 17:37:20 ---> Running in 05cf0a7a6de9 17:37:20 Removing intermediate container 05cf0a7a6de9 17:37:20 ---> 53a12277455f 17:37:20 17:37:20 Successfully built 53a12277455f 17:37:20 Successfully tagged docker-sys-mgmt-agent-go:latest 17:37:21  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:37:21 $ docker stop --time=1 f83611cee03908771e402760638225a46daf2b68c35e8e7b16c54d0d0553f033 17:37:22 $ docker rm -f f83611cee03908771e402760638225a46daf2b68c35e8e7b16c54d0d0553f033 [Pipeline] // withDockerContainer [Pipeline] sh 17:37:23 + docker images 17:37:23 + grep docker 17:37:23 docker-sys-mgmt-agent-go latest 53a12277455f 3 seconds ago 313MB 17:37:23 docker-core-data-go latest b0ead8a538a4 19 seconds ago 22.3MB 17:37:23 docker-security-bootstrapper-go latest 47c440e2ece2 42 seconds ago 23.8MB 17:37:23 docker-core-command-go latest a92ed558ff17 57 seconds ago 16.9MB 17:37:23 docker-security-secretstore-setup-go latest 9f298b95eef9 2 minutes ago 24.6MB 17:37:23 docker-support-scheduler-go latest a5955fd50391 2 minutes ago 17MB 17:37:23 docker-security-proxy-setup-go latest 4861ff4f6eee 2 minutes ago 24.4MB 17:37:23 docker-core-metadata-go latest f2baa923a685 2 minutes ago 18.8MB 17:37:23 docker-support-notifications-go latest 3b957746f3fe 2 minutes ago 17.5MB 17:37:23 docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 17:37:39 Still waiting to schedule task 17:37:39 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 17:38:32 Running on prd-ubuntu18.04-docker-8c-8g-24589 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 17:38:32 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 17:38:35 using credential edgex-jenkins-ssh 17:38:35 Cloning the remote Git repository 17:38:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:38:35 > git init /w/workspace/edgex-go/2 # timeout=10 17:38:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:38:35 > git --version # timeout=10 17:38:35 > git --version # 'git version 2.17.1' 17:38:35 using GIT_SSH to set credentials SSH Credentials for GitHub 17:38:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:38:42 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit 841d489cfe614676ae574a25cc9174e0e37bb1d2 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:38:42 Failed in branch amd64 [Pipeline] // parallel 17:38:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:38:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:38:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:38:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:38:41 using GIT_SSH to set credentials SSH Credentials for GitHub 17:38:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:38:42 > git config core.sparsecheckout # timeout=10 17:38:42 > git checkout -f 841d489cfe614676ae574a25cc9174e0e37bb1d2 # timeout=10 [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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 17:38:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:38:45 ---> package-listing.sh 17:38:45 ++ facter osfamily 17:38:45 ++ tr '[:upper:]' '[:lower:]' 17:38:45 + OS_FAMILY=redhat 17:38:45 + workspace=/w/workspace/edgex-go/2 17:38:45 + START_PACKAGES=/tmp/packages_start.txt 17:38:45 + END_PACKAGES=/tmp/packages_end.txt 17:38:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:38:45 + PACKAGES=/tmp/packages_start.txt 17:38:45 + '[' /w/workspace/edgex-go/2 ']' 17:38:45 + PACKAGES=/tmp/packages_end.txt 17:38:45 + case "${OS_FAMILY}" in 17:38:45 + rpm -qa 17:38:45 + sort 17:38:50 + '[' -f /tmp/packages_start.txt ']' 17:38:50 + '[' -f /tmp/packages_end.txt ']' 17:38:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:38:50 + '[' /w/workspace/edgex-go/2 ']' 17:38:50 + mkdir -p /w/workspace/edgex-go/2/archives/ 17:38:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 17:38:50 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:38:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:38:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:38:51 17:38:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:38:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:38:51 alpine: Pulling from edgex-lftools-log-publisher 17:38:51 df20fa9351a1: Pulling fs layer 17:38:51 36b3adc4ff6f: Pulling fs layer 17:38:51 8ad3a11d3b57: Pulling fs layer 17:38:51 46f8f816bc3b: Pulling fs layer 17:38:51 93b61091891f: Pulling fs layer 17:38:51 93b9cdb0e59b: Pulling fs layer 17:38:51 5e14af77c1be: Pulling fs layer 17:38:51 01666e4c0597: Pulling fs layer 17:38:51 aa168da1d23b: Pulling fs layer 17:38:51 93b61091891f: Waiting 17:38:51 93b9cdb0e59b: Waiting 17:38:51 5e14af77c1be: Waiting 17:38:51 01666e4c0597: Waiting 17:38:51 aa168da1d23b: Waiting 17:38:51 46f8f816bc3b: Waiting 17:38:51 36b3adc4ff6f: Verifying Checksum 17:38:51 36b3adc4ff6f: Download complete 17:38:51 46f8f816bc3b: Download complete 17:38:52 df20fa9351a1: Verifying Checksum 17:38:52 df20fa9351a1: Download complete 17:38:52 93b9cdb0e59b: Verifying Checksum 17:38:52 93b9cdb0e59b: Download complete 17:38:52 93b61091891f: Verifying Checksum 17:38:52 93b61091891f: Download complete 17:38:52 5e14af77c1be: Verifying Checksum 17:38:52 5e14af77c1be: Download complete 17:38:52 01666e4c0597: Verifying Checksum 17:38:52 01666e4c0597: Download complete 17:38:52 8ad3a11d3b57: Verifying Checksum 17:38:52 8ad3a11d3b57: Download complete 17:38:52 df20fa9351a1: Pull complete 17:38:52 36b3adc4ff6f: Pull complete 17:38:54 8ad3a11d3b57: Pull complete 17:38:54 aa168da1d23b: Verifying Checksum 17:38:54 46f8f816bc3b: Pull complete 17:38:55 93b61091891f: Pull complete 17:38:55 93b9cdb0e59b: Pull complete 17:38:55 5e14af77c1be: Pull complete 17:38:55 01666e4c0597: Pull complete 17:39:03 aa168da1d23b: Pull complete 17:39:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:39:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:39:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:39:03 prd-centos7-docker-4c-2g-24579 does not seem to be running inside a container 17:39:03 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:39:15 $ docker top 0f67bbd66b99f3c7f6496eb0b94666875685de4cdbc42e70889d810545f1bd7a -eo pid,comm [Pipeline] { [Pipeline] sh 17:39:16 + touch /tmp/pre-build-complete [Pipeline] sh 17:39:16 + mkdir -p /var/log/sa [Pipeline] sh 17:39:17 + ls /var/log/sa-host 17:39:17 + sadf -c /var/log/sa-host/sa02 17:39:17 file_magic: OK 17:39:17 HZ: Using current value: 100 17:39:17 file_header: OK 17:39:17 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:39:17 Statistics: 17:39:17 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:39:17 File successfully converted to sysstat format version 12.2.1 17:39:17 + sadf -c /var/log/sa-host/sa23 17:39:17 file_magic: OK 17:39:17 HZ: Using current value: 100 17:39:17 file_header: OK 17:39:17 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:39:17 Statistics: 17:39:17 Hnuu...uuuununununu... 17:39:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:39:17 provisioning config files... 17:39:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config3465771618895335139tmp [Pipeline] { [Pipeline] echo 17:39:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:39:18 ---> create-netrc.sh [Pipeline] } 17:39:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:39:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:39:18 ---> python-tools-install.sh [Pipeline] echo 17:39:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:39:19 ---> sudo-logs.sh 17:39:19 Archiving 'sudo' log.. [Pipeline] echo 17:39:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:39:19 ---> job-cost.sh 17:39:19 lf-activate-venv: SKIPPING 17:39:19 INFO: No Stack... 17:39:20 INFO: Retrieving Pricing Info for: v1-standard-2 17:39:21 INFO: Archiving Costs [Pipeline] echo 17:39:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:39:21 ---> logs-deploy.sh 17:39:21 lf-activate-venv: SKIPPING 17:39:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/2 17:39:21 INFO: archiving workspace using pattern(s): 17:39:22 Archives upload complete. 17:39:22 INFO: archiving logs to Nexus