Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5f4c972d2592fc2985c3de358e6f1142267c5400+f2bd0815c0e73667d07e5744b61daa5be38d8f92 (7c14eb33a3517d9b05dab45bce1dc3a22b880e0d) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32277 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/51 [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/51 # 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 5f4c972d2592fc2985c3de358e6f1142267c5400 Merge succeeded, producing c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c Checking out Revision c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f 5f4c972d2592fc2985c3de358e6f1142267c5400 # 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 f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c # timeout=10 Commit message: "Merge commit 'f2bd0815c0e73667d07e5744b61daa5be38d8f92' into HEAD" > git rev-list --no-walk 5f4c972d2592fc2985c3de358e6f1142267c5400 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:46:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:46:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:46:09 ========================================================= 16:46:09 EdgeX Global Pipelines Version Info 16:46:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:46:11 ------------------- 16:46:11 stable info: 16:46:11 ------------------- 16:46:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:46:11 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 16:46:11 Message: update stable to v1.0.186 16:46:12 ------------------- 16:46:12 experimental info: 16:46:12 ------------------- 16:46:12 Commited By: **** collab-it+edgex@linuxfoundation.org 16:46:12 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 16:46:12 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:46:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:46:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:46:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:46:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:46:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:46:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:46:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:46:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:46:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:46:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:46:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:46:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:46:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:46:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:46:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:46:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:46:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:46:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:46:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:46:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:46:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:46:14 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:46:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 16:46:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 16:46:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 16:46:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c [Pipeline] echo 16:46:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c25e155 [Pipeline] echo 16:46:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:46:15 provisioning config files... 16:46:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/51@tmp/config6717480760485259268tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:46:15 ---> docker-login.sh 16:46:15 nexus3.edgexfoundry.org:10001 16:46:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:16 Configure a credential helper to remove this warning. See 16:46:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:16 16:46:16 Login Succeeded 16:46:16 nexus3.edgexfoundry.org:10002 16:46:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:16 Configure a credential helper to remove this warning. See 16:46:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:16 16:46:16 Login Succeeded 16:46:16 nexus3.edgexfoundry.org:10003 16:46:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:16 Configure a credential helper to remove this warning. See 16:46:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:16 16:46:16 Login Succeeded 16:46:16 nexus3.edgexfoundry.org:10004 16:46:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:16 Configure a credential helper to remove this warning. See 16:46:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:16 16:46:16 Login Succeeded 16:46:16 docker.io 16:46:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:16 Configure a credential helper to remove this warning. See 16:46:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:16 16:46:16 Login Succeeded 16:46:16 ---> docker-login.sh ends [Pipeline] } 16:46:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:46:17 ++ 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 16:46:17 + for file in '`ls cmd/**/Dockerfile`' 16:46:17 ++ dirname cmd/core-command/Dockerfile 16:46:17 ++ cut -d/ -f2 16:46:17 + echo core-command,cmd/core-command/Dockerfile 16:46:17 + for file in '`ls cmd/**/Dockerfile`' 16:46:17 ++ dirname cmd/core-data/Dockerfile 16:46:17 ++ cut -d/ -f2 16:46:17 + echo core-data,cmd/core-data/Dockerfile 16:46:17 + for file in '`ls cmd/**/Dockerfile`' 16:46:17 ++ dirname cmd/core-metadata/Dockerfile 16:46:17 ++ cut -d/ -f2 16:46:17 + echo core-metadata,cmd/core-metadata/Dockerfile 16:46:17 + for file in '`ls cmd/**/Dockerfile`' 16:46:17 ++ dirname cmd/security-bootstrapper/Dockerfile 16:46:17 ++ cut -d/ -f2 16:46:17 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:46:17 + for file in '`ls cmd/**/Dockerfile`' 16:46:17 ++ dirname cmd/security-proxy-setup/Dockerfile 16:46:17 ++ cut -d/ -f2 16:46:17 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:46:17 + for file in '`ls cmd/**/Dockerfile`' 16:46:17 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:46:17 ++ cut -d/ -f2 16:46:17 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:46:17 + for file in '`ls cmd/**/Dockerfile`' 16:46:17 ++ dirname cmd/support-notifications/Dockerfile 16:46:17 ++ cut -d/ -f2 16:46:17 + echo support-notifications,cmd/support-notifications/Dockerfile 16:46:17 + for file in '`ls cmd/**/Dockerfile`' 16:46:17 ++ dirname cmd/support-scheduler/Dockerfile 16:46:17 ++ cut -d/ -f2 16:46:17 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:46:17 + for file in '`ls cmd/**/Dockerfile`' 16:46:17 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:46:17 ++ cut -d/ -f2 16:46:17 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:46:17 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 16:46:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:46:19 16:46:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:46:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:46:19 latest: Pulling from edgex-devops/git-semver 16:46:19 31603596830f: Pulling fs layer 16:46:19 2a8b12db71e7: Pulling fs layer 16:46:19 6ca5941a6612: Pulling fs layer 16:46:19 ecc8261a40a4: Pulling fs layer 16:46:19 ecc8261a40a4: Waiting 16:46:19 2a8b12db71e7: Verifying Checksum 16:46:19 2a8b12db71e7: Download complete 16:46:19 31603596830f: Verifying Checksum 16:46:19 31603596830f: Download complete 16:46:19 ecc8261a40a4: Verifying Checksum 16:46:19 ecc8261a40a4: Download complete 16:46:19 6ca5941a6612: Verifying Checksum 16:46:19 6ca5941a6612: Download complete 16:46:19 31603596830f: Pull complete 16:46:20 2a8b12db71e7: Pull complete 16:46:21 6ca5941a6612: Pull complete 16:46:21 ecc8261a40a4: Pull complete 16:46:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:46:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:46:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:46:21 prd-centos7-docker-4c-2g-32277 does not seem to be running inside a container 16:46:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/51 -v /w/workspace/edgex-go/51:/w/workspace/edgex-go/51:rw,z -v /w/workspace/edgex-go/51@tmp:/w/workspace/edgex-go/51@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:46:24 $ docker top 41574069f34d7eb5f1bed8dcc5ba4dcb7691a24c1695af6bc1aabdb0fce40f19 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:46:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:46:24 [ssh-agent] Looking for ssh-agent implementation... 16:46:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:46:25 $ docker exec 41574069f34d7eb5f1bed8dcc5ba4dcb7691a24c1695af6bc1aabdb0fce40f19 ssh-agent 16:46:25 SSH_AUTH_SOCK=/tmp/ssh-CwdO63EwPc0G/agent.12 16:46:25 SSH_AGENT_PID=17 16:46:25 Running ssh-add (command line suppressed) 16:46:25 Identity added: /w/workspace/edgex-go/51@tmp/private_key_4551924628091594750.key (/w/workspace/edgex-go/51@tmp/private_key_4551924628091594750.key) 16:46:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:46:25 + git tag --points-at HEAD [Pipeline] } 16:46:25 $ docker exec --env ******** --env ******** 41574069f34d7eb5f1bed8dcc5ba4dcb7691a24c1695af6bc1aabdb0fce40f19 ssh-agent -k 16:46:25 unset SSH_AUTH_SOCK; 16:46:25 unset SSH_AGENT_PID; 16:46:25 echo Agent pid 17 killed; 16:46:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:46:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:46:26 [ssh-agent] Looking for ssh-agent implementation... 16:46:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:46:26 $ docker exec 41574069f34d7eb5f1bed8dcc5ba4dcb7691a24c1695af6bc1aabdb0fce40f19 ssh-agent 16:46:26 SSH_AUTH_SOCK=/tmp/ssh-DANSsQZQF3BM/agent.47 16:46:26 SSH_AGENT_PID=53 16:46:26 Running ssh-add (command line suppressed) 16:46:26 Identity added: /w/workspace/edgex-go/51@tmp/private_key_353278633318412167.key (/w/workspace/edgex-go/51@tmp/private_key_353278633318412167.key) 16:46:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:46:27 + git semver init 16:46:27 # -> Open(): unable to determine branch for HEAD 16:46:27 # $GIT_DIR = /w/workspace/edgex-go/51/.git 16:46:27 # $GIT_WORK_TREE = /w/workspace/edgex-go/51 16:46:27 # $SEMVER_REMOTE_NAME = origin 16:46:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:46:27 # $SEMVER_USER_NAME = edgex-jenkins 16:46:27 # $SEMVER_BRANCH = PR-3234 16:46:27 # $SEMVER_TEMP = /tmp/semver-345498943 16:46:27 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:46:49 # '/tmp/semver-345498943' -> '/w/workspace/edgex-go/51/.semver' 16:46:49 # -> Force: false 16:46:49 # $SEMVER_DIR = /w/workspace/edgex-go/51/.semver [Pipeline] } 16:46:49 $ docker exec --env ******** --env ******** 41574069f34d7eb5f1bed8dcc5ba4dcb7691a24c1695af6bc1aabdb0fce40f19 ssh-agent -k 16:46:49 unset SSH_AUTH_SOCK; 16:46:49 unset SSH_AGENT_PID; 16:46:49 echo Agent pid 53 killed; 16:46:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:46:50 + git semver [Pipeline] } 16:46:50 $ docker stop --time=1 41574069f34d7eb5f1bed8dcc5ba4dcb7691a24c1695af6bc1aabdb0fce40f19 16:46:51 $ docker rm -f 41574069f34d7eb5f1bed8dcc5ba4dcb7691a24c1695af6bc1aabdb0fce40f19 [Pipeline] // withDockerContainer [Pipeline] sh 16:46:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:46:52 Stashed 1 file(s) [Pipeline] echo 16:46:52 [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 16:46:53 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:46:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:46:54 + sudo service docker restart 16:46:54 + true 16:46:54 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:46:55 ========================================================= 16:46:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:46:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:46:55 + 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 . 16:46:59 Sending build context to Docker daemon 329MB 16:46:59 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:46:59 Step 2/6 : FROM ${BASE} 16:46:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:46:59 188c0c94c7c5: Pulling fs layer 16:46:59 0ef7d3d256c8: Pulling fs layer 16:46:59 de9db76c5a1d: Pulling fs layer 16:46:59 bca2f99d35d6: Pulling fs layer 16:46:59 93359f2a8cfa: Pulling fs layer 16:46:59 7c6f9722023f: Pulling fs layer 16:46:59 a35cf1a2eb13: Pulling fs layer 16:46:59 93359f2a8cfa: Waiting 16:46:59 7c6f9722023f: Waiting 16:46:59 a35cf1a2eb13: Waiting 16:46:59 bca2f99d35d6: Waiting 16:46:59 de9db76c5a1d: Verifying Checksum 16:46:59 de9db76c5a1d: Download complete 16:46:59 0ef7d3d256c8: Verifying Checksum 16:46:59 0ef7d3d256c8: Download complete 16:46:59 7c6f9722023f: Verifying Checksum 16:46:59 7c6f9722023f: Download complete 16:46:59 188c0c94c7c5: Verifying Checksum 16:46:59 188c0c94c7c5: Download complete 16:46:59 188c0c94c7c5: Pull complete 16:47:00 0ef7d3d256c8: Pull complete 16:47:00 de9db76c5a1d: Pull complete 16:47:01 a35cf1a2eb13: Download complete 16:47:02 bca2f99d35d6: Verifying Checksum 16:47:02 bca2f99d35d6: Download complete 16:47:07 bca2f99d35d6: Pull complete 16:47:08 93359f2a8cfa: Pull complete 16:47:08 7c6f9722023f: Pull complete 16:47:08 Still waiting to schedule task 16:47:08 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:47:13 a35cf1a2eb13: Pull complete 16:47:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:47:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:47:13 ---> a62c8e92a672 16:47:13 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 16:47:13 ---> Running in 80b901318acc 16:47:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:47:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:47:14 (1/12) Installing libmagic (5.38-r0) 16:47:15 (2/12) Installing file (5.38-r0) 16:47:15 (3/12) Installing libc-dev (0.7.2-r3) 16:47:15 (4/12) Installing g++ (9.3.0-r2) 16:47:23 (5/12) Installing fortify-headers (1.1-r0) 16:47:23 (6/12) Installing patch (2.7.6-r6) 16:47:23 (7/12) Installing build-base (0.5-r2) 16:47:23 (8/12) Installing libsodium (1.0.18-r0) 16:47:23 (9/12) Installing pkgconf (1.7.2-r0) 16:47:23 (10/12) Installing libsodium-dev (1.0.18-r0) 16:47:23 (11/12) Installing libzmq (4.3.3-r0) 16:47:23 (12/12) Installing zeromq-dev (4.3.3-r0) 16:47:23 Executing busybox-1.31.1-r19.trigger 16:47:23 OK: 233 MiB in 51 packages 16:47:27 Removing intermediate container 80b901318acc 16:47:27 ---> eb6f16e06b5c 16:47:27 Step 4/6 : WORKDIR /edgex-go 16:47:27 ---> Running in 74a51e5cdf61 16:47:27 Removing intermediate container 74a51e5cdf61 16:47:27 ---> 52347dcf286c 16:47:27 Step 5/6 : COPY go.mod . 16:47:27 ---> 71e874695507 16:47:27 Step 6/6 : RUN go mod download 16:47:27 ---> Running in 5f84d58ba9d8 16:47:49 Removing intermediate container 5f84d58ba9d8 16:47:49 ---> c4ce2b46cd92 16:47:49 Successfully built c4ce2b46cd92 16:47:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:47:49 + docker inspect -f . ci-base-image-x86_64 16:47:49 . [Pipeline] withDockerContainer 16:47:50 prd-centos7-docker-4c-2g-32277 does not seem to be running inside a container 16:47:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/51 -v /w/workspace/edgex-go/51:/w/workspace/edgex-go/51:rw,z -v /w/workspace/edgex-go/51@tmp:/w/workspace/edgex-go/51@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 ******** ci-base-image-x86_64 cat 16:47:50 $ docker top 073a7615b47c732565b77d7bac6c120a52ae5ac1b7e09ac03b5a11d69b827598 -eo pid,comm [Pipeline] { [Pipeline] sh 16:47:51 + go version 16:47:51 go version go1.15.5 linux/amd64 [Pipeline] } 16:47:51 $ docker stop --time=1 073a7615b47c732565b77d7bac6c120a52ae5ac1b7e09ac03b5a11d69b827598 16:47:52 $ docker rm -f 073a7615b47c732565b77d7bac6c120a52ae5ac1b7e09ac03b5a11d69b827598 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:47:53 + docker inspect -f . ci-base-image-x86_64 16:47:53 . [Pipeline] withDockerContainer 16:47:53 prd-centos7-docker-4c-2g-32277 does not seem to be running inside a container 16:47:53 $ 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/51 -v /w/workspace/edgex-go/51:/w/workspace/edgex-go/51:rw,z -v /w/workspace/edgex-go/51@tmp:/w/workspace/edgex-go/51@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 ******** ci-base-image-x86_64 cat 16:47:54 $ docker top d29e997d879425d2ce6d17e00c5ea70c12b66743b93fd140b5371bc974b0ae85 -eo pid,comm [Pipeline] { [Pipeline] echo 16:47:54 ========================================================= 16:47:54 [edgeXBuildGoParallel] Running Tests and Build... 16:47:54 ========================================================= [Pipeline] sh 16:47:55 + make test 16:47:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:48:05 ? github.com/edgexfoundry/edgex-go [no test files] 16:48:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:48:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:48:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:48:29 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:48:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:48:31 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:48:31 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:48:31 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:48:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:48:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:48:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:48:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:48:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:48:37 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.103s coverage: 45.9% of statements 16:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:48:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.076s coverage: 19.8% of statements 16:48:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.108s coverage: 100.0% of statements 16:48:42 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.242s coverage: 27.1% of statements 16:48:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:48:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:48:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:48:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:48:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:48:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:48:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements 16:48:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:48:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements 16:48:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:48:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:48:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.081s coverage: 71.3% of statements 16:48:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:48:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:48:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.241s coverage: 82.9% of statements 16:48:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:48:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:48:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.069s coverage: 78.9% of statements 16:48:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:48:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.429s coverage: 28.6% of statements 16:48:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:48:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:48:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:48:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:48:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:48:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.094s coverage: 100.0% of statements 16:48:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:48:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements 16:48:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:48:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.132s coverage: 86.7% of statements 16:48:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:48:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.203s coverage: 97.5% of statements 16:48:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:48:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.086s coverage: 78.3% of statements 16:48:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:48:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:48:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:48:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:48:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.414s coverage: 92.8% of statements 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:48:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:48:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.093s coverage: 1.0% of statements 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 47.1% of statements 16:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.121s coverage: 79.5% of statements 16:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements 16:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements 16:48:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 16:48:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32278 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 16:48:55 Running in /w/workspace/edgex-go/51 [Pipeline] { [Pipeline] checkout 16:49:00 using credential edgex-jenkins-ssh 16:49:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements 16:49:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 16:49:00 Cloning the remote Git repository 16:49:00 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:49:00 > git init /w/workspace/edgex-go/51 # timeout=10 16:49:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:49:00 > git --version # timeout=10 16:49:00 > git --version # 'git version 2.17.1' 16:49:00 using GIT_SSH to set credentials SSH Credentials for GitHub 16:49:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:49:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.276s coverage: 82.6% of statements 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.127s coverage: 92.9% of statements 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 75.5% of statements 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.068s coverage: 84.6% of statements 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.116s coverage: 91.6% of statements 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.205s coverage: 64.4% of statements 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.039s coverage: 100.0% of statements 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.324s coverage: 69.0% of statements 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.116s coverage: 38.4% of statements 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.148s coverage: 47.0% of statements 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:49:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.195s coverage: 87.1% of statements 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:49:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:49:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.752s coverage: 29.1% of statements 16:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:49:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 16:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:49:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.081s coverage: 100.0% of statements 16:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:49:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.115s coverage: 95.0% of statements 16:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:49:13 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 16:49:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:49:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 16:49:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:49:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:49:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:49:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:49:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements 16:49:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:49:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:49:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 16:49:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 16:49:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.047s coverage: 100.0% of statements 16:49:14 GO111MODULE=on go vet ./... 16:49:17 Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 5f4c972d2592fc2985c3de358e6f1142267c5400 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:49:17 Failed in branch arm64 16:49:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:49:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:49:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:49:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:49:16 using GIT_SSH to set credentials SSH Credentials for GitHub 16:49:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:49:17 > git config core.sparsecheckout # timeout=10 16:49:17 > git checkout -f 5f4c972d2592fc2985c3de358e6f1142267c5400 # timeout=10 16:49:47 gofmt -l . 16:49:47 [ "`gofmt -l .`" = "" ] 16:49:47 ./bin/test-go-mod-tidy.sh 16:49:47 ./bin/test-attribution-txt.sh [Pipeline] sh 16:49:47 + ls -al . 16:49:47 total 780 16:49:47 drwxrwxr-x 10 1001 1001 4096 Mar 31 16:49 . 16:49:47 drwxr-xr-x 4 root root 30 Mar 31 16:47 .. 16:49:47 -rw-rw-r-- 1 1001 1001 11 Mar 31 16:46 .dockerignore 16:49:47 drwxrwxr-x 8 1001 1001 179 Mar 31 16:46 .git 16:49:47 drwxrwxr-x 3 1001 1001 125 Mar 31 16:46 .github 16:49:47 -rw-rw-r-- 1 1001 1001 818 Mar 31 16:46 .gitignore 16:49:47 drwx------ 3 1001 1001 60 Mar 31 16:46 .semver 16:49:47 -rw-rw-r-- 1 1001 1001 166 Mar 31 16:46 .sonarcloud.properties 16:49:47 -rw-rw-r-- 1 1001 1001 8607 Mar 31 16:46 Attribution.txt 16:49:47 -rw-rw-r-- 1 1001 1001 3804 Mar 31 16:46 CONTRIBUTING.md 16:49:47 -rw-rw-r-- 1 1001 1001 931 Mar 31 16:46 Dockerfile.build 16:49:47 -rw-rw-r-- 1 1001 1001 863 Mar 31 16:46 Jenkinsfile 16:49:47 -rw-rw-r-- 1 1001 1001 10775 Mar 31 16:46 LICENSE 16:49:47 -rw-rw-r-- 1 1001 1001 5774 Mar 31 16:46 Makefile 16:49:47 -rw-rw-r-- 1 1001 1001 6548 Mar 31 16:46 README.md 16:49:47 -rw-rw-r-- 1 1001 1001 6755 Mar 31 16:46 SECURITY.md 16:49:47 -rw-rw-r-- 1 1001 1001 5 Mar 31 16:46 VERSION 16:49:47 -rw-rw-r-- 1 1001 1001 4131 Mar 31 16:46 ZMQWindows.md 16:49:47 drwxrwxr-x 2 1001 1001 117 Mar 31 16:46 bin 16:49:47 drwxrwxr-x 14 1001 1001 4096 Mar 31 16:46 cmd 16:49:47 -rw-r--r-- 1 root root 669470 Mar 31 16:49 coverage.out 16:49:47 -rw-r--r-- 1 root root 1057 Mar 31 16:49 go.mod 16:49:47 -rw-r--r-- 1 root root 22362 Mar 31 16:49 go.sum 16:49:47 drwxrwxr-x 8 1001 1001 127 Mar 31 16:46 internal 16:49:47 drwxrwxr-x 4 1001 1001 26 Mar 31 16:46 openapi 16:49:47 drwxrwxr-x 4 1001 1001 71 Mar 31 16:46 snap 16:49:47 -rw-rw-r-- 1 1001 1001 168 Mar 31 16:46 version.go [Pipeline] sh 16:49:48 + '[' -e coverage.out ] 16:49:48 + chown 1001:1001 coverage.out [Pipeline] stash 16:49:48 Stashed 1 file(s) [Pipeline] sh 16:49:48 + make build 16:49:48 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 16:49:52 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 16:50:01 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 16:50:03 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 16:50:04 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 16:50:04 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 16:50:06 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 16:50:08 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 16:50:10 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 16:50:11 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 16:50:13 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 16:50:14 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] } 16:50:16 $ docker stop --time=1 d29e997d879425d2ce6d17e00c5ea70c12b66743b93fd140b5371bc974b0ae85 16:50:18 $ docker rm -f d29e997d879425d2ce6d17e00c5ea70c12b66743b93fd140b5371bc974b0ae85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:50:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:50:21 16:50:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:50:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:50:22 latest: Pulling from edgex-devops/edgex-compose 16:50:22 cbdbe7a5bc2a: Pulling fs layer 16:50:22 ca9280d653b3: Pulling fs layer 16:50:22 7e9c9ca2126c: Pulling fs layer 16:50:22 cbdbe7a5bc2a: Verifying Checksum 16:50:22 cbdbe7a5bc2a: Download complete 16:50:23 cbdbe7a5bc2a: Pull complete 16:50:23 ca9280d653b3: Download complete 16:50:24 7e9c9ca2126c: Download complete 16:50:24 ca9280d653b3: Pull complete 16:50:31 7e9c9ca2126c: Pull complete 16:50:31 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:50:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:50:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:50:31 prd-centos7-docker-4c-2g-32277 does not seem to be running inside a container 16:50:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/51 -v /w/workspace/edgex-go/51:/w/workspace/edgex-go/51:rw,z -v /w/workspace/edgex-go/51@tmp:/w/workspace/edgex-go/51@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-devops/edgex-compose:latest cat 16:50:34 $ docker top 5a9d2c00cd7cc506067ef771f38878ff471162849d4d7f7f0f59357b4d0dd727 -eo pid,comm [Pipeline] { [Pipeline] sh 16:50:35 + docker-compose build --help 16:50:35 + grep parallel 16:50:36 --parallel Build images in parallel. [Pipeline] } 16:50:36 $ docker stop --time=1 5a9d2c00cd7cc506067ef771f38878ff471162849d4d7f7f0f59357b4d0dd727 16:50:37 $ docker rm -f 5a9d2c00cd7cc506067ef771f38878ff471162849d4d7f7f0f59357b4d0dd727 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:50:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:50:38 . [Pipeline] withDockerContainer 16:50:38 prd-centos7-docker-4c-2g-32277 does not seem to be running inside a container 16:50:38 $ 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/51 -v /w/workspace/edgex-go/51:/w/workspace/edgex-go/51:rw,z -v /w/workspace/edgex-go/51@tmp:/w/workspace/edgex-go/51@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 16:50:39 $ docker top f3d7fbd9d76f61473a62748d71555f1eae162d198b5f3e786911596c003aacfa -eo pid,comm [Pipeline] { [Pipeline] sh 16:50:40 + docker-compose -f ./docker-compose-build.yml build --parallel 16:50:41 Building docker-core-command-go ... 16:50:41 Building docker-core-data-go ... 16:50:41 Building docker-core-metadata-go ... 16:50:41 Building docker-security-bootstrapper-go ... 16:50:41 Building docker-security-proxy-setup-go ... 16:50:41 Building docker-security-secretstore-setup-go ... 16:50:41 Building docker-support-notifications-go ... 16:50:41 Building docker-support-scheduler-go ... 16:50:41 Building docker-sys-mgmt-agent-go ... 16:50:41 Building docker-sys-mgmt-agent-go 16:50:41 Building docker-support-notifications-go 16:50:41 Building docker-core-command-go 16:50:41 Building docker-core-metadata-go 16:50:41 Building docker-security-proxy-setup-go 16:51:20 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:51:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:51:20 ---> c4ce2b46cd92 16:51:20 Step 3/26 : WORKDIR /edgex-go 16:51:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:51:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:51:20 ---> c4ce2b46cd92 16:51:20 Step 3/22 : WORKDIR /edgex-go 16:51:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:51:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:51:20 ---> c4ce2b46cd92 16:51:20 Step 3/23 : WORKDIR /edgex-go 16:51:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:51:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:51:20 ---> c4ce2b46cd92 16:51:20 Step 3/23 : WORKDIR /edgex-go 16:51:20 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:51:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:51:20 ---> c4ce2b46cd92 16:51:20 Step 3/21 : WORKDIR /edgex-go 16:51:20 ---> Running in 7f53fb47f8c7 16:51:20 ---> Running in 21f66b717348 16:51:20 ---> Running in f9381eba69ab 16:51:20 ---> Running in bd649d977f08 16:51:20 ---> Running in ec73cbb342cd 16:51:20 Removing intermediate container 21f66b717348 16:51:20 ---> b89efc1264ac 16:51:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:51:20 Removing intermediate container bd649d977f08 16:51:20 ---> 34c546547d16 16:51:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:51:20 Removing intermediate container ec73cbb342cd 16:51:20 ---> f0b6b938a523 16:51:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:51:20 Removing intermediate container f9381eba69ab 16:51:20 ---> 1726de5cce16 16:51:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:51:20 Removing intermediate container 7f53fb47f8c7 16:51:20 ---> 4efd3ea8f12d 16:51:20 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:51:20 ---> Running in 2af6cb1a3e28 16:51:20 ---> Running in 8d465bba2fa2 16:51:20 ---> Running in 8917b72557e1 16:51:20 ---> Running in 21c4446501f0 16:51:20 ---> Running in 69969a6a0daa 16:51:20 Removing intermediate container 8917b72557e1 16:51:20 ---> 8b2910769fa6 16:51:20 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:51:20 ---> Running in adf634ed2ed6 16:51:20 Removing intermediate container 2af6cb1a3e28 16:51:20 ---> fa3728c831d1 16:51:20 Step 5/21 : RUN apk add --update --no-cache make git 16:51:20 Removing intermediate container 69969a6a0daa 16:51:20 ---> 2c0726f6a609 16:51:20 Step 5/26 : RUN apk add --update --no-cache make bash git 16:51:20 Removing intermediate container 8d465bba2fa2 16:51:20 ---> faf3d819e766 16:51:20 Step 5/23 : RUN apk add --update --no-cache make git 16:51:20 Removing intermediate container 21c4446501f0 16:51:20 ---> 39b8bda66e6e 16:51:20 Step 5/23 : RUN apk add --update --no-cache make git 16:51:21 ---> Running in 47e118082d95 16:51:21 ---> Running in a9676149224d 16:51:21 ---> Running in d0ee2bb5bb3f 16:51:21 ---> Running in ab5fb7739023 16:51:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:51:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:51:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:51:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:51:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:51:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:51:22 OK: 233 MiB in 51 packages 16:51:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:51:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:51:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:51:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:51:23 OK: 233 MiB in 51 packages 16:51:23 Removing intermediate container adf634ed2ed6 16:51:23 ---> 545182c34f5f 16:51:23 Step 6/22 : COPY go.mod . 16:51:23 OK: 233 MiB in 51 packages 16:51:23 ---> 71f5be4cf845 16:51:23 Step 7/22 : RUN go mod download 16:51:23 OK: 233 MiB in 51 packages 16:51:24 OK: 233 MiB in 51 packages 16:51:24 ---> Running in f15e0236d0ce 16:51:24 Removing intermediate container 47e118082d95 16:51:24 ---> 243b67e93f67 16:51:24 Step 6/21 : COPY go.mod . 16:51:24 ---> 8d2a10492e52 16:51:24 Step 7/21 : RUN go mod download 16:51:24 Removing intermediate container ab5fb7739023 16:51:24 ---> 0c78b701ee06 16:51:24 Step 6/23 : COPY go.mod . 16:51:24 ---> Running in 7a01b8b12648 16:51:24 Removing intermediate container a9676149224d 16:51:24 ---> b91dc62271d7 16:51:24 Step 6/26 : COPY go.mod . 16:51:24 Removing intermediate container d0ee2bb5bb3f 16:51:24 ---> 8f05ec1e0e3b 16:51:24 Step 6/23 : COPY go.mod . 16:51:25 ---> 36d01075bdbc 16:51:25 Step 7/23 : RUN go mod download 16:51:25 ---> ac492315a5ae 16:51:25 Step 7/26 : RUN go mod download 16:51:25 ---> Running in 193bba17b62b 16:51:25 ---> 8ff1f6280250 16:51:25 Step 7/23 : RUN go mod download 16:51:25 ---> Running in 2b0b308788e1 16:51:25 ---> Running in 4bff95221c74 16:51:26 Removing intermediate container f15e0236d0ce 16:51:26 ---> 75b489248be2 16:51:26 Step 8/22 : COPY . . 16:51:26 Removing intermediate container 7a01b8b12648 16:51:26 ---> b713d1cadd0e 16:51:26 Step 8/21 : COPY . . 16:51:30 Removing intermediate container 193bba17b62b 16:51:30 ---> 7921dbc77302 16:51:30 Step 8/23 : COPY . . 16:51:33 Removing intermediate container 2b0b308788e1 16:51:33 ---> bef06c4e48a3 16:51:33 Step 8/26 : COPY . . 16:51:34 Removing intermediate container 4bff95221c74 16:51:34 ---> 59b4fd5b9e77 16:51:34 Step 8/23 : COPY . . 16:52:13 ---> ef41ef8e29d3 16:52:13 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:52:13 ---> 82bb384c48ba 16:52:13 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:52:13 ---> 798e16120cdf 16:52:13 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:52:13 ---> Running in cdefbf23b902 16:52:13 ---> Running in 8c8e7656041d 16:52:13 ---> Running in 2ee5d0003747 16:52:13 ---> 7fc0d2ad26e0 16:52:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:52:13 ---> 7a582dd09d4d 16:52:13 Step 9/23 : RUN make cmd/core-command/core-command 16:52:13 ---> Running in 2d1f724d62d9 16:52:13 ---> Running in 6c273d90b52a 16:52:13 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 16:52:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:52:13 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 16:52:13 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 16:52:13 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 16:52:45 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 16:52:55 Removing intermediate container 6c273d90b52a 16:52:55 ---> 54af95ee2b29 16:52:55 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:52:56 Removing intermediate container 2d1f724d62d9 16:52:56 ---> e810f25e8302 16:52:56 16:52:56 Step 10/23 : FROM alpine:3.12 16:52:56 Removing intermediate container cdefbf23b902 16:52:56 ---> fbca53fe6bed 16:52:56 16:52:56 Step 10/21 : FROM alpine:3.12 16:52:56 3.12: Pulling from library/alpine 16:52:56 3.12: Pulling from library/alpine 16:52:56 ---> Running in 552a68e45620 16:52:57 Removing intermediate container 2ee5d0003747 16:52:57 ---> 82e5c6cee343 16:52:57 16:52:57 Step 10/22 : FROM alpine:3.12 16:52:57 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 16:52:57 3.12: Pulling from library/alpine 16:52:57 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 16:52:57 Status: Downloaded newer image for alpine:3.12 16:52:57 ---> 42cb162f0360 16:52:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:52:57 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 16:52:57 Status: Image is up to date for alpine:3.12 16:52:57 ---> 42cb162f0360 16:52:57 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:52:57 Status: Downloaded newer image for alpine:3.12 16:52:57 ---> 42cb162f0360 16:52:57 Step 11/21 : RUN apk add --update --no-cache curl 16:52:59 ---> Running in 4d3c1162b751 16:52:59 ---> Running in e95df1e35566 16:52:59 ---> Running in baf6da3dd65e 16:52:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:52:59 Removing intermediate container 8c8e7656041d 16:52:59 ---> 55636e38cf6b 16:52:59 16:52:59 Step 10/23 : FROM alpine:3.12 16:52:59 ---> 42cb162f0360 16:52:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:53:00 ---> Running in 11febd695ea2 16:53:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:53:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:53:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:53:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:53:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:53:00 (1/1) Installing dumb-init (1.2.2-r1) 16:53:00 Executing busybox-1.31.1-r19.trigger 16:53:00 Removing intermediate container 552a68e45620 16:53:00 ---> 6a1e4854b310 16:53:00 16:53:00 Step 11/26 : FROM docker:20.10.0 16:53:00 OK: 6 MiB in 15 packages 16:53:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:53:00 (1/4) Installing ca-certificates (20191127-r4) 16:53:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:53:00 20.10.0: Pulling from library/docker 16:53:00 (3/4) Installing libcurl (7.69.1-r3) 16:53:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:53:01 (4/4) Installing curl (7.69.1-r3) 16:53:01 Executing busybox-1.31.1-r19.trigger 16:53:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:53:01 Executing ca-certificates-20191127-r4.trigger 16:53:01 (1/2) Installing ca-certificates (20191127-r4) 16:53:01 (2/2) Installing dumb-init (1.2.2-r1) 16:53:01 Executing busybox-1.31.1-r19.trigger 16:53:01 Executing ca-certificates-20191127-r4.trigger 16:53:01 OK: 7 MiB in 18 packages 16:53:01 (1/1) Installing dumb-init (1.2.2-r1) 16:53:01 Executing busybox-1.31.1-r19.trigger 16:53:01 OK: 6 MiB in 15 packages 16:53:01 OK: 6 MiB in 16 packages 16:53:03 Removing intermediate container 4d3c1162b751 16:53:03 ---> f7b920eec5e2 16:53:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:53:03 Removing intermediate container 11febd695ea2 16:53:03 ---> c851454d016e 16:53:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:53:03 ---> Running in 5b1d4bb3a1e9 16:53:04 ---> Running in 91900a54280d 16:53:04 Removing intermediate container e95df1e35566 16:53:04 ---> 730ea4b319f3 16:53:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:53:04 Removing intermediate container baf6da3dd65e 16:53:04 ---> 7086fc471e47 16:53:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:53:04 Removing intermediate container 5b1d4bb3a1e9 16:53:04 ---> 57ecb2a36f28 16:53:04 Step 13/23 : ENV APP_PORT=48082 16:53:05 ---> Running in 218b7a2bac9d 16:53:05 ---> Running in 16a3a0751ad1 16:53:05 ---> Running in e03b81d273de 16:53:05 Removing intermediate container 91900a54280d 16:53:05 ---> fd9c35a8b0d1 16:53:05 Step 13/23 : ENV APP_PORT=48081 16:53:05 ---> Running in e56fccdd4df3 16:53:05 Removing intermediate container 16a3a0751ad1 16:53:05 ---> 1482369636c0 16:53:05 Step 13/22 : ENV APP_PORT=48060 16:53:05 Removing intermediate container 218b7a2bac9d 16:53:05 ---> 4352757f8987 16:53:05 Step 13/21 : WORKDIR /edgex 16:53:05 Removing intermediate container e03b81d273de 16:53:05 ---> 6c0991ddd9fd 16:53:05 Step 14/23 : EXPOSE $APP_PORT 16:53:05 ---> Running in b9be97cb2784 16:53:05 ---> Running in 27a8fe55122b 16:53:05 ---> Running in 8cac09217940 16:53:05 Removing intermediate container e56fccdd4df3 16:53:05 ---> 83bc72c423dc 16:53:05 Step 14/23 : EXPOSE $APP_PORT 16:53:05 ---> Running in 4cff7af6ee7c 16:53:05 Removing intermediate container 8cac09217940 16:53:05 ---> b2387e6aa34f 16:53:05 Step 15/23 : WORKDIR / 16:53:06 Removing intermediate container b9be97cb2784 16:53:06 ---> 762a5293dd78 16:53:06 Step 14/22 : EXPOSE $APP_PORT 16:53:06 ---> Running in 6b7e94520e97 16:53:06 Removing intermediate container 27a8fe55122b 16:53:06 ---> 93efcb29fb68 16:53:06 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:53:06 Removing intermediate container 4cff7af6ee7c 16:53:06 ---> 764cf07fba6c 16:53:06 Step 15/23 : WORKDIR / 16:53:06 ---> Running in 094b61cdbe60 16:53:07 ---> Running in 8f97d3aa4635 16:53:07 ---> c19902ccdd8a 16:53:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:53:07 Removing intermediate container 6b7e94520e97 16:53:07 ---> cd3714539af8 16:53:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:53:07 Removing intermediate container 094b61cdbe60 16:53:07 ---> b0ce16ddb99e 16:53:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:53:07 Removing intermediate container 8f97d3aa4635 16:53:07 ---> caa9df0ef9e6 16:53:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:53:07 ---> 7f24ab02da9c 16:53:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:53:07 ---> ce982f7a70df 16:53:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:53:07 ---> 77ed5dbc6134 16:53:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:53:07 ---> a30184854819 16:53:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:53:09 ---> 9ca84b62b7f5 16:53:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:53:09 ---> 8ce8c14ec421 16:53:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:53:09 ---> 1e86063ba7ca 16:53:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:53:09 ---> 6b1387b6463f 16:53:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:53:09 ---> Running in adb8542c89d7 16:53:10 Removing intermediate container adb8542c89d7 16:53:10 ---> 60047a5efca6 16:53:10 Step 18/21 : CMD ["--init=true"] 16:53:10 ---> 2b30f1fdc5da 16:53:10 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:53:10 ---> d2e93017a152 16:53:10 Step 19/23 : ENTRYPOINT ["/core-command"] 16:53:10 ---> 8b6056ba826a 16:53:10 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:53:10 ---> Running in deae9fe97d74 16:53:10 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:53:10 ---> Running in c0d392b8387b 16:53:10 ---> Running in 27798eb13ef9 16:53:10 Status: Downloaded newer image for docker:20.10.0 16:53:10 ---> aefe523efa57 16:53:10 Step 12/26 : RUN apk add --no-cache bash 16:53:10 ---> Running in 5bc7b606b91d 16:53:10 ---> Running in 88a010261936 16:53:10 Removing intermediate container deae9fe97d74 16:53:10 ---> 05c6b6a80e43 16:53:10 Step 19/21 : LABEL arch=x86_64 16:53:10 Removing intermediate container c0d392b8387b 16:53:10 ---> bb71d9acb168 16:53:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:53:10 Removing intermediate container 27798eb13ef9 16:53:10 ---> e86b1ce53d29 16:53:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:53:11 ---> Running in 89c82f5f2090 16:53:11 Removing intermediate container 5bc7b606b91d 16:53:11 ---> 90cd7aae7d72 16:53:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:53:11 ---> Running in 528f4ea940dd 16:53:11 ---> Running in 80a414f7abfc 16:53:11 ---> Running in f26b2da41a85 16:53:11 Removing intermediate container 89c82f5f2090 16:53:11 ---> 81d62163684a 16:53:11 Step 20/21 : LABEL git_sha=c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c 16:53:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:53:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:53:11 ---> Running in 5dc84fdc0070 16:53:11 Removing intermediate container f26b2da41a85 16:53:11 ---> fb9e205eaace 16:53:11 Step 21/23 : LABEL arch=x86_64 16:53:12 Removing intermediate container 528f4ea940dd 16:53:12 ---> 24dfdc6581d6 16:53:12 Step 20/22 : LABEL arch=x86_64 16:53:12 Removing intermediate container 80a414f7abfc 16:53:12 ---> 82be94370daf 16:53:12 Step 21/23 : LABEL arch=x86_64 16:53:12 (1/2) Installing readline (8.0.4-r0) 16:53:12 (2/2) Installing bash (5.0.17-r0) 16:53:12 Executing bash-5.0.17-r0.post-install 16:53:12 Executing busybox-1.31.1-r19.trigger 16:53:12 OK: 12 MiB in 22 packages 16:53:12 ---> Running in 9e25b3c1a203 16:53:12 ---> Running in e68878de4068 16:53:12 ---> Running in 72442ba9fbd6 16:53:12 Removing intermediate container 5dc84fdc0070 16:53:12 ---> 0175a723e4e9 16:53:12 Step 21/21 : LABEL version=0.0.0 16:53:12 ---> Running in f992b815507b 16:53:12 Removing intermediate container 9e25b3c1a203 16:53:12 ---> 13cb1f4920cf 16:53:12 Step 22/23 : LABEL git_sha=c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c 16:53:12 Removing intermediate container 72442ba9fbd6 16:53:12 ---> 6695d3ccb4db 16:53:12 Step 22/23 : LABEL git_sha=c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c 16:53:12 Removing intermediate container e68878de4068 16:53:12 ---> b67e6b1c7678 16:53:12 Step 21/22 : LABEL git_sha=c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c 16:53:13 ---> Running in d5ac99058bfb 16:53:13 ---> Running in b22f27db17b5 16:53:13 ---> Running in 37029a56ae8c 16:53:13 Removing intermediate container f992b815507b 16:53:13 ---> 03647184e008 16:53:13 16:53:13 Removing intermediate container d5ac99058bfb 16:53:13 ---> 065e4ba3403f 16:53:13 Step 23/23 : LABEL version=0.0.0 16:53:13 ---> Running in 1a3e90c27559 16:53:13 Successfully built 03647184e008 16:53:13 Successfully tagged docker-security-proxy-setup-go:latest 16:53:13  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 16:53:13 Removing intermediate container b22f27db17b5 16:53:13 ---> b96e2ae98338 16:53:13 Step 23/23 : LABEL version=0.0.0 16:53:13 Removing intermediate container 88a010261936 16:53:13 ---> 4d16c03b01e2 16:53:13 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:53:13 Removing intermediate container 37029a56ae8c 16:53:13 ---> dfef832ce749 16:53:13 Step 22/22 : LABEL version=0.0.0 16:53:13 ---> Running in 7730f7aeca1f 16:53:13 ---> Running in 1489b708fc4d 16:53:13 ---> Running in ebcb40d0e643 16:53:13 Removing intermediate container 1a3e90c27559 16:53:13 ---> cd9170be92c8 16:53:13 16:53:14 Removing intermediate container 1489b708fc4d 16:53:14 ---> 478c63a005ea 16:53:14 16:53:14 Successfully built cd9170be92c8 16:53:14 Successfully tagged docker-core-metadata-go:latest 16:53:14 Building docker-security-secretstore-setup-go 16:53:14  Building docker-core-metadata-go ... done Removing intermediate container 7730f7aeca1f 16:53:14 ---> 2ce8b899efe7 16:53:14 Step 14/26 : ENV APP_PORT=48090 16:53:14 Removing intermediate container ebcb40d0e643 16:53:14 ---> 19db4254aca9 16:53:14 16:53:14 Successfully built 478c63a005ea 16:53:14 ---> Running in a26610727160 16:53:14 Successfully tagged docker-core-command-go:latest 16:53:14 Building docker-support-scheduler-go 16:53:14  Building docker-core-command-go ... done Successfully built 19db4254aca9 16:53:14 Successfully tagged docker-support-notifications-go:latest 16:53:14 Building docker-core-data-go 16:53:14  Building docker-support-notifications-go ... done Removing intermediate container a26610727160 16:53:14 ---> ca4aeb672034 16:53:14 Step 15/26 : EXPOSE $APP_PORT 16:53:14 ---> Running in 5cf3144dd03a 16:53:14 Removing intermediate container 5cf3144dd03a 16:53:14 ---> d6426919ba36 16:53:14 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:53:16 ---> 5b7313222291 16:53:16 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:53:19 ---> 7d2a01e7cfee 16:53:19 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:53:23 ---> d48b0d930655 16:53:23 Step 19/26 : RUN apk --no-cache add py3-pip 16:53:23 ---> Running in e9d5bd0e5d59 16:53:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:53:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:53:23 (1/33) Installing libbz2 (1.0.8-r1) 16:53:23 (2/33) Installing expat (2.2.9-r1) 16:53:23 (3/33) Installing libffi (3.3-r2) 16:53:23 (4/33) Installing gdbm (1.13-r1) 16:53:23 (5/33) Installing xz-libs (5.2.5-r0) 16:53:23 (6/33) Installing sqlite-libs (3.32.1-r0) 16:53:23 (7/33) Installing python3 (3.8.8-r0) 16:53:27 (8/33) Installing py3-appdirs (1.4.4-r1) 16:53:27 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:53:27 (10/33) Installing py3-parsing (2.4.7-r0) 16:53:27 (11/33) Installing py3-six (1.15.0-r0) 16:53:27 (12/33) Installing py3-packaging (20.4-r0) 16:53:27 (13/33) Installing py3-setuptools (47.0.0-r0) 16:53:27 (14/33) Installing py3-chardet (3.0.4-r4) 16:53:27 (15/33) Installing py3-idna (2.9-r0) 16:53:27 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:53:27 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:53:27 (18/33) Installing py3-requests (2.23.0-r0) 16:53:27 (19/33) Installing py3-msgpack (1.0.0-r0) 16:53:27 (20/33) Installing py3-lockfile (0.12.2-r3) 16:53:27 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:53:27 (22/33) Installing py3-colorama (0.4.3-r0) 16:53:27 (23/33) Installing py3-distlib (0.3.0-r0) 16:53:27 (24/33) Installing py3-distro (1.5.0-r1) 16:53:27 (25/33) Installing py3-webencodings (0.5.1-r3) 16:53:27 (26/33) Installing py3-html5lib (1.0.1-r4) 16:53:28 (27/33) Installing py3-pytoml (0.1.21-r0) 16:53:28 (28/33) Installing py3-pep517 (0.8.2-r0) 16:53:28 (29/33) Installing py3-progress (1.5-r0) 16:53:28 (30/33) Installing py3-toml (0.10.1-r0) 16:53:28 (31/33) Installing py3-retrying (1.3.3-r0) 16:53:28 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:53:28 (33/33) Installing py3-pip (20.1.1-r0) 16:53:28 Executing busybox-1.31.1-r19.trigger 16:53:28 OK: 71 MiB in 55 packages 16:53:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:53:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:53:46 ---> c4ce2b46cd92 16:53:46 Step 3/22 : WORKDIR /edgex-go 16:53:46 ---> Using cache 16:53:46 ---> 4efd3ea8f12d 16:53:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:53:46 ---> Using cache 16:53:46 ---> 2c0726f6a609 16:53:46 Step 5/22 : RUN apk add --update --no-cache make git 16:53:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:53:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:53:46 ---> c4ce2b46cd92 16:53:46 Step 3/23 : WORKDIR /edgex-go 16:53:46 ---> Using cache 16:53:46 ---> 4efd3ea8f12d 16:53:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:53:46 ---> Using cache 16:53:46 ---> 2c0726f6a609 16:53:46 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:53:46 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:53:46 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:53:46 ---> c4ce2b46cd92 16:53:46 Step 3/31 : WORKDIR /edgex-go 16:53:46 ---> Using cache 16:53:46 ---> 4efd3ea8f12d 16:53:46 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:53:46 ---> Using cache 16:53:46 ---> 2c0726f6a609 16:53:46 Step 5/31 : RUN apk add --update --no-cache make git 16:53:46 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:53:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:53:46 ---> c4ce2b46cd92 16:53:46 Step 3/24 : WORKDIR /edgex-go 16:53:46 ---> Using cache 16:53:46 ---> 4efd3ea8f12d 16:53:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:53:46 ---> Using cache 16:53:46 ---> 2c0726f6a609 16:53:46 Step 5/24 : RUN apk add --update --no-cache make git 16:53:46 ---> Running in 2127213b2619 16:53:46 ---> Running in d5a396aa16f4 16:53:46 ---> Running in e7e0848fdc96 16:53:46 ---> Running in 65e7caa5c834 16:53:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:53:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:53:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:53:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:53:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:53:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:53:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:53:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:53:50 OK: 233 MiB in 51 packages 16:53:50 OK: 233 MiB in 51 packages 16:53:50 OK: 233 MiB in 51 packages 16:53:50 OK: 233 MiB in 51 packages 16:53:52 Removing intermediate container 65e7caa5c834 16:53:52 ---> 3200d21c816a 16:53:52 Step 6/31 : COPY go.mod . 16:53:52 Removing intermediate container 2127213b2619 16:53:52 ---> 0f2a35150908 16:53:52 Step 6/24 : COPY go.mod . 16:53:52 Removing intermediate container d5a396aa16f4 16:53:52 ---> cc2a716f6c46 16:53:52 Step 6/22 : COPY go.mod . 16:53:52 Removing intermediate container e9d5bd0e5d59 16:53:52 ---> 8556d8277424 16:53:52 Step 20/26 : RUN pip install docker-compose==1.23.2 16:53:53 Removing intermediate container e7e0848fdc96 16:53:53 ---> 42796f4c3b94 16:53:53 Step 6/23 : COPY go.mod . 16:53:53 ---> e1edadf6d6ed 16:53:53 Step 7/24 : RUN go mod download 16:53:53 ---> Running in 0db96af64ada 16:53:53 ---> 1878f52049f4 16:53:53 Step 7/31 : RUN go mod download 16:53:53 ---> Running in b9e48870a458 16:53:53 ---> Running in 2b7bcfa89490 16:53:53 ---> 22765c73ad1f 16:53:53 Step 7/22 : RUN go mod download 16:53:53 ---> ab786e652772 16:53:53 Step 7/23 : RUN go mod download 16:53:53 ---> Running in de00cf266864 16:53:53 ---> Running in 33d90a9202c6 16:53:55 Collecting docker-compose==1.23.2 16:53:55 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:53:55 Collecting texttable<0.10,>=0.9.0 16:53:55 Downloading texttable-0.9.1.tar.gz (11 kB) 16:53:56 Removing intermediate container b9e48870a458 16:53:56 ---> 4f017cb65364 16:53:56 Step 8/31 : COPY . . 16:53:56 Removing intermediate container 2b7bcfa89490 16:53:56 ---> 59a1f2e0b346 16:53:56 Step 8/24 : COPY . . 16:53:56 Removing intermediate container 33d90a9202c6 16:53:56 ---> f2c9ca82fb4e 16:53:56 Step 8/23 : COPY . . 16:53:56 Removing intermediate container de00cf266864 16:53:56 ---> fd420bba319f 16:53:56 Step 8/22 : COPY . . 16:53:57 Collecting jsonschema<3,>=2.5.1 16:53:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:53:57 Collecting websocket-client<1.0,>=0.32.0 16:53:57 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:54:00 Collecting PyYAML<4,>=3.10 16:54:00 Downloading PyYAML-3.13.tar.gz (270 kB) 16:54:02 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:54:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:54:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:54:05 Collecting cached-property<2,>=1.2.0 16:54:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:54:07 Collecting docker<4.0,>=3.6.0 16:54:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:54:08 Collecting docopt<0.7,>=0.6.1 16:54:08 Downloading docopt-0.6.2.tar.gz (25 kB) 16:54:11 Collecting dockerpty<0.5,>=0.4.1 16:54:11 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:54:13 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) 16:54:13 Collecting idna<2.8,>=2.5 16:54:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:54:13 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) 16:54:13 Collecting urllib3<1.25,>=1.21.1 16:54:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:54:13 Collecting docker-pycreds>=0.4.0 16:54:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:54:13 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:54:13 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:54:13 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:54:13 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:54:13 Installing collected packages: texttable, jsonschema, websocket-client, PyYAML, idna, urllib3, requests, cached-property, docker-pycreds, docker, docopt, dockerpty, docker-compose 16:54:13 Running setup.py install for texttable: started 16:54:17 Running setup.py install for texttable: finished with status 'done' 16:54:21 Running setup.py install for PyYAML: started 16:54:22 Running setup.py install for PyYAML: finished with status 'done' 16:54:22 Attempting uninstall: idna 16:54:22 Found existing installation: idna 2.9 16:54:22 Uninstalling idna-2.9: 16:54:23 Successfully uninstalled idna-2.9 16:54:25 Attempting uninstall: urllib3 16:54:25 Found existing installation: urllib3 1.25.9 16:54:25 Uninstalling urllib3-1.25.9: 16:54:25 Successfully uninstalled urllib3-1.25.9 16:54:26 Attempting uninstall: requests 16:54:26 Found existing installation: requests 2.23.0 16:54:26 Uninstalling requests-2.23.0: 16:54:26 Successfully uninstalled requests-2.23.0 16:54:32 Running setup.py install for docopt: started 16:54:33 Running setup.py install for docopt: finished with status 'done' 16:54:33 Running setup.py install for dockerpty: started 16:54:34 Running setup.py install for dockerpty: finished with status 'done' 16:54:37 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 16:54:37 ---> facf6e3ff4a6 16:54:37 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:54:37 ---> f3050aa735c3 16:54:37 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:54:37 ---> f8675e768806 16:54:37 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:54:37 ---> Running in f811a3bea5a8 16:54:38 ---> 55e632727cf9 16:54:38 Step 9/23 : RUN make cmd/core-data/core-data 16:54:38 ---> Running in 6066ebc7e3af 16:54:38 ---> Running in bfc92c734539 16:54:39 ---> Running in e54d11254051 16:54:40 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 16:54:40 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 16:54:40 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 16:54:40 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 16:54:42 Removing intermediate container 0db96af64ada 16:54:42 ---> 6e3f45e793ac 16:54:42 Step 21/26 : RUN apk --no-cache add curl 16:54:42 ---> Running in 8f901f2f1a03 16:54:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:54:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:54:43 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:54:43 (2/3) Installing libcurl (7.69.1-r3) 16:54:43 (3/3) Installing curl (7.69.1-r3) 16:54:43 Executing busybox-1.31.1-r19.trigger 16:54:43 OK: 72 MiB in 58 packages 16:54:46 Removing intermediate container 8f901f2f1a03 16:54:46 ---> fa2ef3014fa8 16:54:46 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:54:47 ---> Running in d879a1340b7f 16:54:48 Removing intermediate container d879a1340b7f 16:54:48 ---> e25c67c2dc09 16:54:48 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:54:48 ---> Running in e7ff3f62f635 16:54:48 Removing intermediate container e7ff3f62f635 16:54:48 ---> 1141a8703f47 16:54:48 Step 24/26 : LABEL arch=x86_64 16:54:48 ---> Running in 4c283d4160e1 16:54:49 Removing intermediate container 4c283d4160e1 16:54:49 ---> 64ddfd2ae01c 16:54:49 Step 25/26 : LABEL git_sha=c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c 16:54:49 ---> Running in 1a4ab5da0bba 16:54:49 Removing intermediate container 1a4ab5da0bba 16:54:49 ---> 8c31a939792a 16:54:49 Step 26/26 : LABEL version=0.0.0 16:54:49 ---> Running in a1c3b5131c26 16:54:49 Removing intermediate container a1c3b5131c26 16:54:49 ---> 65b64d104c7b 16:54:49 16:54:50 Successfully built 65b64d104c7b 16:54:50 Successfully tagged docker-sys-mgmt-agent-go:latest 16:55:12  Building docker-sys-mgmt-agent-go ... done 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 16:55:22 Removing intermediate container f811a3bea5a8 16:55:22 ---> 27aee4d5d927 16:55:22 16:55:22 Step 10/31 : FROM alpine:3.12 16:55:22 ---> 42cb162f0360 16:55:22 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:55:22 Removing intermediate container bfc92c734539 16:55:22 ---> 286ee3314fbf 16:55:22 16:55:22 Step 10/24 : FROM alpine:3.12 16:55:22 ---> 42cb162f0360 16:55:22 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 16:55:22 Removing intermediate container 6066ebc7e3af 16:55:22 ---> af6d8c91cb42 16:55:22 16:55:22 Step 10/22 : FROM alpine:3.12 16:55:22 ---> 42cb162f0360 16:55:22 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:55:22 ---> Using cache 16:55:22 ---> c851454d016e 16:55:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:55:22 ---> Using cache 16:55:22 ---> fd9c35a8b0d1 16:55:22 Step 13/22 : ENV APP_PORT=48085 16:55:22 ---> Running in 7359621113d5 16:55:22 ---> Running in aef8f39c57d3 16:55:22 ---> Running in 5bff746b7992 16:55:22 Removing intermediate container aef8f39c57d3 16:55:22 ---> b0567c1cf83c 16:55:22 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:55:22 Removing intermediate container 5bff746b7992 16:55:22 ---> 19af78b9a312 16:55:22 Step 14/22 : EXPOSE $APP_PORT 16:55:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:55:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:55:22 (1/6) Installing ca-certificates (20191127-r4) 16:55:22 (2/6) Installing nghttp2-libs (1.41.0-r0) 16:55:22 (3/6) Installing libcurl (7.69.1-r3) 16:55:22 (4/6) Installing curl (7.69.1-r3) 16:55:22 (5/6) Installing dumb-init (1.2.2-r1) 16:55:22 (6/6) Installing su-exec (0.2-r1) 16:55:22 Executing busybox-1.31.1-r19.trigger 16:55:22 ---> Running in 622630480d9a 16:55:22 ---> Running in 00e5c1a90545 16:55:22 Executing ca-certificates-20191127-r4.trigger 16:55:22 OK: 7 MiB in 20 packages 16:55:24 Removing intermediate container 622630480d9a 16:55:24 ---> c10023be1ef5 16:55:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:55:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:55:24 Removing intermediate container e54d11254051 16:55:24 ---> 42913b36cae7 16:55:24 16:55:24 Step 10/23 : FROM alpine:3.12 16:55:24 ---> 42cb162f0360 16:55:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:55:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:55:24 ---> Running in a53445e3ca6f 16:55:24 (1/2) Installing dumb-init (1.2.2-r1) 16:55:24 (2/2) Installing su-exec (0.2-r1) 16:55:24 Executing busybox-1.31.1-r19.trigger 16:55:24 OK: 6 MiB in 16 packages 16:55:24 ---> c58acfdc1105 16:55:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:55:24 Removing intermediate container a53445e3ca6f 16:55:24 ---> 245bd7ba09ed 16:55:24 Step 12/23 : ENV APP_PORT=48080 16:55:24 Removing intermediate container 7359621113d5 16:55:24 ---> bf71e31ba3ba 16:55:24 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:55:25 ---> Running in 6c0d75d6429d 16:55:25 ---> Running in 36249bef311a 16:55:25 Removing intermediate container 00e5c1a90545 16:55:25 ---> b54146986046 16:55:25 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:55:26 ---> 159ebc771e21 16:55:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:55:26 Removing intermediate container 6c0d75d6429d 16:55:26 ---> 4c011de34535 16:55:26 Step 13/23 : EXPOSE $APP_PORT 16:55:26 ---> Running in 98cd2ee6bd00 16:55:26 ---> Running in 801c0051bc6c 16:55:26 Removing intermediate container 36249bef311a 16:55:26 ---> 2fe90fc19bf1 16:55:26 Step 13/24 : WORKDIR / 16:55:26 ---> Running in 43436f7ca33e 16:55:26 ---> 88ceaa505b88 16:55:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:55:26 Removing intermediate container 98cd2ee6bd00 16:55:26 ---> 9d923cbfe33b 16:55:26 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:55:26 ---> Running in c01b253e90be 16:55:26 Removing intermediate container 801c0051bc6c 16:55:26 ---> 3949e270d526 16:55:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:26 ---> Running in 8843fdf8091c 16:55:26 ---> Running in 252e64fe3baa 16:55:26 Removing intermediate container 43436f7ca33e 16:55:26 ---> 9d2b0f6e46a2 16:55:26 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:55:26 Removing intermediate container c01b253e90be 16:55:26 ---> d535bd7ea975 16:55:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:55:26 ---> Running in de358f0274be 16:55:27 Removing intermediate container 8843fdf8091c 16:55:27 ---> 03aa1613f340 16:55:27 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:55:27 ---> 0375b3079f5d 16:55:27 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:55:27 ---> Running in b66198a4ca6d 16:55:27 Removing intermediate container de358f0274be 16:55:27 ---> e56316cdd77d 16:55:27 Step 20/22 : LABEL arch=x86_64 16:55:27 ---> Running in e6326ce6dd05 16:55:27 ---> a2e8c1eef060 16:55:27 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:55:27 Removing intermediate container e6326ce6dd05 16:55:27 ---> 6d01b2050442 16:55:27 Step 21/22 : LABEL git_sha=c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c 16:55:28 ---> Running in ab88af64b15b 16:55:28 ---> 605ce9ca8083 16:55:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:55:28 Removing intermediate container ab88af64b15b 16:55:28 ---> 1be089182ad3 16:55:28 Step 22/22 : LABEL version=0.0.0 16:55:29 ---> Running in 1b9bce3044c7 16:55:29 Removing intermediate container 252e64fe3baa 16:55:29 ---> 1acce0b09e74 16:55:29 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:55:29 ---> Running in 610d4d97304c 16:55:29 Removing intermediate container b66198a4ca6d 16:55:29 ---> ef0e2cc4096a 16:55:29 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:55:29 ---> 6139c1a8d7d3 16:55:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:55:29 Removing intermediate container 1b9bce3044c7 16:55:29 ---> ca2af45f9fe6 16:55:29 16:55:29 ---> Running in 1ab44fcd1f17 16:55:29 Successfully built ca2af45f9fe6 16:55:29 Successfully tagged docker-support-scheduler-go:latest 16:55:29  Building docker-support-scheduler-go ... done Removing intermediate container 1ab44fcd1f17 16:55:29 ---> e7d67c033d1f 16:55:29 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:55:29 ---> 2a673ed1f618 16:55:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:55:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:55:30 ---> ed81e8ba100b 16:55:30 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:55:30 ---> 71888e20a31f 16:55:30 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/ 16:55:30 ---> Running in 4709d2da5e34 16:55:30 ---> Running in 2fcbaa8b23f5 16:55:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:55:31 (1/6) Installing dumb-init (1.2.2-r1) 16:55:31 (2/6) Installing libgcc (9.3.0-r2) 16:55:31 (3/6) Installing libsodium (1.0.18-r0) 16:55:31 (4/6) Installing libstdc++ (9.3.0-r2) 16:55:32 Removing intermediate container 2fcbaa8b23f5 16:55:32 ---> c405a4c0bec0 16:55:32 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:55:32 Removing intermediate container 4709d2da5e34 16:55:32 ---> 86d59b6ef5ba 16:55:32 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:55:32 ---> Running in 676a56edc091 16:55:32 (5/6) Installing libzmq (4.3.3-r0) 16:55:32 (6/6) Installing zeromq (4.3.3-r0) 16:55:32 Removing intermediate container 676a56edc091 16:55:32 ---> 980d47d284da 16:55:32 Step 22/24 : LABEL arch=x86_64 16:55:32 ---> 414becaacb99 16:55:32 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:55:32 Executing busybox-1.31.1-r19.trigger 16:55:32 ---> Running in e59df3915bcd 16:55:32 OK: 8 MiB in 20 packages 16:55:32 Removing intermediate container e59df3915bcd 16:55:32 ---> 67b3df111958 16:55:32 Step 23/24 : LABEL git_sha=c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c 16:55:32 ---> Running in 6ab5cf9f7213 16:55:33 ---> f0c9fef874ba 16:55:33 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:55:33 Removing intermediate container 6ab5cf9f7213 16:55:33 ---> 8ec7c4c8b8a0 16:55:33 Step 24/24 : LABEL version=0.0.0 16:55:33 Removing intermediate container 610d4d97304c 16:55:33 ---> f67a35c34f29 16:55:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:55:33 ---> Running in f58680c8f3e8 16:55:33 ---> 85072f04d17e 16:55:33 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:55:33 Removing intermediate container f58680c8f3e8 16:55:33 ---> 15d7be97f76d 16:55:33 16:55:33 ---> 5d0264ab8de6 16:55:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:55:33 Successfully built 15d7be97f76d 16:55:33 Successfully tagged docker-security-secretstore-setup-go:latest 16:55:34  Building docker-security-secretstore-setup-go ... done  ---> 018e83f4e6cf 16:55:34 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:55:34 ---> cdad036b0161 16:55:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:55:34 ---> 0a56c2b8c638 16:55:34 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:55:34 ---> Running in 846fa31512e9 16:55:34 ---> 347ce2a6f903 16:55:34 Step 19/23 : ENTRYPOINT ["/core-data"] 16:55:34 ---> Running in 83e7fb21f14f 16:55:34 Removing intermediate container 846fa31512e9 16:55:34 ---> 6bf3333c2075 16:55:34 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:55:34 Removing intermediate container 83e7fb21f14f 16:55:34 ---> b221a8648f4d 16:55:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:55:34 ---> Running in dc48bd782c4d 16:55:35 ---> b8993d389d89 16:55:35 Step 26/31 : RUN chmod +x /entrypoint.sh 16:55:35 ---> Running in 12a6c4189750 16:55:35 Removing intermediate container dc48bd782c4d 16:55:35 ---> 607d742d286d 16:55:35 Step 21/23 : LABEL arch=x86_64 16:55:35 ---> Running in d45813205d9b 16:55:35 Removing intermediate container d45813205d9b 16:55:35 ---> 7c5d66c383a7 16:55:35 Step 22/23 : LABEL git_sha=c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c 16:55:35 ---> Running in ed2631a60c3c 16:55:35 Removing intermediate container ed2631a60c3c 16:55:35 ---> 12487e4c8753 16:55:35 Step 23/23 : LABEL version=0.0.0 16:55:35 ---> Running in a4b967d6d6c8 16:55:36 Removing intermediate container a4b967d6d6c8 16:55:36 ---> 40289450c10b 16:55:36 16:55:36 Successfully built 40289450c10b 16:55:36 Successfully tagged docker-core-data-go:latest 16:55:36  Building docker-core-data-go ... done Removing intermediate container 12a6c4189750 16:55:36 ---> 1abb66f3f158 16:55:36 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:55:36 ---> Running in 4e955ed6afc6 16:55:37 Removing intermediate container 4e955ed6afc6 16:55:37 ---> 3b46561d719b 16:55:37 Step 28/31 : CMD ["gate"] 16:55:37 ---> Running in f66610194303 16:55:37 Removing intermediate container f66610194303 16:55:37 ---> 361871f0d054 16:55:37 Step 29/31 : LABEL arch=x86_64 16:55:37 ---> Running in 25530771222d 16:55:37 Removing intermediate container 25530771222d 16:55:37 ---> 21a41c417be4 16:55:37 Step 30/31 : LABEL git_sha=c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c 16:55:37 ---> Running in b9ea8ccf7de9 16:55:38 Removing intermediate container b9ea8ccf7de9 16:55:38 ---> 27722a894dfe 16:55:38 Step 31/31 : LABEL version=0.0.0 16:55:38 ---> Running in b161058cc42a 16:55:38 Removing intermediate container b161058cc42a 16:55:38 ---> 17a413a0d47d 16:55:38 16:55:38 Successfully built 17a413a0d47d 16:55:38 Successfully tagged docker-security-bootstrapper-go:latest 16:55:38  Building docker-security-bootstrapper-go ... done  [Pipeline] } 16:55:38 $ docker stop --time=1 f3d7fbd9d76f61473a62748d71555f1eae162d198b5f3e786911596c003aacfa 16:55:40 $ docker rm -f f3d7fbd9d76f61473a62748d71555f1eae162d198b5f3e786911596c003aacfa [Pipeline] // withDockerContainer [Pipeline] sh 16:55:41 + docker images 16:55:41 + grep docker 16:55:41 docker-security-bootstrapper-go latest 17a413a0d47d 3 seconds ago 18.9MB 16:55:41 docker-core-data-go latest 40289450c10b 6 seconds ago 22.7MB 16:55:41 docker-security-secretstore-setup-go latest 15d7be97f76d 8 seconds ago 25.7MB 16:55:41 docker-support-scheduler-go latest ca2af45f9fe6 12 seconds ago 17.4MB 16:55:41 docker-sys-mgmt-agent-go latest 65b64d104c7b 52 seconds ago 314MB 16:55:41 docker-support-notifications-go latest 19db4254aca9 2 minutes ago 17.9MB 16:55:41 docker-core-command-go latest 478c63a005ea 2 minutes ago 17.3MB 16:55:41 docker-core-metadata-go latest cd9170be92c8 2 minutes ago 19MB 16:55:41 docker-security-proxy-setup-go latest 03647184e008 2 minutes ago 25.4MB 16:55:41 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 16:55:57 Still waiting to schedule task 16:55:57 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:56:50 Running on prd-ubuntu18.04-docker-8c-8g-32285 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 16:56:50 Running in /w/workspace/edgex-go/51 [Pipeline] { [Pipeline] checkout 16:56:52 using credential edgex-jenkins-ssh 16:56:52 Cloning the remote Git repository 16:56:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:56:52 > git init /w/workspace/edgex-go/51 # timeout=10 16:56:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:56:52 > git --version # timeout=10 16:56:52 > git --version # 'git version 2.17.1' 16:56:52 using GIT_SSH to set credentials SSH Credentials for GitHub 16:56:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:57:00 Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 5f4c972d2592fc2985c3de358e6f1142267c5400 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 16:56:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:56:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:56:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:56:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:56:59 using GIT_SSH to set credentials SSH Credentials for GitHub 16:56:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:57:00 > git config core.sparsecheckout # timeout=10 16:57:00 > git checkout -f 5f4c972d2592fc2985c3de358e6f1142267c5400 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:57:00 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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 16:57:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:57:03 ---> package-listing.sh 16:57:03 ++ facter osfamily 16:57:03 ++ tr '[:upper:]' '[:lower:]' 16:57:03 + OS_FAMILY=redhat 16:57:03 + workspace=/w/workspace/edgex-go/51 16:57:03 + START_PACKAGES=/tmp/packages_start.txt 16:57:03 + END_PACKAGES=/tmp/packages_end.txt 16:57:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:57:03 + PACKAGES=/tmp/packages_start.txt 16:57:03 + '[' /w/workspace/edgex-go/51 ']' 16:57:03 + PACKAGES=/tmp/packages_end.txt 16:57:03 + case "${OS_FAMILY}" in 16:57:03 + rpm -qa 16:57:03 + sort 16:57:09 + '[' -f /tmp/packages_start.txt ']' 16:57:09 + '[' -f /tmp/packages_end.txt ']' 16:57:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:57:09 + '[' /w/workspace/edgex-go/51 ']' 16:57:09 + mkdir -p /w/workspace/edgex-go/51/archives/ 16:57:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/51/archives/ [Pipeline] echo 16:57:09 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/51/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:57:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:57:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:57:10 16:57:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:57:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:57:10 alpine: Pulling from edgex-lftools-log-publisher 16:57:10 df20fa9351a1: Pulling fs layer 16:57:10 36b3adc4ff6f: Pulling fs layer 16:57:10 8ad3a11d3b57: Pulling fs layer 16:57:10 46f8f816bc3b: Pulling fs layer 16:57:10 93b61091891f: Pulling fs layer 16:57:10 93b9cdb0e59b: Pulling fs layer 16:57:10 5e14af77c1be: Pulling fs layer 16:57:10 01666e4c0597: Pulling fs layer 16:57:10 aa168da1d23b: Pulling fs layer 16:57:10 46f8f816bc3b: Waiting 16:57:10 5e14af77c1be: Waiting 16:57:10 01666e4c0597: Waiting 16:57:10 aa168da1d23b: Waiting 16:57:10 93b61091891f: Waiting 16:57:10 93b9cdb0e59b: Waiting 16:57:10 36b3adc4ff6f: Verifying Checksum 16:57:10 36b3adc4ff6f: Download complete 16:57:10 46f8f816bc3b: Verifying Checksum 16:57:10 46f8f816bc3b: Download complete 16:57:10 df20fa9351a1: Verifying Checksum 16:57:10 df20fa9351a1: Download complete 16:57:10 93b9cdb0e59b: Verifying Checksum 16:57:10 93b9cdb0e59b: Download complete 16:57:10 5e14af77c1be: Verifying Checksum 16:57:10 5e14af77c1be: Download complete 16:57:10 93b61091891f: Verifying Checksum 16:57:10 93b61091891f: Download complete 16:57:10 01666e4c0597: Verifying Checksum 16:57:10 01666e4c0597: Download complete 16:57:10 8ad3a11d3b57: Verifying Checksum 16:57:10 8ad3a11d3b57: Download complete 16:57:11 df20fa9351a1: Pull complete 16:57:11 36b3adc4ff6f: Pull complete 16:57:12 8ad3a11d3b57: Pull complete 16:57:13 aa168da1d23b: Verifying Checksum 16:57:13 aa168da1d23b: Download complete 16:57:13 46f8f816bc3b: Pull complete 16:57:14 93b61091891f: Pull complete 16:57:14 93b9cdb0e59b: Pull complete 16:57:14 5e14af77c1be: Pull complete 16:57:15 01666e4c0597: Pull complete 16:57:25 aa168da1d23b: Pull complete 16:57:25 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:57:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:57:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:57:25 prd-centos7-docker-4c-2g-32277 does not seem to be running inside a container 16:57:25 $ 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/51/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/51 -v /w/workspace/edgex-go/51:/w/workspace/edgex-go/51:rw,z -v /w/workspace/edgex-go/51@tmp:/w/workspace/edgex-go/51@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:57:29 $ docker top 59a5741cf5dc22c62db4975503817c31ad50a6b6bce47bcf16105788a364cacb -eo pid,comm [Pipeline] { [Pipeline] sh 16:57:30 + touch /tmp/pre-build-complete [Pipeline] sh 16:57:30 + mkdir -p /var/log/sa [Pipeline] sh 16:57:30 + ls /var/log/sa-host 16:57:30 + sadf -c /var/log/sa-host/sa23 16:57:30 file_magic: OK 16:57:30 HZ: Using current value: 100 16:57:30 file_header: OK 16:57:30 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 16:57:30 Statistics: 16:57:30 Hnuu...uuuununununu... 16:57:30 File successfully converted to sysstat format version 12.2.1 16:57:30 + sadf -c /var/log/sa-host/sa31 16:57:30 file_magic: OK 16:57:30 HZ: Using current value: 100 16:57:30 file_header: OK 16:57:30 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 16:57:30 Statistics: 16:57:30 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:57:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:57:31 provisioning config files... 16:57:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/51@tmp/config3867996220020341302tmp [Pipeline] { [Pipeline] echo 16:57:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:57:31 ---> create-netrc.sh [Pipeline] } 16:57:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:57:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:57:32 ---> python-tools-install.sh [Pipeline] echo 16:57:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:57:32 ---> sudo-logs.sh 16:57:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:57:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:57:33 ---> job-cost.sh 16:57:33 lf-activate-venv: SKIPPING 16:57:33 INFO: No Stack... 16:57:34 INFO: Retrieving Pricing Info for: v1-standard-2 16:57:35 INFO: Archiving Costs [Pipeline] echo 16:57:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:57:35 ---> logs-deploy.sh 16:57:35 lf-activate-venv: SKIPPING 16:57:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/51 16:57:35 INFO: archiving workspace using pattern(s): 16:57:37 Archives upload complete. 16:57:37 INFO: archiving logs to Nexus