Pull request #3314 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 230efa915a5a331c14751e0f7925e6b0f52b8528+76b4535fa5fa3514bc34c1137a1fac177e39ac4f (a62f4dfa90572ee84803fa40635ad2848fc2b2a2) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-31844’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31850 in /w/workspace/edgexfoundry_edgex-go_PR-3314 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 > 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/3314/head:refs/remotes/origin/PR-3314 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 76b4535fa5fa3514bc34c1137a1fac177e39ac4f into PR head commit 230efa915a5a331c14751e0f7925e6b0f52b8528 Merge succeeded, producing 8515aee03a28549260a321cde231cd8b07b555e3 Checking out Revision 8515aee03a28549260a321cde231cd8b07b555e3 (PR-3314) > git config core.sparsecheckout # timeout=10 > git checkout -f 230efa915a5a331c14751e0f7925e6b0f52b8528 # 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 76b4535fa5fa3514bc34c1137a1fac177e39ac4f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8515aee03a28549260a321cde231cd8b07b555e3 # timeout=10 Commit message: "Merge commit '76b4535fa5fa3514bc34c1137a1fac177e39ac4f' into HEAD" > git rev-list --no-walk 230efa915a5a331c14751e0f7925e6b0f52b8528 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:00:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:00:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:00:13 ========================================================= 21:00:13 EdgeX Global Pipelines Version Info 21:00:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:00:15 ------------------- 21:00:15 stable info: 21:00:15 ------------------- 21:00:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:00:15 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 21:00:15 Message: update stable to v1.0.186 21:00:15 ------------------- 21:00:15 experimental info: 21:00:15 ------------------- 21:00:15 Commited By: **** collab-it+edgex@linuxfoundation.org 21:00:15 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 21:00:15 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:00:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:00:16 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:00:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:00:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:00:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:00:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:00:16 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:00:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:00:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:00:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:00:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:00:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:00:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:00:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:00:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:00:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:00:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:00:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:00:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:00:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:00:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:00:18 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:00:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3314 [Pipeline] echo 21:00:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3314 [Pipeline] echo 21:00:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3314 [Pipeline] echo 21:00:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8515aee03a28549260a321cde231cd8b07b555e3 [Pipeline] echo 21:00:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8515aee [Pipeline] echo 21:00:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:00:19 provisioning config files... 21:00:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5563899501592197286tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:00:19 ---> docker-login.sh 21:00:19 nexus3.edgexfoundry.org:10001 21:00:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:20 Configure a credential helper to remove this warning. See 21:00:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:20 21:00:20 Login Succeeded 21:00:20 nexus3.edgexfoundry.org:10002 21:00:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:20 Configure a credential helper to remove this warning. See 21:00:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:20 21:00:20 Login Succeeded 21:00:20 nexus3.edgexfoundry.org:10003 21:00:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:20 Configure a credential helper to remove this warning. See 21:00:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:20 21:00:20 Login Succeeded 21:00:20 nexus3.edgexfoundry.org:10004 21:00:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:20 Configure a credential helper to remove this warning. See 21:00:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:20 21:00:20 Login Succeeded 21:00:20 docker.io 21:00:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:21 Configure a credential helper to remove this warning. See 21:00:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:21 21:00:21 Login Succeeded 21:00:21 ---> docker-login.sh ends [Pipeline] } 21:00:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:00:21 ++ 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 21:00:21 + for file in '`ls cmd/**/Dockerfile`' 21:00:21 ++ dirname cmd/core-command/Dockerfile 21:00:21 ++ cut -d/ -f2 21:00:21 + echo core-command,cmd/core-command/Dockerfile 21:00:21 + for file in '`ls cmd/**/Dockerfile`' 21:00:21 ++ dirname cmd/core-data/Dockerfile 21:00:21 ++ cut -d/ -f2 21:00:21 + echo core-data,cmd/core-data/Dockerfile 21:00:21 + for file in '`ls cmd/**/Dockerfile`' 21:00:21 ++ dirname cmd/core-metadata/Dockerfile 21:00:21 ++ cut -d/ -f2 21:00:21 + echo core-metadata,cmd/core-metadata/Dockerfile 21:00:21 + for file in '`ls cmd/**/Dockerfile`' 21:00:21 ++ dirname cmd/security-bootstrapper/Dockerfile 21:00:21 ++ cut -d/ -f2 21:00:21 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:00:21 + for file in '`ls cmd/**/Dockerfile`' 21:00:21 ++ dirname cmd/security-proxy-setup/Dockerfile 21:00:21 ++ cut -d/ -f2 21:00:21 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:00:21 + for file in '`ls cmd/**/Dockerfile`' 21:00:21 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:00:21 ++ cut -d/ -f2 21:00:21 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:00:21 + for file in '`ls cmd/**/Dockerfile`' 21:00:21 ++ dirname cmd/support-notifications/Dockerfile 21:00:21 ++ cut -d/ -f2 21:00:21 + echo support-notifications,cmd/support-notifications/Dockerfile 21:00:21 + for file in '`ls cmd/**/Dockerfile`' 21:00:21 ++ dirname cmd/support-scheduler/Dockerfile 21:00:21 ++ cut -d/ -f2 21:00:21 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:00:21 + for file in '`ls cmd/**/Dockerfile`' 21:00:21 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:00:21 ++ cut -d/ -f2 21:00:21 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:00:21 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 21:00:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:00:22 21:00:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:00:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:00:23 latest: Pulling from edgex-devops/git-semver 21:00:23 31603596830f: Pulling fs layer 21:00:23 2a8b12db71e7: Pulling fs layer 21:00:23 6ca5941a6612: Pulling fs layer 21:00:23 ecc8261a40a4: Pulling fs layer 21:00:23 ecc8261a40a4: Waiting 21:00:23 2a8b12db71e7: Verifying Checksum 21:00:23 2a8b12db71e7: Download complete 21:00:23 31603596830f: Verifying Checksum 21:00:23 31603596830f: Download complete 21:00:23 ecc8261a40a4: Verifying Checksum 21:00:23 ecc8261a40a4: Download complete 21:00:23 6ca5941a6612: Verifying Checksum 21:00:23 6ca5941a6612: Download complete 21:00:23 31603596830f: Pull complete 21:00:23 2a8b12db71e7: Pull complete 21:00:24 6ca5941a6612: Pull complete 21:00:24 ecc8261a40a4: Pull complete 21:00:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:00:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:00:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:00:25 prd-centos7-docker-4c-2g-31850 does not seem to be running inside a container 21:00:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:00:27 $ docker top f28a80c3d44fb776d552ab92bf4f3079ff2839ac5bb1962e6b763d076dc97d45 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:00:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:00:28 [ssh-agent] Looking for ssh-agent implementation... 21:00:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:00:28 $ docker exec f28a80c3d44fb776d552ab92bf4f3079ff2839ac5bb1962e6b763d076dc97d45 ssh-agent 21:00:28 SSH_AUTH_SOCK=/tmp/ssh-KUgUsNyvJCgO/agent.12 21:00:28 SSH_AGENT_PID=18 21:00:28 Running ssh-add (command line suppressed) 21:00:28 Identity added: /w/workspace/edgex-go/4@tmp/private_key_3854070898737626945.key (/w/workspace/edgex-go/4@tmp/private_key_3854070898737626945.key) 21:00:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:00:29 + git tag --points-at HEAD [Pipeline] } 21:00:29 $ docker exec --env ******** --env ******** f28a80c3d44fb776d552ab92bf4f3079ff2839ac5bb1962e6b763d076dc97d45 ssh-agent -k 21:00:29 unset SSH_AUTH_SOCK; 21:00:29 unset SSH_AGENT_PID; 21:00:29 echo Agent pid 18 killed; 21:00:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:00:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:00:29 [ssh-agent] Looking for ssh-agent implementation... 21:00:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:00:29 $ docker exec f28a80c3d44fb776d552ab92bf4f3079ff2839ac5bb1962e6b763d076dc97d45 ssh-agent 21:00:29 SSH_AUTH_SOCK=/tmp/ssh-NArwI2ZoAN6P/agent.48 21:00:29 SSH_AGENT_PID=53 21:00:29 Running ssh-add (command line suppressed) 21:00:30 Identity added: /w/workspace/edgex-go/4@tmp/private_key_5714144377554486660.key (/w/workspace/edgex-go/4@tmp/private_key_5714144377554486660.key) 21:00:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:00:30 + git semver init 21:00:30 # -> Open(): unable to determine branch for HEAD 21:00:30 # $GIT_DIR = /w/workspace/edgex-go/4/.git 21:00:30 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 21:00:30 # $SEMVER_REMOTE_NAME = origin 21:00:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:00:30 # $SEMVER_USER_NAME = edgex-jenkins 21:00:30 # $SEMVER_BRANCH = PR-3314 21:00:30 # $SEMVER_TEMP = /tmp/semver-926236369 21:00:30 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:00:57 # '/tmp/semver-926236369' -> '/w/workspace/edgex-go/4/.semver' 21:00:57 # -> Force: false 21:00:57 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 21:00:57 $ docker exec --env ******** --env ******** f28a80c3d44fb776d552ab92bf4f3079ff2839ac5bb1962e6b763d076dc97d45 ssh-agent -k 21:00:57 unset SSH_AUTH_SOCK; 21:00:57 unset SSH_AGENT_PID; 21:00:57 echo Agent pid 53 killed; 21:00:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:00:58 + git semver [Pipeline] } 21:00:58 $ docker stop --time=1 f28a80c3d44fb776d552ab92bf4f3079ff2839ac5bb1962e6b763d076dc97d45 21:01:00 $ docker rm -f f28a80c3d44fb776d552ab92bf4f3079ff2839ac5bb1962e6b763d076dc97d45 [Pipeline] // withDockerContainer [Pipeline] sh 21:01:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:01:01 Stashed 1 file(s) [Pipeline] echo 21:01:01 [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 21:01:02 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:01:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:01:03 + sudo service docker restart 21:01:03 + true 21:01:03 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:01:04 ========================================================= 21:01:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:01:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:01:04 + 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 . 21:01:09 Sending build context to Docker daemon 328.9MB 21:01:09 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:01:09 Step 2/6 : FROM ${BASE} 21:01:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:01:09 188c0c94c7c5: Pulling fs layer 21:01:09 0ef7d3d256c8: Pulling fs layer 21:01:09 de9db76c5a1d: Pulling fs layer 21:01:09 bca2f99d35d6: Pulling fs layer 21:01:09 93359f2a8cfa: Pulling fs layer 21:01:09 7c6f9722023f: Pulling fs layer 21:01:09 a35cf1a2eb13: Pulling fs layer 21:01:09 93359f2a8cfa: Waiting 21:01:09 bca2f99d35d6: Waiting 21:01:09 a35cf1a2eb13: Waiting 21:01:09 7c6f9722023f: Waiting 21:01:09 de9db76c5a1d: Download complete 21:01:09 0ef7d3d256c8: Download complete 21:01:09 93359f2a8cfa: Verifying Checksum 21:01:09 93359f2a8cfa: Download complete 21:01:09 188c0c94c7c5: Verifying Checksum 21:01:09 188c0c94c7c5: Download complete 21:01:09 7c6f9722023f: Verifying Checksum 21:01:09 7c6f9722023f: Download complete 21:01:09 188c0c94c7c5: Pull complete 21:01:10 0ef7d3d256c8: Pull complete 21:01:10 de9db76c5a1d: Pull complete 21:01:11 a35cf1a2eb13: Verifying Checksum 21:01:11 a35cf1a2eb13: Download complete 21:01:12 bca2f99d35d6: Verifying Checksum 21:01:12 bca2f99d35d6: Download complete 21:01:17 Still waiting to schedule task 21:01:17 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 21:01:20 bca2f99d35d6: Pull complete 21:01:20 93359f2a8cfa: Pull complete 21:01:20 7c6f9722023f: Pull complete 21:01:23 a35cf1a2eb13: Pull complete 21:01:23 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:01:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:01:23 ---> a62c8e92a672 21:01:23 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 21:01:24 ---> Running in c40a01ca9c31 21:01:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:28 (1/12) Installing libmagic (5.38-r0) 21:01:29 (2/12) Installing file (5.38-r0) 21:01:29 (3/12) Installing libc-dev (0.7.2-r3) 21:01:29 (4/12) Installing g++ (9.3.0-r2) 21:01:51 (5/12) Installing fortify-headers (1.1-r0) 21:01:51 (6/12) Installing patch (2.7.6-r6) 21:01:51 (7/12) Installing build-base (0.5-r2) 21:01:51 (8/12) Installing libsodium (1.0.18-r0) 21:01:51 (9/12) Installing pkgconf (1.7.2-r0) 21:01:51 (10/12) Installing libsodium-dev (1.0.18-r0) 21:01:51 (11/12) Installing libzmq (4.3.3-r0) 21:01:51 (12/12) Installing zeromq-dev (4.3.3-r0) 21:01:51 Executing busybox-1.31.1-r19.trigger 21:01:51 OK: 233 MiB in 51 packages 21:01:54 Removing intermediate container c40a01ca9c31 21:01:54 ---> 7688214b0646 21:01:54 Step 4/6 : WORKDIR /edgex-go 21:01:54 ---> Running in b3b5d59adad6 21:01:54 Removing intermediate container b3b5d59adad6 21:01:54 ---> e0920f42a5cf 21:01:54 Step 5/6 : COPY go.mod . 21:01:54 ---> 7f394b9afcf3 21:01:54 Step 6/6 : RUN go mod download 21:01:54 ---> Running in fb2ce93e85d4 21:02:16 Removing intermediate container fb2ce93e85d4 21:02:16 ---> 5ef27a3b66f2 21:02:16 Successfully built 5ef27a3b66f2 21:02:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:02:16 + docker inspect -f . ci-base-image-x86_64 21:02:16 . [Pipeline] withDockerContainer 21:02:17 prd-centos7-docker-4c-2g-31850 does not seem to be running inside a container 21:02:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat 21:02:18 $ docker top b51b016b52c6f657761318aa2aa0153bd17eb9b621bbdf556948c657862ee449 -eo pid,comm [Pipeline] { [Pipeline] sh 21:02:19 + go version 21:02:19 go version go1.15.5 linux/amd64 [Pipeline] } 21:02:19 $ docker stop --time=1 b51b016b52c6f657761318aa2aa0153bd17eb9b621bbdf556948c657862ee449 21:02:21 $ docker rm -f b51b016b52c6f657761318aa2aa0153bd17eb9b621bbdf556948c657862ee449 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:02:21 + docker inspect -f . ci-base-image-x86_64 21:02:21 . [Pipeline] withDockerContainer 21:02:21 prd-centos7-docker-4c-2g-31850 does not seem to be running inside a container 21:02:22 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat 21:02:23 $ docker top bded46d3a397384b19dd77356d86a667b4bd65b61b64a7267143c255642b8967 -eo pid,comm [Pipeline] { [Pipeline] echo 21:02:23 ========================================================= 21:02:23 [edgeXBuildGoParallel] Running Tests and Build... 21:02:23 ========================================================= [Pipeline] sh 21:02:23 + make test 21:02:23 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:02:36 ? github.com/edgexfoundry/edgex-go [no test files] 21:02:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:03:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:03:05 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:03:05 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:03:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:03:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:03:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:03:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:03:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:03:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:03:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:03:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:03:11 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:03:15 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.158s coverage: 45.9% of statements 21:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:03:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.082s coverage: 19.8% of statements 21:03:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.124s coverage: 100.0% of statements 21:03:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.430s coverage: 27.1% of statements 21:03:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:03:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:03:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:03:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:03:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:03:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:03:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.077s coverage: 100.0% of statements 21:03:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:03:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.089s coverage: 100.0% of statements 21:03:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:03:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:03:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.106s coverage: 71.3% of statements 21:03:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:03:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:03:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.209s coverage: 82.9% of statements 21:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:03:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.078s coverage: 78.9% of statements 21:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:03:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.413s coverage: 28.6% of statements 21:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:03:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.129s coverage: 100.0% of statements 21:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:03:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements 21:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:03:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.149s coverage: 86.7% of statements 21:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:03:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.198s coverage: 97.5% of statements 21:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:03:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.118s coverage: 78.3% of statements 21:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:03:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.546s coverage: 92.8% of statements 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:03:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:03:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.051s coverage: 1.0% of statements 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 47.1% of statements 21:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.087s coverage: 79.5% of statements 21:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.089s coverage: 94.1% of statements 21:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.099s coverage: 96.3% of statements 21:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements 21:03:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.090s coverage: 94.4% of statements 21:03:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements 21:03:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.287s coverage: 82.6% of statements 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.082s coverage: 84.6% of statements 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.183s coverage: 91.6% of statements 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.266s coverage: 64.4% of statements 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.052s coverage: 91.3% of statements 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.423s coverage: 69.0% of statements 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.143s coverage: 38.4% of statements 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.060s coverage: 84.8% of statements 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.208s coverage: 47.0% of statements 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.091s coverage: 100.0% of statements 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.062s coverage: 100.0% of statements 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:03:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.192s coverage: 87.1% of statements 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:03:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.999s coverage: 29.1% of statements 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:03:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.092s coverage: 99.0% of statements 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:03:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:03:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.105s coverage: 94.6% of statements 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:03:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:03:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:03:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:03:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:03:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements 21:03:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 21:03:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 21:03:54 GO111MODULE=on go vet ./... 21:04:33 gofmt -l . 21:04:33 [ "`gofmt -l .`" = "" ] 21:04:33 ./bin/test-go-mod-tidy.sh 21:04:33 ./bin/test-attribution-txt.sh [Pipeline] sh 21:04:34 + ls -al . 21:04:34 total 780 21:04:34 drwxrwxr-x 10 1001 1001 4096 Mar 29 21:04 . 21:04:34 drwxr-xr-x 4 root root 28 Mar 29 21:02 .. 21:04:34 -rw-rw-r-- 1 1001 1001 11 Mar 29 21:00 .dockerignore 21:04:34 drwxrwxr-x 8 1001 1001 179 Mar 29 21:00 .git 21:04:34 drwxrwxr-x 3 1001 1001 125 Mar 29 21:00 .github 21:04:34 -rw-rw-r-- 1 1001 1001 818 Mar 29 21:00 .gitignore 21:04:34 drwx------ 3 1001 1001 60 Mar 29 21:00 .semver 21:04:34 -rw-rw-r-- 1 1001 1001 166 Mar 29 21:00 .sonarcloud.properties 21:04:34 -rw-rw-r-- 1 1001 1001 8607 Mar 29 21:00 Attribution.txt 21:04:34 -rw-rw-r-- 1 1001 1001 3804 Mar 29 21:00 CONTRIBUTING.md 21:04:34 -rw-rw-r-- 1 1001 1001 931 Mar 29 21:00 Dockerfile.build 21:04:34 -rw-rw-r-- 1 1001 1001 863 Mar 29 21:00 Jenkinsfile 21:04:34 -rw-rw-r-- 1 1001 1001 10775 Mar 29 21:00 LICENSE 21:04:34 -rw-rw-r-- 1 1001 1001 5774 Mar 29 21:00 Makefile 21:04:34 -rw-rw-r-- 1 1001 1001 6548 Mar 29 21:00 README.md 21:04:34 -rw-rw-r-- 1 1001 1001 6755 Mar 29 21:00 SECURITY.md 21:04:34 -rw-rw-r-- 1 1001 1001 5 Mar 29 21:01 VERSION 21:04:34 -rw-rw-r-- 1 1001 1001 4131 Mar 29 21:00 ZMQWindows.md 21:04:34 drwxrwxr-x 2 1001 1001 117 Mar 29 21:00 bin 21:04:34 drwxrwxr-x 14 1001 1001 4096 Mar 29 21:00 cmd 21:04:34 -rw-r--r-- 1 root root 668090 Mar 29 21:03 coverage.out 21:04:34 -rw-r--r-- 1 root root 1056 Mar 29 21:04 go.mod 21:04:34 -rw-r--r-- 1 root root 22641 Mar 29 21:04 go.sum 21:04:34 drwxrwxr-x 8 1001 1001 127 Mar 29 21:00 internal 21:04:34 drwxrwxr-x 4 1001 1001 26 Mar 29 21:00 openapi 21:04:34 drwxrwxr-x 4 1001 1001 71 Mar 29 21:00 snap 21:04:34 -rw-rw-r-- 1 1001 1001 168 Mar 29 21:00 version.go [Pipeline] sh 21:04:34 + '[' -e coverage.out ] 21:04:34 + chown 1001:1001 coverage.out [Pipeline] stash 21:04:34 Stashed 1 file(s) [Pipeline] sh 21:04:34 + make build 21:04:34 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 21:04:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31858 in /w/workspace/edgexfoundry_edgex-go_PR-3314 [Pipeline] { [Pipeline] ws 21:04:38 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 21:04:41 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 21:04:43 using credential edgex-jenkins-ssh 21:04:43 Cloning the remote Git repository 21:04:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:04:44 > git init /w/workspace/edgex-go/4 # timeout=10 21:04:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:04:44 > git --version # timeout=10 21:04:44 > git --version # 'git version 2.17.1' 21:04:44 using GIT_SSH to set credentials SSH Credentials for GitHub 21:04:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:04:54 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 21:04:55 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 21:04:58 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 21:04:59 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 21:05: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 21:05:04 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 21:05:05 Merging remotes/origin/master commit 76b4535fa5fa3514bc34c1137a1fac177e39ac4f into PR head commit 230efa915a5a331c14751e0f7925e6b0f52b8528 [Pipeline] } [Pipeline] // ws [Pipeline] } 21:05:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:05:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:05:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:05:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:05:04 using GIT_SSH to set credentials SSH Credentials for GitHub 21:05:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3314/head:refs/remotes/origin/PR-3314 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:05:05 > git config core.sparsecheckout # timeout=10 21:05:05 > git checkout -f 230efa915a5a331c14751e0f7925e6b0f52b8528 # timeout=10 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:05:05 Failed in branch arm64 21:05:05 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 21:05:07 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 21:05: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 21:05:10 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] } 21:05:13 $ docker stop --time=1 bded46d3a397384b19dd77356d86a667b4bd65b61b64a7267143c255642b8967 21:05:15 $ docker rm -f bded46d3a397384b19dd77356d86a667b4bd65b61b64a7267143c255642b8967 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:05:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:05:17 21:05:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:05:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:05:17 latest: Pulling from edgex-devops/edgex-compose 21:05:17 cbdbe7a5bc2a: Pulling fs layer 21:05:17 ca9280d653b3: Pulling fs layer 21:05:17 7e9c9ca2126c: Pulling fs layer 21:05:17 cbdbe7a5bc2a: Verifying Checksum 21:05:17 cbdbe7a5bc2a: Download complete 21:05:18 cbdbe7a5bc2a: Pull complete 21:05:18 ca9280d653b3: Verifying Checksum 21:05:18 ca9280d653b3: Download complete 21:05:19 7e9c9ca2126c: Verifying Checksum 21:05:19 7e9c9ca2126c: Download complete 21:05:20 ca9280d653b3: Pull complete 21:05:26 7e9c9ca2126c: Pull complete 21:05:26 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:05:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:05:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:05:27 prd-centos7-docker-4c-2g-31850 does not seem to be running inside a container 21:05:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-devops/edgex-compose:latest cat 21:05:30 $ docker top 76fc2a10b44d4e77e0c35155067b0af66576bde53b5691f174eb6b40f870f47c -eo pid,comm [Pipeline] { [Pipeline] sh 21:05:30 + docker-compose build --help 21:05:30 + grep parallel 21:05:31 --parallel Build images in parallel. [Pipeline] } 21:05:31 $ docker stop --time=1 76fc2a10b44d4e77e0c35155067b0af66576bde53b5691f174eb6b40f870f47c 21:05:33 $ docker rm -f 76fc2a10b44d4e77e0c35155067b0af66576bde53b5691f174eb6b40f870f47c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:05:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:05:33 . [Pipeline] withDockerContainer 21:05:33 prd-centos7-docker-4c-2g-31850 does not seem to be running inside a container 21:05: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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 21:05:34 $ docker top 3e9cee5cd199e0ff6302e08f3a799023d7010f83a3c3fd92cf63b4231b8175f3 -eo pid,comm [Pipeline] { [Pipeline] sh 21:05:35 + docker-compose -f ./docker-compose-build.yml build --parallel 21:05:36 Building docker-core-command-go ... 21:05:36 Building docker-core-data-go ... 21:05:36 Building docker-core-metadata-go ... 21:05:36 Building docker-security-bootstrapper-go ... 21:05:36 Building docker-security-proxy-setup-go ... 21:05:36 Building docker-security-secretstore-setup-go ... 21:05:36 Building docker-support-notifications-go ... 21:05:36 Building docker-support-scheduler-go ... 21:05:36 Building docker-sys-mgmt-agent-go ... 21:05:36 Building docker-support-notifications-go 21:05:36 Building docker-core-command-go 21:05:36 Building docker-security-proxy-setup-go 21:05:36 Building docker-security-secretstore-setup-go 21:05:36 Building docker-core-metadata-go 21:06:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:06:15 ---> 5ef27a3b66f2 21:06:15 Step 3/23 : WORKDIR /edgex-go 21:06:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:06:15 ---> 5ef27a3b66f2 21:06:15 Step 3/22 : WORKDIR /edgex-go 21:06:15 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:06:15 ---> 5ef27a3b66f2 21:06:15 Step 3/21 : WORKDIR /edgex-go 21:06:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:06:15 ---> 5ef27a3b66f2 21:06:15 Step 3/23 : WORKDIR /edgex-go 21:06:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:06:15 ---> 5ef27a3b66f2 21:06:15 Step 3/24 : WORKDIR /edgex-go 21:06:15 ---> Running in 84e3ac8db41a 21:06:15 ---> Running in 12763ce59a01 21:06:15 ---> Running in db19cf59378f 21:06:15 ---> Running in 29e6dd049eba 21:06:15 ---> Running in 84cf1dd3be54 21:06:15 Removing intermediate container 12763ce59a01 21:06:15 ---> 9a8285f643b5 21:06:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:15 Removing intermediate container 29e6dd049eba 21:06:15 ---> a437db770b88 21:06:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:15 Removing intermediate container db19cf59378f 21:06:15 ---> 3217a57e9e10 21:06:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:15 Removing intermediate container 84cf1dd3be54 21:06:15 ---> a61cee26bb60 21:06:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:15 Removing intermediate container 84e3ac8db41a 21:06:15 ---> 54693c0a3859 21:06:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:15 ---> Running in 4323532a0554 21:06:15 ---> Running in 74e82754ea9e 21:06:15 ---> Running in 2f868bb37c1d 21:06:15 ---> Running in b8435467ac12 21:06:15 ---> Running in 0d4ae8119347 21:06:17 Removing intermediate container 2f868bb37c1d 21:06:17 ---> 7f05ad9aaf35 21:06:17 Step 5/21 : RUN apk add --update --no-cache make git 21:06:17 ---> Running in 3e89d70024ad 21:06:17 Removing intermediate container 4323532a0554 21:06:17 ---> 2f8fe50b66a8 21:06:17 Step 5/23 : RUN apk add --update --no-cache make git 21:06:17 ---> Running in 3da7639d8e09 21:06:17 Removing intermediate container 74e82754ea9e 21:06:17 ---> dc09168b0741 21:06:17 Step 5/23 : RUN apk add --update --no-cache make git 21:06:18 Removing intermediate container 0d4ae8119347 21:06:18 ---> 9a9f45ff5d72 21:06:18 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:06:18 Removing intermediate container b8435467ac12 21:06:18 ---> 4f9baf5471c0 21:06:18 Step 5/24 : RUN apk add --update --no-cache make git 21:06:18 ---> Running in e4b74489ad1e 21:06:18 ---> Running in d1ee8e1ef511 21:06:18 ---> Running in 867293cda895 21:06:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:06:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:06:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:06:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:06:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:06:20 OK: 233 MiB in 51 packages 21:06:20 OK: 233 MiB in 51 packages 21:06:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:06:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:06:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:06:20 Removing intermediate container 3e89d70024ad 21:06:20 ---> 55d59c5e6280 21:06:20 Step 6/21 : COPY go.mod . 21:06:20 Removing intermediate container 3da7639d8e09 21:06:20 ---> e5ee25f21328 21:06:20 Step 6/23 : COPY go.mod . 21:06:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:06:20 OK: 233 MiB in 51 packages 21:06:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:06:20 ---> fe4ff43276af 21:06:20 Step 7/21 : RUN go mod download 21:06:20 ---> d3d970e14ba4 21:06:20 Step 7/23 : RUN go mod download 21:06:21 ---> Running in 0cf664f8383b 21:06:21 ---> Running in 6d3e43047684 21:06:21 OK: 233 MiB in 51 packages 21:06:21 OK: 233 MiB in 51 packages 21:06:22 Removing intermediate container e4b74489ad1e 21:06:22 ---> 1e3e597cb8da 21:06:22 Step 6/23 : COPY go.mod . 21:06:22 ---> c5cea6aeaf94 21:06:22 Step 7/23 : RUN go mod download 21:06:22 ---> Running in 7a1ef17c1f76 21:06:22 Removing intermediate container d1ee8e1ef511 21:06:22 ---> 4fcb2357bec6 21:06:22 Step 6/22 : COPY go.mod . 21:06:22 Removing intermediate container 867293cda895 21:06:22 ---> 2f0b1f712a84 21:06:22 Step 6/24 : COPY go.mod . 21:06:23 ---> 98b67eb2443e 21:06:23 Step 7/22 : RUN go mod download 21:06:23 ---> Running in f299d28e7903 21:06:23 ---> 599c9367f5e3 21:06:23 Step 7/24 : RUN go mod download 21:06:23 ---> Running in 83803f73b87a 21:06:24 Removing intermediate container 6d3e43047684 21:06:24 ---> 1033a8bd4c04 21:06:24 Step 8/23 : COPY . . 21:06:24 Removing intermediate container 0cf664f8383b 21:06:24 ---> ae423e209187 21:06:24 Step 8/21 : COPY . . 21:06:25 Removing intermediate container 7a1ef17c1f76 21:06:25 ---> a893f5e82868 21:06:25 Step 8/23 : COPY . . 21:06:32 Removing intermediate container 83803f73b87a 21:06:32 ---> 10984b0f0407 21:06:32 Step 8/24 : COPY . . 21:06:32 Removing intermediate container f299d28e7903 21:06:32 ---> dd9b79709739 21:06:32 Step 8/22 : COPY . . 21:07:04 ---> c0d927c4ec5c 21:07:04 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:07:04 ---> b1cea281789b 21:07:04 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:07:05 ---> Running in 6fafa868bc12 21:07:05 ---> Running in 867652a01149 21:07:06 ---> e0b76145dd03 21:07:06 Step 9/23 : RUN make cmd/core-command/core-command 21:07:06 ---> 4063be8014ae 21:07:06 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:07:06 ---> 89eb8fbd608d 21:07:06 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:07:06 ---> Running in 6489b111d168 21:07:06 ---> Running in e560adef32c1 21:07:06 ---> Running in 32975a5c0f6f 21:07:07 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 21:07:07 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 21:07:07 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 21:07:07 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 21:07:07 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 21:07:46 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 21:07:46 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 21:07:53 Removing intermediate container 6489b111d168 21:07:53 ---> 6f6c4d037ec7 21:07:53 21:07:53 Step 10/23 : FROM alpine:3.12 21:07:53 Removing intermediate container e560adef32c1 21:07:53 ---> 77a0654a54a1 21:07:53 21:07:53 Step 10/22 : FROM alpine:3.12 21:07:53 3.12: Pulling from library/alpine 21:07:53 3.12: Pulling from library/alpine 21:07:53 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 21:07:53 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 21:07:53 Status: Downloaded newer image for alpine:3.12 21:07:53 ---> 42cb162f0360 21:07:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:07:53 Status: Image is up to date for alpine:3.12 21:07:53 ---> 42cb162f0360 21:07:53 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:07:56 ---> Running in cbeba5fefaa6 21:07:56 ---> Running in a713463115ac 21:07:56 Removing intermediate container 867652a01149 21:07:56 ---> 991109db506f 21:07:56 21:07:56 Step 10/21 : FROM alpine:3.12 21:07:56 ---> 42cb162f0360 21:07:56 Step 11/21 : RUN apk add --update --no-cache curl 21:07:56 Removing intermediate container 32975a5c0f6f 21:07:56 ---> 5892d531be2b 21:07:56 21:07:56 Step 10/24 : FROM alpine:3.12 21:07:56 ---> 42cb162f0360 21:07:56 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 21:07:57 Removing intermediate container 6fafa868bc12 21:07:57 ---> 2e48a4919914 21:07:57 21:07:57 Step 10/23 : FROM alpine:3.12 21:07:57 ---> 42cb162f0360 21:07:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:07:57 ---> Running in 0036d6e6e3d2 21:07:57 ---> Running in 53f0722ca845 21:07:58 ---> Running in 0ec64eb31cb9 21:07:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:07:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:07:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:07:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:07:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:07:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:07:59 (1/2) Installing ca-certificates (20191127-r4) 21:07:59 (1/1) Installing dumb-init (1.2.2-r1) 21:07:59 Executing busybox-1.31.1-r19.trigger 21:07:59 OK: 6 MiB in 15 packages 21:07:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:07:59 (2/2) Installing dumb-init (1.2.2-r1) 21:07:59 Executing busybox-1.31.1-r19.trigger 21:07:59 Executing ca-certificates-20191127-r4.trigger 21:07:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:07:59 (1/4) Installing ca-certificates (20191127-r4) 21:07:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:07:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:07:59 (3/4) Installing libcurl (7.69.1-r3) 21:07:59 (4/4) Installing curl (7.69.1-r3) 21:07:59 Executing busybox-1.31.1-r19.trigger 21:07:59 OK: 6 MiB in 16 packages 21:07:59 Executing ca-certificates-20191127-r4.trigger 21:07:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:07:59 OK: 7 MiB in 18 packages 21:07:59 (1/1) Installing dumb-init (1.2.2-r1) 21:07:59 Executing busybox-1.31.1-r19.trigger 21:07:59 OK: 6 MiB in 15 packages 21:07:59 (1/6) Installing ca-certificates (20191127-r4) 21:07:59 (2/6) Installing nghttp2-libs (1.41.0-r0) 21:07:59 (3/6) Installing libcurl (7.69.1-r3) 21:07:59 (4/6) Installing curl (7.69.1-r3) 21:07:59 (5/6) Installing dumb-init (1.2.2-r1) 21:07:59 (6/6) Installing su-exec (0.2-r1) 21:07:59 Executing busybox-1.31.1-r19.trigger 21:07:59 Executing ca-certificates-20191127-r4.trigger 21:08:00 OK: 7 MiB in 20 packages 21:08:01 Removing intermediate container a713463115ac 21:08:01 ---> c357daa330b7 21:08:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:08:02 Removing intermediate container cbeba5fefaa6 21:08:02 ---> 8fc1a28d8e8f 21:08:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:08:02 Removing intermediate container 0036d6e6e3d2 21:08:02 ---> 96372c653662 21:08:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:08:02 ---> Running in 67a789820f27 21:08:02 ---> Running in 736f5d79eb15 21:08:02 Removing intermediate container 0ec64eb31cb9 21:08:02 ---> Running in a0e44dcf8fa5 21:08:02 ---> c8934d2454ee 21:08:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:08:02 Removing intermediate container 53f0722ca845 21:08:02 ---> 6a1640355df5 21:08:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:08:02 Removing intermediate container 67a789820f27 21:08:02 ---> 26734b7eb42d 21:08:02 Step 13/23 : ENV APP_PORT=48082 21:08:02 ---> Running in 013d5a55650a 21:08:03 ---> Running in f1f6e41aae3a 21:08:03 ---> Running in 66a694721779 21:08:03 Removing intermediate container a0e44dcf8fa5 21:08:03 ---> 2df498abea4c 21:08:03 Step 13/21 : WORKDIR /edgex 21:08:03 Removing intermediate container 736f5d79eb15 21:08:03 ---> 455143971c2d 21:08:03 Step 13/22 : ENV APP_PORT=48060 21:08:03 ---> Running in 0cfb785a4ba2 21:08:03 ---> Running in 2ef78179e1ae 21:08:03 Removing intermediate container 013d5a55650a 21:08:03 ---> e86680a4fdd9 21:08:03 Step 13/23 : ENV APP_PORT=48081 21:08:03 Removing intermediate container f1f6e41aae3a 21:08:03 ---> 59c90f17ebcb 21:08:03 Step 13/24 : WORKDIR / 21:08:03 ---> Running in 18ee2fa6f7da 21:08:03 Removing intermediate container 66a694721779 21:08:03 ---> fafd2452a01a 21:08:03 Step 14/23 : EXPOSE $APP_PORT 21:08:03 ---> Running in 6edbba5705fd 21:08:03 ---> Running in 50c524a5502b 21:08:03 Removing intermediate container 2ef78179e1ae 21:08:03 ---> 31d7acea827f 21:08:03 Step 14/22 : EXPOSE $APP_PORT 21:08:04 Removing intermediate container 18ee2fa6f7da 21:08:04 ---> 63e20c854770 21:08:04 Step 14/23 : EXPOSE $APP_PORT 21:08:04 Removing intermediate container 0cfb785a4ba2 21:08:04 ---> 57cf313efede 21:08:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:08:04 ---> Running in 8bf89cc6c29d 21:08:04 ---> Running in 26f37e453af1 21:08:04 Removing intermediate container 6edbba5705fd 21:08:04 ---> ef2b9baf6c17 21:08:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:08:04 Removing intermediate container 50c524a5502b 21:08:04 ---> c9572a62bf80 21:08:04 Step 15/23 : WORKDIR / 21:08:04 ---> 9f14a5ccc5d2 21:08:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:08:04 Removing intermediate container 8bf89cc6c29d 21:08:04 ---> 171b0bf8d604 21:08:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:08:04 ---> Running in e0e0add0b8bb 21:08:04 Removing intermediate container 26f37e453af1 21:08:04 ---> 40f4d9132eb1 21:08:04 Step 15/23 : WORKDIR / 21:08:04 ---> 102d2637aed1 21:08:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:08:04 ---> Running in 4e51dd29d146 21:08:05 ---> a2d0d8fccd06 21:08:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:08:05 Removing intermediate container e0e0add0b8bb 21:08:05 ---> 0ee0de73cafd 21:08:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:08:05 Removing intermediate container 4e51dd29d146 21:08:05 ---> bef55fd80464 21:08:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:08:05 ---> d5c6d111100f 21:08:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:08:05 ---> c087bbba7076 21:08:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:08:06 ---> fbe8b3c87429 21:08:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:08:06 ---> 3453a239e55a 21:08:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:08:06 ---> 29c1ee37b915 21:08:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:08:06 ---> d2537e0971ad 21:08:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:08:06 ---> abd6f32c443f 21:08:06 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:08:06 ---> Running in 5c1262cc0202 21:08:06 Removing intermediate container 5c1262cc0202 21:08:06 ---> 696d7286d369 21:08:06 Step 18/21 : CMD ["--init=true"] 21:08:06 ---> 36e0da0890c0 21:08:06 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:08:06 ---> Running in 7705d333d3ab 21:08:06 ---> Running in f3d37ae12ffc 21:08:06 ---> bd044b7cc654 21:08:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:08:06 ---> f5fe56afac8a 21:08:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:08:06 ---> 4647db08d339 21:08:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:08:07 Removing intermediate container f3d37ae12ffc 21:08:07 ---> e38582026dba 21:08:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:08:07 Removing intermediate container 7705d333d3ab 21:08:07 ---> 5361d5fa5bc9 21:08:07 Step 19/21 : LABEL arch=x86_64 21:08:07 ---> Running in e3b72c093011 21:08:07 ---> 9e6044566551 21:08:07 Step 19/23 : ENTRYPOINT ["/core-command"] 21:08:07 ---> Running in 90e566996564 21:08:07 ---> f99835908681 21:08:07 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:08:07 ---> Running in ef2165a51d85 21:08:08 ---> a4432e3a0d97 21:08:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:08:08 ---> Running in b87903763780 21:08:08 Removing intermediate container e3b72c093011 21:08:08 ---> bf5119e3c1c5 21:08:08 Step 20/22 : LABEL arch=x86_64 21:08:08 Removing intermediate container 90e566996564 21:08:08 ---> 0e77a077eda8 21:08:08 Step 20/21 : LABEL git_sha=8515aee03a28549260a321cde231cd8b07b555e3 21:08:08 Removing intermediate container ef2165a51d85 21:08:08 ---> c017ab2c3385 21:08:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:08:08 ---> Running in e35ac29d4cec 21:08:08 ---> Running in a39999ec5844 21:08:08 ---> Running in 352b866d92e3 21:08:08 Removing intermediate container b87903763780 21:08:08 ---> 876002acce47 21:08:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:08:08 ---> 3d3a8dda06cb 21:08:08 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/ 21:08:08 ---> Running in 2ab32352fd30 21:08:08 ---> Running in b4fa258e1859 21:08:08 Removing intermediate container a39999ec5844 21:08:08 ---> 855756edb00e 21:08:08 Step 21/21 : LABEL version=0.0.0 21:08:08 Removing intermediate container e35ac29d4cec 21:08:08 ---> 352a0790fb56 21:08:08 Step 21/22 : LABEL git_sha=8515aee03a28549260a321cde231cd8b07b555e3 21:08:08 Removing intermediate container 352b866d92e3 21:08:08 ---> 47a177b43d97 21:08:08 Step 21/23 : LABEL arch=x86_64 21:08:09 ---> Running in 2bd91e3e535b 21:08:09 ---> Running in 613b0b485a4d 21:08:09 ---> Running in 51c2573777ac 21:08:09 Removing intermediate container 2ab32352fd30 21:08:09 ---> 11598fd41e8b 21:08:09 Step 21/23 : LABEL arch=x86_64 21:08:09 ---> Running in 010b3283141f 21:08:09 Removing intermediate container 2bd91e3e535b 21:08:09 ---> 08e120de9b08 21:08:09 21:08:09 Removing intermediate container 613b0b485a4d 21:08:09 ---> 84062e5aed70 21:08:09 Step 22/22 : LABEL version=0.0.0 21:08:09 Removing intermediate container 51c2573777ac 21:08:09 ---> 27eb20b38c9d 21:08:09 Step 22/23 : LABEL git_sha=8515aee03a28549260a321cde231cd8b07b555e3 21:08:09 ---> Running in c504bc63276c 21:08:09 Successfully built 08e120de9b08 21:08:09 ---> Running in 9f3b45909761 21:08:09 Removing intermediate container 010b3283141f 21:08:09 ---> 35d52e86c6b7 21:08:09 Step 22/23 : LABEL git_sha=8515aee03a28549260a321cde231cd8b07b555e3 21:08:09 Successfully tagged docker-security-proxy-setup-go:latest 21:08:09 Building docker-support-scheduler-go 21:08:09  Building docker-security-proxy-setup-go ... done  ---> Running in 9a0131d93a39 21:08:10 Removing intermediate container c504bc63276c 21:08:10 ---> d14d445b3fd1 21:08:10 21:08:10 Removing intermediate container 9f3b45909761 21:08:10 ---> 1a00ecb61848 21:08:10 Step 23/23 : LABEL version=0.0.0 21:08:10 Successfully built d14d445b3fd1 21:08:10 Successfully tagged docker-support-notifications-go:latest 21:08:10 Building docker-security-bootstrapper-go 21:08:10  Building docker-support-notifications-go ... done  ---> Running in 4c7b7be0e9f2 21:08:10 Removing intermediate container 9a0131d93a39 21:08:10 ---> b010b06748c7 21:08:10 Step 23/23 : LABEL version=0.0.0 21:08:10 Removing intermediate container b4fa258e1859 21:08:10 ---> c1462c95ba1c 21:08:10 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:08:10 ---> Running in 52f926f29aa4 21:08:10 Removing intermediate container 4c7b7be0e9f2 21:08:10 ---> efafe0f74271 21:08:10 21:08:10 ---> Running in 095e213c6648 21:08:10 Successfully built efafe0f74271 21:08:10 Successfully tagged docker-core-command-go:latest 21:08:10  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 21:08:11 Removing intermediate container 52f926f29aa4 21:08:11 ---> 4f28bce4e2d0 21:08:11 21:08:11 Removing intermediate container 095e213c6648 21:08:11 ---> 3b8bc0e0b0f9 21:08:11 Step 22/24 : LABEL arch=x86_64 21:08:11 ---> Running in 5de0ef15fe5f 21:08:11 Successfully built 4f28bce4e2d0 21:08:11 Successfully tagged docker-core-metadata-go:latest 21:08:11  Building docker-core-metadata-go ... done Building docker-core-data-go 21:08:11 Removing intermediate container 5de0ef15fe5f 21:08:11 ---> 15016a71a71f 21:08:11 Step 23/24 : LABEL git_sha=8515aee03a28549260a321cde231cd8b07b555e3 21:08:11 ---> Running in 7c7780eeb72c 21:08:15 Removing intermediate container 7c7780eeb72c 21:08:15 ---> e4f962531396 21:08:15 Step 24/24 : LABEL version=0.0.0 21:08:16 ---> Running in 5405d42a36ec 21:08:16 Removing intermediate container 5405d42a36ec 21:08:16 ---> 12e2ddc595c0 21:08:16 21:08:19 Successfully built 12e2ddc595c0 21:08:19 Successfully tagged docker-security-secretstore-setup-go:latest 21:08:41  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:08:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:08:41 ---> 5ef27a3b66f2 21:08:41 Step 3/22 : WORKDIR /edgex-go 21:08:41 ---> Using cache 21:08:41 ---> 54693c0a3859 21:08:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:08:41 ---> Using cache 21:08:41 ---> 9a9f45ff5d72 21:08:41 Step 5/22 : RUN apk add --update --no-cache make git 21:08:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:08:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:08:41 ---> 5ef27a3b66f2 21:08:41 Step 3/23 : WORKDIR /edgex-go 21:08:41 ---> Using cache 21:08:41 ---> 54693c0a3859 21:08:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:08:41 ---> Using cache 21:08:41 ---> 9a9f45ff5d72 21:08:41 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:08:41 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:08:41 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:08:41 ---> 5ef27a3b66f2 21:08:41 Step 3/31 : WORKDIR /edgex-go 21:08:41 ---> Using cache 21:08:41 ---> 54693c0a3859 21:08:41 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:08:41 ---> Using cache 21:08:41 ---> 9a9f45ff5d72 21:08:41 Step 5/31 : RUN apk add --update --no-cache make git 21:08:41 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:08:41 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:08:41 ---> 5ef27a3b66f2 21:08:41 Step 3/26 : WORKDIR /edgex-go 21:08:41 ---> Using cache 21:08:41 ---> 54693c0a3859 21:08:41 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:08:41 ---> Using cache 21:08:41 ---> 9a9f45ff5d72 21:08:41 Step 5/26 : RUN apk add --update --no-cache make bash git 21:08:42 ---> Running in 0e9bf18fa754 21:08:42 ---> Running in f8d78d63e1a4 21:08:42 ---> Running in 05c596547f00 21:08:42 ---> Running in a46aacb1daf2 21:08:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:08:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:08:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:08:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:08:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:08:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:08:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:08:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:08:46 OK: 233 MiB in 51 packages 21:08:46 Removing intermediate container 05c596547f00 21:08:46 ---> b6ae33bc4627 21:08:46 Step 6/31 : COPY go.mod . 21:08:46 OK: 233 MiB in 51 packages 21:08:47 OK: 233 MiB in 51 packages 21:08:47 ---> 1b737a4b2162 21:08:47 Step 7/31 : RUN go mod download 21:08:47 ---> Running in c2160e89a0d7 21:08:47 Removing intermediate container a46aacb1daf2 21:08:47 ---> e31e331e91ee 21:08:47 Step 6/26 : COPY go.mod . 21:08:47 ---> eff8bd498624 21:08:47 Step 7/26 : RUN go mod download 21:08:47 Removing intermediate container f8d78d63e1a4 21:08:47 ---> deca43b027ec 21:08:47 Step 6/23 : COPY go.mod . 21:08:47 ---> Running in a6a40d400efd 21:08:47 OK: 233 MiB in 51 packages 21:08:48 ---> 048716989ad7 21:08:48 Step 7/23 : RUN go mod download 21:08:48 ---> Running in 592fc261de9c 21:08:48 Removing intermediate container 0e9bf18fa754 21:08:48 ---> 82a1c99cfc60 21:08:48 Step 6/22 : COPY go.mod . 21:08:49 ---> 4aa6b70603eb 21:08:49 Step 7/22 : RUN go mod download 21:08:49 ---> Running in 351b78cee0ec 21:08:50 Removing intermediate container c2160e89a0d7 21:08:50 ---> d752ed4bda45 21:08:50 Step 8/31 : COPY . . 21:08:50 Removing intermediate container a6a40d400efd 21:08:50 ---> f68880e171ad 21:08:50 Step 8/26 : COPY . . 21:08:51 Removing intermediate container 592fc261de9c 21:08:51 ---> 56297cfe19ac 21:08:51 Step 8/23 : COPY . . 21:08:57 Removing intermediate container 351b78cee0ec 21:08:57 ---> d9e580135697 21:08:57 Step 8/22 : COPY . . 21:09:30 ---> d4498e438b90 21:09:30 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:09:30 ---> b8d3fa314b4d 21:09:30 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:09:30 ---> Running in 0f29e3476461 21:09:30 ---> Running in 287c553b820d 21:09:30 ---> d1ab4f691d76 21:09:30 Step 9/23 : RUN make cmd/core-data/core-data 21:09:30 ---> Running in 29a80cdc9222 21:09:30 ---> 3a87eaaeb041 21:09:30 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:09:30 ---> Running in a87678339d2e 21:09:30 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 21:09:30 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 21:09:30 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 21:09:30 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 21:10:09 Removing intermediate container 0f29e3476461 21:10:09 ---> 3472aa6a3abf 21:10:09 21:10:09 Step 10/31 : FROM alpine:3.12 21:10:09 ---> 42cb162f0360 21:10:09 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:10:09 Removing intermediate container 287c553b820d 21:10:09 ---> c1561a7b932b 21:10:09 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:10:09 ---> Running in 7fd3dad0ed6b 21:10:09 ---> Running in 4a558cea180d 21:10:09 Removing intermediate container a87678339d2e 21:10:09 ---> e6820dfd35cf 21:10:09 21:10:09 Step 10/22 : FROM alpine:3.12 21:10:09 ---> 42cb162f0360 21:10:09 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:10:09 ---> Using cache 21:10:09 ---> c8934d2454ee 21:10:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:10:09 ---> Using cache 21:10:09 ---> e86680a4fdd9 21:10:09 Step 13/22 : ENV APP_PORT=48085 21:10:09 Removing intermediate container 4a558cea180d 21:10:09 ---> 08a8fcca4786 21:10:09 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:10:10 ---> Running in 448983f15534 21:10:10 ---> Running in 65390be11da5 21:10:10 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 21:10:11 Removing intermediate container 448983f15534 21:10:11 ---> bdf4a6b49236 21:10:11 Step 14/22 : EXPOSE $APP_PORT 21:10:11 ---> Running in 8bf29a6f0056 21:10:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:12 (1/2) Installing dumb-init (1.2.2-r1) 21:10:12 (2/2) Installing su-exec (0.2-r1) 21:10:12 Executing busybox-1.31.1-r19.trigger 21:10:12 OK: 6 MiB in 16 packages 21:10:12 Removing intermediate container 8bf29a6f0056 21:10:12 ---> 30ea787df585 21:10:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:10:13 ---> 06bfb26cb10f 21:10:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:10:13 Removing intermediate container 29a80cdc9222 21:10:13 ---> 6beebff306ac 21:10:13 21:10:13 Step 10/23 : FROM alpine:3.12 21:10:13 ---> 42cb162f0360 21:10:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:10:13 ---> Running in 2c7a802cb773 21:10:14 Removing intermediate container 65390be11da5 21:10:14 ---> c88490d0db88 21:10:14 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:10:14 ---> Running in fc87249a749f 21:10:14 Removing intermediate container 2c7a802cb773 21:10:14 ---> cc4d59d34c2b 21:10:14 Step 12/23 : ENV APP_PORT=48080 21:10:14 Removing intermediate container 7fd3dad0ed6b 21:10:14 ---> 1459dc410187 21:10:14 21:10:14 Step 11/26 : FROM docker:20.10.0 21:10:14 ---> 9fee2bc90f97 21:10:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:10:14 20.10.0: Pulling from library/docker 21:10:14 ---> Running in 1d9fe1019124 21:10:14 Removing intermediate container fc87249a749f 21:10:14 ---> 04f7ca96f336 21:10:14 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:10:14 ---> Running in b98b272bf3a2 21:10:15 Removing intermediate container 1d9fe1019124 21:10:15 ---> 8640526b229f 21:10:15 Step 13/23 : EXPOSE $APP_PORT 21:10:15 ---> 1a6dc9967723 21:10:15 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:10:15 ---> Running in c466e4728825 21:10:15 ---> Running in 750c0118e2d1 21:10:15 Removing intermediate container b98b272bf3a2 21:10:15 ---> a3e0b7af862e 21:10:15 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:10:15 ---> Running in 4357e46891a9 21:10:16 Removing intermediate container c466e4728825 21:10:16 ---> a2cbc62d3cd8 21:10:16 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:16 Removing intermediate container 750c0118e2d1 21:10:16 ---> 297df5473b9b 21:10:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:10:16 ---> Running in 92133317a180 21:10:16 ---> Running in 404ccfcd7213 21:10:17 Removing intermediate container 92133317a180 21:10:17 ---> 056becaa335a 21:10:17 Step 20/22 : LABEL arch=x86_64 21:10:17 ---> Running in 113640ca8e95 21:10:17 Removing intermediate container 113640ca8e95 21:10:17 ---> ec2cd0c6c99f 21:10:17 Step 21/22 : LABEL git_sha=8515aee03a28549260a321cde231cd8b07b555e3 21:10:18 ---> Running in b954b5c6bad2 21:10:18 Removing intermediate container 4357e46891a9 21:10:18 ---> 1a2402a59d73 21:10:18 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:10:18 ---> Running in 2d317c771608 21:10:19 Removing intermediate container b954b5c6bad2 21:10:19 ---> b0166bb5ac1a 21:10:19 Step 22/22 : LABEL version=0.0.0 21:10:19 Removing intermediate container 404ccfcd7213 21:10:19 ---> e305c17dc39d 21:10:19 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:10:19 ---> Running in 60ab262a4e8a 21:10:19 ---> Running in 5c5fdae85696 21:10:19 Removing intermediate container 2d317c771608 21:10:19 ---> cb76b7d3307c 21:10:19 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:10:20 Removing intermediate container 60ab262a4e8a 21:10:20 ---> 648dbd841e2d 21:10:20 21:10:20 ---> 92783896317c 21:10:20 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:10:21 ---> Running in fbd8235f07c4 21:10:21 Successfully built 648dbd841e2d 21:10:21 Successfully tagged docker-support-scheduler-go:latest 21:10:21  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:21 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:10:21 Status: Downloaded newer image for docker:20.10.0 21:10:21 ---> aefe523efa57 21:10:21 Step 12/26 : RUN apk add --no-cache bash 21:10:21 ---> Running in 883a79becfa3 21:10:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:22 Removing intermediate container fbd8235f07c4 21:10:22 ---> df9e25db1e2a 21:10:22 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:10:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:22 ---> d7b0a3fc090c 21:10:22 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:10:22 (1/2) Installing readline (8.0.4-r0) 21:10:22 (2/2) Installing bash (5.0.17-r0) 21:10:22 Executing bash-5.0.17-r0.post-install 21:10:22 Executing busybox-1.31.1-r19.trigger 21:10:22 OK: 12 MiB in 22 packages 21:10:23 (1/6) Installing dumb-init (1.2.2-r1) 21:10:23 ---> 4e55b516073a 21:10:23 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:10:23 (2/6) Installing libgcc (9.3.0-r2) 21:10:23 (3/6) Installing libsodium (1.0.18-r0) 21:10:23 Removing intermediate container 883a79becfa3 21:10:23 ---> d1e6658b8221 21:10:23 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:10:23 (4/6) Installing libstdc++ (9.3.0-r2) 21:10:23 ---> Running in b25bc0e5d3d1 21:10:23 ---> c36a17b35903 21:10:23 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:10:23 (5/6) Installing libzmq (4.3.3-r0) 21:10:23 Removing intermediate container b25bc0e5d3d1 21:10:23 ---> 0944329894b8 21:10:23 Step 14/26 : ENV APP_PORT=48090 21:10:23 ---> Running in 32e8e21705b0 21:10:23 (6/6) Installing zeromq (4.3.3-r0) 21:10:23 ---> d264e93a9789 21:10:23 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:10:23 Executing busybox-1.31.1-r19.trigger 21:10:23 Removing intermediate container 32e8e21705b0 21:10:23 ---> 3f715b80ce41 21:10:23 Step 15/26 : EXPOSE $APP_PORT 21:10:23 OK: 8 MiB in 20 packages 21:10:23 ---> Running in 883b903ffa5c 21:10:24 ---> 6bc683ad9e8b 21:10:24 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:10:24 Removing intermediate container 883b903ffa5c 21:10:24 ---> 65485d76dce8 21:10:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:10:24 ---> Running in 6084f9e2bc48 21:10:24 Removing intermediate container 5c5fdae85696 21:10:24 ---> 064ebc0f04bd 21:10:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:10:24 Removing intermediate container 6084f9e2bc48 21:10:24 ---> 089cc9d2bc86 21:10:24 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:10:25 ---> 6381451b3cbc 21:10:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:10:25 ---> 77c572a5a916 21:10:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:10:25 ---> ae0de028328f 21:10:25 Step 26/31 : RUN chmod +x /entrypoint.sh 21:10:25 ---> b46d6a6e8631 21:10:25 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:10:25 ---> Running in 85f284b825d4 21:10:25 ---> 3906e518aac9 21:10:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:10:25 ---> 809dede2d05d 21:10:25 Step 19/26 : RUN apk --no-cache add py3-pip 21:10:25 ---> Running in a25777255172 21:10:26 ---> 49d04c7828fa 21:10:26 Step 19/23 : ENTRYPOINT ["/core-data"] 21:10:26 ---> Running in d9510e1c2941 21:10:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:26 Removing intermediate container d9510e1c2941 21:10:26 ---> 014a51dd2160 21:10:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:10:26 Removing intermediate container 85f284b825d4 21:10:26 ---> c3df33d64ad4 21:10:26 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:10:26 ---> Running in fc8b9691fd91 21:10:26 (1/33) Installing libbz2 (1.0.8-r1) 21:10:26 (2/33) Installing expat (2.2.9-r1) 21:10:26 (3/33) Installing libffi (3.3-r2) 21:10:26 (4/33) Installing gdbm (1.13-r1) 21:10:26 (5/33) Installing xz-libs (5.2.5-r0) 21:10:26 (6/33) Installing sqlite-libs (3.32.1-r0) 21:10:26 (7/33) Installing python3 (3.8.8-r0) 21:10:27 ---> Running in 91eb55dd03ec 21:10:27 Removing intermediate container fc8b9691fd91 21:10:27 ---> d730d71062af 21:10:27 Step 21/23 : LABEL arch=x86_64 21:10:30 ---> Running in 16fd1a39aa64 21:10:30 Removing intermediate container 91eb55dd03ec 21:10:30 ---> 7125aa136b3d 21:10:30 Step 28/31 : CMD ["gate"] 21:10:30 (8/33) Installing py3-appdirs (1.4.4-r1) 21:10:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:10:30 (10/33) Installing py3-parsing (2.4.7-r0) 21:10:30 (11/33) Installing py3-six (1.15.0-r0) 21:10:30 (12/33) Installing py3-packaging (20.4-r0) 21:10:30 ---> Running in 9323037bc1b2 21:10:30 (13/33) Installing py3-setuptools (47.0.0-r0) 21:10:30 (14/33) Installing py3-chardet (3.0.4-r4) 21:10:30 (15/33) Installing py3-idna (2.9-r0) 21:10:30 Removing intermediate container 16fd1a39aa64 21:10:30 ---> 8b16172af2ed 21:10:30 Step 22/23 : LABEL git_sha=8515aee03a28549260a321cde231cd8b07b555e3 21:10:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:10:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:10:31 (18/33) Installing py3-requests (2.23.0-r0) 21:10:31 (19/33) Installing py3-msgpack (1.0.0-r0) 21:10:31 (20/33) Installing py3-lockfile (0.12.2-r3) 21:10:31 ---> Running in 68eecbede745 21:10:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:10:31 Removing intermediate container 9323037bc1b2 21:10:31 ---> c683dbdd810d 21:10:31 Step 29/31 : LABEL arch=x86_64 21:10:31 (22/33) Installing py3-colorama (0.4.3-r0) 21:10:31 (23/33) Installing py3-distlib (0.3.0-r0) 21:10:32 (24/33) Installing py3-distro (1.5.0-r1) 21:10:32 (25/33) Installing py3-webencodings (0.5.1-r3) 21:10:32 (26/33) Installing py3-html5lib (1.0.1-r4) 21:10:32 (27/33) Installing py3-pytoml (0.1.21-r0) 21:10:32 (28/33) Installing py3-pep517 (0.8.2-r0) 21:10:32 ---> Running in 2c7158cdec43 21:10:32 (29/33) Installing py3-progress (1.5-r0) 21:10:32 (30/33) Installing py3-toml (0.10.1-r0) 21:10:32 (31/33) Installing py3-retrying (1.3.3-r0) 21:10:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:10:32 Removing intermediate container 68eecbede745 21:10:32 ---> 4f81a5f414ea 21:10:32 Step 23/23 : LABEL version=0.0.0 21:10:32 (33/33) Installing py3-pip (20.1.1-r0) 21:10:33 Executing busybox-1.31.1-r19.trigger 21:10:33 OK: 71 MiB in 55 packages 21:10:34 ---> Running in 8b4184245449 21:10:34 Removing intermediate container 2c7158cdec43 21:10:34 ---> fdd55628a03f 21:10:34 Step 30/31 : LABEL git_sha=8515aee03a28549260a321cde231cd8b07b555e3 21:10:34 ---> Running in ac3187f9878e 21:10:34 Removing intermediate container 8b4184245449 21:10:34 ---> ba1f49d2b7e2 21:10:34 21:10:35 Successfully built ba1f49d2b7e2 21:10:35 Successfully tagged docker-core-data-go:latest 21:10:35  Building docker-core-data-go ... done Removing intermediate container ac3187f9878e 21:10:35 ---> ff9deab30d27 21:10:35 Step 31/31 : LABEL version=0.0.0 21:10:39 ---> Running in b1c0f7e1b923 21:10:39 Removing intermediate container a25777255172 21:10:39 ---> 064189afb7ad 21:10:39 Step 20/26 : RUN pip install docker-compose==1.23.2 21:10:39 ---> Running in 117fae5ca89d 21:10:39 Removing intermediate container b1c0f7e1b923 21:10:39 ---> b396e8e823db 21:10:39 21:10:39 Successfully built b396e8e823db 21:10:39 Successfully tagged docker-security-bootstrapper-go:latest 21:10:41  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 21:10:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:10:41 Collecting docopt<0.7,>=0.6.1 21:10:41 Downloading docopt-0.6.2.tar.gz (25 kB) 21:10:42 Collecting docker<4.0,>=3.6.0 21:10:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:10:42 Collecting texttable<0.10,>=0.9.0 21:10:42 Downloading texttable-0.9.1.tar.gz (11 kB) 21:10:42 Collecting cached-property<2,>=1.2.0 21:10:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:10:43 Collecting websocket-client<1.0,>=0.32.0 21:10:43 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 21:10:43 Collecting jsonschema<3,>=2.5.1 21:10:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:10:43 Collecting PyYAML<4,>=3.10 21:10:43 Downloading PyYAML-3.13.tar.gz (270 kB) 21:10:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:10:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:10:44 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:10:44 Collecting dockerpty<0.5,>=0.4.1 21:10:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:10:45 Collecting docker-pycreds>=0.4.0 21:10:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:10:45 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) 21:10:45 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) 21:10:45 Collecting urllib3<1.25,>=1.21.1 21:10:45 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:10:45 Collecting idna<2.8,>=2.5 21:10:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:10:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:10:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:10:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:10:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:10:45 Installing collected packages: docopt, docker-pycreds, websocket-client, urllib3, idna, requests, docker, texttable, cached-property, jsonschema, PyYAML, dockerpty, docker-compose 21:10:45 Running setup.py install for docopt: started 21:10:46 Running setup.py install for docopt: finished with status 'done' 21:10:46 Attempting uninstall: urllib3 21:10:46 Found existing installation: urllib3 1.25.9 21:10:46 Uninstalling urllib3-1.25.9: 21:10:46 Successfully uninstalled urllib3-1.25.9 21:10:46 Attempting uninstall: idna 21:10:46 Found existing installation: idna 2.9 21:10:46 Uninstalling idna-2.9: 21:10:46 Successfully uninstalled idna-2.9 21:10:46 Attempting uninstall: requests 21:10:46 Found existing installation: requests 2.23.0 21:10:46 Uninstalling requests-2.23.0: 21:10:46 Successfully uninstalled requests-2.23.0 21:10:47 Running setup.py install for texttable: started 21:10:47 Running setup.py install for texttable: finished with status 'done' 21:10:48 Running setup.py install for PyYAML: started 21:10:48 Running setup.py install for PyYAML: finished with status 'done' 21:10:48 Running setup.py install for dockerpty: started 21:10:49 Running setup.py install for dockerpty: finished with status 'done' 21:10:49 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.58.0 21:10:53 Removing intermediate container 117fae5ca89d 21:10:53 ---> 4d01e6de5330 21:10:53 Step 21/26 : RUN apk --no-cache add curl 21:10:53 ---> Running in eb9524508782 21:10:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:10:54 (2/3) Installing libcurl (7.69.1-r3) 21:10:54 (3/3) Installing curl (7.69.1-r3) 21:10:54 Executing busybox-1.31.1-r19.trigger 21:10:54 OK: 72 MiB in 58 packages 21:10:54 Removing intermediate container eb9524508782 21:10:54 ---> 67af70bf78bb 21:10:54 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:10:55 ---> Running in eb26916fdb54 21:10:55 Removing intermediate container eb26916fdb54 21:10:55 ---> 41aa070e0a58 21:10:55 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:10:55 ---> Running in 4edec72b4b59 21:10:55 Removing intermediate container 4edec72b4b59 21:10:55 ---> 407ebd22d8a6 21:10:55 Step 24/26 : LABEL arch=x86_64 21:10:55 ---> Running in b8494cded858 21:10:55 Removing intermediate container b8494cded858 21:10:55 ---> ab8e0199db46 21:10:55 Step 25/26 : LABEL git_sha=8515aee03a28549260a321cde231cd8b07b555e3 21:10:55 ---> Running in c2ecd897e8f3 21:10:55 Removing intermediate container c2ecd897e8f3 21:10:55 ---> c9a808094728 21:10:55 Step 26/26 : LABEL version=0.0.0 21:10:56 ---> Running in 0d932a7c3ae5 21:10:56 Removing intermediate container 0d932a7c3ae5 21:10:56 ---> 01ef96139db6 21:10:56 21:10:56 Successfully built 01ef96139db6 21:10:56 Successfully tagged docker-sys-mgmt-agent-go:latest 21:10:57  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:10:57 $ docker stop --time=1 3e9cee5cd199e0ff6302e08f3a799023d7010f83a3c3fd92cf63b4231b8175f3 21:10:58 $ docker rm -f 3e9cee5cd199e0ff6302e08f3a799023d7010f83a3c3fd92cf63b4231b8175f3 [Pipeline] // withDockerContainer [Pipeline] sh 21:10:59 + docker images 21:10:59 + grep docker 21:10:59 docker-sys-mgmt-agent-go latest 01ef96139db6 3 seconds ago 314MB 21:10:59 docker-security-bootstrapper-go latest b396e8e823db 20 seconds ago 18.9MB 21:10:59 docker-core-data-go latest ba1f49d2b7e2 25 seconds ago 22.7MB 21:10:59 docker-support-scheduler-go latest 648dbd841e2d 39 seconds ago 17.4MB 21:10:59 docker-security-secretstore-setup-go latest 12e2ddc595c0 2 minutes ago 25.7MB 21:10:59 docker-core-metadata-go latest 4f28bce4e2d0 2 minutes ago 19MB 21:10:59 docker-core-command-go latest efafe0f74271 2 minutes ago 17.3MB 21:10:59 docker-support-notifications-go latest d14d445b3fd1 2 minutes ago 17.9MB 21:10:59 docker-security-proxy-setup-go latest 08e120de9b08 2 minutes ago 25.4MB 21:10:59 docker 20.10.0 aefe523efa57 3 months 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 21:11:15 Still waiting to schedule task 21:11:15 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:12:08 Running on prd-ubuntu18.04-docker-8c-8g-31864 in /w/workspace/edgexfoundry_edgex-go_PR-3314 [Pipeline] { [Pipeline] ws 21:12:08 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 21:12:10 using credential edgex-jenkins-ssh 21:12:10 Cloning the remote Git repository 21:12:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:12:10 > git init /w/workspace/edgex-go/4 # timeout=10 21:12:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:12:10 > git --version # timeout=10 21:12:10 > git --version # 'git version 2.17.1' 21:12:10 using GIT_SSH to set credentials SSH Credentials for GitHub 21:12:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:12:17 Merging remotes/origin/master commit 76b4535fa5fa3514bc34c1137a1fac177e39ac4f into PR head commit 230efa915a5a331c14751e0f7925e6b0f52b8528 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:12:18 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } 21:12:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:12:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:12:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:12:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:12:17 using GIT_SSH to set credentials SSH Credentials for GitHub 21:12:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3314/head:refs/remotes/origin/PR-3314 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:12:17 > git config core.sparsecheckout # timeout=10 21:12:17 > git checkout -f 230efa915a5a331c14751e0f7925e6b0f52b8528 # timeout=10 [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] { (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 21:12:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:12:20 ---> package-listing.sh 21:12:20 ++ facter osfamily 21:12:20 ++ tr '[:upper:]' '[:lower:]' 21:12:20 + OS_FAMILY=redhat 21:12:20 + workspace=/w/workspace/edgex-go/4 21:12:20 + START_PACKAGES=/tmp/packages_start.txt 21:12:20 + END_PACKAGES=/tmp/packages_end.txt 21:12:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:12:20 + PACKAGES=/tmp/packages_start.txt 21:12:20 + '[' /w/workspace/edgex-go/4 ']' 21:12:20 + PACKAGES=/tmp/packages_end.txt 21:12:20 + case "${OS_FAMILY}" in 21:12:20 + rpm -qa 21:12:20 + sort 21:12:26 + '[' -f /tmp/packages_start.txt ']' 21:12:26 + '[' -f /tmp/packages_end.txt ']' 21:12:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:12:26 + '[' /w/workspace/edgex-go/4 ']' 21:12:26 + mkdir -p /w/workspace/edgex-go/4/archives/ 21:12:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 21:12:26 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:12:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:12:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:12:26 21:12:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:12:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:12:27 alpine: Pulling from edgex-lftools-log-publisher 21:12:27 df20fa9351a1: Pulling fs layer 21:12:27 36b3adc4ff6f: Pulling fs layer 21:12:27 8ad3a11d3b57: Pulling fs layer 21:12:27 46f8f816bc3b: Pulling fs layer 21:12:27 93b61091891f: Pulling fs layer 21:12:27 93b9cdb0e59b: Pulling fs layer 21:12:27 5e14af77c1be: Pulling fs layer 21:12:27 01666e4c0597: Pulling fs layer 21:12:27 aa168da1d23b: Pulling fs layer 21:12:27 46f8f816bc3b: Waiting 21:12:27 93b61091891f: Waiting 21:12:27 93b9cdb0e59b: Waiting 21:12:27 5e14af77c1be: Waiting 21:12:27 01666e4c0597: Waiting 21:12:27 aa168da1d23b: Waiting 21:12:27 36b3adc4ff6f: Verifying Checksum 21:12:27 36b3adc4ff6f: Download complete 21:12:27 46f8f816bc3b: Verifying Checksum 21:12:27 46f8f816bc3b: Download complete 21:12:27 df20fa9351a1: Verifying Checksum 21:12:27 df20fa9351a1: Download complete 21:12:27 93b9cdb0e59b: Verifying Checksum 21:12:27 93b9cdb0e59b: Download complete 21:12:27 5e14af77c1be: Verifying Checksum 21:12:27 5e14af77c1be: Download complete 21:12:27 93b61091891f: Verifying Checksum 21:12:27 93b61091891f: Download complete 21:12:27 01666e4c0597: Verifying Checksum 21:12:27 01666e4c0597: Download complete 21:12:27 8ad3a11d3b57: Verifying Checksum 21:12:27 8ad3a11d3b57: Download complete 21:12:27 df20fa9351a1: Pull complete 21:12:27 36b3adc4ff6f: Pull complete 21:12:29 aa168da1d23b: Verifying Checksum 21:12:29 aa168da1d23b: Download complete 21:12:29 8ad3a11d3b57: Pull complete 21:12:29 46f8f816bc3b: Pull complete 21:12:29 93b61091891f: Pull complete 21:12:30 93b9cdb0e59b: Pull complete 21:12:30 5e14af77c1be: Pull complete 21:12:30 01666e4c0597: Pull complete 21:12:40 aa168da1d23b: Pull complete 21:12:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:12:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:12:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:12:40 prd-centos7-docker-4c-2g-31850 does not seem to be running inside a container 21:12:40 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:12:43 $ docker top 52382b7c572a8de8177388557affb2d658771bb2b8a5e698faba868624ed051c -eo pid,comm [Pipeline] { [Pipeline] sh 21:12:44 + touch /tmp/pre-build-complete [Pipeline] sh 21:12:44 + mkdir -p /var/log/sa [Pipeline] sh 21:12:45 + ls /var/log/sa-host 21:12:45 + sadf -c /var/log/sa-host/sa23 21:12:45 file_magic: OK 21:12:45 HZ: Using current value: 100 21:12:45 file_header: OK 21:12:45 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 21:12:45 Statistics: 21:12:45 Hnuu...uuuununununu... 21:12:45 File successfully converted to sysstat format version 12.2.1 21:12:45 + sadf -c /var/log/sa-host/sa29 21:12:45 file_magic: OK 21:12:45 HZ: Using current value: 100 21:12:45 file_header: OK 21:12:45 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 21:12:45 Statistics: 21:12:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:12:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:12:45 provisioning config files... 21:12:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config7988885017372444076tmp [Pipeline] { [Pipeline] echo 21:12:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:12:45 ---> create-netrc.sh [Pipeline] } 21:12:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:12:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:12:46 ---> python-tools-install.sh [Pipeline] echo 21:12:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:12:46 ---> sudo-logs.sh 21:12:46 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:12:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:12:46 ---> job-cost.sh 21:12:46 lf-activate-venv: SKIPPING 21:12:46 INFO: No Stack... 21:12:47 INFO: Retrieving Pricing Info for: v1-standard-2 21:12:48 INFO: Archiving Costs [Pipeline] echo 21:12:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:12:48 ---> logs-deploy.sh 21:12:48 lf-activate-venv: SKIPPING 21:12:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3314/4 21:12:48 INFO: archiving workspace using pattern(s): 21:12:50 Archives upload complete. 21:12:50 INFO: archiving logs to Nexus