Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24949 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/339 [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/339 # 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 Checking out Revision 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 (master) > 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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 Commit message: "Merge pull request #3130 from weichou1229/issue-3117" > git rev-list --no-walk 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:21:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:21:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:21:05 ========================================================= 10:21:05 EdgeX Global Pipelines Version Info 10:21:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:21:06 ------------------- 10:21:06 stable info: 10:21:06 ------------------- 10:21:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:21:06 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:21:06 Message: update stable to v1.0.179 10:21:07 ------------------- 10:21:07 experimental info: 10:21:07 ------------------- 10:21:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:21:07 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:21:07 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:21:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:21:08 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:21:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:21:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:21:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:21:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:21:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:21:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:21:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 10:21:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 10:21:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:21:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:21:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:21:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:21:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:21:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:21:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:21:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:21:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:21:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 10:21:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 10:21:12 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:21:12 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:21:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 10:21:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 10:21:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 10:21:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] echo 10:21:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8244c76 [Pipeline] echo 10:21:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:21:14 provisioning config files... 10:21:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/339@tmp/config7087435452396061955tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:21:14 ---> docker-login.sh 10:21:14 nexus3.edgexfoundry.org:10001 10:21:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:21:15 Configure a credential helper to remove this warning. See 10:21:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:21:15 10:21:15 Login Succeeded 10:21:15 nexus3.edgexfoundry.org:10002 10:21:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:21:15 Configure a credential helper to remove this warning. See 10:21:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:21:15 10:21:15 Login Succeeded 10:21:15 nexus3.edgexfoundry.org:10003 10:21:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:21:15 Configure a credential helper to remove this warning. See 10:21:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:21:15 10:21:15 Login Succeeded 10:21:15 nexus3.edgexfoundry.org:10004 10:21:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:21:15 Configure a credential helper to remove this warning. See 10:21:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:21:15 10:21:15 Login Succeeded 10:21:15 docker.io 10:21:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:21:16 Configure a credential helper to remove this warning. See 10:21:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:21:16 10:21:16 Login Succeeded 10:21:16 ---> docker-login.sh ends [Pipeline] } 10:21:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:21: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 10:21:17 + for file in '`ls cmd/**/Dockerfile`' 10:21:17 ++ dirname cmd/core-command/Dockerfile 10:21:17 ++ cut -d/ -f2 10:21:17 + echo core-command,cmd/core-command/Dockerfile 10:21:17 + for file in '`ls cmd/**/Dockerfile`' 10:21:17 ++ dirname cmd/core-data/Dockerfile 10:21:17 ++ cut -d/ -f2 10:21:17 + echo core-data,cmd/core-data/Dockerfile 10:21:17 + for file in '`ls cmd/**/Dockerfile`' 10:21:17 ++ dirname cmd/core-metadata/Dockerfile 10:21:17 ++ cut -d/ -f2 10:21:17 + echo core-metadata,cmd/core-metadata/Dockerfile 10:21:17 + for file in '`ls cmd/**/Dockerfile`' 10:21:17 ++ dirname cmd/security-bootstrapper/Dockerfile 10:21:17 ++ cut -d/ -f2 10:21:17 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:21:17 + for file in '`ls cmd/**/Dockerfile`' 10:21:17 ++ dirname cmd/security-proxy-setup/Dockerfile 10:21:17 ++ cut -d/ -f2 10:21:17 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:21:17 + for file in '`ls cmd/**/Dockerfile`' 10:21:17 ++ dirname cmd/security-secretstore-setup/Dockerfile 10:21:17 ++ cut -d/ -f2 10:21:17 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:21:17 + for file in '`ls cmd/**/Dockerfile`' 10:21:17 ++ dirname cmd/support-notifications/Dockerfile 10:21:17 ++ cut -d/ -f2 10:21:17 + echo support-notifications,cmd/support-notifications/Dockerfile 10:21:17 + for file in '`ls cmd/**/Dockerfile`' 10:21:17 ++ dirname cmd/support-scheduler/Dockerfile 10:21:17 ++ cut -d/ -f2 10:21:17 + echo support-scheduler,cmd/support-scheduler/Dockerfile 10:21:17 + for file in '`ls cmd/**/Dockerfile`' 10:21:17 ++ dirname cmd/sys-mgmt-agent/Dockerfile 10:21:17 ++ cut -d/ -f2 10:21:17 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 10:21: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 10:21:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:21:19 10:21:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:21:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:21:20 latest: Pulling from edgex-devops/git-semver 10:21:20 31603596830f: Pulling fs layer 10:21:20 2a8b12db71e7: Pulling fs layer 10:21:20 6ca5941a6612: Pulling fs layer 10:21:20 ecc8261a40a4: Pulling fs layer 10:21:20 ecc8261a40a4: Waiting 10:21:20 2a8b12db71e7: Verifying Checksum 10:21:20 2a8b12db71e7: Download complete 10:21:20 31603596830f: Download complete 10:21:20 ecc8261a40a4: Verifying Checksum 10:21:20 ecc8261a40a4: Download complete 10:21:20 6ca5941a6612: Verifying Checksum 10:21:20 6ca5941a6612: Download complete 10:21:20 31603596830f: Pull complete 10:21:21 2a8b12db71e7: Pull complete 10:21:22 6ca5941a6612: Pull complete 10:21:22 ecc8261a40a4: Pull complete 10:21:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:21:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:21:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:21:22 prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container 10:21:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:21:24 $ docker top 5c526638c439a6abe59a7bd5e73c29409eeaa1c10468c008476223a8d81be164 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:21:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:21:25 [ssh-agent] Looking for ssh-agent implementation... 10:21:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:21:25 $ docker exec 5c526638c439a6abe59a7bd5e73c29409eeaa1c10468c008476223a8d81be164 ssh-agent 10:21:25 SSH_AUTH_SOCK=/tmp/ssh-w03GXD1crMq7/agent.12 10:21:25 SSH_AGENT_PID=18 10:21:25 Running ssh-add (command line suppressed) 10:21:25 Identity added: /w/workspace/edgex-go/339@tmp/private_key_4099179160773250336.key (/w/workspace/edgex-go/339@tmp/private_key_4099179160773250336.key) 10:21:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:21:26 + git tag --points-at HEAD [Pipeline] } 10:21:26 $ docker exec --env ******** --env ******** 5c526638c439a6abe59a7bd5e73c29409eeaa1c10468c008476223a8d81be164 ssh-agent -k 10:21:26 unset SSH_AUTH_SOCK; 10:21:26 unset SSH_AGENT_PID; 10:21:26 echo Agent pid 18 killed; 10:21:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:21:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:21:26 [ssh-agent] Looking for ssh-agent implementation... 10:21:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:21:27 $ docker exec 5c526638c439a6abe59a7bd5e73c29409eeaa1c10468c008476223a8d81be164 ssh-agent 10:21:27 SSH_AUTH_SOCK=/tmp/ssh-mPAFJHNPTmGY/agent.46 10:21:27 SSH_AGENT_PID=52 10:21:27 Running ssh-add (command line suppressed) 10:21:27 Identity added: /w/workspace/edgex-go/339@tmp/private_key_8790585757542624361.key (/w/workspace/edgex-go/339@tmp/private_key_8790585757542624361.key) 10:21:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:21:27 + git semver init 10:21:27 # -> Open(): unable to determine branch for HEAD 10:21:27 # $GIT_DIR = /w/workspace/edgex-go/339/.git 10:21:27 # $GIT_WORK_TREE = /w/workspace/edgex-go/339 10:21:27 # $SEMVER_REMOTE_NAME = origin 10:21:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:21:27 # $SEMVER_USER_NAME = edgex-jenkins 10:21:27 # $SEMVER_BRANCH = master 10:21:28 # $SEMVER_TEMP = /tmp/semver-906604553 10:21:28 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 10:21:47 # '/tmp/semver-906604553' -> '/w/workspace/edgex-go/339/.semver' 10:21:48 # -> Force: false 10:21:48 # $SEMVER_DIR = /w/workspace/edgex-go/339/.semver [Pipeline] } 10:21:48 $ docker exec --env ******** --env ******** 5c526638c439a6abe59a7bd5e73c29409eeaa1c10468c008476223a8d81be164 ssh-agent -k 10:21:48 unset SSH_AUTH_SOCK; 10:21:48 unset SSH_AGENT_PID; 10:21:48 echo Agent pid 52 killed; 10:21:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:21:49 + git semver [Pipeline] } 10:21:49 $ docker stop --time=1 5c526638c439a6abe59a7bd5e73c29409eeaa1c10468c008476223a8d81be164 10:21:51 $ docker rm -f 5c526638c439a6abe59a7bd5e73c29409eeaa1c10468c008476223a8d81be164 [Pipeline] // withDockerContainer [Pipeline] sh 10:21:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:21:52 Stashed 1 file(s) [Pipeline] echo 10:21:52 [edgeXSemver]: initialized semver on version 2.0.0-dev.74 [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 10:21:53 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:21:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:21:54 + sudo service docker restart 10:21:54 + true 10:21:54 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 10:21:54 ========================================================= 10:21:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:21:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:21: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 . 10:21:59 Sending build context to Docker daemon 327.5MB 10:21:59 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:21:59 Step 2/6 : FROM ${BASE} 10:21:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:21:59 188c0c94c7c5: Pulling fs layer 10:21:59 0ef7d3d256c8: Pulling fs layer 10:21:59 de9db76c5a1d: Pulling fs layer 10:21:59 bca2f99d35d6: Pulling fs layer 10:21:59 93359f2a8cfa: Pulling fs layer 10:21:59 7c6f9722023f: Pulling fs layer 10:21:59 a35cf1a2eb13: Pulling fs layer 10:21:59 bca2f99d35d6: Waiting 10:21:59 93359f2a8cfa: Waiting 10:21:59 7c6f9722023f: Waiting 10:21:59 a35cf1a2eb13: Waiting 10:21:59 de9db76c5a1d: Verifying Checksum 10:21:59 de9db76c5a1d: Download complete 10:21:59 0ef7d3d256c8: Verifying Checksum 10:21:59 0ef7d3d256c8: Download complete 10:21:59 93359f2a8cfa: Verifying Checksum 10:21:59 93359f2a8cfa: Download complete 10:21:59 7c6f9722023f: Verifying Checksum 10:21:59 7c6f9722023f: Download complete 10:21:59 188c0c94c7c5: Verifying Checksum 10:21:59 188c0c94c7c5: Download complete 10:22:00 188c0c94c7c5: Pull complete 10:22:00 0ef7d3d256c8: Pull complete 10:22:00 de9db76c5a1d: Pull complete 10:22:02 a35cf1a2eb13: Verifying Checksum 10:22:02 a35cf1a2eb13: Download complete 10:22:02 bca2f99d35d6: Verifying Checksum 10:22:02 bca2f99d35d6: Download complete 10:22:08 Still waiting to schedule task 10:22:08 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 10:22:09 bca2f99d35d6: Pull complete 10:22:09 93359f2a8cfa: Pull complete 10:22:09 7c6f9722023f: Pull complete 10:22:13 a35cf1a2eb13: Pull complete 10:22:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:22:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:22:13 ---> a62c8e92a672 10:22: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 10:22:13 ---> Running in d185541a3d85 10:22:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:22:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:22:14 (1/12) Installing libmagic (5.38-r0) 10:22:15 (2/12) Installing file (5.38-r0) 10:22:15 (3/12) Installing libc-dev (0.7.2-r3) 10:22:15 (4/12) Installing g++ (9.3.0-r2) 10:22:20 (5/12) Installing fortify-headers (1.1-r0) 10:22:20 (6/12) Installing patch (2.7.6-r6) 10:22:20 (7/12) Installing build-base (0.5-r2) 10:22:20 (8/12) Installing libsodium (1.0.18-r0) 10:22:20 (9/12) Installing pkgconf (1.7.2-r0) 10:22:20 (10/12) Installing libsodium-dev (1.0.18-r0) 10:22:20 (11/12) Installing libzmq (4.3.3-r0) 10:22:20 (12/12) Installing zeromq-dev (4.3.3-r0) 10:22:20 Executing busybox-1.31.1-r19.trigger 10:22:20 OK: 233 MiB in 51 packages 10:22:23 Removing intermediate container d185541a3d85 10:22:23 ---> 9f0f04a136cf 10:22:23 Step 4/6 : WORKDIR /edgex-go 10:22:23 ---> Running in 38f98260c78f 10:22:23 Removing intermediate container 38f98260c78f 10:22:23 ---> 63a63f7469a5 10:22:23 Step 5/6 : COPY go.mod . 10:22:23 ---> 1bda4eea8853 10:22:23 Step 6/6 : RUN go mod download 10:22:24 ---> Running in c4f11a1d3d27 10:22:46 Removing intermediate container c4f11a1d3d27 10:22:46 ---> 76a9673b17a1 10:22:46 Successfully built 76a9673b17a1 10:22:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:22:46 + docker inspect -f . ci-base-image-x86_64 10:22:46 . [Pipeline] withDockerContainer 10:22:46 prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container 10:22:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@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 ******** ci-base-image-x86_64 cat 10:22:47 $ docker top c283a5559dccbb917896e9db280c877b0e2ed222292e9954c75d49131aac57c8 -eo pid,comm [Pipeline] { [Pipeline] sh 10:22:48 + go version 10:22:48 go version go1.15.5 linux/amd64 [Pipeline] } 10:22:48 $ docker stop --time=1 c283a5559dccbb917896e9db280c877b0e2ed222292e9954c75d49131aac57c8 10:22:49 $ docker rm -f c283a5559dccbb917896e9db280c877b0e2ed222292e9954c75d49131aac57c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:22:51 + docker inspect -f . ci-base-image-x86_64 10:22:51 . [Pipeline] withDockerContainer 10:22:51 prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container 10:22:51 $ 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/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@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 ******** ci-base-image-x86_64 cat 10:22:52 $ docker top 4c85a44118737648aa622ca25219418ed12f9217d28b402d5deb4848de8e7e88 -eo pid,comm [Pipeline] { [Pipeline] echo 10:22:52 ========================================================= 10:22:52 [edgeXBuildGoParallel] Running Tests and Build... 10:22:52 ========================================================= [Pipeline] sh 10:22:53 + make test 10:22:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:23:03 ? github.com/edgexfoundry/edgex-go [no test files] 10:23:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:23:23 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:23:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:23:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:23:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:23:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:23:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:23:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:23:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:23:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:23:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:23:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:23:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:23:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:23:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.151s coverage: 46.0% of statements 10:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 10:23:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.063s coverage: 100.0% of statements 10:23:36 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.1% of statements 10:23:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:23:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:23:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:23:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:23:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:23:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:23:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 10:23:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:23:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements 10:23:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:23:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:23:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 65.8% of statements 10:23:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:23:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:23:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.430s coverage: 82.3% of statements 10:23:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:23:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:23:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:23:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:23:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.370s coverage: 28.6% of statements 10:23:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:23:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:23:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:23:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:23:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:23:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements 10:23:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:23:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements 10:23:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:23:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.121s coverage: 86.7% of statements 10:23:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:23:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements 10:23:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:23:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements 10:23:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:23:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:23:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:23:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:23:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.420s coverage: 92.8% of statements 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:23:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:23:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.095s coverage: 0.1% of statements 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:23:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:23:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.043s coverage: 45.5% of statements 10:23:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements 10:23:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements 10:23:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.056s coverage: 96.3% of statements 10:23:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.027s coverage: 87.5% of statements 10:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.037s coverage: 94.4% of statements 10:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements 10:24:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24957 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 10:24:05 Running in /w/workspace/edgex-go/339 [Pipeline] { [Pipeline] checkout 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.075s coverage: 92.9% of statements 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 68.9% of statements 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 37.0% of statements 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.302s coverage: 84.0% of statements 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.154s coverage: 47.0% of statements 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.077s coverage: 90.4% of statements 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.703s coverage: 29.1% of statements 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.071s coverage: 100.0% of statements 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.070s coverage: 0.0% of statements 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:24:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 10:24:07 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 10:24:07 GO111MODULE=on go vet ./... 10:24:10 using credential edgex-jenkins-ssh 10:24:11 Cloning the remote Git repository 10:24:11 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:24:11 > git init /w/workspace/edgex-go/339 # timeout=10 10:24:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:24:11 > git --version # timeout=10 10:24:11 > git --version # 'git version 2.17.1' 10:24:11 using GIT_SSH to set credentials SSH Credentials for GitHub 10:24:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:24:33 Checking out Revision 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 (master) 10:24:34 gofmt -l . 10:24:34 [ "`gofmt -l .`" = "" ] 10:24:34 ./bin/test-go-mod-tidy.sh 10:24:34 ./bin/test-attribution-txt.sh 10:24:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:24:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:24:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:24:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:24:33 using GIT_SSH to set credentials SSH Credentials for GitHub 10:24:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:24:34 > git config core.sparsecheckout # timeout=10 10:24:34 > git checkout -f 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 [Pipeline] sh 10:24:35 + ls -al . 10:24:35 total 684 10:24:35 drwxrwxr-x 10 1001 1001 4096 Feb 4 10:24 . 10:24:35 drwxr-xr-x 4 root root 32 Feb 4 10:22 .. 10:24:35 -rw-rw-r-- 1 1001 1001 11 Feb 4 10:20 .dockerignore 10:24:35 drwxrwxr-x 8 1001 1001 162 Feb 4 10:21 .git 10:24:35 drwxrwxr-x 3 1001 1001 125 Feb 4 10:20 .github 10:24:35 -rw-rw-r-- 1 1001 1001 872 Feb 4 10:20 .gitignore 10:24:35 drwx------ 3 1001 1001 45 Feb 4 10:21 .semver 10:24:35 -rw-rw-r-- 1 1001 1001 166 Feb 4 10:20 .sonarcloud.properties 10:24:35 -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:20 Attribution.txt 10:24:35 -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:20 CONTRIBUTING.md 10:24:35 -rw-rw-r-- 1 1001 1001 931 Feb 4 10:20 Dockerfile.build 10:24:35 -rw-rw-r-- 1 1001 1001 863 Feb 4 10:20 Jenkinsfile 10:24:35 -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:20 LICENSE 10:24:35 -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:20 Makefile 10:24:35 -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:20 README.md 10:24:35 -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:20 SECURITY.md 10:24:35 -rw-rw-r-- 1 1001 1001 12 Feb 4 10:21 VERSION 10:24:35 -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:20 ZMQWindows.md 10:24:35 drwxrwxr-x 2 1001 1001 117 Feb 4 10:20 bin 10:24:35 drwxrwxr-x 15 1001 1001 4096 Feb 4 10:20 cmd 10:24:35 -rw-r--r-- 1 root root 580808 Feb 4 10:24 coverage.out 10:24:35 -rw-r--r-- 1 root root 1054 Feb 4 10:24 go.mod 10:24:35 -rw-r--r-- 1 root root 19399 Feb 4 10:24 go.sum 10:24:35 drwxrwxr-x 8 1001 1001 127 Feb 4 10:20 internal 10:24:35 drwxrwxr-x 4 1001 1001 26 Feb 4 10:20 openapi 10:24:35 drwxrwxr-x 4 1001 1001 71 Feb 4 10:20 snap 10:24:35 -rw-rw-r-- 1 1001 1001 168 Feb 4 10:20 version.go [Pipeline] sh 10:24:35 + '[' -e coverage.out ] 10:24:35 + chown 1001:1001 coverage.out [Pipeline] stash 10:24:35 Stashed 1 file(s) [Pipeline] sh 10:24:35 + make build 10:24:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/core-data/core-data ./cmd/core-data 10:24:38 Commit message: "Merge pull request #3130 from weichou1229/issue-3117" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 10:24:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] sh 10:24:40 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:24:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:24:41 + + sudo service docker restart 10:24:41 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:24:43 provisioning config files... 10:24:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/339@tmp/config4678931390701605778tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:24:43 ---> docker-login.sh 10:24:43 nexus3.edgexfoundry.org:10001 10:24:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:24:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:24:45 Configure a credential helper to remove this warning. See 10:24:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:24:45 10:24:45 Login Succeeded 10:24:45 nexus3.edgexfoundry.org:10002 10:24:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:24:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:24:45 Configure a credential helper to remove this warning. See 10:24:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:24:45 10:24:45 Login Succeeded 10:24:45 nexus3.edgexfoundry.org:10003 10:24:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:24:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:24:46 Configure a credential helper to remove this warning. See 10:24:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:24:46 10:24:46 Login Succeeded 10:24:46 nexus3.edgexfoundry.org:10004 10:24:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:24:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:24:46 Configure a credential helper to remove this warning. See 10:24:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:24:46 10:24:46 Login Succeeded 10:24:46 docker.io 10:24:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:24:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/core-command/core-command ./cmd/core-command 10:24:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:24:48 Configure a credential helper to remove this warning. See 10:24:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:24:48 10:24:48 Login Succeeded 10:24:48 ---> docker-login.sh ends [Pipeline] } 10:24:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:24:48 ========================================================= 10:24:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:24:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:24:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:24:49 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 10:24:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:24:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:24:51 Sending build context to Docker daemon 166.1MB 10:24:51 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:24:51 Step 2/6 : FROM ${BASE} 10:24:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:24:51 5f621e34cdf4: Pulling fs layer 10:24:51 a4357932f1b6: Pulling fs layer 10:24:51 18c013af1878: Pulling fs layer 10:24:51 00ac8860ef70: Pulling fs layer 10:24:51 63d7cb157983: Pulling fs layer 10:24:51 b116817d02f9: Pulling fs layer 10:24:51 745a02a5169b: Pulling fs layer 10:24:51 00ac8860ef70: Waiting 10:24:51 63d7cb157983: Waiting 10:24:51 b116817d02f9: Waiting 10:24:51 745a02a5169b: Waiting 10:24:51 18c013af1878: Download complete 10:24:51 a4357932f1b6: Verifying Checksum 10:24:51 a4357932f1b6: Download complete 10:24:51 63d7cb157983: Verifying Checksum 10:24:51 63d7cb157983: Download complete 10:24:51 b116817d02f9: Verifying Checksum 10:24:51 5f621e34cdf4: Verifying Checksum 10:24:51 5f621e34cdf4: Download complete 10:24:52 5f621e34cdf4: Pull complete 10:24:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:24:52 a4357932f1b6: Pull complete 10:24:53 18c013af1878: Pull complete 10:24:53 745a02a5169b: Verifying Checksum 10:24:53 745a02a5169b: Download complete 10:24:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:24:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:24:55 00ac8860ef70: Verifying Checksum 10:24:55 00ac8860ef70: Download complete 10:24:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:24:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:24:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/secrets-config ./cmd/secrets-config 10:24:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 10:25:01 $ docker stop --time=1 4c85a44118737648aa622ca25219418ed12f9217d28b402d5deb4848de8e7e88 10:25:03 $ docker rm -f 4c85a44118737648aa622ca25219418ed12f9217d28b402d5deb4848de8e7e88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 10:25:05 00ac8860ef70: Pull complete 10:25:06 63d7cb157983: Pull complete 10:25:06 b116817d02f9: Pull complete [Pipeline] isUnix [Pipeline] sh 10:25:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:25:07 10:25:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 10:25:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:25:08 latest: Pulling from edgex-devops/edgex-compose 10:25:08 cbdbe7a5bc2a: Pulling fs layer 10:25:08 ca9280d653b3: Pulling fs layer 10:25:08 7e9c9ca2126c: Pulling fs layer 10:25:08 cbdbe7a5bc2a: Verifying Checksum 10:25:08 cbdbe7a5bc2a: Download complete 10:25:08 cbdbe7a5bc2a: Pull complete 10:25:08 ca9280d653b3: Verifying Checksum 10:25:08 ca9280d653b3: Download complete 10:25:10 7e9c9ca2126c: Verifying Checksum 10:25:10 7e9c9ca2126c: Download complete 10:25:10 ca9280d653b3: Pull complete 10:25:10 745a02a5169b: Pull complete 10:25:10 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:25:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:25:10 ---> b7e6874047d6 10:25:10 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 10:25:14 ---> Running in 291c6a47f3f1 10:25:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:25:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:25:16 (1/12) Installing libmagic (5.38-r0) 10:25:16 (2/12) Installing file (5.38-r0) 10:25:16 (3/12) Installing libc-dev (0.7.2-r3) 10:25:16 (4/12) Installing g++ (9.3.0-r2) 10:25:16 7e9c9ca2126c: Pull complete 10:25:16 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:25:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:25:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 10:25:16 prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container 10:25:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:25:20 $ docker top ba9771955a31c76bbe0a59be2c13928bd706f6c70632bb026cd3563ad1a80865 -eo pid,comm [Pipeline] { [Pipeline] sh 10:25:20 + docker-compose build --help 10:25:20 + grep parallel 10:25:21 --parallel Build images in parallel. [Pipeline] } 10:25:21 $ docker stop --time=1 ba9771955a31c76bbe0a59be2c13928bd706f6c70632bb026cd3563ad1a80865 10:25:21 (5/12) Installing fortify-headers (1.1-r0) 10:25:21 (6/12) Installing patch (2.7.6-r6) 10:25:21 (7/12) Installing build-base (0.5-r2) 10:25:21 (8/12) Installing libsodium (1.0.18-r0) 10:25:21 (9/12) Installing pkgconf (1.7.2-r0) 10:25:21 (10/12) Installing libsodium-dev (1.0.18-r0) 10:25:21 (11/12) Installing libzmq (4.3.3-r0) 10:25:21 (12/12) Installing zeromq-dev (4.3.3-r0) 10:25:21 Executing busybox-1.31.1-r19.trigger 10:25:21 OK: 217 MiB in 51 packages 10:25:23 $ docker rm -f ba9771955a31c76bbe0a59be2c13928bd706f6c70632bb026cd3563ad1a80865 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:25:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:25:23 . [Pipeline] withDockerContainer 10:25:24 prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container 10:25:24 $ 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/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:25:24 $ docker top c6d0d8738a1a590750c49ffebcdad7a78849698a5b3d5eb58724914143b02046 -eo pid,comm [Pipeline] { [Pipeline] sh 10:25:25 + docker-compose -f ./docker-compose-build.yml build --parallel 10:25:26 Removing intermediate container 291c6a47f3f1 10:25:26 ---> d41a83de485c 10:25:26 Step 4/6 : WORKDIR /edgex-go 10:25:26 ---> Running in e8c253779188 10:25:26 Building docker-core-command-go ... 10:25:26 Building docker-core-data-go ... 10:25:26 Building docker-core-metadata-go ... 10:25:26 Building docker-security-bootstrapper-go ... 10:25:26 Building docker-security-proxy-setup-go ... 10:25:26 Building docker-security-secretstore-setup-go ... 10:25:26 Building docker-support-notifications-go ... 10:25:26 Building docker-support-scheduler-go ... 10:25:26 Building docker-sys-mgmt-agent-go ... 10:25:26 Building docker-security-proxy-setup-go 10:25:26 Building docker-support-notifications-go 10:25:26 Building docker-core-command-go 10:25:26 Building docker-support-scheduler-go 10:25:26 Building docker-core-data-go 10:25:26 Removing intermediate container e8c253779188 10:25:26 ---> 759e593f0956 10:25:26 Step 5/6 : COPY go.mod . 10:25:27 ---> 4566a5e662cb 10:25:27 Step 6/6 : RUN go mod download 10:25:27 ---> Running in bda496ac3bec 10:25:54 Removing intermediate container bda496ac3bec 10:25:54 ---> b3c96129f648 10:25:54 Successfully built b3c96129f648 10:25:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:25:54 + docker inspect -f . ci-base-image-arm64 10:25:54 . [Pipeline] withDockerContainer 10:25:54 prd-ubuntu18.04-docker-arm64-4c-16g-24957 does not seem to be running inside a container 10:25:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@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 ******** ci-base-image-arm64 cat 10:25:56 $ docker top 7fb4e059efdf95590797f0a07290d4ff75cf75b5071e0a727f72816f98e08cd2 -eo pid,comm [Pipeline] { [Pipeline] sh 10:25:57 + go version 10:25:57 go version go1.15.5 linux/arm64 [Pipeline] } 10:25:57 $ docker stop --time=1 7fb4e059efdf95590797f0a07290d4ff75cf75b5071e0a727f72816f98e08cd2 10:25:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:25:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:25:58 ---> 76a9673b17a1 10:25:58 Step 3/22 : WORKDIR /edgex-go 10:25:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:25:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:25:58 ---> 76a9673b17a1 10:25:58 Step 3/23 : WORKDIR /edgex-go 10:25:59 $ docker rm -f 7fb4e059efdf95590797f0a07290d4ff75cf75b5071e0a727f72816f98e08cd2 10:25:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:25:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:25:59 ---> 76a9673b17a1 10:25:59 Step 3/22 : WORKDIR /edgex-go 10:25:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:25:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:25:59 ---> 76a9673b17a1 10:25:59 Step 3/21 : WORKDIR /edgex-go [Pipeline] // withDockerContainer [Pipeline] } 10:26:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:26:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:26:00 ---> 76a9673b17a1 10:26:00 Step 3/23 : WORKDIR /edgex-go [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional 10:26:00 ---> Running in aaff46d74218 10:26:00 ---> Running in 03214eb3e3b5 10:26:00 ---> Running in b5d18346ce6d [Pipeline] } [Pipeline] // stage 10:26:00 ---> Running in 0bbbf98f72af 10:26:00 ---> Running in 6c26c575458b [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 10:26:01 Removing intermediate container 0bbbf98f72af 10:26:01 ---> f4b743bc1e6f 10:26:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:26:01 Removing intermediate container b5d18346ce6d 10:26:01 ---> 539ee17af356 10:26:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:26:01 Removing intermediate container 03214eb3e3b5 10:26:01 ---> 4c15b4aea09a 10:26:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] isUnix [Pipeline] sh 10:26:01 Removing intermediate container 6c26c575458b 10:26:01 ---> be6698cded60 10:26:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:26:01 Removing intermediate container aaff46d74218 10:26:01 ---> 05bfd375cdf5 10:26:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:26:01 ---> Running in eac94541ec9a 10:26:01 ---> Running in 36d854252a93 10:26:01 ---> Running in e4ac3436074c 10:26:01 ---> Running in dda95c40be43 10:26:01 ---> Running in e61caf39f335 10:26:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:26:01 10:26:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:26:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:26:02 latest: Pulling from edgex-devops/edgex-compose-arm64 10:26:02 29e5d40040c1: Pulling fs layer 10:26:02 1ce36da41761: Pulling fs layer 10:26:02 25b303627fd3: Pulling fs layer 10:26:02 29e5d40040c1: Verifying Checksum 10:26:02 29e5d40040c1: Download complete 10:26:03 29e5d40040c1: Pull complete 10:26:03 1ce36da41761: Verifying Checksum 10:26:03 1ce36da41761: Download complete 10:26:04 Removing intermediate container eac94541ec9a 10:26:04 ---> 7af0f1c39243 10:26:04 Step 5/21 : RUN apk add --update --no-cache make git 10:26:04 Removing intermediate container e61caf39f335 10:26:04 ---> 934ef19d92c2 10:26:04 Step 5/22 : RUN apk add --update --no-cache make git 10:26:04 Removing intermediate container 36d854252a93 10:26:04 ---> dcf65a562f03 10:26:04 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:26:04 ---> Running in d31b274630f8 10:26:04 ---> Running in 31f50d6dca07 10:26:04 Removing intermediate container e4ac3436074c 10:26:04 ---> b5629bc7e624 10:26:04 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:26:04 Removing intermediate container dda95c40be43 10:26:04 ---> 62dc339fb5a5 10:26:04 Step 5/23 : RUN apk add --update --no-cache make git 10:26:04 ---> Running in 919a2d07d3e0 10:26:04 ---> Running in 5bfa1c1f3dc8 10:26:04 ---> Running in 2f9f0553b028 10:26:04 1ce36da41761: Pull complete 10:26:04 25b303627fd3: Verifying Checksum 10:26:04 25b303627fd3: Download complete 10:26:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:26:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:26:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:26:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:26:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:26:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:26:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:26:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:26:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:26:06 OK: 233 MiB in 51 packages 10:26:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:26:06 OK: 233 MiB in 51 packages 10:26:06 OK: 233 MiB in 51 packages 10:26:07 Removing intermediate container d31b274630f8 10:26:07 ---> 61e746fb70ec 10:26:07 Step 6/21 : COPY go.mod . 10:26:07 OK: 233 MiB in 51 packages 10:26:07 OK: 233 MiB in 51 packages 10:26:07 Removing intermediate container 31f50d6dca07 10:26:07 ---> 4868b6642808 10:26:07 Step 6/22 : COPY go.mod . 10:26:07 Removing intermediate container 919a2d07d3e0 10:26:07 ---> 12e9334adb77 10:26:07 Step 6/22 : COPY go.mod . 10:26:07 ---> 2373abe79423 10:26:07 Step 7/21 : RUN go mod download 10:26:07 ---> Running in e080b5209e5a 10:26:08 ---> 3528d499ea87 10:26:08 Step 7/22 : RUN go mod download 10:26:08 ---> d815d98fe8fe 10:26:08 Step 7/22 : RUN go mod download 10:26:08 ---> Running in 5bedea09508d 10:26:08 ---> Running in 8d351f71480c 10:26:08 Removing intermediate container 5bfa1c1f3dc8 10:26:08 ---> b30b21182604 10:26:08 Step 6/23 : COPY go.mod . 10:26:08 Removing intermediate container 2f9f0553b028 10:26:08 ---> d1d64bae122c 10:26:08 Step 6/23 : COPY go.mod . 10:26:08 ---> 94ca59535bce 10:26:08 Step 7/23 : RUN go mod download 10:26:09 ---> 3d1c2750d54f 10:26:09 Step 7/23 : RUN go mod download 10:26:09 ---> Running in e5d401234913 10:26:09 ---> Running in e46202c56e9c 10:26:11 Removing intermediate container e080b5209e5a 10:26:11 ---> a63ffc53b45c 10:26:11 Step 8/21 : COPY . . 10:26:11 Removing intermediate container 5bedea09508d 10:26:11 ---> ad1ca9017452 10:26:11 Step 8/22 : COPY . . 10:26:11 Removing intermediate container 8d351f71480c 10:26:11 ---> 3a25a414e22b 10:26:11 Step 8/22 : COPY . . 10:26:11 Removing intermediate container e46202c56e9c 10:26:11 ---> d2dd468b46ef 10:26:11 Step 8/23 : COPY . . 10:26:11 Removing intermediate container e5d401234913 10:26:11 ---> 8dbdacffca44 10:26:11 Step 8/23 : COPY . . 10:26:14 25b303627fd3: Pull complete 10:26:14 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 10:26:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:26:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 10:26:15 prd-ubuntu18.04-docker-arm64-4c-16g-24957 does not seem to be running inside a container 10:26:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:26:18 $ docker top d41635e87ee524f7cb9fe85e50b567f491420ffdbb5ce233c90bd9bb3f872357 -eo pid,comm [Pipeline] { [Pipeline] sh 10:26:19 + docker-compose build --help 10:26:19 + grep parallel 10:26:22 --parallel Build images in parallel. [Pipeline] } 10:26:22 $ docker stop --time=1 d41635e87ee524f7cb9fe85e50b567f491420ffdbb5ce233c90bd9bb3f872357 10:26:24 $ docker rm -f d41635e87ee524f7cb9fe85e50b567f491420ffdbb5ce233c90bd9bb3f872357 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:26:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:26:25 . [Pipeline] withDockerContainer 10:26:25 prd-ubuntu18.04-docker-arm64-4c-16g-24957 does not seem to be running inside a container 10:26:25 $ 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/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@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:10003/edgex-devops/edgex-compose-arm64:latest cat 10:26:27 $ docker top c91d64d4e7d5a892e45a9d917cb59ad9081ad785495f0ea2df2b5f13b1abc201 -eo pid,comm [Pipeline] { [Pipeline] sh 10:26:28 + docker-compose -f ./docker-compose-build.yml build --parallel 10:26:32 Building docker-core-command-go ... 10:26:32 Building docker-core-data-go ... 10:26:32 Building docker-core-metadata-go ... 10:26:32 Building docker-security-bootstrapper-go ... 10:26:32 Building docker-security-proxy-setup-go ... 10:26:32 Building docker-security-secretstore-setup-go ... 10:26:32 Building docker-support-notifications-go ... 10:26:32 Building docker-support-scheduler-go ... 10:26:32 Building docker-sys-mgmt-agent-go ... 10:26:32 Building docker-security-proxy-setup-go 10:26:32 Building docker-core-metadata-go 10:26:32 Building docker-security-secretstore-setup-go 10:26:32 Building docker-core-command-go 10:26:32 Building docker-security-bootstrapper-go 10:26:50 ---> cad729ac03f5 10:26:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:26:50 ---> 9e8f7bb4d502 10:26:50 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:26:50 ---> 099e318274a9 10:26:50 Step 9/23 : RUN make cmd/core-data/core-data 10:26:50 ---> Running in bb77467b7f6a 10:26:50 ---> Running in c9dab39aa5f0 10:26:50 ---> Running in cc30fef2275e 10:26:50 ---> 88c22e54583c 10:26:50 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:26:50 ---> 52818a27c06e 10:26:50 Step 9/23 : RUN make cmd/core-command/core-command 10:26:50 ---> Running in 7b25007f65f4 10:26:50 ---> Running in 32d6ba288119 10:26:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:26:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/core-command/core-command ./cmd/core-command 10:26:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/core-data/core-data ./cmd/core-data 10:26:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:26:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:27:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:27:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:27:19 ---> b3c96129f648 10:27:19 Step 3/23 : WORKDIR /edgex-go 10:27:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:27:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:27:19 ---> b3c96129f648 10:27:19 Step 3/21 : WORKDIR /edgex-go 10:27:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:27:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:27:19 ---> b3c96129f648 10:27:19 Step 3/24 : WORKDIR /edgex-go 10:27:19 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:27:19 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:27:19 ---> b3c96129f648 10:27:19 Step 3/31 : WORKDIR /edgex-go 10:27:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:27:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:27:19 ---> b3c96129f648 10:27:19 Step 3/23 : WORKDIR /edgex-go 10:27:20 ---> Running in 0272af1143f6 10:27:20 ---> Running in 02e4a31fef71 10:27:20 ---> Running in ea8f21fa58a8 10:27:20 ---> Running in 6fb66ec8c574 10:27:20 ---> Running in ac40cf87d745 10:27:21 Removing intermediate container 02e4a31fef71 10:27:21 ---> 217d668fcf28 10:27:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:27:21 Removing intermediate container 0272af1143f6 10:27:21 ---> d8d00d23b7b8 10:27:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:27:21 Removing intermediate container ea8f21fa58a8 10:27:21 ---> 438c721c3c04 10:27:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:27:21 Removing intermediate container 6fb66ec8c574 10:27:21 ---> 934839e32e71 10:27:21 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:27:21 Removing intermediate container ac40cf87d745 10:27:21 ---> c8db0b35b98e 10:27:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:27:21 ---> Running in 5f111beee2ce 10:27:21 ---> Running in 3a44e49c02da 10:27:21 ---> Running in dea962d5408a 10:27:22 ---> Running in d3cda950edb5 10:27:22 ---> Running in c428b8f4253d 10:27:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/secrets-config ./cmd/secrets-config 10:27:25 Removing intermediate container 5f111beee2ce 10:27:25 ---> 258ea4b5f71d 10:27:25 Step 5/23 : RUN apk add --update --no-cache make git 10:27:25 ---> Running in 11c47229a913 10:27:25 Removing intermediate container dea962d5408a 10:27:25 ---> 995511f7015b 10:27:25 Step 5/24 : RUN apk add --update --no-cache make git 10:27:26 ---> Running in 5e9f2c0c2a2a 10:27:26 Removing intermediate container 3a44e49c02da 10:27:26 ---> 09a4e1072f7f 10:27:26 Step 5/21 : RUN apk add --update --no-cache make git 10:27:26 Removing intermediate container c428b8f4253d 10:27:26 ---> a5b3af777ca1 10:27:26 Step 5/23 : RUN apk add --update --no-cache make git 10:27:26 Removing intermediate container d3cda950edb5 10:27:26 ---> 41778dfbf05d 10:27:26 Step 5/31 : RUN apk add --update --no-cache make git 10:27:26 ---> Running in 881674d80c34 10:27:26 ---> Running in e3e2cd1efe96 10:27:26 ---> Running in 4a967ae78609 10:27:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:27:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:27:29 OK: 217 MiB in 51 packages 10:27:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:27:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:27:29 OK: 217 MiB in 51 packages 10:27:30 OK: 217 MiB in 51 packages 10:27:30 OK: 217 MiB in 51 packages 10:27:30 OK: 217 MiB in 51 packages 10:27:31 Removing intermediate container 11c47229a913 10:27:31 ---> dcbb21ff70c3 10:27:31 Step 6/23 : COPY go.mod . 10:27:31 Removing intermediate container 5e9f2c0c2a2a 10:27:31 ---> 5f6de7543d42 10:27:31 Step 6/24 : COPY go.mod . 10:27:31 Removing intermediate container e3e2cd1efe96 10:27:31 ---> 5fea22733ae3 10:27:31 Step 6/23 : COPY go.mod . 10:27:31 ---> 1233bc1ef6d9 10:27:31 Step 7/23 : RUN go mod download 10:27:31 ---> Running in eebc8088ca91 10:27:31 Removing intermediate container 4a967ae78609 10:27:31 ---> a53f12d88e2a 10:27:31 Step 6/31 : COPY go.mod . 10:27:31 ---> 78fca8980ebf 10:27:31 Step 7/24 : RUN go mod download 10:27:32 Removing intermediate container 881674d80c34 10:27:32 ---> 2a13c96c7ba2 10:27:32 Step 6/21 : COPY go.mod . 10:27:32 ---> Running in cfb411d11440 10:27:32 ---> faddb1b7b21c 10:27:32 Step 7/23 : RUN go mod download 10:27:32 ---> Running in bd185678ec23 10:27:33 ---> f2a29eaf9561 10:27:33 Step 7/31 : RUN go mod download 10:27:33 ---> aa43a76caf86 10:27:33 Step 7/21 : RUN go mod download 10:27:33 ---> Running in 88dee3172d64 10:27:33 ---> Running in 472578260a0d 10:27:34 Removing intermediate container 7b25007f65f4 10:27:34 ---> 0bb20f0c819d 10:27:34 10:27:34 Step 10/21 : FROM alpine:3.12 10:27:34 3.12: Pulling from library/alpine 10:27:34 Removing intermediate container 32d6ba288119 10:27:34 ---> 8a52b93f1af3 10:27:34 10:27:34 Step 10/23 : FROM alpine:3.12 10:27:34 Removing intermediate container cc30fef2275e 10:27:34 ---> 7021ca17c9c6 10:27:34 10:27:34 Step 10/22 : FROM alpine:3.12 10:27:34 3.12: Pulling from library/alpine 10:27:34 3.12: Pulling from library/alpine 10:27:35 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:27:35 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:27:35 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:27:35 Status: Downloaded newer image for alpine:3.12 10:27:35 ---> 389fef711851 10:27:35 Step 11/21 : RUN apk add --update --no-cache curl 10:27:35 Status: Downloaded newer image for alpine:3.12 10:27:35 ---> 389fef711851 10:27:35 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:27:35 Status: Downloaded newer image for alpine:3.12 10:27:35 ---> 389fef711851 10:27:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:27:35 Removing intermediate container bb77467b7f6a 10:27:35 ---> 4914ab6b1d97 10:27:35 10:27:35 Step 10/22 : FROM alpine:3.12 10:27:35 ---> 389fef711851 10:27:35 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:27:35 ---> Running in eeb59fb470f3 10:27:35 ---> Running in 1d1fc7343b2f 10:27:35 ---> Running in 7588ff3729f9 10:27:35 ---> Running in 6bdf0c726e13 10:27:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:27:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:27:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:27:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:27:36 (1/1) Installing dumb-init (1.2.2-r1) 10:27:36 Executing busybox-1.31.1-r19.trigger 10:27:36 OK: 6 MiB in 15 packages 10:27:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:27:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:27:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:27:36 (1/4) Installing ca-certificates (20191127-r4) 10:27:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:27:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:27:36 (3/4) Installing libcurl (7.69.1-r3) 10:27:36 (4/4) Installing curl (7.69.1-r3) 10:27:36 Executing busybox-1.31.1-r19.trigger 10:27:36 Executing ca-certificates-20191127-r4.trigger 10:27:37 Removing intermediate container eebc8088ca91 10:27:37 ---> c6a8929a2038 10:27:37 Step 8/23 : COPY . . 10:27:37 Removing intermediate container cfb411d11440 10:27:37 ---> a4f7fe87fa47 10:27:37 Step 8/24 : COPY . . 10:27:37 OK: 7 MiB in 18 packages 10:27:37 (1/2) Installing ca-certificates (20191127-r4) 10:27:37 (1/1) Installing dumb-init (1.2.2-r1) 10:27:37 (2/2) Installing dumb-init (1.2.2-r1) 10:27:37 Executing busybox-1.31.1-r19.trigger 10:27:37 Executing busybox-1.31.1-r19.trigger 10:27:37 OK: 6 MiB in 15 packages 10:27:37 Removing intermediate container bd185678ec23 10:27:37 ---> 713ea4ee4b0b 10:27:37 Step 8/23 : COPY . . 10:27:37 Removing intermediate container 88dee3172d64 10:27:37 ---> 255c27caf1c3 10:27:37 Step 8/31 : COPY . . 10:27:37 Removing intermediate container 472578260a0d 10:27:37 ---> a289b2744951 10:27:37 Step 8/21 : COPY . . 10:27:38 Executing ca-certificates-20191127-r4.trigger 10:27:38 OK: 6 MiB in 16 packages 10:27:39 Removing intermediate container c9dab39aa5f0 10:27:39 ---> 78beeed77a26 10:27:39 10:27:39 Step 10/23 : FROM alpine:3.12 10:27:39 ---> 389fef711851 10:27:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:27:39 ---> Running in cf5852087cef 10:27:40 Removing intermediate container eeb59fb470f3 10:27:40 ---> 9e947cffcbda 10:27:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:27:40 Removing intermediate container cf5852087cef 10:27:40 ---> cadb6f7d11ab 10:27:40 Step 12/23 : ENV APP_PORT=48080 10:27:40 Removing intermediate container 7588ff3729f9 10:27:40 ---> cd9123c80c40 10:27:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:27:40 Removing intermediate container 1d1fc7343b2f 10:27:40 ---> d8c40f86736e 10:27:40 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:27:40 ---> Running in 366efb76f0db 10:27:40 ---> Running in 9b473571947e 10:27:40 ---> Running in afb8f14e2bdb 10:27:40 ---> Running in e134dd6990a2 10:27:41 Removing intermediate container 6bdf0c726e13 10:27:41 ---> 07cb70a013b0 10:27:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:27:41 Removing intermediate container 366efb76f0db 10:27:41 ---> 9e009bdec181 10:27:41 Step 13/23 : ENV APP_PORT=48082 10:27:41 ---> Running in b8bb44bcff67 10:27:41 ---> Running in ed04638c4d7c 10:27:41 Removing intermediate container e134dd6990a2 10:27:41 ---> 80eebfa674ec 10:27:41 Step 13/21 : WORKDIR /edgex 10:27:41 Removing intermediate container 9b473571947e 10:27:41 ---> 8778795310d6 10:27:41 Step 13/23 : EXPOSE $APP_PORT 10:27:41 Removing intermediate container afb8f14e2bdb 10:27:41 ---> 33415146ea36 10:27:41 Step 13/22 : ENV APP_PORT=48085 10:27:41 ---> Running in 0032693d2cb6 10:27:41 ---> Running in 988a489aebe3 10:27:41 ---> Running in 55fdc558b599 10:27:41 Removing intermediate container b8bb44bcff67 10:27:41 ---> 0eeccb428cfb 10:27:41 Step 13/22 : ENV APP_PORT=48060 10:27:41 Removing intermediate container ed04638c4d7c 10:27:41 ---> 04730ac5b4a2 10:27:41 Step 14/23 : EXPOSE $APP_PORT 10:27:42 ---> Running in 8f1040a78ae1 10:27:42 ---> Running in 7a53b811d6c3 10:27:42 Removing intermediate container 0032693d2cb6 10:27:42 ---> 27d5920ad4cc 10:27:42 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:27:42 Removing intermediate container 988a489aebe3 10:27:42 ---> 6ca88213a3d6 10:27:42 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:27:42 Removing intermediate container 55fdc558b599 10:27:42 ---> a6809b0873fa 10:27:42 Step 14/22 : EXPOSE $APP_PORT 10:27:42 ---> Running in 876b299e14cf 10:27:42 ---> Running in 1c3fad20aece 10:27:42 Removing intermediate container 8f1040a78ae1 10:27:42 ---> 34b7436256a2 10:27:42 Step 14/22 : EXPOSE $APP_PORT 10:27:42 Removing intermediate container 7a53b811d6c3 10:27:42 ---> 0f26a354d4f4 10:27:42 Step 15/23 : WORKDIR / 10:27:42 ---> 9d0a41e55b13 10:27:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:27:43 ---> Running in eb932be677a8 10:27:43 ---> Running in 00991f809890 10:27:43 Removing intermediate container 1c3fad20aece 10:27:43 ---> 6c5caea82ea1 10:27:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:27:43 Removing intermediate container eb932be677a8 10:27:43 ---> 72e48821eaf3 10:27:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:27:43 Removing intermediate container 00991f809890 10:27:43 ---> d573d2f1a127 10:27:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:27:43 ---> 1da13ad8dc1b 10:27:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:27:43 ---> abce76ae6db3 10:27:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:27:43 ---> ce70ac0efaa6 10:27:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:27:43 ---> d10bfc3201d4 10:27:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:27:45 ---> df429126f24c 10:27:45 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:27:45 ---> d824134b91de 10:27:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:27:45 Removing intermediate container 876b299e14cf 10:27:45 ---> 53fb83411eba 10:27:45 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:27:45 ---> 7f1f24251785 10:27:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:27:45 ---> 18f2eb4d0c06 10:27:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:27:45 ---> Running in 82ed28cc2b05 10:27:45 ---> Running in 6585bdb5fbdc 10:27:45 ---> d3549c9a0e13 10:27:45 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:27:45 ---> 15ab02b8de3c 10:27:45 Step 19/23 : ENTRYPOINT ["/core-command"] 10:27:45 Removing intermediate container 82ed28cc2b05 10:27:45 ---> 2a68f6891bf9 10:27:45 Step 18/21 : CMD ["--init=true"] 10:27:45 ---> ef7102e9eaa6 10:27:45 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:27:45 ---> Running in 6e8f5311d5ed 10:27:45 ---> Running in ccc3cb12acca 10:27:45 ---> Running in 3b38c2a12afb 10:27:45 ---> Running in 2493013751d1 10:27:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:27:46 Removing intermediate container 6e8f5311d5ed 10:27:46 ---> 353b5db64808 10:27:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:27:46 Removing intermediate container 3b38c2a12afb 10:27:46 ---> 0007cf522b76 10:27:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:27:46 Removing intermediate container ccc3cb12acca 10:27:46 ---> 894f282dd105 10:27:46 Step 19/21 : LABEL arch=x86_64 10:27:46 Removing intermediate container 2493013751d1 10:27:46 ---> e76497cebb2e 10:27:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:27:46 ---> Running in 17e04637196c 10:27:46 ---> Running in d8e6fc914089 10:27:46 ---> Running in d901b11fdd9c 10:27:46 ---> Running in 370e94f219e9 10:27:46 Removing intermediate container 17e04637196c 10:27:46 ---> e7caeefd01e2 10:27:46 Step 20/22 : LABEL arch=x86_64 10:27:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:27:46 ---> Running in eae9aebeacba 10:27:46 Removing intermediate container d8e6fc914089 10:27:46 ---> 9b1e18536cc7 10:27:46 Step 21/23 : LABEL arch=x86_64 10:27:46 Removing intermediate container d901b11fdd9c 10:27:46 ---> a092437ea123 10:27:46 Step 20/21 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:27:46 Removing intermediate container 370e94f219e9 10:27:46 ---> 9f38213626cc 10:27:46 Step 20/22 : LABEL arch=x86_64 10:27:46 ---> Running in bbb0ffe7a3d0 10:27:47 ---> Running in 74fc37735e64 10:27:47 ---> Running in 2e46475e1d03 10:27:47 Removing intermediate container eae9aebeacba 10:27:47 ---> 5d08926966c6 10:27:47 Step 21/22 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:27:47 Removing intermediate container bbb0ffe7a3d0 10:27:47 ---> ed2c4568647c 10:27:47 Step 22/23 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:27:47 (1/6) Installing dumb-init (1.2.2-r1) 10:27:47 ---> Running in fad0d1d1d01a 10:27:47 Removing intermediate container 74fc37735e64 10:27:47 ---> 28f38aba455b 10:27:47 Step 21/21 : LABEL version=2.0.0-dev.74 10:27:47 (2/6) Installing libgcc (9.3.0-r2) 10:27:47 Removing intermediate container 2e46475e1d03 10:27:47 ---> 2fe898750f5d 10:27:47 Step 21/22 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:27:47 (3/6) Installing libsodium (1.0.18-r0) 10:27:47 ---> Running in 61c95c97ed46 10:27:47 ---> Running in ecc410ee08d8 10:27:47 ---> Running in 3ed34e14043e 10:27:47 Removing intermediate container fad0d1d1d01a 10:27:47 ---> 32814586296f 10:27:47 Step 22/22 : LABEL version=2.0.0-dev.74 10:27:47 (4/6) Installing libstdc++ (9.3.0-r2) 10:27:47 ---> Running in 6fcacc89291b 10:27:47 Removing intermediate container ecc410ee08d8 10:27:47 ---> aaca9e2bea2e 10:27:47 Step 23/23 : LABEL version=2.0.0-dev.74 10:27:47 Removing intermediate container 61c95c97ed46 10:27:47 ---> ad9b69ea76d9 10:27:47 10:27:47 (5/6) Installing libzmq (4.3.3-r0) 10:27:47 Removing intermediate container 3ed34e14043e 10:27:47 ---> fabf7a3f9a41 10:27:47 Step 22/22 : LABEL version=2.0.0-dev.74 10:27:48 (6/6) Installing zeromq (4.3.3-r0) 10:27:48 ---> Running in 33475ff72142 10:27:48 Executing busybox-1.31.1-r19.trigger 10:27:48 Successfully built ad9b69ea76d9 10:27:48 OK: 8 MiB in 20 packages 10:27:48 ---> Running in 4d51df78b427 10:27:48 Successfully tagged docker-security-proxy-setup-go:latest 10:27:48 Removing intermediate container 6fcacc89291b 10:27:48 ---> 14798747ff0d 10:27:48 10:27:48 Building docker-sys-mgmt-agent-go 10:27:48  Building docker-security-proxy-setup-go ... done Removing intermediate container 33475ff72142 10:27:48 ---> 0e550bf66cc2 10:27:48 10:27:48 Successfully built 14798747ff0d 10:27:48 Removing intermediate container 4d51df78b427 10:27:48 ---> 5036e5500237 10:27:48 10:27:48 Successfully tagged docker-support-scheduler-go:latest 10:27:48  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 10:27:48 Successfully built 0e550bf66cc2 10:27:48 Successfully built 5036e5500237 10:27:48 Successfully tagged docker-support-notifications-go:latest 10:27:48 Successfully tagged docker-core-command-go:latest 10:27:48 Building docker-security-secretstore-setup-go 10:27:48 Building docker-security-bootstrapper-go 10:27:48  Building docker-core-command-go ... done  Building docker-support-notifications-go ... done Removing intermediate container 6585bdb5fbdc 10:27:48 ---> f6151f3bfcbd 10:27:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:27:49 ---> f8b80b3513b3 10:27:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:27:50 ---> 3ce6e1ecd0ba 10:27:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:27:53 ---> f15c31fb8267 10:27:53 Step 19/23 : ENTRYPOINT ["/core-data"] 10:27:58 ---> Running in c2173c500402 10:27:58 Removing intermediate container c2173c500402 10:27:58 ---> 2261a68f13e7 10:27:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:27:59 ---> Running in 86d6dc73feb5 10:28:00 ---> 4282e283b317 10:28:00 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:28:00 ---> 1371eda3ea1c 10:28:00 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:28:00 ---> 6f51f5cf67ef 10:28:00 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 10:28:00 ---> a8b9aa3b6054 10:28:00 Step 9/23 : RUN make cmd/core-command/core-command 10:28:00 ---> f949b84ecb1e 10:28:00 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:28:00 ---> Running in df32c6227bd2 10:28:00 ---> Running in 4132c098a24c 10:28:00 ---> Running in 72c146e7ab72 10:28:00 ---> Running in ce504808b36e 10:28:00 ---> Running in 2a58119ad97b 10:28:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:28:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:28:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:28:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:28:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/core-command/core-command ./cmd/core-command 10:28:00 Removing intermediate container 86d6dc73feb5 10:28:00 ---> 9c66292d8ab1 10:28:00 Step 21/23 : LABEL arch=x86_64 10:28:00 ---> Running in 4710809b9aa3 10:28:00 Removing intermediate container 4710809b9aa3 10:28:00 ---> 412593d5bb37 10:28:00 Step 22/23 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:28:01 ---> Running in 08db9ca6b562 10:28:01 Removing intermediate container 08db9ca6b562 10:28:01 ---> 4a1347c960d2 10:28:01 Step 23/23 : LABEL version=2.0.0-dev.74 10:28:01 ---> Running in 3e9e8ebfc155 10:28:01 Removing intermediate container 3e9e8ebfc155 10:28:01 ---> df0308fedafc 10:28:01 10:28:01 Successfully built df0308fedafc 10:28:01 Successfully tagged docker-core-data-go:latest 10:28:16  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:28:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:28:16 ---> 76a9673b17a1 10:28:16 Step 3/24 : WORKDIR /edgex-go 10:28:16 ---> Using cache 10:28:16 ---> 05bfd375cdf5 10:28:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:16 ---> Using cache 10:28:16 ---> 934ef19d92c2 10:28:16 Step 5/24 : RUN apk add --update --no-cache make git 10:28:16 ---> Using cache 10:28:16 ---> 4868b6642808 10:28:16 Step 6/24 : COPY go.mod . 10:28:16 ---> Using cache 10:28:16 ---> 3528d499ea87 10:28:16 Step 7/24 : RUN go mod download 10:28:16 ---> Using cache 10:28:16 ---> ad1ca9017452 10:28:16 Step 8/24 : COPY . . 10:28:16 ---> Using cache 10:28:16 ---> 9e8f7bb4d502 10:28:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:28:16 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:28:16 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:28:16 ---> 76a9673b17a1 10:28:16 Step 3/31 : WORKDIR /edgex-go 10:28:16 ---> Using cache 10:28:16 ---> 05bfd375cdf5 10:28:16 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:16 ---> Using cache 10:28:16 ---> 934ef19d92c2 10:28:16 Step 5/31 : RUN apk add --update --no-cache make git 10:28:16 ---> Using cache 10:28:16 ---> 4868b6642808 10:28:16 Step 6/31 : COPY go.mod . 10:28:16 ---> Using cache 10:28:16 ---> 3528d499ea87 10:28:16 Step 7/31 : RUN go mod download 10:28:16 ---> Using cache 10:28:16 ---> ad1ca9017452 10:28:16 Step 8/31 : COPY . . 10:28:16 ---> Using cache 10:28:16 ---> 9e8f7bb4d502 10:28:16 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 10:28:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:28:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:28:16 ---> 76a9673b17a1 10:28:16 Step 3/23 : WORKDIR /edgex-go 10:28:16 ---> Using cache 10:28:16 ---> 05bfd375cdf5 10:28:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:16 ---> Using cache 10:28:16 ---> 934ef19d92c2 10:28:16 Step 5/23 : RUN apk add --update --no-cache make git 10:28:16 ---> Using cache 10:28:16 ---> 4868b6642808 10:28:16 Step 6/23 : COPY go.mod . 10:28:16 ---> Using cache 10:28:16 ---> 3528d499ea87 10:28:16 Step 7/23 : RUN go mod download 10:28:16 ---> Using cache 10:28:16 ---> ad1ca9017452 10:28:16 Step 8/23 : COPY . . 10:28:16 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:28:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:28:16 ---> 76a9673b17a1 10:28:16 Step 3/26 : WORKDIR /edgex-go 10:28:16 ---> Using cache 10:28:16 ---> 05bfd375cdf5 10:28:16 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:16 ---> Using cache 10:28:16 ---> 934ef19d92c2 10:28:16 Step 5/26 : RUN apk add --update --no-cache make bash git 10:28:16 ---> Using cache 10:28:16 ---> 9e8f7bb4d502 10:28:16 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:28:17 ---> Running in e3e46786f41a 10:28:17 ---> Running in 7909888e9d59 10:28:17 ---> Running in 72223955e029 10:28:17 ---> Running in 7c9af5080388 10:28:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:28:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:28:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:28:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:28:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:28:21 OK: 233 MiB in 51 packages 10:28:22 Removing intermediate container 7909888e9d59 10:28:22 ---> 89bd00ca60d3 10:28:22 Step 6/26 : COPY go.mod . 10:28:23 ---> bfef26bc4b82 10:28:23 Step 7/26 : RUN go mod download 10:28:23 ---> Running in d757835e802a 10:28:28 Removing intermediate container d757835e802a 10:28:28 ---> 2dc533736877 10:28:28 Step 8/26 : COPY . . 10:28:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:28:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:28:50 ---> fb9bc30cb36a 10:28:50 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:28:50 ---> Running in d335fce50e77 10:28:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:28:52 Removing intermediate container e3e46786f41a 10:28:52 ---> 8a94b8434b5d 10:28:52 10:28:52 Step 10/24 : FROM alpine:3.12 10:28:52 ---> 389fef711851 10:28:52 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 10:28:54 Removing intermediate container 72223955e029 10:28:54 ---> 4f2d0e6452fa 10:28:54 10:28:54 Step 10/23 : FROM alpine:3.12 10:28:54 ---> 389fef711851 10:28:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:28:54 ---> Using cache 10:28:54 ---> cd9123c80c40 10:28:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:28:54 ---> Running in 0f4e8df38b09 10:28:54 ---> Using cache 10:28:54 ---> 33415146ea36 10:28:54 Step 13/23 : ENV APP_PORT=48081 10:28:54 Removing intermediate container 7c9af5080388 10:28:54 ---> 2721d779c406 10:28:54 10:28:54 Step 10/31 : FROM alpine:3.12 10:28:54 ---> 389fef711851 10:28:54 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:28:54 ---> Running in 73a98b13772d 10:28:54 ---> Running in cfe92c467fa8 10:28:54 Removing intermediate container 73a98b13772d 10:28:54 ---> 3bbf226631c4 10:28:54 Step 14/23 : EXPOSE $APP_PORT 10:28:55 Removing intermediate container cfe92c467fa8 10:28:55 ---> f814a6773f41 10:28:55 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:28:55 ---> Running in e25888763608 10:28:56 ---> Running in 76b55252932f 10:28:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:28:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:28:56 Removing intermediate container e25888763608 10:28:56 ---> c1b35e445883 10:28:56 Step 15/23 : WORKDIR / 10:28:56 ---> Running in 9b36ac788d1b 10:28:56 (1/5) Installing ca-certificates (20191127-r4) 10:28:56 (2/5) Installing nghttp2-libs (1.41.0-r0) 10:28:56 (3/5) Installing libcurl (7.69.1-r3) 10:28:56 (4/5) Installing curl (7.69.1-r3) 10:28:56 (5/5) Installing dumb-init (1.2.2-r1) 10:28:56 Executing busybox-1.31.1-r19.trigger 10:28:56 Executing ca-certificates-20191127-r4.trigger 10:28:56 OK: 7 MiB in 19 packages 10:28:57 Removing intermediate container 9b36ac788d1b 10:28:57 ---> 8a10e1dfb790 10:28:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:28:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:28:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:28:57 (1/2) Installing dumb-init (1.2.2-r1) 10:28:57 (2/2) Installing su-exec (0.2-r1) 10:28:57 Executing busybox-1.31.1-r19.trigger 10:28:57 ---> 18075096a839 10:28:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:28:57 OK: 6 MiB in 16 packages 10:28:58 Removing intermediate container 0f4e8df38b09 10:28:58 ---> ac5604793742 10:28:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:28:58 ---> Running in a9af25967497 10:28:58 ---> b7e472b00cd4 10:28:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:28:58 Removing intermediate container 76b55252932f 10:28:58 ---> bdd034b5210a 10:28:58 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:28:58 Removing intermediate container a9af25967497 10:28:58 ---> da7e0ddc1b8e 10:28:58 Step 13/24 : WORKDIR / 10:28:59 ---> Running in b85bd246fbbb 10:28:59 ---> Running in ccb7c63e5951 10:28:59 ---> 16133fdede64 10:28:59 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:28:59 ---> Running in e1935cf1fb3d 10:28:59 Removing intermediate container b85bd246fbbb 10:28:59 ---> 01fe2a5be121 10:28:59 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:29:00 Removing intermediate container ccb7c63e5951 10:29:00 ---> 1b8cd19ef706 10:29:00 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:29:00 ---> Running in 9640dd305cd3 10:29:00 Removing intermediate container e1935cf1fb3d 10:29:00 ---> f3a1a2c29a7b 10:29:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:29:00 ---> Running in 79524e87726c 10:29:00 ---> 8a0118112998 10:29:00 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:29:00 Removing intermediate container 9640dd305cd3 10:29:00 ---> 2a7f331f2fe6 10:29:00 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:29:01 Removing intermediate container 79524e87726c 10:29:01 ---> b9f46d551b74 10:29:01 Step 21/23 : LABEL arch=x86_64 10:29:01 ---> Running in 46aa1f7f5bfb 10:29:01 ---> 17e31465e83a 10:29:01 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:29:01 ---> Running in 873146ea9e6c 10:29:01 ---> 9beac88667a9 10:29:01 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:29:01 Removing intermediate container 873146ea9e6c 10:29:01 ---> d8839ca5a412 10:29:01 Step 22/23 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:29:01 ---> Running in f51d9dad39ef 10:29:02 Removing intermediate container f51d9dad39ef 10:29:02 ---> 7ea588691c20 10:29:02 Step 23/23 : LABEL version=2.0.0-dev.74 10:29:03 ---> Running in 7c3578e6d766 10:29:03 ---> 2927bea79e45 10:29:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:29:03 Removing intermediate container 7c3578e6d766 10:29:03 ---> f2487c9ea6a8 10:29:03 10:29:03 Removing intermediate container 46aa1f7f5bfb 10:29:03 ---> edd9c8a1f90c 10:29:03 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:29:03 ---> eda6e8254720 10:29:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:29:04 Successfully built f2487c9ea6a8 10:29:04 Successfully tagged docker-core-metadata-go:latest 10:29:04  Building docker-core-metadata-go ... done  ---> Running in 13ad3d94a9ce 10:29:05 ---> 78904516a6d1 10:29:05 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/ 10:29:05 Removing intermediate container d335fce50e77 10:29:05 ---> 0dc5e79c0691 10:29:05 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:29:05 Removing intermediate container 13ad3d94a9ce 10:29:05 ---> b06197b9c43b 10:29:05 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:29:05 ---> Running in a3233a4e0548 10:29:05 ---> Running in 8ee2ca4115f1 10:29:05 ---> 3f717b0bb2f2 10:29:05 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:29:06 ---> Running in 83fe26a7ca62 10:29:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:29:07 Removing intermediate container a3233a4e0548 10:29:07 ---> cae6d88c5cc9 10:29:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:29:07 ---> Running in aa1d0967b5aa 10:29:07 Removing intermediate container 83fe26a7ca62 10:29:07 ---> a3a4d6e2d9d2 10:29:07 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:29:07 Removing intermediate container aa1d0967b5aa 10:29:07 ---> c57b607923bd 10:29:07 Step 22/24 : LABEL arch=x86_64 10:29:07 ---> Running in af02d8fbf846 10:29:07 ---> fc8c37c579b1 10:29:07 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:29:07 Removing intermediate container af02d8fbf846 10:29:07 ---> 4260217fe257 10:29:07 Step 23/24 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:29:07 ---> Running in f7d694e0db8c 10:29:07 Removing intermediate container 8ee2ca4115f1 10:29:07 ---> 49bcdaa08544 10:29:07 10:29:07 Step 11/26 : FROM docker:20.10.0 10:29:07 20.10.0: Pulling from library/docker 10:29:08 Removing intermediate container f7d694e0db8c 10:29:08 ---> 02a2a39e4254 10:29:08 Step 24/24 : LABEL version=2.0.0-dev.74 10:29:08 ---> Running in 032e78aec586 10:29:08 ---> 8a414fe89fea 10:29:08 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:29:08 Removing intermediate container 032e78aec586 10:29:08 ---> 1d6aed021ffe 10:29:08 10:29:08 Successfully built 1d6aed021ffe 10:29:09 Successfully tagged docker-security-secretstore-setup-go:latest 10:29:09  Building docker-security-secretstore-setup-go ... done  ---> c6cbc5a2df5f 10:29:09 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 10:29:10 ---> 3cf189d97e45 10:29:10 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:29:10 ---> d1f8e95f9585 10:29:10 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:29:10 ---> Running in 9667f1467346 10:29:12 Removing intermediate container 9667f1467346 10:29:12 ---> 8932f4792d23 10:29:12 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:29:13 ---> c0a74088e634 10:29:13 Step 26/31 : RUN chmod +x /entrypoint.sh 10:29:13 ---> Running in 7336e4ca2889 10:29:13 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:29:13 Status: Downloaded newer image for docker:20.10.0 10:29:13 ---> aefe523efa57 10:29:13 Step 12/26 : RUN apk add --no-cache bash 10:29:13 ---> Running in b1d7252c6e9e 10:29:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:29:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:29:14 (1/2) Installing readline (8.0.4-r0) 10:29:14 (2/2) Installing bash (5.0.17-r0) 10:29:14 Executing bash-5.0.17-r0.post-install 10:29:14 Executing busybox-1.31.1-r19.trigger 10:29:14 OK: 12 MiB in 22 packages 10:29:14 Removing intermediate container 7336e4ca2889 10:29:14 ---> b97846bd616a 10:29:14 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:29:14 ---> Running in 61d245b5372d 10:29:14 Removing intermediate container 61d245b5372d 10:29:14 ---> 2b05b481ecc6 10:29:14 Step 28/31 : CMD ["gate"] 10:29:14 ---> Running in 107a12eda699 10:29:14 Removing intermediate container b1d7252c6e9e 10:29:14 ---> d16debff869e 10:29:14 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:29:15 ---> Running in 5e79e4a6ebd6 10:29:15 Removing intermediate container 107a12eda699 10:29:15 ---> 042e729423f6 10:29:15 Step 29/31 : LABEL arch=x86_64 10:29:15 Removing intermediate container 5e79e4a6ebd6 10:29:15 ---> 26089197cb5c 10:29:15 Step 14/26 : ENV APP_PORT=48090 10:29:15 ---> Running in 581ad0a451d7 10:29:15 ---> Running in f3686b42e017 10:29:15 Removing intermediate container 581ad0a451d7 10:29:15 ---> eac8a84bdc94 10:29:15 Step 30/31 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:29:15 Removing intermediate container f3686b42e017 10:29:15 ---> d6117367ae74 10:29:15 Step 15/26 : EXPOSE $APP_PORT 10:29:16 ---> Running in 2fcb4542152a 10:29:16 ---> Running in 1745a109fc29 10:29:16 Removing intermediate container 2fcb4542152a 10:29:16 ---> aeeed55c34cf 10:29:16 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:29:16 Removing intermediate container 1745a109fc29 10:29:16 ---> 87c89dedda0a 10:29:16 Step 31/31 : LABEL version=2.0.0-dev.74 10:29:16 ---> Running in 5bfce813f8d7 10:29:16 Removing intermediate container 5bfce813f8d7 10:29:16 ---> 413e57a3e270 10:29:16 10:29:16 ---> e1acc924d6e3 10:29:16 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:29:16 Successfully built 413e57a3e270 10:29:16 Successfully tagged docker-security-bootstrapper-go:latest 10:29:17  Building docker-security-bootstrapper-go ... done  ---> b3be4d454865 10:29:17 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:29:17 ---> b9a7e754ba95 10:29:17 Step 19/26 : RUN apk --no-cache add py3-pip 10:29:17 ---> Running in 818709ac1394 10:29:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:29:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:29:18 (1/33) Installing libbz2 (1.0.8-r1) 10:29:18 (2/33) Installing expat (2.2.9-r1) 10:29:18 (3/33) Installing libffi (3.3-r2) 10:29:18 (4/33) Installing gdbm (1.13-r1) 10:29:18 (5/33) Installing xz-libs (5.2.5-r0) 10:29:18 (6/33) Installing sqlite-libs (3.32.1-r0) 10:29:18 (7/33) Installing python3 (3.8.5-r0) 10:29:19 (8/33) Installing py3-appdirs (1.4.4-r1) 10:29:19 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:29:19 (10/33) Installing py3-parsing (2.4.7-r0) 10:29:19 (11/33) Installing py3-six (1.15.0-r0) 10:29:19 (12/33) Installing py3-packaging (20.4-r0) 10:29:19 (13/33) Installing py3-setuptools (47.0.0-r0) 10:29:19 (14/33) Installing py3-chardet (3.0.4-r4) 10:29:19 (15/33) Installing py3-idna (2.9-r0) 10:29:19 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:29:19 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:29:19 (18/33) Installing py3-requests (2.23.0-r0) 10:29:19 (19/33) Installing py3-msgpack (1.0.0-r0) 10:29:19 (20/33) Installing py3-lockfile (0.12.2-r3) 10:29:19 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:29:19 (22/33) Installing py3-colorama (0.4.3-r0) 10:29:19 (23/33) Installing py3-distlib (0.3.0-r0) 10:29:19 (24/33) Installing py3-distro (1.5.0-r1) 10:29:19 (25/33) Installing py3-webencodings (0.5.1-r3) 10:29:19 (26/33) Installing py3-html5lib (1.0.1-r4) 10:29:19 (27/33) Installing py3-pytoml (0.1.21-r0) 10:29:19 (28/33) Installing py3-pep517 (0.8.2-r0) 10:29:19 (29/33) Installing py3-progress (1.5-r0) 10:29:19 (30/33) Installing py3-toml (0.10.1-r0) 10:29:19 (31/33) Installing py3-retrying (1.3.3-r0) 10:29:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:29:19 (33/33) Installing py3-pip (20.1.1-r0) 10:29:19 Executing busybox-1.31.1-r19.trigger 10:29:19 OK: 71 MiB in 55 packages 10:29:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:29:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/secrets-config ./cmd/secrets-config 10:29:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:29:28 Removing intermediate container 818709ac1394 10:29:28 ---> 3a869bc774a4 10:29:28 Step 20/26 : RUN pip install docker-compose==1.23.2 10:29:28 ---> Running in db1daf0f483c 10:29:29 Collecting docker-compose==1.23.2 10:29:29 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:29:30 Collecting jsonschema<3,>=2.5.1 10:29:30 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:29:30 Collecting PyYAML<4,>=3.10 10:29:30 Downloading PyYAML-3.13.tar.gz (270 kB) 10:29:31 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:29:31 Collecting docker<4.0,>=3.6.0 10:29:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:29:31 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:29:31 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:29:31 Collecting dockerpty<0.5,>=0.4.1 10:29:31 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:29:32 Removing intermediate container 4132c098a24c 10:29:32 ---> cbd1677fa263 10:29:32 10:29:32 Step 10/24 : FROM alpine:3.12 10:29:32 3.12: Pulling from library/alpine 10:29:33 Collecting cached-property<2,>=1.2.0 10:29:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:29:33 Collecting websocket-client<1.0,>=0.32.0 10:29:33 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:29:33 Collecting texttable<0.10,>=0.9.0 10:29:33 Downloading texttable-0.9.1.tar.gz (11 kB) 10:29:34 Collecting docopt<0.7,>=0.6.1 10:29:34 Downloading docopt-0.6.2.tar.gz (25 kB) 10:29:34 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:29:34 Status: Downloaded newer image for alpine:3.12 10:29:34 ---> afeebe901d6b 10:29:34 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 10:29:34 Collecting docker-pycreds>=0.4.0 10:29:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:29:34 Collecting urllib3<1.25,>=1.21.1 10:29:34 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:29:34 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) 10:29:34 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) 10:29:34 Collecting idna<2.8,>=2.5 10:29:34 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:29:35 Removing intermediate container df32c6227bd2 10:29:35 ---> b1acd3cc7653 10:29:35 10:29:35 Step 10/21 : FROM alpine:3.12 10:29:35 ---> afeebe901d6b 10:29:35 Step 11/21 : RUN apk add --update --no-cache curl 10:29:35 ---> Running in 4771822e3216 10:29:35 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:29:35 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:29:35 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:29:35 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:29:35 Installing collected packages: jsonschema, PyYAML, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, cached-property, texttable, docopt, docker-compose 10:29:35 Running setup.py install for PyYAML: started 10:29:35 ---> Running in cbcfa7b7a24f 10:29:35 Running setup.py install for PyYAML: finished with status 'done' 10:29:35 Attempting uninstall: urllib3 10:29:35 Found existing installation: urllib3 1.25.9 10:29:35 Uninstalling urllib3-1.25.9: 10:29:35 Successfully uninstalled urllib3-1.25.9 10:29:36 Attempting uninstall: idna 10:29:36 Found existing installation: idna 2.9 10:29:36 Uninstalling idna-2.9: 10:29:36 Successfully uninstalled idna-2.9 10:29:36 Attempting uninstall: requests 10:29:36 Found existing installation: requests 2.23.0 10:29:36 Uninstalling requests-2.23.0: 10:29:36 Successfully uninstalled requests-2.23.0 10:29:36 Running setup.py install for dockerpty: started 10:29:37 Running setup.py install for dockerpty: finished with status 'done' 10:29:37 Running setup.py install for texttable: started 10:29:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:29:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:29:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:29:37 Running setup.py install for texttable: finished with status 'done' 10:29:37 Running setup.py install for docopt: started 10:29:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:29:38 (1/5) Installing ca-certificates (20191127-r4) 10:29:38 (2/5) Installing nghttp2-libs (1.41.0-r0) 10:29:38 (3/5) Installing libcurl (7.69.1-r3) 10:29:38 (4/5) Installing curl (7.69.1-r3) 10:29:38 (5/5) Installing dumb-init (1.2.2-r1) 10:29:38 Executing busybox-1.31.1-r19.trigger 10:29:38 Running setup.py install for docopt: finished with status 'done' 10:29:38 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 10:29:38 Executing ca-certificates-20191127-r4.trigger 10:29:38 (1/4) Installing ca-certificates (20191127-r4) 10:29:38 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:29:38 (3/4) Installing libcurl (7.69.1-r3) 10:29:38 (4/4) Installing curl (7.69.1-r3) 10:29:38 Executing busybox-1.31.1-r19.trigger 10:29:38 Executing ca-certificates-20191127-r4.trigger 10:29:38 OK: 7 MiB in 19 packages 10:29:39 OK: 7 MiB in 18 packages 10:29:41 Removing intermediate container db1daf0f483c 10:29:41 ---> 7d9c36178b33 10:29:41 Step 21/26 : RUN apk --no-cache add curl 10:29:41 ---> Running in c3b567dd5354 10:29:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:29:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:29:41 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:29:41 (2/3) Installing libcurl (7.69.1-r3) 10:29:41 (3/3) Installing curl (7.69.1-r3) 10:29:41 Executing busybox-1.31.1-r19.trigger 10:29:41 OK: 72 MiB in 58 packages 10:29:42 Removing intermediate container c3b567dd5354 10:29:42 ---> 8395861d44e9 10:29:42 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:29:42 ---> Running in d30f5e2a73eb 10:29:42 Removing intermediate container 4771822e3216 10:29:42 ---> 04baf140274a 10:29:42 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:29:42 Removing intermediate container cbcfa7b7a24f 10:29:42 ---> 23a7ab0b4b25 10:29:42 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:29:42 ---> Running in 74262bb92642 10:29:42 ---> Running in 38cad2c78d5f 10:29:42 Removing intermediate container d30f5e2a73eb 10:29:42 ---> 1df79e81f743 10:29:42 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:29:42 ---> Running in 2a2c5d924313 10:29:42 Removing intermediate container 2a2c5d924313 10:29:42 ---> 9bfa6ccad775 10:29:42 Step 24/26 : LABEL arch=x86_64 10:29:42 ---> Running in f7a158902923 10:29:43 Removing intermediate container f7a158902923 10:29:43 ---> 690d30009940 10:29:43 Step 25/26 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:29:43 ---> Running in 980dcaafdbb9 10:29:43 Removing intermediate container 980dcaafdbb9 10:29:43 ---> 234b71bfc7ff 10:29:43 Step 26/26 : LABEL version=2.0.0-dev.74 10:29:43 ---> Running in 92ccce9101e1 10:29:43 Removing intermediate container 92ccce9101e1 10:29:43 ---> 607fc7bff69b 10:29:43 10:29:43 Successfully built 607fc7bff69b 10:29:43 Successfully tagged docker-sys-mgmt-agent-go:latest 10:29:43 Removing intermediate container 38cad2c78d5f 10:29:43 ---> 61985318ae13 10:29:43 Step 13/21 : WORKDIR /edgex 10:29:43 Removing intermediate container 74262bb92642 10:29:43 ---> f97b74b7cbf6 10:29:43 Step 13/24 : WORKDIR / 10:29:44 ---> Running in f2c9dd53e84e 10:29:44 ---> Running in 56a7f852144c 10:29:44  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 10:29:44 $ docker stop --time=1 c6d0d8738a1a590750c49ffebcdad7a78849698a5b3d5eb58724914143b02046 10:29:45 Removing intermediate container 56a7f852144c 10:29:45 Removing intermediate container f2c9dd53e84e 10:29:45 ---> eaa247986554 10:29:45 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:29:45 ---> 137e78f38338 10:29:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:29:46 $ docker rm -f c6d0d8738a1a590750c49ffebcdad7a78849698a5b3d5eb58724914143b02046 10:29:46 Removing intermediate container 72c146e7ab72 10:29:46 ---> 13a0c3ee3fc8 10:29:46 10:29:46 Step 10/31 : FROM alpine:3.12 10:29:46 ---> afeebe901d6b 10:29:46 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [Pipeline] // withDockerContainer [Pipeline] sh 10:29:47 ---> Running in 31f8e7f9f600 10:29:47 + docker images 10:29:47 + grep docker 10:29:47 ---> 0ee96f00430b 10:29:47 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:29:47 ---> 48530d221831 10:29:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:29:47 docker-sys-mgmt-agent-go latest 607fc7bff69b 4 seconds ago 313MB 10:29:47 docker-security-bootstrapper-go latest 413e57a3e270 31 seconds ago 23.8MB 10:29:47 docker-security-secretstore-setup-go latest 1d6aed021ffe 39 seconds ago 24.6MB 10:29:47 docker-core-metadata-go latest f2487c9ea6a8 44 seconds ago 18.8MB 10:29:47 docker-core-data-go latest df0308fedafc About a minute ago 22.3MB 10:29:47 docker-support-scheduler-go latest 14798747ff0d About a minute ago 17MB 10:29:47 docker-core-command-go latest 0e550bf66cc2 About a minute ago 16.9MB 10:29:47 docker-support-notifications-go latest 5036e5500237 About a minute ago 17.5MB 10:29:47 docker-security-proxy-setup-go latest ad9b69ea76d9 2 minutes ago 24.4MB 10:29:47 docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv 10:29:47 Removing intermediate container 31f8e7f9f600 10:29:47 ---> 9e1d6fcf4f88 10:29:47 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 10:29:48 ---> Running in 60acb74ee4f2 [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:29:48 provisioning config files... 10:29:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/339@tmp/config7131699554220747705tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:29:48 Removing intermediate container 2a58119ad97b 10:29:48 ---> 0fd255eb6bb5 10:29:48 10:29:48 Step 10/23 : FROM alpine:3.12 10:29:48 ---> afeebe901d6b 10:29:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:29:48 ---> ba39d1d1a67b 10:29:48 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:29:49 ---> docker-login.sh 10:29:49 nexus3.edgexfoundry.org:10001 10:29:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:49 Configure a credential helper to remove this warning. See 10:29:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:49 10:29:49 Login Succeeded 10:29:49 nexus3.edgexfoundry.org:10002 10:29:49 ---> Running in 8c8144c0a9b7 10:29:49 ---> f910fb781119 10:29:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:29:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:49 Configure a credential helper to remove this warning. See 10:29:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:49 10:29:49 Login Succeeded 10:29:49 nexus3.edgexfoundry.org:10003 10:29:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:29:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:49 Configure a credential helper to remove this warning. See 10:29:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:49 10:29:49 Login Succeeded 10:29:49 nexus3.edgexfoundry.org:10004 10:29:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:49 Configure a credential helper to remove this warning. See 10:29:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:49 10:29:49 Login Succeeded 10:29:49 docker.io 10:29:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:29:50 ---> 957e51972e62 10:29:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:29:50 (1/2) Installing dumb-init (1.2.2-r1) 10:29:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:50 Configure a credential helper to remove this warning. See 10:29:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:50 10:29:50 Login Succeeded 10:29:50 ---> docker-login.sh ends [Pipeline] } 10:29:50 Deleting 1 temporary files 10:29:51 (2/2) Installing su-exec (0.2-r1) 10:29:51 Executing busybox-1.31.1-r19.trigger 10:29:51 OK: 5 MiB in 16 packages [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv 10:29:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:29:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo 10:29:51 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 10:29:51 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:29:51 2.0.0-dev.74 10:29:51 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:29:51 master 10:29:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 10:29:51 ---> 5fdd486c1e90 10:29:51 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:29:51 ---> Running in 6e8e40ee1a9e 10:29:51 (1/1) Installing dumb-init (1.2.2-r1) 10:29:51 Executing busybox-1.31.1-r19.trigger 10:29:51 OK: 5 MiB in 15 packages 10:29:52 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh 10:29:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:29:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:29:52 85dbb9cac35d: Preparing 10:29:52 e44277b6a1c6: Preparing 10:29:52 b5cc546c8ee7: Preparing 10:29:52 2cc86aeb2b12: Preparing 10:29:52 777b2c648970: Preparing 10:29:52 777b2c648970: Layer already exists 10:29:52 b5cc546c8ee7: Pushed 10:29:52 2cc86aeb2b12: Pushed 10:29:52 85dbb9cac35d: Pushed 10:29:53 Removing intermediate container 6e8e40ee1a9e 10:29:53 ---> 4f1a1e000e91 10:29:53 Step 18/21 : CMD ["--init=true"] 10:29:53 ---> Running in c0bf66c45c72 10:29:53 Removing intermediate container 60acb74ee4f2 10:29:53 ---> 42797d3272d3 10:29:53 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:29:53 ---> 6d889f57b32f 10:29:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:29:53 e44277b6a1c6: Pushed 10:29:53 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:c4ece976126f38e16fb90035331e31a248a181e977129013009281b81b3b5f5b size: 1363 [Pipeline] isUnix [Pipeline] sh 10:29:53 ---> Running in 380b83e55f65 10:29:53 Removing intermediate container 8c8144c0a9b7 10:29:53 ---> 26b24ebb54ce 10:29:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:29:53 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:29:54 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.74 10:29:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:29:54 85dbb9cac35d: Preparing 10:29:54 e44277b6a1c6: Preparing 10:29:54 b5cc546c8ee7: Preparing 10:29:54 2cc86aeb2b12: Preparing 10:29:54 777b2c648970: Preparing 10:29:54 e44277b6a1c6: Layer already exists 10:29:54 777b2c648970: Layer already exists 10:29:54 2cc86aeb2b12: Layer already exists 10:29:54 b5cc546c8ee7: Layer already exists 10:29:54 85dbb9cac35d: Layer already exists 10:29:54 2.0.0-dev.74: digest: sha256:c4ece976126f38e16fb90035331e31a248a181e977129013009281b81b3b5f5b size: 1363 [Pipeline] isUnix [Pipeline] sh 10:29:54 ---> Running in 75b6f519a8e1 10:29:54 Removing intermediate container c0bf66c45c72 10:29:54 ---> 4ce50493b723 10:29:54 Step 19/21 : LABEL arch=arm64 10:29:54 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:29:54 Removing intermediate container 380b83e55f65 10:29:54 ---> 83b9c2af16bb 10:29:54 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:29:54 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:29:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:29:54 85dbb9cac35d: Preparing 10:29:54 e44277b6a1c6: Preparing 10:29:54 b5cc546c8ee7: Preparing 10:29:54 2cc86aeb2b12: Preparing 10:29:54 777b2c648970: Preparing 10:29:54 85dbb9cac35d: Layer already exists 10:29:54 e44277b6a1c6: Layer already exists 10:29:54 777b2c648970: Layer already exists 10:29:54 b5cc546c8ee7: Layer already exists 10:29:54 2cc86aeb2b12: Layer already exists 10:29:54 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:c4ece976126f38e16fb90035331e31a248a181e977129013009281b81b3b5f5b size: 1363 [Pipeline] isUnix [Pipeline] sh 10:29:55 Removing intermediate container ce504808b36e 10:29:55 ---> 25175123dfa4 10:29:55 10:29:55 Step 10/23 : FROM alpine:3.12 10:29:55 ---> afeebe901d6b 10:29:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:29:55 ---> Using cache 10:29:55 ---> 26b24ebb54ce 10:29:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:29:55 ---> Running in bd6c85a81ebd 10:29:55 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 10:29:55 ---> Running in 603392362d99 10:29:55 ---> Running in 265edad140a5 10:29:55 Removing intermediate container 75b6f519a8e1 10:29:55 ---> b466569de4ac 10:29:55 Step 13/23 : ENV APP_PORT=48082 10:29:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 10:29:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:29:55 85dbb9cac35d: Preparing 10:29:55 e44277b6a1c6: Preparing 10:29:55 b5cc546c8ee7: Preparing 10:29:55 2cc86aeb2b12: Preparing 10:29:55 777b2c648970: Preparing 10:29:55 777b2c648970: Layer already exists 10:29:55 85dbb9cac35d: Layer already exists 10:29:55 e44277b6a1c6: Layer already exists 10:29:55 b5cc546c8ee7: Layer already exists 10:29:55 2cc86aeb2b12: Layer already exists 10:29:55 master: digest: sha256:c4ece976126f38e16fb90035331e31a248a181e977129013009281b81b3b5f5b size: 1363 [Pipeline] } 10:29:55 ---> 33b0939a5c6c 10:29:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:29:55 ---> Running in e4d5f9b701d8 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 10:29:55 Removing intermediate container bd6c85a81ebd 10:29:55 ---> 0cb99cb839b3 10:29:55 Step 20/21 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] echo 10:29:55 ===================================================== [Pipeline] echo 10:29:55 taggedImages: 10:29:55 - nexus3.edgexfoundry.org:10004/docker-core-command-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:29:55 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.74 10:29:55 - nexus3.edgexfoundry.org:10004/docker-core-command-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:29:55 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 10:29:56 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 10:29:56 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:29:56 2.0.0-dev.74 10:29:56 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:29:56 master 10:29:56 ===================================================== 10:29:56 Removing intermediate container 265edad140a5 10:29:56 ---> e411b10ae246 10:29:56 Step 13/23 : ENV APP_PORT=48081 10:29:56 Removing intermediate container 603392362d99 10:29:56 ---> 26cea566a130 10:29:56 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:29:56 ---> Running in 44118a3c79fb [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 10:29:56 Removing intermediate container e4d5f9b701d8 10:29:56 ---> 0b4423437c9a 10:29:56 Step 14/23 : EXPOSE $APP_PORT 10:29:56 ---> Running in 02ca5a64cec9 10:29:56 ---> Running in e884cc227557 10:29:56 ---> Running in bb5f62422bd4 [Pipeline] isUnix [Pipeline] sh 10:29:56 ---> 8fcada398c55 10:29:56 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/ 10:29:56 Removing intermediate container 44118a3c79fb 10:29:56 ---> a8fdc9ec36e0 10:29:56 Step 21/21 : LABEL version=2.0.0-dev.74 10:29:56 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh 10:29:56 ---> Running in 45e43f1fc20d 10:29:56 Removing intermediate container e884cc227557 10:29:56 ---> d404cdc6da37 10:29:56 Step 14/23 : EXPOSE $APP_PORT 10:29:56 ---> Running in 2d2e1265880c 10:29:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:29:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:29:57 fa5ea8b4ee96: Preparing 10:29:57 2d1f7d0cfb47: Preparing 10:29:57 b5cc546c8ee7: Preparing 10:29:57 200c99862056: Preparing 10:29:57 e172e451eab5: Preparing 10:29:57 777b2c648970: Preparing 10:29:57 777b2c648970: Waiting 10:29:57 b5cc546c8ee7: Layer already exists 10:29:57 777b2c648970: Layer already exists 10:29:57 ---> Running in f02751025bcc 10:29:57 Removing intermediate container bb5f62422bd4 10:29:57 ---> 1a39cbf1c47e 10:29:57 Step 15/23 : WORKDIR / 10:29:57 fa5ea8b4ee96: Pushed 10:29:57 e172e451eab5: Pushed 10:29:57 200c99862056: Pushed 10:29:57 ---> Running in 5c5c2e594110 10:29:57 Removing intermediate container 2d2e1265880c 10:29:57 ---> adb5a76c8207 10:29:57 10:29:58 Removing intermediate container f02751025bcc 10:29:58 ---> 25c9d9efd04b 10:29:58 Step 15/23 : WORKDIR / 10:29:58 2d1f7d0cfb47: Pushed 10:29:58 Successfully built adb5a76c8207 10:29:58 ---> Running in a53107e906b9 10:29:58 Successfully tagged docker-security-proxy-setup-go-arm64:latest 10:29:58  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 10:29:58 Removing intermediate container 5c5c2e594110 10:29:58 ---> 33f1fe8803be 10:29:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:29:58 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:fe25cd0bfda454218ed83aae6ec3d66c5df7510ba73a3c7b8b1ebd53c49790c9 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:29:58 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:29:59 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.74 10:29:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:29:59 fa5ea8b4ee96: Preparing 10:29:59 2d1f7d0cfb47: Preparing 10:29:59 b5cc546c8ee7: Preparing 10:29:59 200c99862056: Preparing 10:29:59 e172e451eab5: Preparing 10:29:59 777b2c648970: Preparing 10:29:59 777b2c648970: Waiting 10:29:59 e172e451eab5: Layer already exists 10:29:59 b5cc546c8ee7: Layer already exists 10:29:59 2d1f7d0cfb47: Layer already exists 10:29:59 fa5ea8b4ee96: Layer already exists 10:29:59 200c99862056: Layer already exists 10:29:59 777b2c648970: Layer already exists 10:29:59 2.0.0-dev.74: digest: sha256:fe25cd0bfda454218ed83aae6ec3d66c5df7510ba73a3c7b8b1ebd53c49790c9 size: 1572 10:29:59 Removing intermediate container a53107e906b9 10:29:59 ---> 7a431d4174aa 10:29:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] isUnix [Pipeline] sh 10:29:59 Removing intermediate container 02ca5a64cec9 10:29:59 ---> e6f1cd5b0868 10:29:59 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:29:59 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:29:59 ---> ea7369dee13d 10:29:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:29:59 ---> Running in f542acd7158d 10:30:00 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:30:00 fa5ea8b4ee96: Preparing 10:30:00 2d1f7d0cfb47: Preparing 10:30:00 b5cc546c8ee7: Preparing 10:30:00 200c99862056: Preparing 10:30:00 e172e451eab5: Preparing 10:30:00 777b2c648970: Preparing 10:30:00 777b2c648970: Waiting 10:30:00 fa5ea8b4ee96: Layer already exists 10:30:00 e172e451eab5: Layer already exists 10:30:00 200c99862056: Layer already exists 10:30:00 b5cc546c8ee7: Layer already exists 10:30:00 2d1f7d0cfb47: Layer already exists 10:30:00 777b2c648970: Layer already exists 10:30:00 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:fe25cd0bfda454218ed83aae6ec3d66c5df7510ba73a3c7b8b1ebd53c49790c9 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:30:00 Removing intermediate container 45e43f1fc20d 10:30:00 ---> bfcf9579d914 10:30:00 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:30:00 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 10:30:00 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 10:30:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:30:00 fa5ea8b4ee96: Preparing 10:30:00 2d1f7d0cfb47: Preparing 10:30:00 b5cc546c8ee7: Preparing 10:30:00 200c99862056: Preparing 10:30:00 e172e451eab5: Preparing 10:30:00 777b2c648970: Preparing 10:30:00 777b2c648970: Waiting 10:30:00 200c99862056: Layer already exists 10:30:00 fa5ea8b4ee96: Layer already exists 10:30:00 2d1f7d0cfb47: Layer already exists 10:30:00 e172e451eab5: Layer already exists 10:30:00 b5cc546c8ee7: Layer already exists 10:30:00 777b2c648970: Layer already exists 10:30:00 master: digest: sha256:fe25cd0bfda454218ed83aae6ec3d66c5df7510ba73a3c7b8b1ebd53c49790c9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry 10:30:00 ---> dcbc400ad8e0 10:30:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:30:00 ---> Running in 48c444166f28 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:30:01 ===================================================== 10:30:01 Removing intermediate container f542acd7158d 10:30:01 ---> 7396bfb3dc7f 10:30:01 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [Pipeline] echo 10:30:01 taggedImages: 10:30:01 - nexus3.edgexfoundry.org:10004/docker-core-data-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:01 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.74 10:30:01 - nexus3.edgexfoundry.org:10004/docker-core-data-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:01 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 10:30:01 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 10:30:01 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:01 2.0.0-dev.74 10:30:01 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:01 master 10:30:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:30:01 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh 10:30:02 Removing intermediate container 48c444166f28 10:30:02 ---> cb7c05d1db9f 10:30:02 Step 22/24 : LABEL arch=arm64 10:30:02 ---> 39ede3e04338 10:30:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:30:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:30:02 bc73ca62ac0a: Preparing 10:30:02 b0be5ed25d88: Preparing 10:30:02 b5cc546c8ee7: Preparing 10:30:02 1cd6222e4171: Preparing 10:30:02 777b2c648970: Preparing 10:30:02 ---> Running in 7d796e73544c 10:30:02 ---> e7002b9d5a5f 10:30:02 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:30:02 ---> 0de1e591452b 10:30:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:30:02 ---> Running in 3ad2badd4ef6 10:30:02 bc73ca62ac0a: Pushed 10:30:02 1cd6222e4171: Pushed 10:30:03 777b2c648970: Layer already exists 10:30:03 b5cc546c8ee7: Layer already exists 10:30:03 Removing intermediate container 7d796e73544c 10:30:03 ---> 10bfce560ef8 10:30:03 Step 23/24 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:03 ---> Running in c596f1e0b242 10:30:03 ---> 2426e2c7ab64 10:30:03 Step 19/23 : ENTRYPOINT ["/core-command"] 10:30:03 ---> Running in fd934e5778d8 10:30:03 ---> d77544255980 10:30:03 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:30:04 b0be5ed25d88: Pushed 10:30:04 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:f323907078093f35ef99350171a4ae3d135f57fbc37566104c70ab03f8ffdb06 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:30:04 ---> Running in 782fed136788 10:30:04 Removing intermediate container c596f1e0b242 10:30:04 ---> 2a349b5735fa 10:30:04 Step 24/24 : LABEL version=2.0.0-dev.74 10:30:04 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:30:04 ---> Running in 5c6c2b60ed95 10:30:04 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.74 10:30:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:30:04 bc73ca62ac0a: Preparing 10:30:04 b0be5ed25d88: Preparing 10:30:04 b5cc546c8ee7: Preparing 10:30:04 1cd6222e4171: Preparing 10:30:04 777b2c648970: Preparing 10:30:04 bc73ca62ac0a: Layer already exists 10:30:04 b0be5ed25d88: Layer already exists 10:30:04 777b2c648970: Layer already exists 10:30:04 1cd6222e4171: Layer already exists 10:30:04 b5cc546c8ee7: Layer already exists 10:30:04 2.0.0-dev.74: digest: sha256:f323907078093f35ef99350171a4ae3d135f57fbc37566104c70ab03f8ffdb06 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:30:04 Removing intermediate container fd934e5778d8 10:30:04 ---> 940fc45d4dc5 10:30:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:30:04 Removing intermediate container 782fed136788 10:30:04 ---> 9e04ed85e1b5 10:30:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:30:04 ---> Running in a32d2447286f 10:30:04 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:30:05 ---> Running in d5e289e94d32 10:30:05 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:30:05 bc73ca62ac0a: Preparing 10:30:05 b0be5ed25d88: Preparing 10:30:05 b5cc546c8ee7: Preparing 10:30:05 1cd6222e4171: Preparing 10:30:05 777b2c648970: Preparing 10:30:05 bc73ca62ac0a: Layer already exists 10:30:05 1cd6222e4171: Layer already exists 10:30:05 b0be5ed25d88: Layer already exists 10:30:05 777b2c648970: Layer already exists 10:30:05 b5cc546c8ee7: Layer already exists 10:30:05 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:f323907078093f35ef99350171a4ae3d135f57fbc37566104c70ab03f8ffdb06 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:30:05 Removing intermediate container 5c6c2b60ed95 10:30:05 ---> 14a4c536b27f 10:30:05 10:30:05 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 10:30:05 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 10:30:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:30:05 bc73ca62ac0a: Preparing 10:30:05 b0be5ed25d88: Preparing 10:30:05 b5cc546c8ee7: Preparing 10:30:05 1cd6222e4171: Preparing 10:30:05 777b2c648970: Preparing 10:30:05 777b2c648970: Layer already exists 10:30:05 bc73ca62ac0a: Layer already exists 10:30:05 1cd6222e4171: Layer already exists 10:30:05 b5cc546c8ee7: Layer already exists 10:30:05 b0be5ed25d88: Layer already exists 10:30:05 master: digest: sha256:f323907078093f35ef99350171a4ae3d135f57fbc37566104c70ab03f8ffdb06 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 10:30:06 Successfully built 14a4c536b27f 10:30:06 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 10:30:06  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 10:30:06 Removing intermediate container a32d2447286f 10:30:06 ---> d2c2913e4b76 10:30:06 Step 21/23 : LABEL arch=arm64 [Pipeline] // withEnv [Pipeline] echo 10:30:06 ===================================================== 10:30:06 Removing intermediate container d5e289e94d32 10:30:06 ---> bec1a8653774 10:30:06 Step 21/23 : LABEL arch=arm64 10:30:06 ---> Running in 03420cc9b00d 10:30:06 Removing intermediate container 3ad2badd4ef6 10:30:06 ---> a7d6c082112c 10:30:06 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] echo 10:30:06 taggedImages: 10:30:06 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:06 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.74 10:30:06 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:06 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 10:30:06 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 10:30:06 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:06 2.0.0-dev.74 10:30:06 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:06 master 10:30:06 ===================================================== [Pipeline] withEnv [Pipeline] { 10:30:06 ---> Running in 4fcf1fd65579 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:30:07 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh 10:30:07 Removing intermediate container 03420cc9b00d 10:30:07 ---> e38a05c7144b 10:30:07 Step 22/23 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:07 Removing intermediate container 4fcf1fd65579 10:30:07 ---> d55c919e1ebe 10:30:07 Step 22/23 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:07 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 10:30:07 5ba1d332ea39: Preparing 10:30:07 5ba1d332ea39: Preparing 10:30:07 2f474df6d066: Preparing 10:30:07 e7371f0cf251: Preparing 10:30:07 ba6e0ad54ea0: Preparing 10:30:07 cc311a070886: Preparing 10:30:07 b5cc546c8ee7: Preparing 10:30:07 0018f1649a41: Preparing 10:30:07 0018f1649a41: Preparing 10:30:07 346914ff55ef: Preparing 10:30:07 61bb2b38ee57: Preparing 10:30:07 777b2c648970: Preparing 10:30:07 b5cc546c8ee7: Waiting 10:30:07 0018f1649a41: Waiting 10:30:07 346914ff55ef: Waiting 10:30:07 61bb2b38ee57: Waiting 10:30:07 777b2c648970: Waiting 10:30:07 ---> Running in 1554d2f36714 10:30:07 ---> Running in 61652f6cce8a 10:30:07 2f474df6d066: Pushed 10:30:07 ba6e0ad54ea0: Pushed 10:30:07 5ba1d332ea39: Pushed 10:30:07 b5cc546c8ee7: Layer already exists 10:30:07 ---> b3bf716d8add 10:30:07 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:30:08 346914ff55ef: Pushed 10:30:08 61bb2b38ee57: Pushed 10:30:08 0018f1649a41: Pushed 10:30:08 777b2c648970: Layer already exists 10:30:08 e7371f0cf251: Pushed 10:30:08 Removing intermediate container 61652f6cce8a 10:30:08 ---> eb9c229289d0 10:30:08 Step 23/23 : LABEL version=2.0.0-dev.74 10:30:08 cc311a070886: Pushed 10:30:08 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:522f67a0f67cc99b3ed5a3624fa3aea7b44cc72d2c713f7ed30365cfa1569dae size: 2820 [Pipeline] isUnix [Pipeline] sh 10:30:09 Removing intermediate container 1554d2f36714 10:30:09 ---> 8b680caf3875 10:30:09 Step 23/23 : LABEL version=2.0.0-dev.74 10:30:09 ---> Running in d92e1a510a4b 10:30:09 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:30:09 ---> Running in 9405445f846e 10:30:09 ---> bf4466848ab4 10:30:09 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:30:09 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.74 10:30:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 10:30:09 5ba1d332ea39: Preparing 10:30:09 5ba1d332ea39: Preparing 10:30:09 2f474df6d066: Preparing 10:30:09 e7371f0cf251: Preparing 10:30:09 ba6e0ad54ea0: Preparing 10:30:09 cc311a070886: Preparing 10:30:09 b5cc546c8ee7: Preparing 10:30:09 0018f1649a41: Preparing 10:30:09 0018f1649a41: Preparing 10:30:09 346914ff55ef: Preparing 10:30:09 61bb2b38ee57: Preparing 10:30:09 777b2c648970: Preparing 10:30:09 b5cc546c8ee7: Waiting 10:30:09 0018f1649a41: Waiting 10:30:09 346914ff55ef: Waiting 10:30:09 61bb2b38ee57: Waiting 10:30:09 777b2c648970: Waiting 10:30:09 cc311a070886: Layer already exists 10:30:09 5ba1d332ea39: Layer already exists 10:30:09 e7371f0cf251: Layer already exists 10:30:09 2f474df6d066: Layer already exists 10:30:09 ba6e0ad54ea0: Layer already exists 10:30:09 0018f1649a41: Layer already exists 10:30:09 346914ff55ef: Layer already exists 10:30:09 b5cc546c8ee7: Layer already exists 10:30:09 777b2c648970: Layer already exists 10:30:09 61bb2b38ee57: Layer already exists 10:30:09 2.0.0-dev.74: digest: sha256:522f67a0f67cc99b3ed5a3624fa3aea7b44cc72d2c713f7ed30365cfa1569dae size: 2820 [Pipeline] isUnix [Pipeline] sh 10:30:09 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:30:09 Removing intermediate container d92e1a510a4b 10:30:09 ---> 0f8c2c623f27 10:30:09 10:30:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 10:30:10 5ba1d332ea39: Preparing 10:30:10 5ba1d332ea39: Preparing 10:30:10 2f474df6d066: Preparing 10:30:10 e7371f0cf251: Preparing 10:30:10 ba6e0ad54ea0: Preparing 10:30:10 cc311a070886: Preparing 10:30:10 b5cc546c8ee7: Preparing 10:30:10 0018f1649a41: Preparing 10:30:10 0018f1649a41: Preparing 10:30:10 346914ff55ef: Preparing 10:30:10 61bb2b38ee57: Preparing 10:30:10 777b2c648970: Preparing 10:30:10 346914ff55ef: Waiting 10:30:10 61bb2b38ee57: Waiting 10:30:10 b5cc546c8ee7: Waiting 10:30:10 0018f1649a41: Waiting 10:30:10 777b2c648970: Waiting 10:30:10 cc311a070886: Layer already exists 10:30:10 5ba1d332ea39: Layer already exists 10:30:10 ba6e0ad54ea0: Layer already exists 10:30:10 e7371f0cf251: Layer already exists 10:30:10 2f474df6d066: Layer already exists 10:30:10 b5cc546c8ee7: Layer already exists 10:30:10 0018f1649a41: Layer already exists 10:30:10 346914ff55ef: Layer already exists 10:30:10 777b2c648970: Layer already exists 10:30:10 61bb2b38ee57: Layer already exists 10:30:10 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:522f67a0f67cc99b3ed5a3624fa3aea7b44cc72d2c713f7ed30365cfa1569dae size: 2820 [Pipeline] isUnix [Pipeline] sh 10:30:10 Removing intermediate container 9405445f846e 10:30:10 ---> 4bc5319ac769 10:30:10 10:30:10 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 10:30:10 Successfully built 0f8c2c623f27 10:30:10 Successfully tagged docker-core-command-go-arm64:latest 10:30:10  Building docker-core-command-go ... done Building docker-core-data-go 10:30:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 10:30:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 10:30:10 5ba1d332ea39: Preparing 10:30:10 5ba1d332ea39: Preparing 10:30:10 2f474df6d066: Preparing 10:30:10 e7371f0cf251: Preparing 10:30:10 ba6e0ad54ea0: Preparing 10:30:10 cc311a070886: Preparing 10:30:10 b5cc546c8ee7: Preparing 10:30:10 0018f1649a41: Preparing 10:30:10 0018f1649a41: Preparing 10:30:10 346914ff55ef: Preparing 10:30:10 61bb2b38ee57: Preparing 10:30:10 777b2c648970: Preparing 10:30:10 0018f1649a41: Waiting 10:30:10 61bb2b38ee57: Waiting 10:30:10 777b2c648970: Waiting 10:30:10 346914ff55ef: Waiting 10:30:10 b5cc546c8ee7: Waiting 10:30:10 e7371f0cf251: Layer already exists 10:30:10 2f474df6d066: Layer already exists 10:30:10 5ba1d332ea39: Layer already exists 10:30:10 cc311a070886: Layer already exists 10:30:10 ba6e0ad54ea0: Layer already exists 10:30:10 b5cc546c8ee7: Layer already exists 10:30:10 0018f1649a41: Layer already exists 10:30:10 346914ff55ef: Layer already exists 10:30:10 61bb2b38ee57: Layer already exists 10:30:10 777b2c648970: Layer already exists 10:30:10 master: digest: sha256:522f67a0f67cc99b3ed5a3624fa3aea7b44cc72d2c713f7ed30365cfa1569dae size: 2820 [Pipeline] } 10:30:10 Successfully built 4bc5319ac769 10:30:10 ---> 850d0aa5131e 10:30:10 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 10:30:10 Successfully tagged docker-core-metadata-go-arm64:latest 10:30:10  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:30:11 ===================================================== [Pipeline] echo 10:30:11 taggedImages: 10:30:11 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:11 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.74 10:30:11 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:11 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 10:30:11 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 10:30:11 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:11 2.0.0-dev.74 10:30:11 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:11 master 10:30:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:30:12 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh 10:30:12 ---> 15aefb182126 10:30:12 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:30:12 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:30:12 4572d50826a0: Preparing 10:30:12 2ce3eed97a20: Preparing 10:30:12 f36251a0a0d3: Preparing 10:30:12 bd1cdff25618: Preparing 10:30:12 8544d8fedcbf: Preparing 10:30:12 777b2c648970: Preparing 10:30:12 777b2c648970: Waiting 10:30:12 f36251a0a0d3: Pushed 10:30:12 bd1cdff25618: Pushed 10:30:12 777b2c648970: Layer already exists 10:30:12 ---> f190bd77ccca 10:30:12 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:30:12 8544d8fedcbf: Pushed 10:30:13 ---> Running in d0bf72184f55 10:30:13 4572d50826a0: Pushed 10:30:13 2ce3eed97a20: Pushed 10:30:13 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:10a07fb5643779474f2bce08bf5fb9d85ab08efbec7337c4ece19008fb5949fe size: 1574 [Pipeline] isUnix [Pipeline] sh 10:30:13 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:30:14 Removing intermediate container d0bf72184f55 10:30:14 ---> dd23384ecd08 10:30:14 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:30:14 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.74 10:30:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:30:14 4572d50826a0: Preparing 10:30:14 2ce3eed97a20: Preparing 10:30:14 f36251a0a0d3: Preparing 10:30:14 bd1cdff25618: Preparing 10:30:14 8544d8fedcbf: Preparing 10:30:14 777b2c648970: Preparing 10:30:14 777b2c648970: Waiting 10:30:14 2ce3eed97a20: Layer already exists 10:30:14 4572d50826a0: Layer already exists 10:30:14 8544d8fedcbf: Layer already exists 10:30:14 f36251a0a0d3: Layer already exists 10:30:14 bd1cdff25618: Layer already exists 10:30:14 777b2c648970: Layer already exists 10:30:14 2.0.0-dev.74: digest: sha256:10a07fb5643779474f2bce08bf5fb9d85ab08efbec7337c4ece19008fb5949fe size: 1574 [Pipeline] isUnix [Pipeline] sh 10:30:14 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:30:14 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:30:14 4572d50826a0: Preparing 10:30:14 2ce3eed97a20: Preparing 10:30:14 f36251a0a0d3: Preparing 10:30:14 bd1cdff25618: Preparing 10:30:14 8544d8fedcbf: Preparing 10:30:14 777b2c648970: Preparing 10:30:14 777b2c648970: Waiting 10:30:14 4572d50826a0: Layer already exists 10:30:14 f36251a0a0d3: Layer already exists 10:30:14 8544d8fedcbf: Layer already exists 10:30:14 2ce3eed97a20: Layer already exists 10:30:14 bd1cdff25618: Layer already exists 10:30:14 777b2c648970: Layer already exists 10:30:14 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:10a07fb5643779474f2bce08bf5fb9d85ab08efbec7337c4ece19008fb5949fe size: 1574 [Pipeline] isUnix [Pipeline] sh 10:30:14 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 10:30:15 ---> 6e228ec7b0e3 10:30:15 Step 26/31 : RUN chmod +x /entrypoint.sh 10:30:15 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 10:30:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:30:15 4572d50826a0: Preparing 10:30:15 2ce3eed97a20: Preparing 10:30:15 f36251a0a0d3: Preparing 10:30:15 bd1cdff25618: Preparing 10:30:15 8544d8fedcbf: Preparing 10:30:15 777b2c648970: Preparing 10:30:15 777b2c648970: Waiting 10:30:15 2ce3eed97a20: Layer already exists 10:30:15 bd1cdff25618: Layer already exists 10:30:15 f36251a0a0d3: Layer already exists 10:30:15 4572d50826a0: Layer already exists 10:30:15 8544d8fedcbf: Layer already exists 10:30:15 777b2c648970: Layer already exists 10:30:15 master: digest: sha256:10a07fb5643779474f2bce08bf5fb9d85ab08efbec7337c4ece19008fb5949fe size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 10:30:15 ---> Running in ea6c42cfc34a [Pipeline] echo 10:30:15 ===================================================== [Pipeline] echo 10:30:15 taggedImages: 10:30:15 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:15 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.74 10:30:15 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:15 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 10:30:15 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 10:30:15 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:15 2.0.0-dev.74 10:30:15 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:15 master 10:30:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:30:16 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh 10:30:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:30:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:30:16 ---> b3c96129f648 10:30:16 Step 3/22 : WORKDIR /edgex-go 10:30:16 ---> Using cache 10:30:16 ---> c8db0b35b98e 10:30:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:16 ---> Using cache 10:30:16 ---> a5b3af777ca1 10:30:16 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:30:16 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:30:16 77f40d32c6d7: Preparing 10:30:16 0915f4a44050: Preparing 10:30:16 6ed7d6db2dd5: Preparing 10:30:16 c43fb0354db3: Preparing 10:30:16 c8c1861de82a: Preparing 10:30:16 bc7a3a9f262c: Preparing 10:30:16 f8fef53a8232: Preparing 10:30:16 c7f05337b7df: Preparing 10:30:16 777b2c648970: Preparing 10:30:16 bc7a3a9f262c: Waiting 10:30:16 f8fef53a8232: Waiting 10:30:16 c7f05337b7df: Waiting 10:30:16 777b2c648970: Waiting 10:30:17 c8c1861de82a: Pushed 10:30:17 77f40d32c6d7: Pushed 10:30:17 0915f4a44050: Pushed 10:30:17 bc7a3a9f262c: Pushed 10:30:17 f8fef53a8232: Pushed 10:30:17 777b2c648970: Layer already exists 10:30:17 c7f05337b7df: Pushed 10:30:17 ---> Running in 9eec0aa658ff 10:30:17 c43fb0354db3: Pushed 10:30:17 6ed7d6db2dd5: Pushed 10:30:17 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:0e93d6feeca795602de5e87f7daf88505451ee5a3ba6598c7b7649b935489d7c size: 2198 [Pipeline] isUnix [Pipeline] sh 10:30:18 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:30:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.74 10:30:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:30:18 77f40d32c6d7: Preparing 10:30:18 0915f4a44050: Preparing 10:30:18 6ed7d6db2dd5: Preparing 10:30:18 c43fb0354db3: Preparing 10:30:18 c8c1861de82a: Preparing 10:30:18 bc7a3a9f262c: Preparing 10:30:18 f8fef53a8232: Preparing 10:30:18 c7f05337b7df: Preparing 10:30:18 777b2c648970: Preparing 10:30:18 f8fef53a8232: Waiting 10:30:18 c7f05337b7df: Waiting 10:30:18 777b2c648970: Waiting 10:30:18 bc7a3a9f262c: Waiting 10:30:18 0915f4a44050: Layer already exists 10:30:18 c8c1861de82a: Layer already exists 10:30:18 77f40d32c6d7: Layer already exists 10:30:18 6ed7d6db2dd5: Layer already exists 10:30:18 c43fb0354db3: Layer already exists 10:30:18 f8fef53a8232: Layer already exists 10:30:18 c7f05337b7df: Layer already exists 10:30:18 bc7a3a9f262c: Layer already exists 10:30:18 777b2c648970: Layer already exists 10:30:18 2.0.0-dev.74: digest: sha256:0e93d6feeca795602de5e87f7daf88505451ee5a3ba6598c7b7649b935489d7c size: 2198 [Pipeline] isUnix [Pipeline] sh 10:30:18 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:30:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:30:19 77f40d32c6d7: Preparing 10:30:19 0915f4a44050: Preparing 10:30:19 6ed7d6db2dd5: Preparing 10:30:19 c43fb0354db3: Preparing 10:30:19 c8c1861de82a: Preparing 10:30:19 bc7a3a9f262c: Preparing 10:30:19 f8fef53a8232: Preparing 10:30:19 c7f05337b7df: Preparing 10:30:19 777b2c648970: Preparing 10:30:19 bc7a3a9f262c: Waiting 10:30:19 f8fef53a8232: Waiting 10:30:19 c7f05337b7df: Waiting 10:30:19 777b2c648970: Waiting 10:30:19 6ed7d6db2dd5: Layer already exists 10:30:19 c8c1861de82a: Layer already exists 10:30:19 77f40d32c6d7: Layer already exists 10:30:19 0915f4a44050: Layer already exists 10:30:19 c43fb0354db3: Layer already exists 10:30:19 bc7a3a9f262c: Layer already exists 10:30:19 c7f05337b7df: Layer already exists 10:30:19 f8fef53a8232: Layer already exists 10:30:19 777b2c648970: Layer already exists 10:30:19 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:0e93d6feeca795602de5e87f7daf88505451ee5a3ba6598c7b7649b935489d7c size: 2198 [Pipeline] isUnix [Pipeline] sh 10:30:19 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 10:30:19 Removing intermediate container ea6c42cfc34a 10:30:19 ---> e910edad1020 10:30:19 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:30:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:30:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 10:30:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:30:19 77f40d32c6d7: Preparing 10:30:19 0915f4a44050: Preparing 10:30:19 6ed7d6db2dd5: Preparing 10:30:19 c43fb0354db3: Preparing 10:30:19 c8c1861de82a: Preparing 10:30:19 bc7a3a9f262c: Preparing 10:30:19 f8fef53a8232: Preparing 10:30:19 c7f05337b7df: Preparing 10:30:19 777b2c648970: Preparing 10:30:19 bc7a3a9f262c: Waiting 10:30:19 f8fef53a8232: Waiting 10:30:19 777b2c648970: Waiting 10:30:19 c7f05337b7df: Waiting 10:30:19 6ed7d6db2dd5: Layer already exists 10:30:19 c43fb0354db3: Layer already exists 10:30:19 77f40d32c6d7: Layer already exists 10:30:19 0915f4a44050: Layer already exists 10:30:19 c8c1861de82a: Layer already exists 10:30:19 bc7a3a9f262c: Layer already exists 10:30:19 f8fef53a8232: Layer already exists 10:30:19 c7f05337b7df: Layer already exists 10:30:19 777b2c648970: Layer already exists 10:30:19 master: digest: sha256:0e93d6feeca795602de5e87f7daf88505451ee5a3ba6598c7b7649b935489d7c size: 2198 [Pipeline] } 10:30:19 ---> Running in ea0e92aa6955 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 10:30:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo 10:30:20 ===================================================== [Pipeline] echo 10:30:20 taggedImages: 10:30:20 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:20 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.74 10:30:20 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:20 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 10:30:20 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 10:30:20 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:20 2.0.0-dev.74 10:30:20 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:20 master 10:30:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 10:30:20 Removing intermediate container ea0e92aa6955 10:30:20 ---> 8b46cec3a4e5 10:30:20 Step 28/31 : CMD ["gate"] [Pipeline] isUnix [Pipeline] sh 10:30:21 OK: 217 MiB in 51 packages 10:30:21 ---> Running in 60284ea5391a 10:30:21 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh 10:30:21 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:30:21 545a4a05ce0a: Preparing 10:30:21 92c3af3dbdc3: Preparing 10:30:21 b5cc546c8ee7: Preparing 10:30:21 efef13abb1d6: Preparing 10:30:21 777b2c648970: Preparing 10:30:21 777b2c648970: Layer already exists 10:30:21 b5cc546c8ee7: Layer already exists 10:30:21 545a4a05ce0a: Pushed 10:30:21 efef13abb1d6: Pushed 10:30:22 Removing intermediate container 60284ea5391a 10:30:22 ---> b2407678a1e3 10:30:22 Step 29/31 : LABEL arch=arm64 10:30:22 ---> Running in fcb07805e109 10:30:22 Removing intermediate container 9eec0aa658ff 10:30:22 ---> 04444e2ee423 10:30:22 Step 6/22 : COPY go.mod . 10:30:22 92c3af3dbdc3: Pushed 10:30:22 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:727ce3bac135ab0d612b5229d2916786c16da5babab73df07a4fe545de570d26 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:30:22 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:30:23 Removing intermediate container fcb07805e109 10:30:23 ---> f5fe92b6c9dd 10:30:23 Step 30/31 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:23 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.74 10:30:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:30:23 545a4a05ce0a: Preparing 10:30:23 92c3af3dbdc3: Preparing 10:30:23 b5cc546c8ee7: Preparing 10:30:23 efef13abb1d6: Preparing 10:30:23 777b2c648970: Preparing 10:30:23 777b2c648970: Layer already exists 10:30:23 b5cc546c8ee7: Layer already exists 10:30:23 545a4a05ce0a: Layer already exists 10:30:23 efef13abb1d6: Layer already exists 10:30:23 92c3af3dbdc3: Layer already exists 10:30:23 2.0.0-dev.74: digest: sha256:727ce3bac135ab0d612b5229d2916786c16da5babab73df07a4fe545de570d26 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:30:23 ---> 6d9fcfac2585 10:30:23 Step 7/22 : RUN go mod download 10:30:23 ---> Running in 66e91338a31c 10:30:23 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:30:23 ---> Running in 93da2a4286c3 10:30:23 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:30:23 545a4a05ce0a: Preparing 10:30:23 92c3af3dbdc3: Preparing 10:30:23 b5cc546c8ee7: Preparing 10:30:23 efef13abb1d6: Preparing 10:30:23 777b2c648970: Preparing 10:30:23 b5cc546c8ee7: Layer already exists 10:30:23 efef13abb1d6: Layer already exists 10:30:23 92c3af3dbdc3: Layer already exists 10:30:23 777b2c648970: Layer already exists 10:30:23 545a4a05ce0a: Layer already exists 10:30:23 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:727ce3bac135ab0d612b5229d2916786c16da5babab73df07a4fe545de570d26 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:30:24 Removing intermediate container 66e91338a31c 10:30:24 ---> e8d6f994a996 10:30:24 Step 31/31 : LABEL version=2.0.0-dev.74 10:30:24 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 10:30:24 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 10:30:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:30:24 545a4a05ce0a: Preparing 10:30:24 92c3af3dbdc3: Preparing 10:30:24 b5cc546c8ee7: Preparing 10:30:24 efef13abb1d6: Preparing 10:30:24 777b2c648970: Preparing 10:30:24 545a4a05ce0a: Layer already exists 10:30:24 777b2c648970: Layer already exists 10:30:24 efef13abb1d6: Layer already exists 10:30:24 92c3af3dbdc3: Layer already exists 10:30:24 b5cc546c8ee7: Layer already exists 10:30:24 master: digest: sha256:727ce3bac135ab0d612b5229d2916786c16da5babab73df07a4fe545de570d26 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:30:24 ===================================================== [Pipeline] echo 10:30:25 taggedImages: 10:30:25 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:25 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.74 10:30:25 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:25 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 10:30:25 ---> Running in d66a8595d2cf [Pipeline] echo 10:30:25 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 10:30:25 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:25 2.0.0-dev.74 10:30:25 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:25 master 10:30:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 10:30:25 Removing intermediate container d66a8595d2cf 10:30:25 ---> 4248b3504e39 10:30:25 [Pipeline] isUnix [Pipeline] sh 10:30:26 Successfully built 4248b3504e39 10:30:26 Successfully tagged docker-security-bootstrapper-go-arm64:latest 10:30:26 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh 10:30:26 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:30:26 9b9cae3a3a94: Preparing 10:30:26 4e674602443d: Preparing 10:30:26 b5cc546c8ee7: Preparing 10:30:26 1cd6222e4171: Preparing 10:30:26 777b2c648970: Preparing 10:30:26 777b2c648970: Layer already exists 10:30:26 1cd6222e4171: Layer already exists 10:30:26 b5cc546c8ee7: Layer already exists 10:30:26 9b9cae3a3a94: Pushed 10:30:27  Building docker-security-bootstrapper-go ... done Removing intermediate container 93da2a4286c3 10:30:27 ---> ce7acaf688d2 10:30:27 Step 8/22 : COPY . . 10:30:27 4e674602443d: Pushed 10:30:27 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:8c44fc09943246d5557c4a3608250b241015378a9310ebc58869e9789dcdc428 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:30:28 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:30:28 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.74 10:30:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:30:28 9b9cae3a3a94: Preparing 10:30:28 4e674602443d: Preparing 10:30:28 b5cc546c8ee7: Preparing 10:30:28 1cd6222e4171: Preparing 10:30:28 777b2c648970: Preparing 10:30:28 9b9cae3a3a94: Layer already exists 10:30:28 4e674602443d: Layer already exists 10:30:28 777b2c648970: Layer already exists 10:30:28 b5cc546c8ee7: Layer already exists 10:30:28 1cd6222e4171: Layer already exists 10:30:28 2.0.0-dev.74: digest: sha256:8c44fc09943246d5557c4a3608250b241015378a9310ebc58869e9789dcdc428 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:30:28 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:30:29 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:30:29 9b9cae3a3a94: Preparing 10:30:29 4e674602443d: Preparing 10:30:29 b5cc546c8ee7: Preparing 10:30:29 1cd6222e4171: Preparing 10:30:29 777b2c648970: Preparing 10:30:29 1cd6222e4171: Layer already exists 10:30:29 9b9cae3a3a94: Layer already exists 10:30:29 4e674602443d: Layer already exists 10:30:29 b5cc546c8ee7: Layer already exists 10:30:29 777b2c648970: Layer already exists 10:30:29 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:8c44fc09943246d5557c4a3608250b241015378a9310ebc58869e9789dcdc428 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:30:29 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 10:30:29 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 10:30:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:30:29 9b9cae3a3a94: Preparing 10:30:29 4e674602443d: Preparing 10:30:29 b5cc546c8ee7: Preparing 10:30:29 1cd6222e4171: Preparing 10:30:29 777b2c648970: Preparing 10:30:29 777b2c648970: Layer already exists 10:30:29 b5cc546c8ee7: Layer already exists 10:30:29 9b9cae3a3a94: Layer already exists 10:30:29 4e674602443d: Layer already exists 10:30:29 1cd6222e4171: Layer already exists 10:30:29 master: digest: sha256:8c44fc09943246d5557c4a3608250b241015378a9310ebc58869e9789dcdc428 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:30:30 ===================================================== [Pipeline] echo 10:30:30 taggedImages: 10:30:30 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:30 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.74 10:30:30 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:30 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 10:30:30 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 10:30:30 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:30 2.0.0-dev.74 10:30:30 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:30 master 10:30:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:30:30 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh 10:30:31 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:30:31 9d9d14d8b6f0: Preparing 10:30:31 e051955c4e99: Preparing 10:30:31 5b9165be4c95: Preparing 10:30:31 e91f4593acfc: Preparing 10:30:31 628724e9ca20: Preparing 10:30:31 1d6983a9fe33: Preparing 10:30:31 c0a045dfddeb: Preparing 10:30:31 0754057c0ad3: Preparing 10:30:31 998cdf262ab1: Preparing 10:30:31 02e56110abd2: Preparing 10:30:31 abc36efb885a: Preparing 10:30:31 b0b09059f4e1: Preparing 10:30:31 bb961f40224b: Preparing 10:30:31 f4666769fca7: Preparing 10:30:31 1d6983a9fe33: Waiting 10:30:31 c0a045dfddeb: Waiting 10:30:31 0754057c0ad3: Waiting 10:30:31 998cdf262ab1: Waiting 10:30:31 02e56110abd2: Waiting 10:30:31 abc36efb885a: Waiting 10:30:31 b0b09059f4e1: Waiting 10:30:31 bb961f40224b: Waiting 10:30:31 f4666769fca7: Waiting 10:30:31 628724e9ca20: Pushed 10:30:31 9d9d14d8b6f0: Pushed 10:30:31 e91f4593acfc: Pushed 10:30:31 0754057c0ad3: Layer already exists 10:30:31 998cdf262ab1: Layer already exists 10:30:31 c0a045dfddeb: Pushed 10:30:31 02e56110abd2: Layer already exists 10:30:31 abc36efb885a: Layer already exists 10:30:31 b0b09059f4e1: Layer already exists 10:30:31 bb961f40224b: Layer already exists 10:30:31 f4666769fca7: Layer already exists 10:30:32 e051955c4e99: Pushed 10:30:32 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:30:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:30:32 ---> b3c96129f648 10:30:32 Step 3/26 : WORKDIR /edgex-go 10:30:32 ---> Using cache 10:30:32 ---> c8db0b35b98e 10:30:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:32 ---> Using cache 10:30:32 ---> a5b3af777ca1 10:30:32 Step 5/26 : RUN apk add --update --no-cache make bash git 10:30:32 1d6983a9fe33: Pushed 10:30:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:30:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:30:35 ---> b3c96129f648 10:30:35 Step 3/22 : WORKDIR /edgex-go 10:30:35 ---> Using cache 10:30:35 ---> c8db0b35b98e 10:30:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:35 ---> Using cache 10:30:35 ---> a5b3af777ca1 10:30:35 Step 5/22 : RUN apk add --update --no-cache make git 10:30:35 ---> Using cache 10:30:35 ---> 5fea22733ae3 10:30:35 Step 6/22 : COPY go.mod . 10:30:35 ---> Using cache 10:30:35 ---> faddb1b7b21c 10:30:35 Step 7/22 : RUN go mod download 10:30:35 ---> Using cache 10:30:35 ---> 713ea4ee4b0b 10:30:35 Step 8/22 : COPY . . 10:30:35 ---> Running in cd6cbd84d4d5 10:30:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:30:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:30:35 ---> b3c96129f648 10:30:35 Step 3/23 : WORKDIR /edgex-go 10:30:35 ---> Using cache 10:30:35 ---> c8db0b35b98e 10:30:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:35 ---> Using cache 10:30:35 ---> a5b3af777ca1 10:30:35 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:30:35 ---> Using cache 10:30:35 ---> f949b84ecb1e 10:30:35 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:30:35 5b9165be4c95: Pushed 10:30:35 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:385052faac30b3de71c5aa722015a07a991f257f006efbd0707dadf56f636f49 size: 3252 [Pipeline] isUnix [Pipeline] sh 10:30:36 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:30:36 ---> Running in daa62cabe0a0 10:30:36 ---> Running in 96a5a89d9444 10:30:36 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.74 10:30:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:30:36 9d9d14d8b6f0: Preparing 10:30:36 e051955c4e99: Preparing 10:30:36 5b9165be4c95: Preparing 10:30:36 e91f4593acfc: Preparing 10:30:36 628724e9ca20: Preparing 10:30:36 1d6983a9fe33: Preparing 10:30:36 c0a045dfddeb: Preparing 10:30:36 0754057c0ad3: Preparing 10:30:36 998cdf262ab1: Preparing 10:30:36 02e56110abd2: Preparing 10:30:36 abc36efb885a: Preparing 10:30:36 b0b09059f4e1: Preparing 10:30:36 bb961f40224b: Preparing 10:30:36 f4666769fca7: Preparing 10:30:36 1d6983a9fe33: Waiting 10:30:36 c0a045dfddeb: Waiting 10:30:36 0754057c0ad3: Waiting 10:30:36 998cdf262ab1: Waiting 10:30:36 02e56110abd2: Waiting 10:30:36 abc36efb885a: Waiting 10:30:36 b0b09059f4e1: Waiting 10:30:36 bb961f40224b: Waiting 10:30:36 f4666769fca7: Waiting 10:30:36 e91f4593acfc: Layer already exists 10:30:36 5b9165be4c95: Layer already exists 10:30:36 9d9d14d8b6f0: Layer already exists 10:30:36 e051955c4e99: Layer already exists 10:30:36 628724e9ca20: Layer already exists 10:30:36 1d6983a9fe33: Layer already exists 10:30:36 0754057c0ad3: Layer already exists 10:30:36 c0a045dfddeb: Layer already exists 10:30:36 02e56110abd2: Layer already exists 10:30:36 998cdf262ab1: Layer already exists 10:30:36 abc36efb885a: Layer already exists 10:30:36 b0b09059f4e1: Layer already exists 10:30:36 bb961f40224b: Layer already exists 10:30:36 f4666769fca7: Layer already exists 10:30:36 2.0.0-dev.74: digest: sha256:385052faac30b3de71c5aa722015a07a991f257f006efbd0707dadf56f636f49 size: 3252 [Pipeline] isUnix [Pipeline] sh 10:30:36 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:30:37 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:30:37 9d9d14d8b6f0: Preparing 10:30:37 e051955c4e99: Preparing 10:30:37 5b9165be4c95: Preparing 10:30:37 e91f4593acfc: Preparing 10:30:37 628724e9ca20: Preparing 10:30:37 1d6983a9fe33: Preparing 10:30:37 c0a045dfddeb: Preparing 10:30:37 0754057c0ad3: Preparing 10:30:37 998cdf262ab1: Preparing 10:30:37 02e56110abd2: Preparing 10:30:37 abc36efb885a: Preparing 10:30:37 b0b09059f4e1: Preparing 10:30:37 bb961f40224b: Preparing 10:30:37 f4666769fca7: Preparing 10:30:37 0754057c0ad3: Waiting 10:30:37 998cdf262ab1: Waiting 10:30:37 c0a045dfddeb: Waiting 10:30:37 02e56110abd2: Waiting 10:30:37 abc36efb885a: Waiting 10:30:37 b0b09059f4e1: Waiting 10:30:37 bb961f40224b: Waiting 10:30:37 f4666769fca7: Waiting 10:30:37 1d6983a9fe33: Waiting 10:30:37 e91f4593acfc: Layer already exists 10:30:37 9d9d14d8b6f0: Layer already exists 10:30:37 628724e9ca20: Layer already exists 10:30:37 e051955c4e99: Layer already exists 10:30:37 5b9165be4c95: Layer already exists 10:30:37 1d6983a9fe33: Layer already exists 10:30:37 c0a045dfddeb: Layer already exists 10:30:37 0754057c0ad3: Layer already exists 10:30:37 998cdf262ab1: Layer already exists 10:30:37 02e56110abd2: Layer already exists 10:30:37 abc36efb885a: Layer already exists 10:30:37 b0b09059f4e1: Layer already exists 10:30:37 f4666769fca7: Layer already exists 10:30:37 bb961f40224b: Layer already exists 10:30:37 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:385052faac30b3de71c5aa722015a07a991f257f006efbd0707dadf56f636f49 size: 3252 [Pipeline] isUnix [Pipeline] sh 10:30:37 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 10:30:37 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 10:30:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:30:37 9d9d14d8b6f0: Preparing 10:30:37 e051955c4e99: Preparing 10:30:37 5b9165be4c95: Preparing 10:30:37 e91f4593acfc: Preparing 10:30:37 628724e9ca20: Preparing 10:30:37 1d6983a9fe33: Preparing 10:30:37 c0a045dfddeb: Preparing 10:30:37 0754057c0ad3: Preparing 10:30:37 998cdf262ab1: Preparing 10:30:37 02e56110abd2: Preparing 10:30:37 abc36efb885a: Preparing 10:30:37 b0b09059f4e1: Preparing 10:30:37 bb961f40224b: Preparing 10:30:37 f4666769fca7: Preparing 10:30:37 1d6983a9fe33: Waiting 10:30:37 c0a045dfddeb: Waiting 10:30:37 02e56110abd2: Waiting 10:30:37 abc36efb885a: Waiting 10:30:37 0754057c0ad3: Waiting 10:30:37 998cdf262ab1: Waiting 10:30:37 b0b09059f4e1: Waiting 10:30:37 bb961f40224b: Waiting 10:30:37 f4666769fca7: Waiting 10:30:37 628724e9ca20: Layer already exists 10:30:37 e91f4593acfc: Layer already exists 10:30:37 9d9d14d8b6f0: Layer already exists 10:30:37 e051955c4e99: Layer already exists 10:30:37 5b9165be4c95: Layer already exists 10:30:37 c0a045dfddeb: Layer already exists 10:30:37 02e56110abd2: Layer already exists 10:30:37 1d6983a9fe33: Layer already exists 10:30:37 998cdf262ab1: Layer already exists 10:30:37 0754057c0ad3: Layer already exists 10:30:37 abc36efb885a: Layer already exists 10:30:37 b0b09059f4e1: Layer already exists 10:30:37 bb961f40224b: Layer already exists 10:30:37 f4666769fca7: Layer already exists 10:30:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:30:38 master: digest: sha256:385052faac30b3de71c5aa722015a07a991f257f006efbd0707dadf56f636f49 size: 3252 [Pipeline] } 10:30:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:30:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:30:38 ===================================================== [Pipeline] echo 10:30:38 taggedImages: 10:30:38 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:30:38 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.74 10:30:38 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:30:38 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script 10:30:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:30:38 ---> c0adafcc77bb 10:30:38 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:30:38 ---> Running in b57f8bda2612 [Pipeline] } [Pipeline] // stage 10:30:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } 10:30:39 OK: 217 MiB in 51 packages [Pipeline] // withEnv [Pipeline] } 10:30:39 OK: 217 MiB in 51 packages [Pipeline] // stage [Pipeline] } 10:30:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:30:41 Removing intermediate container cd6cbd84d4d5 10:30:41 ---> 34272f7fee74 10:30:41 Step 6/26 : COPY go.mod . 10:30:41 Removing intermediate container 96a5a89d9444 10:30:41 ---> a8d6df0b6092 10:30:41 Step 6/23 : COPY go.mod . 10:30:42 ---> 85d52ea3e0b6 10:30:42 Step 7/26 : RUN go mod download 10:30:43 ---> Running in b7a79489bb0b 10:30:43 ---> 1e04616366cf 10:30:43 Step 7/23 : RUN go mod download 10:30:43 ---> Running in c1417204868a 10:30:48 Removing intermediate container b7a79489bb0b 10:30:48 ---> 179fa23e8e65 10:30:48 Step 8/26 : COPY . . 10:30:48 Removing intermediate container c1417204868a 10:30:48 ---> bf252613d817 10:30:48 Step 8/23 : COPY . . 10:31:11 ---> 82ad1e4aa1a7 10:31:11 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:31:11 ---> 46a73b53a180 10:31:11 Step 9/23 : RUN make cmd/core-data/core-data 10:31:11 ---> Running in f2d732b7ad92 10:31:11 ---> Running in 238b5fc8e2cf 10:31:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:31:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/core-data/core-data ./cmd/core-data 10:32:08 Removing intermediate container daa62cabe0a0 10:32:08 ---> 536025edc0ae 10:32:08 10:32:08 Step 10/22 : FROM alpine:3.12 10:32:08 ---> afeebe901d6b 10:32:08 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:32:08 ---> Using cache 10:32:08 ---> 26b24ebb54ce 10:32:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:32:08 ---> Using cache 10:32:08 ---> e411b10ae246 10:32:08 Step 13/22 : ENV APP_PORT=48085 10:32:08 ---> Running in e9d5473e0327 10:32:08 Removing intermediate container e9d5473e0327 10:32:08 ---> 67f657be0960 10:32:08 Step 14/22 : EXPOSE $APP_PORT 10:32:08 Removing intermediate container b57f8bda2612 10:32:08 ---> 96bb3c232486 10:32:08 10:32:08 Step 10/22 : FROM alpine:3.12 10:32:08 ---> afeebe901d6b 10:32:08 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:32:08 ---> Running in df294e5e82db 10:32:08 ---> Running in 51fe168c6a20 10:32:08 Removing intermediate container df294e5e82db 10:32:08 ---> 81360bb756e0 10:32:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:32:08 ---> 573a4d4a782e 10:32:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler /fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:32:08 10:32:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:32:08 (1/2) Installing ca-certificates (20191127-r4) 10:32:08 (2/2) Installing dumb-init (1.2.2-r1) 10:32:08 Executing busybox-1.31.1-r19.trigger 10:32:08 Executing ca-certificates-20191127-r4.trigger 10:32:08 OK: 6 MiB in 16 packages 10:32:08 ---> 08a9cc23f1db 10:32:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:32:10 ---> f2b017938132 10:32:10 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:32:10 Removing intermediate container 51fe168c6a20 10:32:10 ---> 22805e814ca8 10:32:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:32:10 ---> Running in f260b870d9e8 10:32:11 ---> Running in 5e2b0e1d54de 10:32:11 Removing intermediate container f260b870d9e8 10:32:11 ---> bfe8633ceaac 10:32:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:32:11 ---> Running in e32f618d9595 10:32:12 Removing intermediate container 5e2b0e1d54de 10:32:12 ---> dab812326b48 10:32:12 Step 13/22 : ENV APP_PORT=48060 10:32:12 ---> Running in 2fe60c86b4da 10:32:12 Removing intermediate container e32f618d9595 10:32:12 ---> 9411eb63bbb7 10:32:12 Step 20/22 : LABEL arch=arm64 10:32:13 ---> Running in ef9fd5ab4c60 10:32:13 Removing intermediate container 2fe60c86b4da 10:32:13 ---> 580330917ef2 10:32:13 Step 14/22 : EXPOSE $APP_PORT 10:32:13 ---> Running in db2af026b28a 10:32:14 Removing intermediate container ef9fd5ab4c60 10:32:14 ---> f9d98dd6f81e 10:32:14 Step 21/22 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:32:14 ---> Running in 957af31666fd 10:32:14 Removing intermediate container db2af026b28a 10:32:14 ---> c6b44e24092a 10:32:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:32:15 Removing intermediate container 957af31666fd 10:32:15 ---> 515aa8523752 10:32:15 Step 22/22 : LABEL version=2.0.0-dev.74 10:32:15 ---> Running in c8b4bb4bd34e 10:32:15 ---> 3dff42f4773b 10:32:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:32:16 Removing intermediate container c8b4bb4bd34e 10:32:16 ---> 566f8a8c8876 10:32:16 10:32:16 Successfully built 566f8a8c8876 10:32:16 Successfully tagged docker-support-scheduler-go-arm64:latest 10:32:18  Building docker-support-scheduler-go ... done  ---> e7c106f89dd7 10:32:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:32:19 ---> 93e3267d58c9 10:32:19 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:32:19 ---> Running in f4fe2d3ca3ac 10:32:20 Removing intermediate container f4fe2d3ca3ac 10:32:20 ---> a9d6c229b147 10:32:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:32:20 ---> Running in fb1ede6b7a4a 10:32:21 Removing intermediate container fb1ede6b7a4a 10:32:21 ---> e0ee81472d81 10:32:21 Step 20/22 : LABEL arch=arm64 10:32:21 ---> Running in 8b4f50ee6ed1 10:32:22 Removing intermediate container 8b4f50ee6ed1 10:32:22 ---> 3d5a16c270cf 10:32:22 Step 21/22 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:32:23 ---> Running in 3dff3e9e37ba 10:32:24 Removing intermediate container 3dff3e9e37ba 10:32:24 ---> 40554ee55366 10:32:24 Step 22/22 : LABEL version=2.0.0-dev.74 10:32:24 Removing intermediate container 238b5fc8e2cf 10:32:24 ---> e6cf32c6874e 10:32:24 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:32:24 ---> Running in 06d352f68408 10:32:24 ---> Running in 9620a9cdcab0 10:32:25 Removing intermediate container 06d352f68408 10:32:25 ---> 3f4868ee2c19 10:32:25 10:32:25 Successfully built 3f4868ee2c19 10:32:25 Successfully tagged docker-support-notifications-go-arm64:latest 10:32:26  Building docker-support-notifications-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:32:29 Removing intermediate container 9620a9cdcab0 10:32:29 ---> 59eb9623d8d0 10:32:29 10:32:29 Step 11/26 : FROM docker:20.10.0 10:32:29 20.10.0: Pulling from library/docker 10:32:39 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:32:39 Status: Downloaded newer image for docker:20.10.0 10:32:39 ---> eeaf43b92773 10:32:39 Step 12/26 : RUN apk add --no-cache bash 10:32:39 ---> Running in 7df7e7d76c53 10:32:40 Removing intermediate container f2d732b7ad92 10:32:40 ---> ef6fde1a57f5 10:32:40 10:32:40 Step 10/23 : FROM alpine:3.12 10:32:40 ---> afeebe901d6b 10:32:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:32:40 ---> Running in d6eb8137d5a1 10:32:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:32:40 Removing intermediate container d6eb8137d5a1 10:32:40 ---> eb7dc3026817 10:32:40 Step 12/23 : ENV APP_PORT=48080 10:32:41 ---> Running in 6721bf52e83f 10:32:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:32:41 Removing intermediate container 6721bf52e83f 10:32:41 ---> 03e58ebc895f 10:32:41 Step 13/23 : EXPOSE $APP_PORT 10:32:41 ---> Running in 7fd94cb8163a 10:32:41 (1/2) Installing readline (8.0.4-r0) 10:32:41 (2/2) Installing bash (5.0.17-r0) 10:32:41 Executing bash-5.0.17-r0.post-install 10:32:41 Executing busybox-1.31.1-r19.trigger 10:32:42 OK: 12 MiB in 22 packages 10:32:42 Removing intermediate container 7fd94cb8163a 10:32:42 ---> 0393b8cdeb23 10:32:42 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:32:42 ---> Running in 29648c70ca83 10:32:43 Removing intermediate container 7df7e7d76c53 10:32:43 ---> 1cc864287205 10:32:43 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:32:43 ---> Running in 2b4ed5824640 10:32:43 Removing intermediate container 2b4ed5824640 10:32:43 ---> d90a431ce1cf 10:32:43 Step 14/26 : ENV APP_PORT=48090 10:32:44 ---> Running in d32dfbc571ee 10:32:44 Removing intermediate container 29648c70ca83 10:32:44 ---> 9695671125be 10:32:44 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:32:44 Removing intermediate container d32dfbc571ee 10:32:44 ---> c18b36ba0336 10:32:44 Step 15/26 : EXPOSE $APP_PORT 10:32:44 ---> Running in 1be4c79e8acb 10:32:44 ---> Running in 55b54e795c8d 10:32:45 Removing intermediate container 1be4c79e8acb 10:32:45 ---> 7313f13ec354 10:32:45 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:32:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:32:46 ---> 3c49d5cd104b 10:32:46 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:32:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:32:47 ---> d700ebc6c96c 10:32:47 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:32:47 (1/6) Installing dumb-init (1.2.2-r1) 10:32:47 (2/6) Installing libgcc (9.3.0-r2) 10:32:47 (3/6) Installing libsodium (1.0.18-r0) 10:32:48 (4/6) Installing libstdc++ (9.3.0-r2) 10:32:48 ---> 58c415bc5395 10:32:48 Step 19/26 : RUN apk --no-cache add py3-pip 10:32:48 (5/6) Installing libzmq (4.3.3-r0) 10:32:48 ---> Running in 40bea074e12f 10:32:48 (6/6) Installing zeromq (4.3.3-r0) 10:32:48 Executing busybox-1.31.1-r19.trigger 10:32:48 OK: 8 MiB in 20 packages 10:32:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:32:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:32:50 Removing intermediate container 55b54e795c8d 10:32:50 ---> 18ceec545bb9 10:32:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:32:50 (1/33) Installing libbz2 (1.0.8-r1) 10:32:50 (2/33) Installing expat (2.2.9-r1) 10:32:50 (3/33) Installing libffi (3.3-r2) 10:32:50 (4/33) Installing gdbm (1.13-r1) 10:32:50 (5/33) Installing xz-libs (5.2.5-r0) 10:32:50 (6/33) Installing sqlite-libs (3.32.1-r0) 10:32:50 (7/33) Installing python3 (3.8.5-r0) 10:32:51 ---> 9d3924575248 10:32:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:32:52 (8/33) Installing py3-appdirs (1.4.4-r1) 10:32:52 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:32:52 (10/33) Installing py3-parsing (2.4.7-r0) 10:32:52 (11/33) Installing py3-six (1.15.0-r0) 10:32:52 (12/33) Installing py3-packaging (20.4-r0) 10:32:52 ---> c5a4bf16832b 10:32:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:32:52 (13/33) Installing py3-setuptools (47.0.0-r0) 10:32:52 (14/33) Installing py3-chardet (3.0.4-r4) 10:32:52 (15/33) Installing py3-idna (2.9-r0) 10:32:52 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:32:52 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:32:53 (18/33) Installing py3-requests (2.23.0-r0) 10:32:53 (19/33) Installing py3-msgpack (1.0.0-r0) 10:32:53 (20/33) Installing py3-lockfile (0.12.2-r3) 10:32:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:32:53 (22/33) Installing py3-colorama (0.4.3-r0) 10:32:53 (23/33) Installing py3-distlib (0.3.0-r0) 10:32:53 (24/33) Installing py3-distro (1.5.0-r1) 10:32:53 (25/33) Installing py3-webencodings (0.5.1-r3) 10:32:53 (26/33) Installing py3-html5lib (1.0.1-r4) 10:32:53 (27/33) Installing py3-pytoml (0.1.21-r0) 10:32:53 (28/33) Installing py3-pep517 (0.8.2-r0) 10:32:53 (29/33) Installing py3-progress (1.5-r0) 10:32:53 (30/33) Installing py3-toml (0.10.1-r0) 10:32:53 (31/33) Installing py3-retrying (1.3.3-r0) 10:32:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:32:53 (33/33) Installing py3-pip (20.1.1-r0) 10:32:53 ---> 07428fbf13e4 10:32:53 Step 19/23 : ENTRYPOINT ["/core-data"] 10:32:53 Executing busybox-1.31.1-r19.trigger 10:32:53 OK: 71 MiB in 55 packages 10:32:53 ---> Running in 4465df65f25c 10:32:54 Removing intermediate container 4465df65f25c 10:32:54 ---> ee1c091bf3f7 10:32:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:32:54 ---> Running in 64eea015304c 10:32:55 Removing intermediate container 64eea015304c 10:32:55 ---> 6da729e9c834 10:32:55 Step 21/23 : LABEL arch=arm64 10:32:55 ---> Running in 0f93c777e0c7 10:32:56 Removing intermediate container 0f93c777e0c7 10:32:56 ---> 8a4805994ea2 10:32:56 Step 22/23 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:32:56 ---> Running in dd48737f0213 10:32:56 Removing intermediate container dd48737f0213 10:32:56 ---> 5c2beb72e823 10:32:56 Step 23/23 : LABEL version=2.0.0-dev.74 10:32:56 ---> Running in 2482b5f8ada8 10:32:57 Removing intermediate container 2482b5f8ada8 10:32:57 ---> c04ec7f7464f 10:32:57 10:32:58 Successfully built c04ec7f7464f 10:32:58 Successfully tagged docker-core-data-go-arm64:latest 10:32:59  Building docker-core-data-go ... done Removing intermediate container 40bea074e12f 10:32:59 ---> ae3b707f6ab0 10:32:59 Step 20/26 : RUN pip install docker-compose==1.23.2 10:32:59 ---> Running in ba9b7cd3abce 10:33:03 Collecting docker-compose==1.23.2 10:33:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:33:04 Collecting cached-property<2,>=1.2.0 10:33:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:33:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:33:05 Collecting docopt<0.7,>=0.6.1 10:33:05 Downloading docopt-0.6.2.tar.gz (25 kB) 10:33:07 Collecting dockerpty<0.5,>=0.4.1 10:33:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:33:10 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:33:10 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:33:10 Collecting websocket-client<1.0,>=0.32.0 10:33:10 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:33:11 Collecting docker<4.0,>=3.6.0 10:33:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:33:13 Collecting PyYAML<4,>=3.10 10:33:13 Downloading PyYAML-3.13.tar.gz (270 kB) 10:33:16 Collecting jsonschema<3,>=2.5.1 10:33:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:33:16 Collecting texttable<0.10,>=0.9.0 10:33:16 Downloading texttable-0.9.1.tar.gz (11 kB) 10:33:18 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) 10:33:18 Collecting urllib3<1.25,>=1.21.1 10:33:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:33:19 Collecting idna<2.8,>=2.5 10:33:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:33:19 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) 10:33:19 Collecting docker-pycreds>=0.4.0 10:33:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:33:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:33:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:33:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:33:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:33:20 Installing collected packages: cached-property, docopt, dockerpty, urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, jsonschema, texttable, docker-compose 10:33:20 Running setup.py install for docopt: started 10:33:22 Running setup.py install for docopt: finished with status 'done' 10:33:22 Running setup.py install for dockerpty: started 10:33:23 Running setup.py install for dockerpty: finished with status 'done' 10:33:23 Attempting uninstall: urllib3 10:33:23 Found existing installation: urllib3 1.25.9 10:33:23 Uninstalling urllib3-1.25.9: 10:33:24 Successfully uninstalled urllib3-1.25.9 10:33:24 Attempting uninstall: idna 10:33:24 Found existing installation: idna 2.9 10:33:24 Uninstalling idna-2.9: 10:33:24 Successfully uninstalled idna-2.9 10:33:25 Attempting uninstall: requests 10:33:25 Found existing installation: requests 2.23.0 10:33:25 Uninstalling requests-2.23.0: 10:33:25 Successfully uninstalled requests-2.23.0 10:33:26 Running setup.py install for PyYAML: started 10:33:28 Running setup.py install for PyYAML: finished with status 'done' 10:33:29 Running setup.py install for texttable: started 10:33:31 Running setup.py install for texttable: finished with status 'done' 10:33:31 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 10:33:35 Removing intermediate container ba9b7cd3abce 10:33:35 ---> 10770221e142 10:33:35 Step 21/26 : RUN apk --no-cache add curl 10:33:35 ---> Running in 10bd3f501772 10:33:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:33:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:33:37 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:33:37 (2/3) Installing libcurl (7.69.1-r3) 10:33:37 (3/3) Installing curl (7.69.1-r3) 10:33:37 Executing busybox-1.31.1-r19.trigger 10:33:37 OK: 71 MiB in 58 packages 10:33:38 Removing intermediate container 10bd3f501772 10:33:38 ---> e40dc6ec8aa0 10:33:38 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:33:38 ---> Running in b721449d540a 10:33:39 Removing intermediate container b721449d540a 10:33:39 ---> b012e608c614 10:33:39 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:33:39 ---> Running in 2e1ab410ee87 10:33:40 Removing intermediate container 2e1ab410ee87 10:33:40 ---> 8912dce8fdcc 10:33:40 Step 24/26 : LABEL arch=arm64 10:33:40 ---> Running in d56e07b7c56b 10:33:40 Removing intermediate container d56e07b7c56b 10:33:40 ---> e59d88235e11 10:33:40 Step 25/26 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:33:40 ---> Running in 5e36f7b87bc1 10:33:41 Removing intermediate container 5e36f7b87bc1 10:33:41 ---> c414b521a51b 10:33:41 Step 26/26 : LABEL version=2.0.0-dev.74 10:33:41 ---> Running in 304af5c0ac05 10:33:41 Removing intermediate container 304af5c0ac05 10:33:41 ---> 54237f6b731f 10:33:41 10:33:42 Successfully built 54237f6b731f 10:33:42 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 10:33:42  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 10:33:42 $ docker stop --time=1 c91d64d4e7d5a892e45a9d917cb59ad9081ad785495f0ea2df2b5f13b1abc201 10:33:44 $ docker rm -f c91d64d4e7d5a892e45a9d917cb59ad9081ad785495f0ea2df2b5f13b1abc201 [Pipeline] // withDockerContainer [Pipeline] sh 10:33:45 + docker images 10:33:45 + grep docker 10:33:45 docker-sys-mgmt-agent-go-arm64 latest 54237f6b731f 4 seconds ago 300MB 10:33:45 docker-core-data-go-arm64 latest c04ec7f7464f 48 seconds ago 21MB 10:33:45 docker-support-notifications-go-arm64 latest 3f4868ee2c19 About a minute ago 16.7MB 10:33:45 docker-support-scheduler-go-arm64 latest 566f8a8c8876 About a minute ago 16.1MB 10:33:45 docker-security-bootstrapper-go-arm64 latest 4248b3504e39 3 minutes ago 22.6MB 10:33:45 docker-core-metadata-go-arm64 latest 4bc5319ac769 3 minutes ago 17.7MB 10:33:45 docker-core-command-go-arm64 latest 0f8c2c623f27 3 minutes ago 16MB 10:33:45 docker-security-secretstore-setup-go-arm64 latest 14a4c536b27f 3 minutes ago 23.4MB 10:33:45 docker-security-proxy-setup-go-arm64 latest adb5a76c8207 3 minutes ago 23.2MB 10:33:45 docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:33:46 provisioning config files... 10:33:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/339@tmp/config2717888134377706280tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:33:47 ---> docker-login.sh 10:33:47 nexus3.edgexfoundry.org:10001 10:33:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:33:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:33:48 Configure a credential helper to remove this warning. See 10:33:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:33:48 10:33:48 Login Succeeded 10:33:48 nexus3.edgexfoundry.org:10002 10:33:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:33:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:33:48 Configure a credential helper to remove this warning. See 10:33:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:33:48 10:33:48 Login Succeeded 10:33:48 nexus3.edgexfoundry.org:10003 10:33:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:33:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:33:49 Configure a credential helper to remove this warning. See 10:33:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:33:49 10:33:49 Login Succeeded 10:33:49 nexus3.edgexfoundry.org:10004 10:33:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:33:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:33:49 Configure a credential helper to remove this warning. See 10:33:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:33:49 10:33:49 Login Succeeded 10:33:49 docker.io 10:33:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:33:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:33:51 Configure a credential helper to remove this warning. See 10:33:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:33:51 10:33:51 Login Succeeded 10:33:51 ---> docker-login.sh ends [Pipeline] } 10:33:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:33:51 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 10:33:51 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:33:51 2.0.0-dev.74 10:33:51 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:33:51 master 10:33:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:33:52 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh 10:33:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:33:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:33:52 d38ef44faebe: Preparing 10:33:52 9873ece3fed0: Preparing 10:33:52 6a338a975c15: Preparing 10:33:52 108bcf1b8c08: Preparing 10:33:52 379067d0cb53: Preparing 10:33:52 379067d0cb53: Layer already exists 10:33:52 d38ef44faebe: Pushed 10:33:52 6a338a975c15: Pushed 10:33:52 108bcf1b8c08: Pushed 10:33:55 9873ece3fed0: Pushed 10:33:55 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:a9a7411839b716e4f8fb29c82c78491365a3f3bdd18db0acbf6d7abd7ebc66e9 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:33:55 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:33:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.74 10:33:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:33:56 d38ef44faebe: Preparing 10:33:56 9873ece3fed0: Preparing 10:33:56 6a338a975c15: Preparing 10:33:56 108bcf1b8c08: Preparing 10:33:56 379067d0cb53: Preparing 10:33:56 379067d0cb53: Layer already exists 10:33:56 6a338a975c15: Layer already exists 10:33:56 9873ece3fed0: Layer already exists 10:33:56 d38ef44faebe: Layer already exists 10:33:56 108bcf1b8c08: Layer already exists 10:33:56 2.0.0-dev.74: digest: sha256:a9a7411839b716e4f8fb29c82c78491365a3f3bdd18db0acbf6d7abd7ebc66e9 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:33:56 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:33:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:33:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:33:57 d38ef44faebe: Preparing 10:33:57 9873ece3fed0: Preparing 10:33:57 6a338a975c15: Preparing 10:33:57 108bcf1b8c08: Preparing 10:33:57 379067d0cb53: Preparing 10:33:57 379067d0cb53: Layer already exists 10:33:57 6a338a975c15: Layer already exists 10:33:57 108bcf1b8c08: Layer already exists 10:33:57 9873ece3fed0: Layer already exists 10:33:57 d38ef44faebe: Layer already exists 10:33:57 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:a9a7411839b716e4f8fb29c82c78491365a3f3bdd18db0acbf6d7abd7ebc66e9 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:33:57 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:33:58 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 10:33:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:33:58 d38ef44faebe: Preparing 10:33:58 9873ece3fed0: Preparing 10:33:58 6a338a975c15: Preparing 10:33:58 108bcf1b8c08: Preparing 10:33:58 379067d0cb53: Preparing 10:33:58 9873ece3fed0: Layer already exists 10:33:58 379067d0cb53: Layer already exists 10:33:58 108bcf1b8c08: Layer already exists 10:33:58 6a338a975c15: Layer already exists 10:33:58 d38ef44faebe: Layer already exists 10:33:58 master: digest: sha256:a9a7411839b716e4f8fb29c82c78491365a3f3bdd18db0acbf6d7abd7ebc66e9 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:33:58 ===================================================== [Pipeline] echo 10:33:58 taggedImages: 10:33:58 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:33:58 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.74 10:33:58 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:33:58 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 10:33:58 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 10:33:58 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:33:58 2.0.0-dev.74 10:33:58 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:33:58 master 10:33:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:33:59 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh 10:34:00 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:34:00 d32f145ddf77: Preparing 10:34:00 b8e3a68f3fd0: Preparing 10:34:00 6a338a975c15: Preparing 10:34:00 74ae2838214e: Preparing 10:34:00 047d46f4ba22: Preparing 10:34:00 379067d0cb53: Preparing 10:34:00 379067d0cb53: Waiting 10:34:00 6a338a975c15: Layer already exists 10:34:00 379067d0cb53: Layer already exists 10:34:00 d32f145ddf77: Pushed 10:34:00 047d46f4ba22: Pushed 10:34:01 74ae2838214e: Pushed 10:34:03 b8e3a68f3fd0: Pushed 10:34:03 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:80356ba8931214df654c2c16bf01ac304d3358d7ecce1c7dfaf794646965a8b1 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:34:03 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:34:04 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.74 10:34:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:34:04 d32f145ddf77: Preparing 10:34:04 b8e3a68f3fd0: Preparing 10:34:04 6a338a975c15: Preparing 10:34:04 74ae2838214e: Preparing 10:34:04 047d46f4ba22: Preparing 10:34:04 379067d0cb53: Preparing 10:34:04 379067d0cb53: Waiting 10:34:04 6a338a975c15: Layer already exists 10:34:04 d32f145ddf77: Layer already exists 10:34:04 b8e3a68f3fd0: Layer already exists 10:34:04 74ae2838214e: Layer already exists 10:34:04 047d46f4ba22: Layer already exists 10:34:04 379067d0cb53: Layer already exists 10:34:04 2.0.0-dev.74: digest: sha256:80356ba8931214df654c2c16bf01ac304d3358d7ecce1c7dfaf794646965a8b1 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:34:04 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:34:05 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:34:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:34:05 d32f145ddf77: Preparing 10:34:05 b8e3a68f3fd0: Preparing 10:34:05 6a338a975c15: Preparing 10:34:05 74ae2838214e: Preparing 10:34:05 047d46f4ba22: Preparing 10:34:05 379067d0cb53: Preparing 10:34:05 379067d0cb53: Waiting 10:34:05 74ae2838214e: Layer already exists 10:34:05 6a338a975c15: Layer already exists 10:34:05 d32f145ddf77: Layer already exists 10:34:05 047d46f4ba22: Layer already exists 10:34:05 b8e3a68f3fd0: Layer already exists 10:34:05 379067d0cb53: Layer already exists 10:34:05 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:80356ba8931214df654c2c16bf01ac304d3358d7ecce1c7dfaf794646965a8b1 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:34:05 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:34:06 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 10:34:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:34:06 d32f145ddf77: Preparing 10:34:06 b8e3a68f3fd0: Preparing 10:34:06 6a338a975c15: Preparing 10:34:06 74ae2838214e: Preparing 10:34:06 047d46f4ba22: Preparing 10:34:06 379067d0cb53: Preparing 10:34:06 379067d0cb53: Waiting 10:34:06 74ae2838214e: Layer already exists 10:34:06 6a338a975c15: Layer already exists 10:34:06 b8e3a68f3fd0: Layer already exists 10:34:06 d32f145ddf77: Layer already exists 10:34:06 047d46f4ba22: Layer already exists 10:34:06 379067d0cb53: Layer already exists 10:34:06 master: digest: sha256:80356ba8931214df654c2c16bf01ac304d3358d7ecce1c7dfaf794646965a8b1 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:34:06 ===================================================== [Pipeline] echo 10:34:06 taggedImages: 10:34:06 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:06 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.74 10:34:06 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:34:06 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 10:34:07 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 10:34:07 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:07 2.0.0-dev.74 10:34:07 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:34:07 master 10:34:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:34:07 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh 10:34:08 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:34:08 eddc22571809: Preparing 10:34:08 d5288897a811: Preparing 10:34:08 6a338a975c15: Preparing 10:34:08 108bcf1b8c08: Preparing 10:34:08 379067d0cb53: Preparing 10:34:08 6a338a975c15: Layer already exists 10:34:08 379067d0cb53: Layer already exists 10:34:08 108bcf1b8c08: Layer already exists 10:34:08 eddc22571809: Pushed 10:34:11 d5288897a811: Pushed 10:34:11 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:21eeb1e1ec6ecbadbe13f4bf1fa4250f2e3962ffbf7c38b7de340b25001dd001 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:34:12 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:34:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.74 10:34:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:34:12 eddc22571809: Preparing 10:34:12 d5288897a811: Preparing 10:34:12 6a338a975c15: Preparing 10:34:12 108bcf1b8c08: Preparing 10:34:12 379067d0cb53: Preparing 10:34:12 6a338a975c15: Layer already exists 10:34:12 379067d0cb53: Layer already exists 10:34:12 d5288897a811: Layer already exists 10:34:12 eddc22571809: Layer already exists 10:34:12 108bcf1b8c08: Layer already exists 10:34:12 2.0.0-dev.74: digest: sha256:21eeb1e1ec6ecbadbe13f4bf1fa4250f2e3962ffbf7c38b7de340b25001dd001 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:34:13 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:34:13 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:34:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:34:13 eddc22571809: Preparing 10:34:13 d5288897a811: Preparing 10:34:13 6a338a975c15: Preparing 10:34:13 108bcf1b8c08: Preparing 10:34:13 379067d0cb53: Preparing 10:34:13 379067d0cb53: Layer already exists 10:34:13 eddc22571809: Layer already exists 10:34:13 6a338a975c15: Layer already exists 10:34:13 d5288897a811: Layer already exists 10:34:13 108bcf1b8c08: Layer already exists 10:34:13 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:21eeb1e1ec6ecbadbe13f4bf1fa4250f2e3962ffbf7c38b7de340b25001dd001 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:34:14 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:34:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 10:34:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:34:14 eddc22571809: Preparing 10:34:14 d5288897a811: Preparing 10:34:14 6a338a975c15: Preparing 10:34:14 108bcf1b8c08: Preparing 10:34:14 379067d0cb53: Preparing 10:34:14 379067d0cb53: Layer already exists 10:34:14 6a338a975c15: Layer already exists 10:34:14 d5288897a811: Layer already exists 10:34:14 108bcf1b8c08: Layer already exists 10:34:14 eddc22571809: Layer already exists 10:34:14 master: digest: sha256:21eeb1e1ec6ecbadbe13f4bf1fa4250f2e3962ffbf7c38b7de340b25001dd001 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:34:15 ===================================================== [Pipeline] echo 10:34:15 taggedImages: 10:34:15 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:15 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.74 10:34:15 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:34:15 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 10:34:15 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 10:34:15 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:15 2.0.0-dev.74 10:34:15 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:34:15 master 10:34:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:34:16 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh 10:34:16 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 10:34:16 febbc1114d42: Preparing 10:34:16 febbc1114d42: Preparing 10:34:16 df5ca44fda8e: Preparing 10:34:16 a170c1fbb0cb: Preparing 10:34:16 23be10a3cb32: Preparing 10:34:16 5edac0bf4b96: Preparing 10:34:16 6a338a975c15: Preparing 10:34:16 3e267d5696fa: Preparing 10:34:16 3e267d5696fa: Preparing 10:34:16 94fdf91d53d2: Preparing 10:34:16 7c205e2fd15f: Preparing 10:34:16 379067d0cb53: Preparing 10:34:16 3e267d5696fa: Waiting 10:34:16 94fdf91d53d2: Waiting 10:34:16 7c205e2fd15f: Waiting 10:34:16 379067d0cb53: Waiting 10:34:16 6a338a975c15: Waiting 10:34:16 febbc1114d42: Pushed 10:34:16 23be10a3cb32: Pushed 10:34:16 df5ca44fda8e: Pushed 10:34:16 6a338a975c15: Layer already exists 10:34:16 3e267d5696fa: Pushed 10:34:16 94fdf91d53d2: Pushed 10:34:16 7c205e2fd15f: Pushed 10:34:16 379067d0cb53: Layer already exists 10:34:18 a170c1fbb0cb: Pushed 10:34:18 5edac0bf4b96: Pushed 10:34:20 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:e02a266c437280b46f98e29aefb641a71d093b52955d6040c517b7f6817d9d48 size: 2820 [Pipeline] isUnix [Pipeline] sh 10:34:20 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:34:20 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.74 10:34:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 10:34:20 febbc1114d42: Preparing 10:34:20 febbc1114d42: Preparing 10:34:20 df5ca44fda8e: Preparing 10:34:20 a170c1fbb0cb: Preparing 10:34:20 23be10a3cb32: Preparing 10:34:20 5edac0bf4b96: Preparing 10:34:20 6a338a975c15: Preparing 10:34:20 3e267d5696fa: Preparing 10:34:20 3e267d5696fa: Preparing 10:34:20 94fdf91d53d2: Preparing 10:34:20 7c205e2fd15f: Preparing 10:34:20 379067d0cb53: Preparing 10:34:20 6a338a975c15: Waiting 10:34:20 3e267d5696fa: Waiting 10:34:20 94fdf91d53d2: Waiting 10:34:20 7c205e2fd15f: Waiting 10:34:20 379067d0cb53: Waiting 10:34:20 23be10a3cb32: Layer already exists 10:34:20 df5ca44fda8e: Layer already exists 10:34:20 a170c1fbb0cb: Layer already exists 10:34:20 febbc1114d42: Layer already exists 10:34:21 5edac0bf4b96: Layer already exists 10:34:21 6a338a975c15: Layer already exists 10:34:21 3e267d5696fa: Layer already exists 10:34:21 94fdf91d53d2: Layer already exists 10:34:21 379067d0cb53: Layer already exists 10:34:21 7c205e2fd15f: Layer already exists 10:34:21 2.0.0-dev.74: digest: sha256:e02a266c437280b46f98e29aefb641a71d093b52955d6040c517b7f6817d9d48 size: 2820 [Pipeline] isUnix [Pipeline] sh 10:34:21 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:34:21 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:34:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 10:34:21 febbc1114d42: Preparing 10:34:21 febbc1114d42: Preparing 10:34:21 df5ca44fda8e: Preparing 10:34:21 a170c1fbb0cb: Preparing 10:34:21 23be10a3cb32: Preparing 10:34:21 5edac0bf4b96: Preparing 10:34:21 6a338a975c15: Preparing 10:34:21 3e267d5696fa: Preparing 10:34:21 3e267d5696fa: Preparing 10:34:21 94fdf91d53d2: Preparing 10:34:21 7c205e2fd15f: Preparing 10:34:21 379067d0cb53: Preparing 10:34:21 6a338a975c15: Waiting 10:34:21 3e267d5696fa: Waiting 10:34:21 94fdf91d53d2: Waiting 10:34:21 7c205e2fd15f: Waiting 10:34:21 379067d0cb53: Waiting 10:34:21 febbc1114d42: Layer already exists 10:34:21 df5ca44fda8e: Layer already exists 10:34:21 5edac0bf4b96: Layer already exists 10:34:21 23be10a3cb32: Layer already exists 10:34:21 a170c1fbb0cb: Layer already exists 10:34:22 6a338a975c15: Layer already exists 10:34:22 3e267d5696fa: Layer already exists 10:34:22 94fdf91d53d2: Layer already exists 10:34:22 7c205e2fd15f: Layer already exists 10:34:22 379067d0cb53: Layer already exists 10:34:22 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:e02a266c437280b46f98e29aefb641a71d093b52955d6040c517b7f6817d9d48 size: 2820 [Pipeline] isUnix [Pipeline] sh 10:34:22 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:34:22 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 10:34:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 10:34:22 febbc1114d42: Preparing 10:34:22 febbc1114d42: Preparing 10:34:22 df5ca44fda8e: Preparing 10:34:22 a170c1fbb0cb: Preparing 10:34:22 23be10a3cb32: Preparing 10:34:22 5edac0bf4b96: Preparing 10:34:22 6a338a975c15: Preparing 10:34:22 3e267d5696fa: Preparing 10:34:22 3e267d5696fa: Preparing 10:34:22 94fdf91d53d2: Preparing 10:34:22 7c205e2fd15f: Preparing 10:34:22 379067d0cb53: Preparing 10:34:22 94fdf91d53d2: Waiting 10:34:22 7c205e2fd15f: Waiting 10:34:22 379067d0cb53: Waiting 10:34:22 6a338a975c15: Waiting 10:34:22 3e267d5696fa: Waiting 10:34:22 a170c1fbb0cb: Layer already exists 10:34:22 5edac0bf4b96: Layer already exists 10:34:22 23be10a3cb32: Layer already exists 10:34:22 df5ca44fda8e: Layer already exists 10:34:22 febbc1114d42: Layer already exists 10:34:23 6a338a975c15: Layer already exists 10:34:23 3e267d5696fa: Layer already exists 10:34:23 7c205e2fd15f: Layer already exists 10:34:23 94fdf91d53d2: Layer already exists 10:34:23 379067d0cb53: Layer already exists 10:34:23 master: digest: sha256:e02a266c437280b46f98e29aefb641a71d093b52955d6040c517b7f6817d9d48 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:34:23 ===================================================== [Pipeline] echo 10:34:23 taggedImages: 10:34:23 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:23 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.74 10:34:23 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:34:23 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 10:34:23 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 10:34:23 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:23 2.0.0-dev.74 10:34:23 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:34:23 master 10:34:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:34:24 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh 10:34:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:34:24 eda4fe9a443f: Preparing 10:34:24 4b320920b1ad: Preparing 10:34:24 591e9d9e46d5: Preparing 10:34:24 45f4d4278423: Preparing 10:34:24 9f36082733a4: Preparing 10:34:24 379067d0cb53: Preparing 10:34:24 379067d0cb53: Waiting 10:34:25 45f4d4278423: Pushed 10:34:25 591e9d9e46d5: Pushed 10:34:25 379067d0cb53: Layer already exists 10:34:25 9f36082733a4: Pushed 10:34:27 4b320920b1ad: Pushed 10:34:27 eda4fe9a443f: Pushed 10:34:27 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:6fd9b37cf093efd4d577b2103390db5b992fbdf4a146dd4578a8b9e2341b6c38 size: 1574 [Pipeline] isUnix [Pipeline] sh 10:34:28 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:34:28 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.74 10:34:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:34:28 eda4fe9a443f: Preparing 10:34:28 4b320920b1ad: Preparing 10:34:28 591e9d9e46d5: Preparing 10:34:28 45f4d4278423: Preparing 10:34:28 9f36082733a4: Preparing 10:34:28 379067d0cb53: Preparing 10:34:28 379067d0cb53: Waiting 10:34:28 9f36082733a4: Layer already exists 10:34:28 eda4fe9a443f: Layer already exists 10:34:28 379067d0cb53: Layer already exists 10:34:28 591e9d9e46d5: Layer already exists 10:34:28 4b320920b1ad: Layer already exists 10:34:28 45f4d4278423: Layer already exists 10:34:28 2.0.0-dev.74: digest: sha256:6fd9b37cf093efd4d577b2103390db5b992fbdf4a146dd4578a8b9e2341b6c38 size: 1574 [Pipeline] isUnix [Pipeline] sh 10:34:29 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:34:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:34:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:34:29 eda4fe9a443f: Preparing 10:34:29 4b320920b1ad: Preparing 10:34:29 591e9d9e46d5: Preparing 10:34:29 45f4d4278423: Preparing 10:34:29 9f36082733a4: Preparing 10:34:29 379067d0cb53: Preparing 10:34:29 379067d0cb53: Waiting 10:34:29 eda4fe9a443f: Layer already exists 10:34:29 9f36082733a4: Layer already exists 10:34:29 4b320920b1ad: Layer already exists 10:34:29 45f4d4278423: Layer already exists 10:34:29 591e9d9e46d5: Layer already exists 10:34:29 379067d0cb53: Layer already exists 10:34:29 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:6fd9b37cf093efd4d577b2103390db5b992fbdf4a146dd4578a8b9e2341b6c38 size: 1574 [Pipeline] isUnix [Pipeline] sh 10:34:29 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:34:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 10:34:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:34:30 eda4fe9a443f: Preparing 10:34:30 4b320920b1ad: Preparing 10:34:30 591e9d9e46d5: Preparing 10:34:30 45f4d4278423: Preparing 10:34:30 9f36082733a4: Preparing 10:34:30 379067d0cb53: Preparing 10:34:30 379067d0cb53: Waiting 10:34:30 591e9d9e46d5: Layer already exists 10:34:30 9f36082733a4: Layer already exists 10:34:30 45f4d4278423: Layer already exists 10:34:30 eda4fe9a443f: Layer already exists 10:34:30 4b320920b1ad: Layer already exists 10:34:30 379067d0cb53: Layer already exists 10:34:30 master: digest: sha256:6fd9b37cf093efd4d577b2103390db5b992fbdf4a146dd4578a8b9e2341b6c38 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:34:31 ===================================================== [Pipeline] echo 10:34:31 taggedImages: 10:34:31 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:31 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.74 10:34:31 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:34:31 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 10:34:31 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 10:34:31 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:31 2.0.0-dev.74 10:34:31 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:34:31 master 10:34:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:34:32 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh 10:34:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:34:32 8deb7fd9cd10: Preparing 10:34:32 c63833b16e68: Preparing 10:34:32 80427d005e50: Preparing 10:34:32 6b38704a173f: Preparing 10:34:32 080afde56c50: Preparing 10:34:32 4889472bb644: Preparing 10:34:32 5f529068216e: Preparing 10:34:32 2af610f52d70: Preparing 10:34:32 379067d0cb53: Preparing 10:34:32 4889472bb644: Waiting 10:34:32 5f529068216e: Waiting 10:34:32 2af610f52d70: Waiting 10:34:32 379067d0cb53: Waiting 10:34:32 c63833b16e68: Pushed 10:34:32 080afde56c50: Pushed 10:34:32 8deb7fd9cd10: Pushed 10:34:32 4889472bb644: Pushed 10:34:32 5f529068216e: Pushed 10:34:33 379067d0cb53: Layer already exists 10:34:33 2af610f52d70: Pushed 10:34:34 80427d005e50: Pushed 10:34:34 6b38704a173f: Pushed 10:34:35 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:65fdba61181c824fd2c734b0f4352601ef3dc6d5c161db79345384cd25cbdd5e size: 2198 [Pipeline] isUnix [Pipeline] sh 10:34:35 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:34:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.74 10:34:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:34:35 8deb7fd9cd10: Preparing 10:34:35 c63833b16e68: Preparing 10:34:35 80427d005e50: Preparing 10:34:35 6b38704a173f: Preparing 10:34:35 080afde56c50: Preparing 10:34:35 4889472bb644: Preparing 10:34:35 5f529068216e: Preparing 10:34:35 2af610f52d70: Preparing 10:34:35 379067d0cb53: Preparing 10:34:35 4889472bb644: Waiting 10:34:35 5f529068216e: Waiting 10:34:35 2af610f52d70: Waiting 10:34:35 379067d0cb53: Waiting 10:34:36 80427d005e50: Layer already exists 10:34:36 080afde56c50: Layer already exists 10:34:36 c63833b16e68: Layer already exists 10:34:36 8deb7fd9cd10: Layer already exists 10:34:36 6b38704a173f: Layer already exists 10:34:36 5f529068216e: Layer already exists 10:34:36 4889472bb644: Layer already exists 10:34:36 379067d0cb53: Layer already exists 10:34:36 2af610f52d70: Layer already exists 10:34:36 2.0.0-dev.74: digest: sha256:65fdba61181c824fd2c734b0f4352601ef3dc6d5c161db79345384cd25cbdd5e size: 2198 [Pipeline] isUnix [Pipeline] sh 10:34:36 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:34:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:34:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:34:36 8deb7fd9cd10: Preparing 10:34:36 c63833b16e68: Preparing 10:34:36 80427d005e50: Preparing 10:34:36 6b38704a173f: Preparing 10:34:36 080afde56c50: Preparing 10:34:36 4889472bb644: Preparing 10:34:36 5f529068216e: Preparing 10:34:36 2af610f52d70: Preparing 10:34:36 379067d0cb53: Preparing 10:34:36 4889472bb644: Waiting 10:34:36 5f529068216e: Waiting 10:34:36 2af610f52d70: Waiting 10:34:36 379067d0cb53: Waiting 10:34:37 080afde56c50: Layer already exists 10:34:37 c63833b16e68: Layer already exists 10:34:37 6b38704a173f: Layer already exists 10:34:37 8deb7fd9cd10: Layer already exists 10:34:37 80427d005e50: Layer already exists 10:34:37 5f529068216e: Layer already exists 10:34:37 2af610f52d70: Layer already exists 10:34:37 4889472bb644: Layer already exists 10:34:37 379067d0cb53: Layer already exists 10:34:37 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:65fdba61181c824fd2c734b0f4352601ef3dc6d5c161db79345384cd25cbdd5e size: 2198 [Pipeline] isUnix [Pipeline] sh 10:34:37 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:34:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 10:34:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:34:37 8deb7fd9cd10: Preparing 10:34:37 c63833b16e68: Preparing 10:34:37 80427d005e50: Preparing 10:34:37 6b38704a173f: Preparing 10:34:37 080afde56c50: Preparing 10:34:37 4889472bb644: Preparing 10:34:37 5f529068216e: Preparing 10:34:37 2af610f52d70: Preparing 10:34:37 379067d0cb53: Preparing 10:34:37 4889472bb644: Waiting 10:34:37 5f529068216e: Waiting 10:34:37 2af610f52d70: Waiting 10:34:37 379067d0cb53: Waiting 10:34:37 80427d005e50: Layer already exists 10:34:37 080afde56c50: Layer already exists 10:34:37 6b38704a173f: Layer already exists 10:34:37 8deb7fd9cd10: Layer already exists 10:34:37 c63833b16e68: Layer already exists 10:34:38 4889472bb644: Layer already exists 10:34:38 5f529068216e: Layer already exists 10:34:38 2af610f52d70: Layer already exists 10:34:38 379067d0cb53: Layer already exists 10:34:38 master: digest: sha256:65fdba61181c824fd2c734b0f4352601ef3dc6d5c161db79345384cd25cbdd5e size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:34:38 ===================================================== [Pipeline] echo 10:34:38 taggedImages: 10:34:38 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:38 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.74 10:34:38 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:34:38 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 10:34:38 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 10:34:38 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:38 2.0.0-dev.74 10:34:38 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:34:38 master 10:34:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:34:39 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh 10:34:40 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:34:40 57db6317d9f1: Preparing 10:34:40 6fdc819498b2: Preparing 10:34:40 6a338a975c15: Preparing 10:34:40 f246977d6ba3: Preparing 10:34:40 379067d0cb53: Preparing 10:34:40 379067d0cb53: Layer already exists 10:34:40 6a338a975c15: Layer already exists 10:34:40 57db6317d9f1: Pushed 10:34:40 f246977d6ba3: Pushed 10:34:42 6fdc819498b2: Pushed 10:34:42 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:320282799db8533dd0cedfb0154e2c4160b12925dd110ef294cee0f1f866c6bf size: 1364 [Pipeline] isUnix [Pipeline] sh 10:34:43 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:34:43 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.74 10:34:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:34:43 57db6317d9f1: Preparing 10:34:43 6fdc819498b2: Preparing 10:34:43 6a338a975c15: Preparing 10:34:43 f246977d6ba3: Preparing 10:34:43 379067d0cb53: Preparing 10:34:43 57db6317d9f1: Layer already exists 10:34:43 6a338a975c15: Layer already exists 10:34:43 379067d0cb53: Layer already exists 10:34:43 6fdc819498b2: Layer already exists 10:34:43 f246977d6ba3: Layer already exists 10:34:43 2.0.0-dev.74: digest: sha256:320282799db8533dd0cedfb0154e2c4160b12925dd110ef294cee0f1f866c6bf size: 1364 [Pipeline] isUnix [Pipeline] sh 10:34:44 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:34:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:34:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:34:44 57db6317d9f1: Preparing 10:34:44 6fdc819498b2: Preparing 10:34:44 6a338a975c15: Preparing 10:34:44 f246977d6ba3: Preparing 10:34:44 379067d0cb53: Preparing 10:34:44 f246977d6ba3: Layer already exists 10:34:44 379067d0cb53: Layer already exists 10:34:44 6a338a975c15: Layer already exists 10:34:44 6fdc819498b2: Layer already exists 10:34:44 57db6317d9f1: Layer already exists 10:34:44 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:320282799db8533dd0cedfb0154e2c4160b12925dd110ef294cee0f1f866c6bf size: 1364 [Pipeline] isUnix [Pipeline] sh 10:34:45 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:34:45 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 10:34:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:34:45 57db6317d9f1: Preparing 10:34:45 6fdc819498b2: Preparing 10:34:45 6a338a975c15: Preparing 10:34:45 f246977d6ba3: Preparing 10:34:45 379067d0cb53: Preparing 10:34:45 6a338a975c15: Layer already exists 10:34:45 57db6317d9f1: Layer already exists 10:34:45 6fdc819498b2: Layer already exists 10:34:45 f246977d6ba3: Layer already exists 10:34:45 379067d0cb53: Layer already exists 10:34:45 master: digest: sha256:320282799db8533dd0cedfb0154e2c4160b12925dd110ef294cee0f1f866c6bf size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:34:46 ===================================================== [Pipeline] echo 10:34:46 taggedImages: 10:34:46 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:46 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.74 10:34:46 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:34:46 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 10:34:46 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 10:34:46 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:46 2.0.0-dev.74 10:34:46 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:34:46 master 10:34:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:34:47 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh 10:34:47 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:34:47 27928eb9df88: Preparing 10:34:47 bedf9862e14f: Preparing 10:34:47 6a338a975c15: Preparing 10:34:47 108bcf1b8c08: Preparing 10:34:47 379067d0cb53: Preparing 10:34:47 379067d0cb53: Layer already exists 10:34:47 108bcf1b8c08: Layer already exists 10:34:47 6a338a975c15: Layer already exists 10:34:47 27928eb9df88: Pushed 10:34:50 bedf9862e14f: Pushed 10:34:50 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:f065d7423b44cc35544393cda46349956e93baa03434c05cf108dca5b4aeb181 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:34:51 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:34:51 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.74 10:34:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:34:51 27928eb9df88: Preparing 10:34:51 bedf9862e14f: Preparing 10:34:51 6a338a975c15: Preparing 10:34:51 108bcf1b8c08: Preparing 10:34:51 379067d0cb53: Preparing 10:34:51 6a338a975c15: Layer already exists 10:34:51 27928eb9df88: Layer already exists 10:34:51 379067d0cb53: Layer already exists 10:34:51 108bcf1b8c08: Layer already exists 10:34:51 bedf9862e14f: Layer already exists 10:34:51 2.0.0-dev.74: digest: sha256:f065d7423b44cc35544393cda46349956e93baa03434c05cf108dca5b4aeb181 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:34:52 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:34:52 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:34:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:34:52 27928eb9df88: Preparing 10:34:52 bedf9862e14f: Preparing 10:34:52 6a338a975c15: Preparing 10:34:52 108bcf1b8c08: Preparing 10:34:52 379067d0cb53: Preparing 10:34:52 bedf9862e14f: Layer already exists 10:34:52 27928eb9df88: Layer already exists 10:34:52 108bcf1b8c08: Layer already exists 10:34:52 379067d0cb53: Layer already exists 10:34:52 6a338a975c15: Layer already exists 10:34:52 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:f065d7423b44cc35544393cda46349956e93baa03434c05cf108dca5b4aeb181 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:34:53 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:34:53 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 10:34:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:34:53 27928eb9df88: Preparing 10:34:53 bedf9862e14f: Preparing 10:34:53 6a338a975c15: Preparing 10:34:53 108bcf1b8c08: Preparing 10:34:53 379067d0cb53: Preparing 10:34:53 379067d0cb53: Layer already exists 10:34:53 6a338a975c15: Layer already exists 10:34:53 bedf9862e14f: Layer already exists 10:34:53 27928eb9df88: Layer already exists 10:34:53 108bcf1b8c08: Layer already exists 10:34:53 master: digest: sha256:f065d7423b44cc35544393cda46349956e93baa03434c05cf108dca5b4aeb181 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:34:54 ===================================================== [Pipeline] echo 10:34:54 taggedImages: 10:34:54 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:54 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.74 10:34:54 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:34:54 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 10:34:54 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 10:34:54 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:54 2.0.0-dev.74 10:34:54 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:34:54 master 10:34:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:34:55 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh 10:34:55 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:34:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:34:55 89c1dabcf71d: Preparing 10:34:55 ead1da08138d: Preparing 10:34:55 5818381b3b3f: Preparing 10:34:55 ccc7f3c05b6d: Preparing 10:34:55 3ae1f58d71be: Preparing 10:34:55 a10f94811d8a: Preparing 10:34:55 939b632d2935: Preparing 10:34:55 9ded3b6bb9b5: Preparing 10:34:55 fa1afe8e6ed9: Preparing 10:34:55 87a09b4c083e: Preparing 10:34:55 0f74e9ff2a61: Preparing 10:34:55 b122376c33c6: Preparing 10:34:55 f8381ed47b22: Preparing 10:34:55 e934a737d657: Preparing 10:34:55 a10f94811d8a: Waiting 10:34:55 0f74e9ff2a61: Waiting 10:34:55 f8381ed47b22: Waiting 10:34:55 b122376c33c6: Waiting 10:34:55 939b632d2935: Waiting 10:34:55 9ded3b6bb9b5: Waiting 10:34:55 87a09b4c083e: Waiting 10:34:55 fa1afe8e6ed9: Waiting 10:34:55 3ae1f58d71be: Pushed 10:34:55 89c1dabcf71d: Pushed 10:34:56 ccc7f3c05b6d: Pushed 10:34:56 9ded3b6bb9b5: Layer already exists 10:34:56 fa1afe8e6ed9: Layer already exists 10:34:56 87a09b4c083e: Layer already exists 10:34:56 939b632d2935: Pushed 10:34:56 0f74e9ff2a61: Layer already exists 10:34:56 b122376c33c6: Layer already exists 10:34:56 f8381ed47b22: Layer already exists 10:34:57 e934a737d657: Layer already exists 10:34:57 ead1da08138d: Pushed 10:34:58 a10f94811d8a: Pushed 10:35:10 5818381b3b3f: Pushed 10:35:10 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:7135ef831cef068413a30047c2cdbe3624cc7c8a0c69d65e8c4fce2fa5795d90 size: 3252 [Pipeline] isUnix [Pipeline] sh 10:35:11 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:35:11 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.74 10:35:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:35:11 89c1dabcf71d: Preparing 10:35:11 ead1da08138d: Preparing 10:35:11 5818381b3b3f: Preparing 10:35:11 ccc7f3c05b6d: Preparing 10:35:11 3ae1f58d71be: Preparing 10:35:11 a10f94811d8a: Preparing 10:35:11 939b632d2935: Preparing 10:35:11 9ded3b6bb9b5: Preparing 10:35:11 fa1afe8e6ed9: Preparing 10:35:11 87a09b4c083e: Preparing 10:35:11 0f74e9ff2a61: Preparing 10:35:11 b122376c33c6: Preparing 10:35:11 f8381ed47b22: Preparing 10:35:11 e934a737d657: Preparing 10:35:11 fa1afe8e6ed9: Waiting 10:35:11 87a09b4c083e: Waiting 10:35:11 939b632d2935: Waiting 10:35:11 0f74e9ff2a61: Waiting 10:35:11 b122376c33c6: Waiting 10:35:11 f8381ed47b22: Waiting 10:35:11 a10f94811d8a: Waiting 10:35:11 e934a737d657: Waiting 10:35:11 9ded3b6bb9b5: Waiting 10:35:11 ead1da08138d: Layer already exists 10:35:11 5818381b3b3f: Layer already exists 10:35:11 89c1dabcf71d: Layer already exists 10:35:11 ccc7f3c05b6d: Layer already exists 10:35:11 3ae1f58d71be: Layer already exists 10:35:11 87a09b4c083e: Layer already exists 10:35:11 9ded3b6bb9b5: Layer already exists 10:35:11 a10f94811d8a: Layer already exists 10:35:11 939b632d2935: Layer already exists 10:35:11 fa1afe8e6ed9: Layer already exists 10:35:11 0f74e9ff2a61: Layer already exists 10:35:11 b122376c33c6: Layer already exists 10:35:11 f8381ed47b22: Layer already exists 10:35:11 e934a737d657: Layer already exists 10:35:11 2.0.0-dev.74: digest: sha256:7135ef831cef068413a30047c2cdbe3624cc7c8a0c69d65e8c4fce2fa5795d90 size: 3252 [Pipeline] isUnix [Pipeline] sh 10:35:11 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh 10:35:12 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:35:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:35:12 89c1dabcf71d: Preparing 10:35:12 ead1da08138d: Preparing 10:35:12 5818381b3b3f: Preparing 10:35:12 ccc7f3c05b6d: Preparing 10:35:12 3ae1f58d71be: Preparing 10:35:12 a10f94811d8a: Preparing 10:35:12 939b632d2935: Preparing 10:35:12 9ded3b6bb9b5: Preparing 10:35:12 fa1afe8e6ed9: Preparing 10:35:12 87a09b4c083e: Preparing 10:35:12 0f74e9ff2a61: Preparing 10:35:12 b122376c33c6: Preparing 10:35:12 f8381ed47b22: Preparing 10:35:12 e934a737d657: Preparing 10:35:12 a10f94811d8a: Waiting 10:35:12 87a09b4c083e: Waiting 10:35:12 0f74e9ff2a61: Waiting 10:35:12 b122376c33c6: Waiting 10:35:12 f8381ed47b22: Waiting 10:35:12 e934a737d657: Waiting 10:35:12 fa1afe8e6ed9: Waiting 10:35:12 9ded3b6bb9b5: Waiting 10:35:12 89c1dabcf71d: Layer already exists 10:35:12 3ae1f58d71be: Layer already exists 10:35:12 ccc7f3c05b6d: Layer already exists 10:35:12 ead1da08138d: Layer already exists 10:35:12 5818381b3b3f: Layer already exists 10:35:12 9ded3b6bb9b5: Layer already exists 10:35:12 a10f94811d8a: Layer already exists 10:35:12 939b632d2935: Layer already exists 10:35:12 fa1afe8e6ed9: Layer already exists 10:35:12 87a09b4c083e: Layer already exists 10:35:12 f8381ed47b22: Layer already exists 10:35:12 0f74e9ff2a61: Layer already exists 10:35:12 e934a737d657: Layer already exists 10:35:12 b122376c33c6: Layer already exists 10:35:12 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:7135ef831cef068413a30047c2cdbe3624cc7c8a0c69d65e8c4fce2fa5795d90 size: 3252 [Pipeline] isUnix [Pipeline] sh 10:35:12 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:35:13 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 10:35:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:35:13 89c1dabcf71d: Preparing 10:35:13 ead1da08138d: Preparing 10:35:13 5818381b3b3f: Preparing 10:35:13 ccc7f3c05b6d: Preparing 10:35:13 3ae1f58d71be: Preparing 10:35:13 a10f94811d8a: Preparing 10:35:13 939b632d2935: Preparing 10:35:13 9ded3b6bb9b5: Preparing 10:35:13 fa1afe8e6ed9: Preparing 10:35:13 87a09b4c083e: Preparing 10:35:13 0f74e9ff2a61: Preparing 10:35:13 b122376c33c6: Preparing 10:35:13 f8381ed47b22: Preparing 10:35:13 e934a737d657: Preparing 10:35:13 939b632d2935: Waiting 10:35:13 9ded3b6bb9b5: Waiting 10:35:13 fa1afe8e6ed9: Waiting 10:35:13 87a09b4c083e: Waiting 10:35:13 a10f94811d8a: Waiting 10:35:13 0f74e9ff2a61: Waiting 10:35:13 b122376c33c6: Waiting 10:35:13 f8381ed47b22: Waiting 10:35:13 e934a737d657: Waiting 10:35:13 3ae1f58d71be: Layer already exists 10:35:13 ead1da08138d: Layer already exists 10:35:13 5818381b3b3f: Layer already exists 10:35:13 89c1dabcf71d: Layer already exists 10:35:13 ccc7f3c05b6d: Layer already exists 10:35:13 939b632d2935: Layer already exists 10:35:13 87a09b4c083e: Layer already exists 10:35:13 9ded3b6bb9b5: Layer already exists 10:35:13 a10f94811d8a: Layer already exists 10:35:13 fa1afe8e6ed9: Layer already exists 10:35:13 e934a737d657: Layer already exists 10:35:13 0f74e9ff2a61: Layer already exists 10:35:13 b122376c33c6: Layer already exists 10:35:13 f8381ed47b22: Layer already exists 10:35:13 master: digest: sha256:7135ef831cef068413a30047c2cdbe3624cc7c8a0c69d65e8c4fce2fa5795d90 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:35:14 ===================================================== [Pipeline] echo 10:35:14 taggedImages: 10:35:14 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 10:35:14 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.74 10:35:14 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 10:35:14 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 10:35:17 provisioning config files... 10:35:17 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/339@tmp/config2851219028872818022tmp [Pipeline] { [Pipeline] sh 10:35:17 + set +x 10:35:17 + curl -s https://codecov.io/bash 10:35:17 + bash -s -- 10:35:18 10:35:18 _____ _ 10:35:18 / ____| | | 10:35:18 | | ___ __| | ___ ___ _____ __ 10:35:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:35:18 | |___| (_) | (_| | __/ (_| (_) \ V / 10:35:18 \_____\___/ \__,_|\___|\___\___/ \_/ 10:35:18 Bash-20210129-7c25fce 10:35:18 10:35:18 10:35:18 ==> git version 2.24.3 found 10:35:18 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 10:35:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:35:18 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:35:18 ==> Jenkins CI detected. 10:35:18 project root: . 10:35:18 --> token set from env 10:35:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:35:18 ==> Running gcov in . (disable via -X gcov) 10:35:18 ==> Python coveragepy not found 10:35:18 ==> Searching for coverage reports in: 10:35:18 + . 10:35:18 -> Found 1 reports 10:35:18 ==> Detecting git/mercurial file structure 10:35:18 ==> Reading reports 10:35:18 + ./coverage.out bytes=580808 10:35:18 ==> Appending adjustments 10:35:18 https://docs.codecov.io/docs/fixing-reports 10:35:21 + Found adjustments 10:35:21 ==> Gzipping contents 10:35:21 88K /tmp/codecov.cJIT1h.gz 10:35:21 ==> Uploading reports 10:35:21 url: https://codecov.io 10:35:21 query: branch=master&commit=8244c76d4582c1e084a7074f1d4c4e33c3804ff3&build=339&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F339%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:35:21 -> Pinging Codecov 10:35:21 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=8244c76d4582c1e084a7074f1d4c4e33c3804ff3&build=339&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F339%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:35:22 -> Uploading to 10:35:22 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/8244c76d4582c1e084a7074f1d4c4e33c3804ff3/8509c314-dc66-470e-806f-381c20bda435.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T103521Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9c918c168707d910eea3ddc6c33b40e6740bff70a5c1a5840e97d2ded81e23ba 10:35:22 % Total % Received % Xferd Average Speed Time Time Time Current 10:35:22 Dload Upload Total Spent Left Speed 10:35:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87633 0 0 100 87633 0 144k --:--:-- --:--:-- --:--:-- 144k 10:35:22 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] } 10:35:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 10:35:23 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:35:24 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:35:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:35:24 10:35:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 10:35:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:35:25 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:35:25 188c0c94c7c5: Already exists 10:35:25 0ef7d3d256c8: Already exists 10:35:25 de9db76c5a1d: Already exists 10:35:25 0eba1c9be4d2: Pulling fs layer 10:35:25 0d57e429df01: Pulling fs layer 10:35:25 4e4be7b47b0d: Pulling fs layer 10:35:25 e1f770b5df2f: Pulling fs layer 10:35:25 85a0685a4137: Pulling fs layer 10:35:25 e1f770b5df2f: Waiting 10:35:25 85a0685a4137: Waiting 10:35:25 0d57e429df01: Download complete 10:35:25 4e4be7b47b0d: Verifying Checksum 10:35:25 4e4be7b47b0d: Download complete 10:35:27 e1f770b5df2f: Verifying Checksum 10:35:27 e1f770b5df2f: Download complete 10:35:29 0eba1c9be4d2: Download complete 10:35:29 85a0685a4137: Verifying Checksum 10:35:29 85a0685a4137: Download complete 10:35:34 0eba1c9be4d2: Pull complete 10:35:34 0d57e429df01: Pull complete 10:35:34 4e4be7b47b0d: Pull complete 10:35:38 e1f770b5df2f: Pull complete 10:35:47 85a0685a4137: Pull complete 10:35:47 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 10:35:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:35:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 10:35:47 prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container 10:35:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:35:48 $ docker top 2c40f53c071977ffe4381d39e55a7d771655df993d32de0836dcaefa542e3412 -eo pid,comm [Pipeline] { [Pipeline] echo 10:35:49 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 10:35:49 + set -o pipefail 10:35:49 + snyk monitor '--org=edgex-jenkins' 10:35:59 10:35:59 Monitoring /w/workspace/edgex-go/339 (github.com/edgexfoundry/edgex-go)... 10:35:59 10:35:59 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/dabeb341-6292-48eb-805c-3743d93a192e 10:35:59 10:35:59 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:35:59 10:35:59 [Pipeline] } 10:35:59 $ docker stop --time=1 2c40f53c071977ffe4381d39e55a7d771655df993d32de0836dcaefa542e3412 10:36:02 $ docker rm -f 2c40f53c071977ffe4381d39e55a7d771655df993d32de0836dcaefa542e3412 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 10:36:04 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:36:04 provisioning config files... 10:36:04 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/339@tmp/config3900810718093614767tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:36:05 --> edgex-publish-swagger.sh 10:36:05 === Publish openapi/v1 API === 10:36:05 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 10:36:05 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/339/openapi/v1/core-command.yaml] 10:36:05 % Total % Received % Xferd Average Speed Time Time Time Current 10:36:05 Dload Upload Total Spent Left Speed 10:36:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 7330 0:00:01 0:00:01 --:--:-- 7332 100 10522 0 0 100 10522 0 7300 0:00:01 0:00:01 --:--:-- 7301 10:36:07 10:36:07 10:36:07 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/339/openapi/v1/core-data.yaml] 10:36:07 % Total % Received % Xferd Average Speed Time Time Time Current 10:36:07 Dload Upload Total Spent Left Speed 10:36:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 23742 0:00:01 0:00:01 --:--:-- 23746 100 32557 0 0 100 32557 0 23505 0:00:01 0:00:01 --:--:-- 23523 10:36:08 10:36:08 10:36:08 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/339/openapi/v1/core-metadata.yaml] 10:36:08 % Total % Received % Xferd Average Speed Time Time Time Current 10:36:08 Dload Upload Total Spent Left Speed 10:36:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 53858 0:00:01 0:00:01 --:--:-- 53889 100 73721 0 0 100 73721 0 44608 0:00:01 0:00:01 --:--:-- 44598 100 73721 0 0 100 73721 0 44602 0:00:01 0:00:01 --:--:-- 44598 10:36:09 10:36:09 10:36:09 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/339/openapi/v1/support-logging.yaml] 10:36:09 % Total % Received % Xferd Average Speed Time Time Time Current 10:36:09 Dload Upload Total Spent Left Speed 10:36:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 10539 0:00:01 0:00:01 --:--:-- 10544 100 13581 0 0 100 13581 0 10537 0:00:01 0:00:01 --:--:-- 10544 10:36:11 10:36:11 10:36:11 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/339/openapi/v1/support-notifications.yaml] 10:36:11 % Total % Received % Xferd Average Speed Time Time Time Current 10:36:11 Dload Upload Total Spent Left Speed 10:36:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 38890 0 0 100 38890 0 16571 0:00:02 0:00:02 --:--:-- 16577 100 38890 0 0 100 38890 0 16433 0:00:02 0:00:02 --:--:-- 16437 10:36:13 10:36:13 10:36:13 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/339/openapi/v1/support-scheduler.yaml] 10:36:13 % Total % Received % Xferd Average Speed Time Time Time Current 10:36:13 Dload Upload Total Spent Left Speed 10:36:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 10580 0:00:01 0:00:01 --:--:-- 10578 100 14249 0 0 100 14249 0 9931 0:00:01 0:00:01 --:--:-- 9929 10:36:15 10:36:15 10:36:15 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/339/openapi/v1/system-agent.yaml] 10:36:15 % Total % Received % Xferd Average Speed Time Time Time Current 10:36:15 Dload Upload Total Spent Left Speed 10:36:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3093 0:00:01 0:00:01 --:--:-- 3094 100 4110 0 0 100 4110 0 3092 0:00:01 0:00:01 --:--:-- 3094 10:36:16 10:36:16 10:36:16 === Publish openapi/v2 API === 10:36:16 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 10:36:16 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/339/openapi/v2/core-command.yaml] 10:36:16 % Total % Received % Xferd Average Speed Time Time Time Current 10:36:16 Dload Upload Total Spent Left Speed 10:36:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 21325 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21325 0 0 100 21325 0 13558 0:00:01 0:00:01 --:--:-- 13556 100 21325 0 0 100 21325 0 13556 0:00:01 0:00:01 --:--:-- 13556 10:36:18 10:36:18 10:36:18 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/339/openapi/v2/core-data.yaml] 10:36:18 % Total % Received % Xferd Average Speed Time Time Time Current 10:36:18 Dload Upload Total Spent Left Speed 10:36:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57013 0 0 100 57013 0 42161 0:00:01 0:00:01 --:--:-- 42169 100 57013 0 0 100 57013 0 38330 0:00:01 0:00:01 --:--:-- 38340 10:36:19 10:36:19 10:36:19 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/339/openapi/v2/core-metadata.yaml] 10:36:19 % Total % Received % Xferd Average Speed Time Time Time Current 10:36:19 Dload Upload Total Spent Left Speed 10:36:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 117k 0 0 100 117k 0 87999 0:00:01 0:00:01 --:--:-- 87990 100 117k 0 0 100 117k 0 71619 0:00:01 0:00:01 --:--:-- 71606 10:36:21 10:36:21 10:36:21 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/339/openapi/v2/support-notifications.yaml] 10:36:21 % Total % Received % Xferd Average Speed Time Time Time Current 10:36:21 Dload Upload Total Spent Left Speed 10:36:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58553 0 0 100 58553 0 43585 0:00:01 0:00:01 --:--:-- 43598 100 58553 0 0 100 58553 0 43014 0:00:01 0:00:01 --:--:-- 43022 10:36:22 10:36:22 10:36:22 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/339/openapi/v2/support-scheduler.yaml] 10:36:22 % Total % Received % Xferd Average Speed Time Time Time Current 10:36:22 Dload Upload Total Spent Left Speed 10:36:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38851 0 0 100 38851 0 29011 0:00:01 0:00:01 --:--:-- 29014 100 38851 0 0 100 38851 0 29005 0:00:01 0:00:01 --:--:-- 28993 10:36:24 10:36:24 10:36:24 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/339/openapi/v2/system-agent.yaml] 10:36:24 % Total % Received % Xferd Average Speed Time Time Time Current 10:36:24 Dload Upload Total Spent Left Speed 10:36:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23684 0 0 100 23684 0 17256 0:00:01 0:00:01 --:--:-- 17262 100 23684 0 0 100 23684 0 16035 0:00:01 0:00:01 --:--:-- 16046 10:36:25 10:36:25 [Pipeline] } 10:36:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 10:36:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:36:26 . [Pipeline] withDockerContainer 10:36:27 prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container 10:36:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:36:28 $ docker top 74893ca6ad08860ba7b2aeccb7df78e86f4698f33cdf7805a809fec67d4f90ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:36:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:36:28 [ssh-agent] Looking for ssh-agent implementation... 10:36:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:36:28 $ docker exec 74893ca6ad08860ba7b2aeccb7df78e86f4698f33cdf7805a809fec67d4f90ab ssh-agent 10:36:29 SSH_AUTH_SOCK=/tmp/ssh-i5rJphJ8aNXd/agent.11 10:36:29 SSH_AGENT_PID=17 10:36:29 Running ssh-add (command line suppressed) 10:36:29 Identity added: /w/workspace/edgex-go/339@tmp/private_key_5206154318471789021.key (/w/workspace/edgex-go/339@tmp/private_key_5206154318471789021.key) 10:36:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:36:29 + git semver tag 10:36:29 # -> Open(): unable to determine branch for HEAD 10:36:29 # $GIT_DIR = /w/workspace/edgex-go/339/.git 10:36:29 # $GIT_WORK_TREE = /w/workspace/edgex-go/339 10:36:29 # $SEMVER_REMOTE_NAME = origin 10:36:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:36:29 # $SEMVER_USER_NAME = edgex-jenkins 10:36:29 # $SEMVER_BRANCH = master 10:36:29 # $SEMVER_DIR = /w/workspace/edgex-go/339/.semver 10:36:29 # 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 HEAD 10:36:30 # -> Force: false 10:36:30 # 7f28336903aa60b37d2ce848d377f6a92e2beb00 refs/tags/v2.0.0-dev.74 [Pipeline] } 10:36:30 $ docker exec --env ******** --env ******** 74893ca6ad08860ba7b2aeccb7df78e86f4698f33cdf7805a809fec67d4f90ab ssh-agent -k 10:36:30 unset SSH_AUTH_SOCK; 10:36:30 unset SSH_AGENT_PID; 10:36:30 echo Agent pid 17 killed; 10:36:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:36:31 + git semver [Pipeline] } 10:36:31 $ docker stop --time=1 74893ca6ad08860ba7b2aeccb7df78e86f4698f33cdf7805a809fec67d4f90ab 10:36:32 $ docker rm -f 74893ca6ad08860ba7b2aeccb7df78e86f4698f33cdf7805a809fec67d4f90ab [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:36:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:36:33 10:36:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:36:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:36:34 0.23.1-centos7: Pulling from edgex-lftools 10:36:34 ab5ef0e58194: Pulling fs layer 10:36:34 9712f1f96733: Pulling fs layer 10:36:34 63f879dbbcfc: Pulling fs layer 10:36:34 0d9ebad4ef96: Pulling fs layer 10:36:34 e9a5061849ea: Pulling fs layer 10:36:34 d747dcd14b5f: Pulling fs layer 10:36:34 2de7ff778b66: Pulling fs layer 10:36:34 0d9ebad4ef96: Waiting 10:36:34 e9a5061849ea: Waiting 10:36:34 d747dcd14b5f: Waiting 10:36:34 2de7ff778b66: Waiting 10:36:34 9712f1f96733: Verifying Checksum 10:36:34 9712f1f96733: Download complete 10:36:36 63f879dbbcfc: Verifying Checksum 10:36:36 63f879dbbcfc: Download complete 10:36:36 e9a5061849ea: Verifying Checksum 10:36:36 e9a5061849ea: Download complete 10:36:36 d747dcd14b5f: Download complete 10:36:36 2de7ff778b66: Verifying Checksum 10:36:36 2de7ff778b66: Download complete 10:36:36 0d9ebad4ef96: Verifying Checksum 10:36:36 0d9ebad4ef96: Download complete 10:36:37 ab5ef0e58194: Verifying Checksum 10:36:37 ab5ef0e58194: Download complete 10:36:42 ab5ef0e58194: Pull complete 10:36:42 9712f1f96733: Pull complete 10:36:44 63f879dbbcfc: Pull complete 10:36:53 0d9ebad4ef96: Pull complete 10:36:53 e9a5061849ea: Pull complete 10:36:53 d747dcd14b5f: Pull complete 10:36:58 2de7ff778b66: Pull complete 10:36:58 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:36:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:36:58 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:36:58 prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container 10:36:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:37:01 $ docker top f65ff4e6c85c25a6076635928807377b0818c0aae56b8fec2d624e2668d79b77 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:37:02 provisioning config files... 10:37:02 copy managed file [sigul-config] to file:/w/workspace/edgex-go/339@tmp/config4538422963184066837tmp 10:37:02 copy managed file [sigul-password] to file:/w/workspace/edgex-go/339@tmp/config8669909722226494340tmp 10:37:02 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/339@tmp/config5343590406661251479tmp [Pipeline] { [Pipeline] echo 10:37:02 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:37:02 ---> sigul-configuration.sh 10:37:02 gpg: directory `/root/.gnupg' created 10:37:02 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:37:02 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:37:02 gpg: keyring `/root/.gnupg/secring.gpg' created 10:37:02 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:37:02 gpg: CAST5 encrypted data 10:37:03 gpg: encrypted with 1 passphrase 10:37:03 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:37:03 + mkdir /home/jenkins 10:37:03 + mkdir /home/jenkins/sigul [Pipeline] sh 10:37:03 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 10:37:03 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:37:03 ---> sigul-install.sh 10:37:13 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 10:37:14 + git tag --list 10:37:14 0.6.0 10:37:14 0.6.1 10:37:14 0.7.0 10:37:14 0.7.1 10:37:14 v0.0.0 10:37:14 v0.0.1-dev.1 10:37:14 v1.0.0 10:37:14 v1.0.1 10:37:14 v1.1.0 10:37:14 v1.2.0 10:37:14 v1.2.1 10:37:14 v1.2.2-dev.1 10:37:14 v1.2.2-dev.10 10:37:14 v1.2.2-dev.100 10:37:14 v1.2.2-dev.101 10:37:14 v1.2.2-dev.102 10:37:14 v1.2.2-dev.103 10:37:14 v1.2.2-dev.104 10:37:14 v1.2.2-dev.105 10:37:14 v1.2.2-dev.106 10:37:14 v1.2.2-dev.107 10:37:14 v1.2.2-dev.11 10:37:14 v1.2.2-dev.12 10:37:14 v1.2.2-dev.13 10:37:14 v1.2.2-dev.14 10:37:14 v1.2.2-dev.15 10:37:14 v1.2.2-dev.16 10:37:14 v1.2.2-dev.17 10:37:14 v1.2.2-dev.18 10:37:14 v1.2.2-dev.19 10:37:14 v1.2.2-dev.2 10:37:14 v1.2.2-dev.20 10:37:14 v1.2.2-dev.21 10:37:14 v1.2.2-dev.22 10:37:14 v1.2.2-dev.23 10:37:14 v1.2.2-dev.24 10:37:14 v1.2.2-dev.25 10:37:14 v1.2.2-dev.26 10:37:14 v1.2.2-dev.27 10:37:14 v1.2.2-dev.28 10:37:14 v1.2.2-dev.29 10:37:14 v1.2.2-dev.3 10:37:14 v1.2.2-dev.30 10:37:14 v1.2.2-dev.31 10:37:14 v1.2.2-dev.32 10:37:14 v1.2.2-dev.33 10:37:14 v1.2.2-dev.34 10:37:14 v1.2.2-dev.35 10:37:14 v1.2.2-dev.36 10:37:14 v1.2.2-dev.37 10:37:14 v1.2.2-dev.38 10:37:14 v1.2.2-dev.39 10:37:14 v1.2.2-dev.4 10:37:14 v1.2.2-dev.40 10:37:14 v1.2.2-dev.41 10:37:14 v1.2.2-dev.42 10:37:14 v1.2.2-dev.43 10:37:14 v1.2.2-dev.44 10:37:14 v1.2.2-dev.45 10:37:14 v1.2.2-dev.46 10:37:14 v1.2.2-dev.47 10:37:14 v1.2.2-dev.48 10:37:14 v1.2.2-dev.49 10:37:14 v1.2.2-dev.5 10:37:14 v1.2.2-dev.50 10:37:14 v1.2.2-dev.51 10:37:14 v1.2.2-dev.52 10:37:14 v1.2.2-dev.53 10:37:14 v1.2.2-dev.54 10:37:14 v1.2.2-dev.55 10:37:14 v1.2.2-dev.56 10:37:14 v1.2.2-dev.57 10:37:14 v1.2.2-dev.58 10:37:14 v1.2.2-dev.59 10:37:14 v1.2.2-dev.6 10:37:14 v1.2.2-dev.60 10:37:14 v1.2.2-dev.61 10:37:14 v1.2.2-dev.62 10:37:14 v1.2.2-dev.63 10:37:14 v1.2.2-dev.64 10:37:14 v1.2.2-dev.65 10:37:14 v1.2.2-dev.66 10:37:14 v1.2.2-dev.67 10:37:14 v1.2.2-dev.68 10:37:14 v1.2.2-dev.69 10:37:14 v1.2.2-dev.7 10:37:14 v1.2.2-dev.70 10:37:14 v1.2.2-dev.71 10:37:14 v1.2.2-dev.72 10:37:14 v1.2.2-dev.73 10:37:14 v1.2.2-dev.74 10:37:14 v1.2.2-dev.75 10:37:14 v1.2.2-dev.76 10:37:14 v1.2.2-dev.77 10:37:14 v1.2.2-dev.78 10:37:14 v1.2.2-dev.79 10:37:14 v1.2.2-dev.8 10:37:14 v1.2.2-dev.80 10:37:14 v1.2.2-dev.81 10:37:14 v1.2.2-dev.82 10:37:14 v1.2.2-dev.83 10:37:14 v1.2.2-dev.84 10:37:14 v1.2.2-dev.85 10:37:14 v1.2.2-dev.86 10:37:14 v1.2.2-dev.87 10:37:14 v1.2.2-dev.88 10:37:14 v1.2.2-dev.89 10:37:14 v1.2.2-dev.9 10:37:14 v1.2.2-dev.90 10:37:14 v1.2.2-dev.91 10:37:14 v1.2.2-dev.92 10:37:14 v1.2.2-dev.93 10:37:14 v1.2.2-dev.94 10:37:14 v1.2.2-dev.95 10:37:14 v1.2.2-dev.96 10:37:14 v1.2.2-dev.97 10:37:14 v1.2.2-dev.98 10:37:14 v1.2.2-dev.99 10:37:14 v1.3.0 10:37:14 v1.3.1-dev.1 10:37:14 v1.3.1-dev.10 10:37:14 v1.3.1-dev.11 10:37:14 v1.3.1-dev.12 10:37:14 v1.3.1-dev.13 10:37:14 v1.3.1-dev.14 10:37:14 v1.3.1-dev.15 10:37:14 v1.3.1-dev.16 10:37:14 v1.3.1-dev.17 10:37:14 v1.3.1-dev.18 10:37:14 v1.3.1-dev.2 10:37:14 v1.3.1-dev.3 10:37:14 v1.3.1-dev.4 10:37:14 v1.3.1-dev.5 10:37:14 v1.3.1-dev.6 10:37:14 v1.3.1-dev.7 10:37:14 v1.3.1-dev.8 10:37:14 v1.3.1-dev.9 10:37:14 v2.0.0-dev.1 10:37:14 v2.0.0-dev.10 10:37:14 v2.0.0-dev.11 10:37:14 v2.0.0-dev.12 10:37:14 v2.0.0-dev.13 10:37:14 v2.0.0-dev.14 10:37:14 v2.0.0-dev.15 10:37:14 v2.0.0-dev.16 10:37:14 v2.0.0-dev.17 10:37:14 v2.0.0-dev.18 10:37:14 v2.0.0-dev.19 10:37:14 v2.0.0-dev.2 10:37:14 v2.0.0-dev.20 10:37:14 v2.0.0-dev.21 10:37:14 v2.0.0-dev.22 10:37:14 v2.0.0-dev.23 10:37:14 v2.0.0-dev.24 10:37:14 v2.0.0-dev.25 10:37:14 v2.0.0-dev.26 10:37:14 v2.0.0-dev.27 10:37:14 v2.0.0-dev.28 10:37:14 v2.0.0-dev.29 10:37:14 v2.0.0-dev.3 10:37:14 v2.0.0-dev.30 10:37:14 v2.0.0-dev.31 10:37:14 v2.0.0-dev.32 10:37:14 v2.0.0-dev.33 10:37:14 v2.0.0-dev.34 10:37:14 v2.0.0-dev.35 10:37:14 v2.0.0-dev.36 10:37:14 v2.0.0-dev.37 10:37:14 v2.0.0-dev.38 10:37:14 v2.0.0-dev.39 10:37:14 v2.0.0-dev.4 10:37:14 v2.0.0-dev.40 10:37:14 v2.0.0-dev.41 10:37:14 v2.0.0-dev.42 10:37:14 v2.0.0-dev.43 10:37:14 v2.0.0-dev.44 10:37:14 v2.0.0-dev.45 10:37:14 v2.0.0-dev.46 10:37:14 v2.0.0-dev.47 10:37:14 v2.0.0-dev.48 10:37:14 v2.0.0-dev.49 10:37:14 v2.0.0-dev.5 10:37:14 v2.0.0-dev.50 10:37:14 v2.0.0-dev.51 10:37:14 v2.0.0-dev.52 10:37:14 v2.0.0-dev.53 10:37:14 v2.0.0-dev.54 10:37:14 v2.0.0-dev.55 10:37:14 v2.0.0-dev.56 10:37:14 v2.0.0-dev.57 10:37:14 v2.0.0-dev.58 10:37:14 v2.0.0-dev.59 10:37:14 v2.0.0-dev.6 10:37:14 v2.0.0-dev.60 10:37:14 v2.0.0-dev.61 10:37:14 v2.0.0-dev.62 10:37:14 v2.0.0-dev.63 10:37:14 v2.0.0-dev.64 10:37:14 v2.0.0-dev.65 10:37:14 v2.0.0-dev.66 10:37:14 v2.0.0-dev.67 10:37:14 v2.0.0-dev.68 10:37:14 v2.0.0-dev.69 10:37:14 v2.0.0-dev.7 10:37:14 v2.0.0-dev.70 10:37:14 v2.0.0-dev.71 10:37:14 v2.0.0-dev.72 10:37:14 v2.0.0-dev.73 10:37:14 v2.0.0-dev.74 10:37:14 v2.0.0-dev.8 10:37:14 v2.0.0-dev.9 [Pipeline] sh 10:37:14 + lftools sign git-tag v2.0.0-dev.74 10:37:15 Signing Git tag with Sigul... 10:37:15 Signing v2.0.0-dev.74 [Pipeline] echo 10:37:17 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:37:17 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:37:17 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:37:17 $ docker stop --time=1 f65ff4e6c85c25a6076635928807377b0818c0aae56b8fec2d624e2668d79b77 10:37:20 $ docker rm -f f65ff4e6c85c25a6076635928807377b0818c0aae56b8fec2d624e2668d79b77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 10:37:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:37:21 . [Pipeline] withDockerContainer 10:37:21 prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container 10:37:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:37:22 $ docker top 1a2135beef7b45d7552b400e4b3ceebe4fcd41ca77b0c70fada64a91cd045e04 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:37:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:37:22 [ssh-agent] Looking for ssh-agent implementation... 10:37:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:37:22 $ docker exec 1a2135beef7b45d7552b400e4b3ceebe4fcd41ca77b0c70fada64a91cd045e04 ssh-agent 10:37:23 SSH_AUTH_SOCK=/tmp/ssh-QUrAwpLzQpgx/agent.11 10:37:23 SSH_AGENT_PID=17 10:37:23 Running ssh-add (command line suppressed) 10:37:23 Identity added: /w/workspace/edgex-go/339@tmp/private_key_4392802265115421752.key (/w/workspace/edgex-go/339@tmp/private_key_4392802265115421752.key) 10:37:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:37:23 + git semver bump pre 10:37:23 # -> Open(): unable to determine branch for HEAD 10:37:23 # $GIT_DIR = /w/workspace/edgex-go/339/.git 10:37:23 # $GIT_WORK_TREE = /w/workspace/edgex-go/339 10:37:23 # $SEMVER_REMOTE_NAME = origin 10:37:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:37:23 # $SEMVER_USER_NAME = edgex-jenkins 10:37:23 # $SEMVER_BRANCH = master 10:37:23 # $SEMVER_DIR = /w/workspace/edgex-go/339/.semver 10:37:23 2.0.0-dev.75 [Pipeline] } 10:37:23 $ docker exec --env ******** --env ******** 1a2135beef7b45d7552b400e4b3ceebe4fcd41ca77b0c70fada64a91cd045e04 ssh-agent -k 10:37:23 unset SSH_AUTH_SOCK; 10:37:23 unset SSH_AGENT_PID; 10:37:23 echo Agent pid 17 killed; 10:37:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:37:24 + git semver [Pipeline] } 10:37:24 $ docker stop --time=1 1a2135beef7b45d7552b400e4b3ceebe4fcd41ca77b0c70fada64a91cd045e04 10:37:26 $ docker rm -f 1a2135beef7b45d7552b400e4b3ceebe4fcd41ca77b0c70fada64a91cd045e04 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:37:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:37:26 . [Pipeline] withDockerContainer 10:37:26 prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container 10:37:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:37:27 $ docker top 3cf16643766a718ed6ff67e5cf46eb84857f49abf2471aa425bdd5144f611af6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:37:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:37:28 [ssh-agent] Looking for ssh-agent implementation... 10:37:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:37:28 $ docker exec 3cf16643766a718ed6ff67e5cf46eb84857f49abf2471aa425bdd5144f611af6 ssh-agent 10:37:28 SSH_AUTH_SOCK=/tmp/ssh-koGyDCfawFqd/agent.12 10:37:28 SSH_AGENT_PID=18 10:37:28 Running ssh-add (command line suppressed) 10:37:28 Identity added: /w/workspace/edgex-go/339@tmp/private_key_7133022324188037590.key (/w/workspace/edgex-go/339@tmp/private_key_7133022324188037590.key) 10:37:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:37:29 + git semver push 10:37:29 # -> Open(): unable to determine branch for HEAD 10:37:29 # $GIT_DIR = /w/workspace/edgex-go/339/.git 10:37:29 # $GIT_WORK_TREE = /w/workspace/edgex-go/339 10:37:29 # $SEMVER_REMOTE_NAME = origin 10:37:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:37:29 # $SEMVER_USER_NAME = edgex-jenkins 10:37:29 # $SEMVER_BRANCH = master 10:37:29 # $SEMVER_DIR = /w/workspace/edgex-go/339/.semver [Pipeline] } 10:37:41 $ docker exec --env ******** --env ******** 3cf16643766a718ed6ff67e5cf46eb84857f49abf2471aa425bdd5144f611af6 ssh-agent -k 10:37:41 unset SSH_AUTH_SOCK; 10:37:41 unset SSH_AGENT_PID; 10:37:41 echo Agent pid 18 killed; 10:37:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:37:42 + git semver [Pipeline] } 10:37:42 $ docker stop --time=1 3cf16643766a718ed6ff67e5cf46eb84857f49abf2471aa425bdd5144f611af6 10:37:43 $ docker rm -f 3cf16643766a718ed6ff67e5cf46eb84857f49abf2471aa425bdd5144f611af6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 10:37:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:37:46 ---> package-listing.sh 10:37:46 ++ facter osfamily 10:37:46 ++ tr '[:upper:]' '[:lower:]' 10:37:46 + OS_FAMILY=redhat 10:37:46 + workspace=/w/workspace/edgex-go/339 10:37:46 + START_PACKAGES=/tmp/packages_start.txt 10:37:46 + END_PACKAGES=/tmp/packages_end.txt 10:37:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:37:46 + PACKAGES=/tmp/packages_start.txt 10:37:46 + '[' /w/workspace/edgex-go/339 ']' 10:37:46 + PACKAGES=/tmp/packages_end.txt 10:37:46 + case "${OS_FAMILY}" in 10:37:46 + rpm -qa 10:37:46 + sort 10:37:51 + '[' -f /tmp/packages_start.txt ']' 10:37:51 + '[' -f /tmp/packages_end.txt ']' 10:37:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:37:51 + '[' /w/workspace/edgex-go/339 ']' 10:37:51 + mkdir -p /w/workspace/edgex-go/339/archives/ 10:37:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/339/archives/ [Pipeline] echo 10:37:51 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/339/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:37:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:37:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:37:52 10:37:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:37:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:37:52 alpine: Pulling from edgex-lftools-log-publisher 10:37:52 df20fa9351a1: Pulling fs layer 10:37:52 36b3adc4ff6f: Pulling fs layer 10:37:52 8ad3a11d3b57: Pulling fs layer 10:37:52 46f8f816bc3b: Pulling fs layer 10:37:52 93b61091891f: Pulling fs layer 10:37:52 93b9cdb0e59b: Pulling fs layer 10:37:52 5e14af77c1be: Pulling fs layer 10:37:52 01666e4c0597: Pulling fs layer 10:37:52 aa168da1d23b: Pulling fs layer 10:37:52 46f8f816bc3b: Waiting 10:37:52 93b61091891f: Waiting 10:37:52 93b9cdb0e59b: Waiting 10:37:52 5e14af77c1be: Waiting 10:37:52 01666e4c0597: Waiting 10:37:52 aa168da1d23b: Waiting 10:37:52 36b3adc4ff6f: Verifying Checksum 10:37:52 36b3adc4ff6f: Download complete 10:37:52 46f8f816bc3b: Verifying Checksum 10:37:52 46f8f816bc3b: Download complete 10:37:53 df20fa9351a1: Verifying Checksum 10:37:53 93b9cdb0e59b: Verifying Checksum 10:37:53 93b9cdb0e59b: Download complete 10:37:53 5e14af77c1be: Download complete 10:37:53 93b61091891f: Download complete 10:37:53 01666e4c0597: Download complete 10:37:53 df20fa9351a1: Pull complete 10:37:53 36b3adc4ff6f: Pull complete 10:37:54 8ad3a11d3b57: Verifying Checksum 10:37:54 8ad3a11d3b57: Download complete 10:37:56 aa168da1d23b: Verifying Checksum 10:37:56 aa168da1d23b: Download complete 10:37:56 8ad3a11d3b57: Pull complete 10:37:56 46f8f816bc3b: Pull complete 10:37:56 93b61091891f: Pull complete 10:37:56 93b9cdb0e59b: Pull complete 10:37:57 5e14af77c1be: Pull complete 10:37:57 01666e4c0597: Pull complete 10:38:05 aa168da1d23b: Pull complete 10:38:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:38:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:38:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:38:05 prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container 10:38:05 $ 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/339/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/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:38:08 $ docker top 86958d9dd316e5c9a7d0dba7016c35101d3971a4bab3c0ae64820215d5bcb20b -eo pid,comm [Pipeline] { [Pipeline] sh 10:38:08 + touch /tmp/pre-build-complete [Pipeline] sh 10:38:08 + mkdir -p /var/log/sa [Pipeline] sh 10:38:09 + ls /var/log/sa-host 10:38:09 + sadf -c /var/log/sa-host/sa04 10:38:09 file_magic: OK 10:38:09 HZ: Using current value: 100 10:38:09 file_header: OK 10:38:09 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 10:38:09 Statistics: 10:38:09 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:38:09 File successfully converted to sysstat format version 12.2.1 10:38:09 + sadf -c /var/log/sa-host/sa23 10:38:09 file_magic: OK 10:38:09 HZ: Using current value: 100 10:38:09 file_header: OK 10:38:09 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 10:38:09 Statistics: 10:38:09 Hnuu...uuuununununu... 10:38:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:38:10 provisioning config files... 10:38:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/339@tmp/config5101612201522688091tmp [Pipeline] { [Pipeline] echo 10:38:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:38:10 ---> create-netrc.sh [Pipeline] } 10:38:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:38:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:38:11 ---> python-tools-install.sh [Pipeline] echo 10:38:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:38:11 ---> sudo-logs.sh 10:38:11 Archiving 'sudo' log.. [Pipeline] echo 10:38:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:38:11 ---> job-cost.sh 10:38:11 lf-activate-venv: SKIPPING 10:38:11 INFO: No Stack... 10:38:13 INFO: Retrieving Pricing Info for: v1-standard-2 10:38:13 INFO: Archiving Costs [Pipeline] echo 10:38:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:38:14 ---> logs-deploy.sh 10:38:14 lf-activate-venv: SKIPPING 10:38:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/339 10:38:14 INFO: archiving workspace using pattern(s): 10:38:15 Archives upload complete. 10:38:15 INFO: archiving logs to Nexus 10:38:17 ---> uname -a: 10:38:17 Linux prd-centos7-docker-4c-2g-24949.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:38:17 10:38:17 10:38:17 ---> lscpu: 10:38:17 Architecture: x86_64 10:38:17 CPU op-mode(s): 32-bit, 64-bit 10:38:17 Byte Order: Little Endian 10:38:17 Address sizes: 40 bits physical, 48 bits virtual 10:38:17 CPU(s): 4 10:38:17 On-line CPU(s) list: 0-3 10:38:17 Thread(s) per core: 1 10:38:17 Core(s) per socket: 1 10:38:17 Socket(s): 4 10:38:17 NUMA node(s): 1 10:38:17 Vendor ID: GenuineIntel 10:38:17 CPU family: 6 10:38:17 Model: 44 10:38:17 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:38:17 Stepping: 1 10:38:17 CPU MHz: 2933.436 10:38:17 BogoMIPS: 5866.87 10:38:17 Virtualization: VT-x 10:38:17 Hypervisor vendor: KVM 10:38:17 Virtualization type: full 10:38:17 L1d cache: 128 KiB 10:38:17 L1i cache: 128 KiB 10:38:17 L2 cache: 16 MiB 10:38:17 L3 cache: 64 MiB 10:38:17 NUMA node0 CPU(s): 0-3 10:38:17 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:38:17 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:38:17 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:38:17 Vulnerability Meltdown: Mitigation; PTI 10:38:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:38:17 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:38:17 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:38:17 Vulnerability Srbds: Not affected 10:38:17 Vulnerability Tsx async abort: Not affected 10:38:17 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 10:38:17 10:38:17 10:38:17 ---> nproc: 10:38:17 4 10:38:17 10:38:17 10:38:17 ---> df -h: 10:38:17 Filesystem Size Used Available Use% Mounted on 10:38:17 overlay 50.0G 12.2G 37.8G 24% / 10:38:17 tmpfs 64.0M 0 64.0M 0% /dev 10:38:17 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:38:17 shm 64.0M 0 64.0M 0% /dev/shm 10:38:17 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 10:38:17 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 10:38:17 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 10:38:17 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 10:38:17 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 10:38:17 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 10:38:17 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 10:38:17 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 10:38:17 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/339 10:38:17 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/339@tmp 10:38:17 10:38:17 10:38:17 ---> free -m: 10:38:17 total used free shared buff/cache available 10:38:17 Mem: 1837 781 173 0 882 1003 10:38:17 Swap: 1023 76 947 10:38:17 10:38:17 10:38:17 ---> ip addr: 10:38:17 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:38:17 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:38:17 inet 127.0.0.1/8 scope host lo 10:38:17 valid_lft forever preferred_lft forever 10:38:17 inet6 ::1/128 scope host 10:38:17 valid_lft forever preferred_lft forever 10:38:17 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:38:17 link/ether fa:16:3e:3e:b8:5b brd ff:ff:ff:ff:ff:ff 10:38:17 inet 10.30.123.43/23 brd 10.30.123.255 scope global dynamic eth0 10:38:17 valid_lft 85312sec preferred_lft 85312sec 10:38:17 inet6 fe80::f816:3eff:fe3e:b85b/64 scope link 10:38:17 valid_lft forever preferred_lft forever 10:38:17 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:38:17 link/ether 02:42:2f:fd:91:d2 brd ff:ff:ff:ff:ff:ff 10:38:17 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:38:17 valid_lft forever preferred_lft forever 10:38:17 inet6 fe80::42:2fff:fefd:91d2/64 scope link 10:38:17 valid_lft forever preferred_lft forever 10:38:17 10:38:17 10:38:17 ---> sar -b -r -n DEV: 10:38:17 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 10:38:17 10:38:17 10:19:58 LINUX RESTART (4 CPU) 10:38:17 10:38:17 10:21:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:38:17 10:22:02 150.56 81.20 69.35 0.00 9772.44 27677.41 0.00 10:38:17 10:23:01 323.02 141.94 181.09 0.00 5630.29 37207.08 0.00 10:38:17 10:24:01 134.80 40.87 93.93 0.00 1551.81 12210.02 0.00 10:38:17 10:25:01 127.35 64.47 62.87 0.00 3392.42 7958.78 0.00 10:38:17 10:26:01 1020.58 757.24 263.34 0.00 92393.53 167017.46 0.00 10:38:17 10:27:02 2688.80 2379.32 309.49 0.00 144633.47 153242.69 0.00 10:38:17 10:28:01 417.21 156.12 261.09 0.00 27373.77 90098.80 0.00 10:38:17 10:29:01 1703.56 1427.21 276.36 0.00 101376.22 107936.54 0.00 10:38:17 10:30:01 188.25 30.05 158.20 0.00 4594.31 26105.01 0.00 10:38:17 10:31:01 24.16 9.79 14.38 0.00 1562.86 361.52 0.00 10:38:17 10:32:01 1.25 0.02 1.23 0.00 0.13 23.12 0.00 10:38:17 10:33:01 0.30 0.02 0.28 0.00 0.53 3.78 0.00 10:38:17 10:34:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 10:38:17 10:35:01 1.70 1.45 0.25 0.00 46.89 2.56 0.00 10:38:17 10:36:02 292.29 157.49 134.80 0.00 8935.19 36389.38 0.00 10:38:17 10:37:01 196.46 69.12 127.34 0.00 5511.61 29915.08 0.00 10:38:17 10:38:01 162.71 97.62 65.09 0.00 7997.87 17642.45 0.00 10:38:17 Average: 438.39 319.69 118.70 0.00 24478.37 42018.64 0.00 10:38:17 10:38:17 10:21:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:38:17 10:22:02 78656 0 681340 36.21 2596 1118952 1296492 44.25 687820 903744 20408 10:38:17 10:23:01 178056 0 785200 41.73 1492 916796 1631224 55.67 574532 851264 42756 10:38:17 10:24:01 179600 0 822556 43.72 572 878816 1595136 54.44 678008 733040 11708 10:38:17 10:25:01 88180 0 825580 43.88 564 967220 1416480 48.34 662012 835276 79492 10:38:17 10:26:01 386224 0 685068 36.41 0 810252 1269644 43.33 518320 767372 0 10:38:17 10:27:02 110956 0 1278476 67.95 0 492112 4410932 150.54 872424 625508 30956 10:38:17 10:28:01 90620 0 705220 37.48 0 1085704 1408524 48.07 736560 810500 0 10:38:17 10:29:01 244960 0 765460 40.68 0 871124 2177700 74.32 663508 732668 0 10:38:17 10:30:01 127168 0 649704 34.53 0 1104672 1266688 43.23 499960 1004756 24 10:38:17 10:31:01 109744 0 642696 34.16 0 1129104 1257312 42.91 582136 942816 16 10:38:17 10:32:01 118504 0 633912 33.69 0 1129128 1184096 40.41 575244 942580 8 10:38:17 10:33:01 118464 0 633960 33.69 0 1129120 1184204 40.41 575328 942576 16 10:38:17 10:34:01 119024 0 633372 33.66 0 1129148 1184096 40.41 575264 942596 12 10:38:17 10:35:01 117460 0 634200 33.71 0 1129884 1184228 40.42 575992 943168 16 10:38:17 10:36:02 138948 0 717788 38.15 0 1024808 1380060 47.10 690108 748480 12 10:38:17 10:37:01 296792 0 797728 42.40 0 787024 1991812 67.98 501164 738320 32 10:38:17 10:38:01 78060 0 799236 42.48 0 1004248 1597092 54.51 635692 815324 73248 10:38:17 Average: 151848 0 746559 39.68 307 982830 1613866 55.08 623769 839999 15218 10:38:17 10:38:17 10:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:38:17 10:22:02 eth0 1152.75 1387.57 5337.99 161.91 0.00 0.00 0.00 0.00 10:38:17 10:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:22:02 docker0 1078.94 770.83 80.77 2675.96 0.00 0.00 0.00 0.00 10:38:17 10:23:01 eth0 277.48 210.70 1497.23 29.50 0.00 0.00 0.00 0.00 10:38:17 10:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:23:01 vethcbcfec5 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 10:38:17 10:23:01 docker0 144.05 184.80 10.05 842.88 0.00 0.00 0.00 0.00 10:38:17 10:24:01 eth0 31.64 20.39 20.63 65.13 0.00 0.00 0.00 0.00 10:38:17 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:24:01 vethcbcfec5 1.13 1.15 0.09 0.10 0.00 0.00 0.00 0.00 10:38:17 10:24:01 docker0 1.13 1.13 0.08 0.10 0.00 0.00 0.00 0.00 10:38:17 10:25:01 eth0 28.04 15.00 23.38 12.39 0.00 0.00 0.00 0.00 10:38:17 10:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:25:01 vethcbcfec5 0.52 0.52 0.04 0.04 0.00 0.00 0.00 0.00 10:38:17 10:25:01 docker0 0.52 0.52 0.03 0.04 0.00 0.00 0.00 0.00 10:38:17 10:26:01 vethb64f651 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:26:01 veth3a7f622 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:26:01 vethe78bc4a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:38:17 10:26:01 vethdcedd0b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:27:02 vethe78bc4a 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 10:38:17 10:27:02 vethd7ab291 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:38:17 10:27:02 veth578c694 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:38:17 10:27:02 veth198819e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:38:17 10:28:01 vethe78bc4a 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 10:38:17 10:28:01 eth0 2828.84 2475.35 12461.92 494.68 0.00 0.00 0.00 0.00 10:38:17 10:28:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:38:17 10:28:01 docker0 1291.50 1039.79 95.14 3892.20 0.00 0.00 0.00 0.00 10:38:17 10:29:01 vethe78bc4a 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:29:01 eth0 53.87 33.10 121.70 66.88 0.00 0.00 0.00 0.00 10:38:17 10:29:01 veth452a793 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 10:38:17 10:29:01 veth1996e0f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:30:01 eth0 317.51 247.51 1696.35 302.60 0.00 0.00 0.00 0.00 10:38:17 10:30:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:38:17 10:30:01 docker0 1328.82 1118.76 97.27 4333.48 0.00 0.00 0.00 0.00 10:38:17 10:31:01 eth0 322.88 317.72 141.99 1334.34 0.00 0.00 0.00 0.00 10:38:17 10:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:32:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:38:17 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:33:01 eth0 1.02 0.33 0.32 0.20 0.00 0.00 0.00 0.00 10:38:17 10:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:34:01 eth0 0.62 0.08 0.06 0.01 0.00 0.00 0.00 0.00 10:38:17 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:35:01 eth0 2.50 0.83 0.94 0.59 0.00 0.00 0.00 0.00 10:38:17 10:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:36:02 eth0 483.42 432.94 4233.86 71.17 0.00 0.00 0.00 0.00 10:38:17 10:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:36:02 docker0 38.10 37.45 3.51 220.98 0.00 0.00 0.00 0.00 10:38:17 10:37:01 veth73d93be 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:37:01 eth0 430.71 378.75 3283.73 120.17 0.00 0.00 0.00 0.00 10:38:17 10:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:38:01 eth0 319.21 257.70 2442.74 60.66 0.00 0.00 0.00 0.00 10:38:17 10:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 10:38:01 docker0 37.23 43.36 2.62 222.66 0.00 0.00 0.00 0.00 10:38:17 Average: eth0 221.24 209.07 1229.66 139.25 0.00 0.00 0.00 0.00 10:38:17 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:38:17 Average: docker0 82.77 70.71 6.10 281.62 0.00 0.00 0.00 0.00 10:38:17 10:38:17 10:38:17 ---> sar -P ALL: 10:38:17 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 10:38:17 10:38:17 10:19:58 LINUX RESTART (4 CPU) 10:38:17 10:38:17 10:21:01 CPU %user %nice %system %iowait %steal %idle 10:38:17 10:22:02 all 13.30 0.00 7.21 2.14 0.27 77.08 10:38:17 10:22:02 0 13.58 0.00 7.88 0.97 0.22 77.35 10:38:17 10:22:02 1 13.27 0.00 7.22 2.74 0.26 76.52 10:38:17 10:22:02 2 14.00 0.00 7.13 1.92 0.24 76.71 10:38:17 10:22:02 3 12.36 0.00 6.60 2.91 0.38 77.75 10:38:17 10:23:01 all 15.07 0.00 9.83 5.80 0.27 69.03 10:38:17 10:23:01 0 14.76 0.00 11.01 6.07 0.23 67.93 10:38:17 10:23:01 1 14.35 0.00 8.78 6.04 0.31 70.52 10:38:17 10:23:01 2 15.47 0.00 10.27 6.34 0.26 67.66 10:38:17 10:23:01 3 15.69 0.00 9.28 4.73 0.28 70.02 10:38:17 10:24:01 all 55.01 0.00 13.84 5.83 0.26 25.06 10:38:17 10:24:01 0 55.89 0.00 13.23 3.89 0.33 26.65 10:38:17 10:24:01 1 53.54 0.00 14.53 6.65 0.28 25.00 10:38:17 10:24:01 2 53.38 0.00 14.22 7.37 0.23 24.81 10:38:17 10:24:01 3 57.24 0.00 13.38 5.39 0.19 23.79 10:38:17 10:25:01 all 43.74 0.00 13.45 3.76 0.25 38.80 10:38:17 10:25:01 0 43.67 0.00 13.52 2.58 0.30 39.94 10:38:17 10:25:01 1 44.24 0.00 14.22 3.40 0.17 37.96 10:38:17 10:25:01 2 42.74 0.00 12.69 5.06 0.30 39.20 10:38:17 10:25:01 3 44.29 0.00 13.37 4.00 0.23 38.12 10:38:17 10:26:01 all 20.78 0.00 23.75 6.91 0.47 48.09 10:38:17 10:26:01 0 19.40 0.00 22.58 7.05 0.49 50.48 10:38:17 10:26:01 1 21.34 0.00 23.43 7.45 0.53 47.26 10:38:17 10:26:01 2 21.71 0.00 24.37 6.28 0.40 47.24 10:38:17 10:26:01 3 20.68 0.00 24.63 6.86 0.46 47.37 10:38:17 10:27:02 all 30.46 0.00 29.17 20.48 0.37 19.52 10:38:17 10:27:02 0 30.66 0.00 28.50 22.09 0.39 18.36 10:38:17 10:27:02 1 30.48 0.00 28.74 20.19 0.37 20.22 10:38:17 10:27:02 2 30.24 0.00 28.77 20.38 0.38 20.23 10:38:17 10:27:02 3 30.48 0.00 30.68 19.26 0.34 19.24 10:38:17 10:28:01 all 44.98 0.00 17.86 15.71 0.23 21.22 10:38:17 10:28:01 0 44.61 0.00 17.73 16.70 0.23 20.73 10:38:17 10:28:01 1 43.36 0.00 18.65 17.55 0.25 20.19 10:38:17 10:28:01 2 46.66 0.00 16.93 15.21 0.21 20.99 10:38:17 10:28:01 3 45.29 0.00 18.14 13.39 0.21 22.96 10:38:17 10:29:01 all 53.52 0.00 26.47 9.46 0.27 10.28 10:38:17 10:29:01 0 52.36 0.00 26.71 8.75 0.27 11.90 10:38:17 10:29:01 1 53.24 0.00 26.91 9.06 0.28 10.50 10:38:17 10:29:01 2 52.99 0.00 27.07 11.73 0.25 7.96 10:38:17 10:29:01 3 55.49 0.00 25.19 8.32 0.27 10.73 10:38:17 10:30:01 all 12.15 0.00 9.15 6.24 0.19 72.28 10:38:17 10:30:01 0 11.63 0.00 9.37 8.05 0.19 70.77 10:38:17 10:30:01 1 13.04 0.00 8.85 6.29 0.15 71.68 10:38:17 10:30:01 2 10.49 0.00 8.06 6.14 0.22 75.08 10:38:17 10:30:01 3 13.44 0.00 10.31 4.47 0.19 71.58 10:38:17 10:31:01 all 7.36 0.00 2.66 0.30 0.18 89.51 10:38:17 10:31:01 0 7.20 0.00 2.93 0.17 0.15 89.54 10:38:17 10:31:01 1 7.71 0.00 2.63 0.20 0.20 89.25 10:38:17 10:31:01 2 7.08 0.00 2.45 0.69 0.17 89.61 10:38:17 10:31:01 3 7.43 0.00 2.62 0.12 0.20 89.62 10:38:17 10:32:01 all 0.18 0.00 0.04 0.00 0.01 99.76 10:38:17 10:32:01 0 0.05 0.00 0.03 0.00 0.02 99.90 10:38:17 10:32:01 1 0.57 0.00 0.07 0.00 0.02 99.35 10:38:17 10:32:01 2 0.08 0.00 0.05 0.02 0.00 99.85 10:38:17 10:32:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:38:17 10:38:17 10:32:01 CPU %user %nice %system %iowait %steal %idle 10:38:17 10:33:01 all 0.18 0.00 0.12 0.00 0.00 99.70 10:38:17 10:33:01 0 0.05 0.00 0.15 0.00 0.00 99.80 10:38:17 10:33:01 1 0.13 0.00 0.07 0.00 0.02 99.78 10:38:17 10:33:01 2 0.48 0.00 0.12 0.00 0.00 99.40 10:38:17 10:33:01 3 0.07 0.00 0.13 0.00 0.00 99.80 10:38:17 10:34:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:38:17 10:34:01 0 0.05 0.00 0.03 0.00 0.00 99.92 10:38:17 10:34:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:38:17 10:34:01 2 0.52 0.00 0.00 0.00 0.00 99.48 10:38:17 10:34:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:38:17 10:35:01 all 0.18 0.00 0.05 0.02 0.00 99.74 10:38:17 10:35:01 0 0.03 0.00 0.05 0.00 0.00 99.92 10:38:17 10:35:01 1 0.07 0.00 0.05 0.00 0.00 99.88 10:38:17 10:35:01 2 0.55 0.00 0.07 0.08 0.02 99.28 10:38:17 10:35:01 3 0.07 0.00 0.05 0.00 0.00 99.88 10:38:17 10:36:02 all 10.60 0.00 8.12 7.08 0.15 74.05 10:38:17 10:36:02 0 10.42 0.00 9.17 8.20 0.17 72.03 10:38:17 10:36:02 1 9.96 0.00 7.63 7.80 0.14 74.48 10:38:17 10:36:02 2 10.76 0.00 7.53 5.19 0.17 76.35 10:38:17 10:36:02 3 11.25 0.00 8.17 7.13 0.12 73.33 10:38:17 10:37:01 all 9.51 0.00 8.72 2.53 0.13 79.11 10:38:17 10:37:01 0 10.22 0.00 9.53 1.45 0.12 78.67 10:38:17 10:37:01 1 9.83 0.00 8.23 1.23 0.12 80.58 10:38:17 10:37:01 2 9.11 0.00 9.44 5.82 0.16 75.47 10:38:17 10:37:01 3 8.89 0.00 7.69 1.60 0.10 81.71 10:38:17 10:38:01 all 9.50 0.00 6.67 2.83 0.11 80.89 10:38:17 10:38:01 0 11.52 0.00 7.69 1.62 0.12 79.05 10:38:17 10:38:01 1 10.36 0.00 7.19 3.66 0.10 78.69 10:38:17 10:38:01 2 8.22 0.00 6.03 1.97 0.12 83.66 10:38:17 10:38:01 3 7.90 0.00 5.78 4.08 0.10 82.15 10:38:17 Average: all 18.85 0.00 10.22 5.13 0.18 65.61 10:38:17 Average: 0 18.85 0.00 10.41 5.05 0.19 65.51 10:38:17 Average: 1 18.78 0.00 10.23 5.32 0.19 65.48 10:38:17 Average: 2 18.70 0.00 10.09 5.42 0.18 65.60 10:38:17 Average: 3 19.07 0.00 10.15 4.74 0.18 65.86 10:38:17 10:38:17 10:38:17