Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 40097948026cfcf365777e8965120a46082f11c2 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3075 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/465 [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/465 # 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 40097948026cfcf365777e8965120a46082f11c2 (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 40097948026cfcf365777e8965120a46082f11c2 # timeout=10 Commit message: "Merge pull request #3404 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v2-2.0.0-dev.42" > git rev-list --no-walk 073d4024fc68195ffa5e0c946ab0bbcbf84e75af # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:04:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:04:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:04:20 ========================================================= 20:04:20 EdgeX Global Pipelines Version Info 20:04:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:04:22 ------------------- 20:04:22 stable info: 20:04:22 ------------------- 20:04:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:04:22 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 20:04:22 Message: update stable to v1.0.191 20:04:23 ------------------- 20:04:23 experimental info: 20:04:23 ------------------- 20:04:23 Commited By: **** collab-it+edgex@linuxfoundation.org 20:04:23 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 20:04:23 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:04:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:04:23 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:04:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:04:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:04:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:04:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 20:04:23 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 20:04:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:04:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:04:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:04:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:04:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:04:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:04:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:04:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:04:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:04:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:04:24 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:04:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:04:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:04:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:04:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:04:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:04:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:04:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:04:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 40097948026cfcf365777e8965120a46082f11c2 [Pipeline] echo 20:04:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4009794 [Pipeline] echo 20:04:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:04:24 provisioning config files... 20:04:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/465@tmp/config626133006569100964tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:04:24 ---> docker-login.sh 20:04:24 nexus3.edgexfoundry.org:10001 20:04:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:25 Configure a credential helper to remove this warning. See 20:04:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:25 20:04:25 Login Succeeded 20:04:25 nexus3.edgexfoundry.org:10002 20:04:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:25 Configure a credential helper to remove this warning. See 20:04:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:25 20:04:25 Login Succeeded 20:04:25 nexus3.edgexfoundry.org:10003 20:04:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:25 Configure a credential helper to remove this warning. See 20:04:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:25 20:04:25 Login Succeeded 20:04:25 nexus3.edgexfoundry.org:10004 20:04:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:25 Configure a credential helper to remove this warning. See 20:04:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:25 20:04:25 Login Succeeded 20:04:25 docker.io 20:04:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:26 Configure a credential helper to remove this warning. See 20:04:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:26 20:04:26 Login Succeeded 20:04:26 ---> docker-login.sh ends [Pipeline] } 20:04:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:04:26 ++ 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 20:04:26 + for file in '`ls cmd/**/Dockerfile`' 20:04:26 ++ dirname cmd/core-command/Dockerfile 20:04:26 ++ cut -d/ -f2 20:04:26 + echo core-command,cmd/core-command/Dockerfile 20:04:26 + for file in '`ls cmd/**/Dockerfile`' 20:04:26 ++ dirname cmd/core-data/Dockerfile 20:04:26 ++ cut -d/ -f2 20:04:26 + echo core-data,cmd/core-data/Dockerfile 20:04:26 + for file in '`ls cmd/**/Dockerfile`' 20:04:26 ++ dirname cmd/core-metadata/Dockerfile 20:04:26 ++ cut -d/ -f2 20:04:26 + echo core-metadata,cmd/core-metadata/Dockerfile 20:04:26 + for file in '`ls cmd/**/Dockerfile`' 20:04:26 ++ dirname cmd/security-bootstrapper/Dockerfile 20:04:26 ++ cut -d/ -f2 20:04:26 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:04:26 + for file in '`ls cmd/**/Dockerfile`' 20:04:26 ++ dirname cmd/security-proxy-setup/Dockerfile 20:04:26 ++ cut -d/ -f2 20:04:26 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:04:26 + for file in '`ls cmd/**/Dockerfile`' 20:04:26 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:04:26 ++ cut -d/ -f2 20:04:26 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:04:26 + for file in '`ls cmd/**/Dockerfile`' 20:04:26 ++ dirname cmd/support-notifications/Dockerfile 20:04:26 ++ cut -d/ -f2 20:04:26 + echo support-notifications,cmd/support-notifications/Dockerfile 20:04:26 + for file in '`ls cmd/**/Dockerfile`' 20:04:26 ++ dirname cmd/support-scheduler/Dockerfile 20:04:26 ++ cut -d/ -f2 20:04:26 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:04:26 + for file in '`ls cmd/**/Dockerfile`' 20:04:26 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:04:26 ++ cut -d/ -f2 20:04:26 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:04:26 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 20:04:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:04:27 20:04:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:04:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:04:27 latest: Pulling from edgex-devops/git-semver 20:04:27 31603596830f: Pulling fs layer 20:04:27 54011a49482f: Pulling fs layer 20:04:27 a6820b24f6d8: Pulling fs layer 20:04:27 f581987b2513: Pulling fs layer 20:04:27 f581987b2513: Waiting 20:04:27 54011a49482f: Download complete 20:04:28 31603596830f: Verifying Checksum 20:04:28 31603596830f: Download complete 20:04:28 f581987b2513: Verifying Checksum 20:04:28 f581987b2513: Download complete 20:04:28 a6820b24f6d8: Verifying Checksum 20:04:28 a6820b24f6d8: Download complete 20:04:28 31603596830f: Pull complete 20:04:28 54011a49482f: Pull complete 20:04:29 a6820b24f6d8: Pull complete 20:04:29 f581987b2513: Pull complete 20:04:29 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 20:04:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:04:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:04:29 prd-centos7-docker-4c-2g-3075 does not seem to be running inside a container 20:04:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/465 -v /w/workspace/edgex-go/465:/w/workspace/edgex-go/465:rw,z -v /w/workspace/edgex-go/465@tmp:/w/workspace/edgex-go/465@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:04:32 $ docker top f6a9701e9cc382b7f5c35dd3f18e96d5eff7fb1f9cafc830e4cf224bd206bf91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:04:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:04:32 [ssh-agent] Looking for ssh-agent implementation... 20:04:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:04:32 $ docker exec f6a9701e9cc382b7f5c35dd3f18e96d5eff7fb1f9cafc830e4cf224bd206bf91 ssh-agent 20:04:32 SSH_AUTH_SOCK=/tmp/ssh-Yg0sYDLGqAhi/agent.12 20:04:32 SSH_AGENT_PID=17 20:04:32 Running ssh-add (command line suppressed) 20:04:33 Identity added: /w/workspace/edgex-go/465@tmp/private_key_1929477212438555160.key (/w/workspace/edgex-go/465@tmp/private_key_1929477212438555160.key) 20:04:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:04:33 + git tag --points-at HEAD [Pipeline] } 20:04:33 $ docker exec --env ******** --env ******** f6a9701e9cc382b7f5c35dd3f18e96d5eff7fb1f9cafc830e4cf224bd206bf91 ssh-agent -k 20:04:33 unset SSH_AUTH_SOCK; 20:04:33 unset SSH_AGENT_PID; 20:04:33 echo Agent pid 17 killed; 20:04:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:04:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:04:33 [ssh-agent] Looking for ssh-agent implementation... 20:04:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:04:33 $ docker exec f6a9701e9cc382b7f5c35dd3f18e96d5eff7fb1f9cafc830e4cf224bd206bf91 ssh-agent 20:04:34 SSH_AUTH_SOCK=/tmp/ssh-LscITaKiDhFw/agent.46 20:04:34 SSH_AGENT_PID=51 20:04:34 Running ssh-add (command line suppressed) 20:04:34 Identity added: /w/workspace/edgex-go/465@tmp/private_key_7974936813683479229.key (/w/workspace/edgex-go/465@tmp/private_key_7974936813683479229.key) 20:04:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:04:34 + git semver init 20:04:34 # -> Open(): unable to determine branch for HEAD 20:04:34 # $GIT_DIR = /w/workspace/edgex-go/465/.git 20:04:34 # $GIT_WORK_TREE = /w/workspace/edgex-go/465 20:04:34 # $SEMVER_REMOTE_NAME = origin 20:04:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:04:34 # $SEMVER_USER_NAME = edgex-jenkins 20:04:34 # $SEMVER_BRANCH = master 20:04:34 # $SEMVER_TEMP = /tmp/semver-446173138 20:04:34 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:04:52 # '/tmp/semver-446173138' -> '/w/workspace/edgex-go/465/.semver' 20:04:52 # -> Force: false 20:04:52 # $SEMVER_DIR = /w/workspace/edgex-go/465/.semver [Pipeline] } 20:04:52 $ docker exec --env ******** --env ******** f6a9701e9cc382b7f5c35dd3f18e96d5eff7fb1f9cafc830e4cf224bd206bf91 ssh-agent -k 20:04:53 unset SSH_AUTH_SOCK; 20:04:53 unset SSH_AGENT_PID; 20:04:53 echo Agent pid 51 killed; 20:04:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:04:53 + git semver [Pipeline] } 20:04:53 $ docker stop --time=1 f6a9701e9cc382b7f5c35dd3f18e96d5eff7fb1f9cafc830e4cf224bd206bf91 20:04:55 $ docker rm -f f6a9701e9cc382b7f5c35dd3f18e96d5eff7fb1f9cafc830e4cf224bd206bf91 [Pipeline] // withDockerContainer [Pipeline] sh 20:04:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:04:56 Stashed 1 file(s) [Pipeline] echo 20:04:56 [edgeXSemver]: initialized semver on version 2.0.0-dev.197 [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 20:04:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:04:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:04:57 + sudo service docker restart 20:04:57 + true 20:04:57 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:04:58 ========================================================= 20:04:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 20:04:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:04:58 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 20:05:03 Sending build context to Docker daemon 329.9MB 20:05:03 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:05:03 Step 2/6 : FROM ${BASE} 20:05:03 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 20:05:03 540db60ca938: Pulling fs layer 20:05:03 adcc1eea9eea: Pulling fs layer 20:05:03 4c4ab2625f07: Pulling fs layer 20:05:03 0510c868ecb4: Pulling fs layer 20:05:03 afea3b2eda06: Pulling fs layer 20:05:03 7809a108b3ef: Pulling fs layer 20:05:03 f706445af74f: Pulling fs layer 20:05:03 afea3b2eda06: Waiting 20:05:03 7809a108b3ef: Waiting 20:05:03 f706445af74f: Waiting 20:05:03 0510c868ecb4: Waiting 20:05:03 4c4ab2625f07: Verifying Checksum 20:05:03 4c4ab2625f07: Download complete 20:05:03 adcc1eea9eea: Verifying Checksum 20:05:03 adcc1eea9eea: Download complete 20:05:03 afea3b2eda06: Download complete 20:05:03 7809a108b3ef: Verifying Checksum 20:05:03 7809a108b3ef: Download complete 20:05:03 540db60ca938: Verifying Checksum 20:05:03 540db60ca938: Download complete 20:05:04 540db60ca938: Pull complete 20:05:04 adcc1eea9eea: Pull complete 20:05:04 4c4ab2625f07: Pull complete 20:05:06 f706445af74f: Verifying Checksum 20:05:06 f706445af74f: Download complete 20:05:06 0510c868ecb4: Verifying Checksum 20:05:06 0510c868ecb4: Download complete 20:05:11 Still waiting to schedule task 20:05:11 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline 20:05:12 0510c868ecb4: Pull complete 20:05:12 afea3b2eda06: Pull complete 20:05:12 7809a108b3ef: Pull complete 20:05:16 f706445af74f: Pull complete 20:05:16 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 20:05:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 20:05:16 ---> b068be0155e3 20:05:16 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 20:05:17 ---> Running in 905c7126b0f4 20:05:17 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:05:18 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:05:19 (1/12) Installing libmagic (5.39-r0) 20:05:20 (2/12) Installing file (5.39-r0) 20:05:20 (3/12) Installing libc-dev (0.7.2-r3) 20:05:20 (4/12) Installing g++ (10.2.1_pre1-r3) 20:05:25 (5/12) Installing fortify-headers (1.1-r0) 20:05:25 (6/12) Installing patch (2.7.6-r6) 20:05:25 (7/12) Installing build-base (0.5-r2) 20:05:25 (8/12) Installing libsodium (1.0.18-r0) 20:05:25 (9/12) Installing pkgconf (1.7.3-r0) 20:05:25 (10/12) Installing libsodium-dev (1.0.18-r0) 20:05:25 (11/12) Installing libzmq (4.3.3-r1) 20:05:25 (12/12) Installing zeromq-dev (4.3.3-r1) 20:05:25 Executing busybox-1.32.1-r6.trigger 20:05:25 OK: 219 MiB in 52 packages 20:05:28 Removing intermediate container 905c7126b0f4 20:05:28 ---> e6ece70a9234 20:05:28 Step 4/6 : WORKDIR /edgex-go 20:05:28 ---> Running in 338653e07c67 20:05:29 Removing intermediate container 338653e07c67 20:05:29 ---> bd58216a47ac 20:05:29 Step 5/6 : COPY go.mod . 20:05:29 ---> 774d83a3edc5 20:05:29 Step 6/6 : RUN go mod download 20:05:29 ---> Running in 232d8b99744b 20:05:51 Removing intermediate container 232d8b99744b 20:05:51 ---> 869effe19974 20:05:51 Successfully built 869effe19974 20:05:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:05:52 + docker inspect -f . ci-base-image-x86_64 20:05:52 . [Pipeline] withDockerContainer 20:05:52 prd-centos7-docker-4c-2g-3075 does not seem to be running inside a container 20:05:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/465 -v /w/workspace/edgex-go/465:/w/workspace/edgex-go/465:rw,z -v /w/workspace/edgex-go/465@tmp:/w/workspace/edgex-go/465@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 ******** ci-base-image-x86_64 cat 20:05:54 $ docker top c02aec23edfe304ed3bb572965c04ff0a583170aec6c5810f2abc3f9ce32346f -eo pid,comm [Pipeline] { [Pipeline] sh 20:05:54 + go version 20:05:54 go version go1.16.3 linux/amd64 [Pipeline] } 20:05:54 $ docker stop --time=1 c02aec23edfe304ed3bb572965c04ff0a583170aec6c5810f2abc3f9ce32346f 20:05:55 $ docker rm -f c02aec23edfe304ed3bb572965c04ff0a583170aec6c5810f2abc3f9ce32346f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:05:56 + docker inspect -f . ci-base-image-x86_64 20:05:56 . [Pipeline] withDockerContainer 20:05:56 prd-centos7-docker-4c-2g-3075 does not seem to be running inside a container 20:05:56 $ 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/465 -v /w/workspace/edgex-go/465:/w/workspace/edgex-go/465:rw,z -v /w/workspace/edgex-go/465@tmp:/w/workspace/edgex-go/465@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 ******** ci-base-image-x86_64 cat 20:05:57 $ docker top eee2d3ad17d2ca81fab18a2386d70ae04de300897ab3d63689caa6f75c27a1cb -eo pid,comm [Pipeline] { [Pipeline] echo 20:05:57 ========================================================= 20:05:57 [edgeXBuildGoParallel] Running Tests and Build... 20:05:57 ========================================================= [Pipeline] sh 20:05:57 + go mod tidy [Pipeline] sh 20:05:59 + make test 20:05:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:06:08 ? github.com/edgexfoundry/edgex-go [no test files] 20:06:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:06:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:06:33 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:06:33 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:06:37 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:06:37 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:06:37 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:06:37 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:06:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:06:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:06:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:06:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:06:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:06:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.090s coverage: 45.9% of statements 20:06:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:06:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:06:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:06:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:06:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:06:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:06:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.060s coverage: 19.8% of statements 20:06:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.129s coverage: 100.0% of statements 20:06:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.166s coverage: 27.1% of statements 20:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:06:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements 20:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:06:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements 20:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:06:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.084s coverage: 71.3% of statements 20:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:06:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.144s coverage: 87.7% of statements 20:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:06:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.055s coverage: 78.9% of statements 20:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:06:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.357s coverage: 28.6% of statements 20:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:06:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements 20:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:06:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements 20:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:06:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.183s coverage: 86.7% of statements 20:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:06:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.175s coverage: 97.5% of statements 20:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:06:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.094s coverage: 78.3% of statements 20:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:06:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.360s coverage: 95.1% of statements 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:06:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:06:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.085s coverage: 0.9% of statements 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:06:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.060s coverage: 22.6% of statements 20:06:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:06:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 47.1% of statements 20:06:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.087s coverage: 79.5% of statements 20:06:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.082s coverage: 94.1% of statements 20:06:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.067s coverage: 96.3% of statements 20:06:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.073s coverage: 87.5% of statements 20:07:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3078 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 20:07:04 Running in /w/workspace/edgex-go/465 [Pipeline] { [Pipeline] checkout 20:07:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.091s coverage: 94.4% of statements 20:07:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 20:07:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.202s coverage: 81.8% of statements 20:07:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:07:10 using credential edgex-jenkins-ssh 20:07:10 Cloning the remote Git repository 20:07:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:07:10 > git init /w/workspace/edgex-go/465 # timeout=10 20:07:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:07:10 > git --version # timeout=10 20:07:10 > git --version # 'git version 2.17.1' 20:07:10 using GIT_SSH to set credentials SSH Credentials for GitHub 20:07:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.083s coverage: 92.9% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 76.0% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.0% of statements 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 85.4% of statements 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.110s coverage: 91.2% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.184s coverage: 64.4% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.042s coverage: 100.0% of statements 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.284s coverage: 62.9% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.175s coverage: 43.4% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.039s coverage: 89.5% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.051s coverage: 84.8% of statements 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.065s coverage: 9.6% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.142s coverage: 92.6% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.772s coverage: 28.7% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.075s coverage: 64.6% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.129s coverage: 97.6% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.037s coverage: 100.0% of statements 20:07:17 GO111MODULE=on go vet ./... 20:07:27 Checking out Revision 40097948026cfcf365777e8965120a46082f11c2 (master) 20:07:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:07:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:07:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:07:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:07:27 using GIT_SSH to set credentials SSH Credentials for GitHub 20:07:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:07:27 > git config core.sparsecheckout # timeout=10 20:07:27 > git checkout -f 40097948026cfcf365777e8965120a46082f11c2 # timeout=10 20:07:32 Commit message: "Merge pull request #3404 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v2-2.0.0-dev.42" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:07:33 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:07:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:07:34 + true 20:07:34 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:07:36 provisioning config files... 20:07:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/465@tmp/config8006135800985033746tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:07:36 ---> docker-login.sh 20:07:36 nexus3.edgexfoundry.org:10001 20:07:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:38 Configure a credential helper to remove this warning. See 20:07:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:38 20:07:38 Login Succeeded 20:07:38 nexus3.edgexfoundry.org:10002 20:07:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:39 Configure a credential helper to remove this warning. See 20:07:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:39 20:07:39 Login Succeeded 20:07:39 nexus3.edgexfoundry.org:10003 20:07:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:39 Configure a credential helper to remove this warning. See 20:07:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:39 20:07:39 Login Succeeded 20:07:39 nexus3.edgexfoundry.org:10004 20:07:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:40 Configure a credential helper to remove this warning. See 20:07:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:40 20:07:40 Login Succeeded 20:07:40 docker.io 20:07:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:40 Configure a credential helper to remove this warning. See 20:07:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:40 20:07:40 Login Succeeded 20:07:40 ---> docker-login.sh ends [Pipeline] } 20:07:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:07:40 ========================================================= 20:07:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 20:07:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:07:41 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 20:07:43 Sending build context to Docker daemon 167.5MB 20:07:43 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:07:43 Step 2/6 : FROM ${BASE} 20:07:43 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:07:43 595b0fe564bb: Pulling fs layer 20:07:43 7186ed65a4f7: Pulling fs layer 20:07:43 316046926c0a: Pulling fs layer 20:07:43 4ebd0625c992: Pulling fs layer 20:07:43 207e8628e3a3: Pulling fs layer 20:07:43 c791037a9be2: Pulling fs layer 20:07:43 ffd874e62e21: Pulling fs layer 20:07:43 4ebd0625c992: Waiting 20:07:43 207e8628e3a3: Waiting 20:07:43 c791037a9be2: Waiting 20:07:43 ffd874e62e21: Waiting 20:07:43 316046926c0a: Verifying Checksum 20:07:43 316046926c0a: Download complete 20:07:43 7186ed65a4f7: Verifying Checksum 20:07:43 7186ed65a4f7: Download complete 20:07:43 207e8628e3a3: Verifying Checksum 20:07:43 207e8628e3a3: Download complete 20:07:43 c791037a9be2: Verifying Checksum 20:07:43 c791037a9be2: Download complete 20:07:44 595b0fe564bb: Pull complete 20:07:44 7186ed65a4f7: Pull complete 20:07:45 316046926c0a: Pull complete 20:07:46 ffd874e62e21: Verifying Checksum 20:07:46 ffd874e62e21: Download complete 20:07:47 4ebd0625c992: Verifying Checksum 20:07:47 4ebd0625c992: Download complete 20:07:50 gofmt -l . 20:07:50 [ "`gofmt -l .`" = "" ] 20:07:50 ./bin/test-go-mod-tidy.sh 20:07:51 ./bin/test-attribution-txt.sh [Pipeline] sh 20:07:51 + ls -al . 20:07:51 total 808 20:07:51 drwxrwxr-x 10 1001 1001 4096 May 5 20:07 . 20:07:51 drwxr-xr-x 4 root root 32 May 5 20:05 .. 20:07:51 -rw-rw-r-- 1 1001 1001 11 May 5 20:04 .dockerignore 20:07:51 drwxrwxr-x 8 1001 1001 162 May 5 20:04 .git 20:07:51 drwxrwxr-x 3 1001 1001 125 May 5 20:04 .github 20:07:51 -rw-rw-r-- 1 1001 1001 818 May 5 20:04 .gitignore 20:07:51 drwx------ 3 1001 1001 45 May 5 20:04 .semver 20:07:51 -rw-rw-r-- 1 1001 1001 166 May 5 20:04 .sonarcloud.properties 20:07:51 -rw-rw-r-- 1 1001 1001 8609 May 5 20:04 Attribution.txt 20:07:51 -rw-rw-r-- 1 1001 1001 3804 May 5 20:04 CONTRIBUTING.md 20:07:51 -rw-rw-r-- 1 1001 1001 931 May 5 20:04 Dockerfile.build 20:07:51 -rw-rw-r-- 1 1001 1001 863 May 5 20:04 Jenkinsfile 20:07:51 -rw-rw-r-- 1 1001 1001 10775 May 5 20:04 LICENSE 20:07:51 -rw-rw-r-- 1 1001 1001 5774 May 5 20:04 Makefile 20:07:51 -rw-rw-r-- 1 1001 1001 7978 May 5 20:04 README.md 20:07:51 -rw-rw-r-- 1 1001 1001 6755 May 5 20:04 SECURITY.md 20:07:51 -rw-rw-r-- 1 1001 1001 13 May 5 20:04 VERSION 20:07:51 -rw-rw-r-- 1 1001 1001 4131 May 5 20:04 ZMQWindows.md 20:07:51 drwxrwxr-x 2 1001 1001 117 May 5 20:04 bin 20:07:51 drwxrwxr-x 14 1001 1001 4096 May 5 20:04 cmd 20:07:51 -rw-r--r-- 1 root root 699522 May 5 20:07 coverage.out 20:07:51 -rw-r--r-- 1 root root 1060 May 5 20:07 go.mod 20:07:51 -rw-r--r-- 1 root root 21862 May 5 20:05 go.sum 20:07:51 drwxrwxr-x 8 1001 1001 127 May 5 20:04 internal 20:07:51 drwxrwxr-x 4 1001 1001 26 May 5 20:04 openapi 20:07:51 drwxrwxr-x 4 1001 1001 71 May 5 20:04 snap 20:07:51 -rw-rw-r-- 1 1001 1001 168 May 5 20:04 version.go [Pipeline] sh 20:07:52 + '[' -e coverage.out ] 20:07:52 + chown 1001:1001 coverage.out [Pipeline] stash 20:07:52 Stashed 1 file(s) [Pipeline] sh 20:07:52 + make build 20:07:52 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o cmd/core-data/core-data ./cmd/core-data 20:07:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:07:58 4ebd0625c992: Pull complete 20:07:58 207e8628e3a3: Pull complete 20:07:58 c791037a9be2: Pull complete 20:08:03 ffd874e62e21: Pull complete 20:08:03 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 20:08:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:08:03 ---> cfc18b08335c 20:08:03 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 20:08:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o cmd/core-command/core-command ./cmd/core-command 20:08:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:08:05 ---> Running in a94ca89bfca8 20:08:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:08:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:08:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:08:08 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:08:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:08:08 (1/12) Installing libmagic (5.39-r0) 20:08:09 (2/12) Installing file (5.39-r0) 20:08:09 (3/12) Installing libc-dev (0.7.2-r3) 20:08:09 (4/12) Installing g++ (10.2.1_pre1-r3) 20:08:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:08:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:08:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:08:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o ./cmd/secrets-config ./cmd/secrets-config 20:08:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:08:14 (5/12) Installing fortify-headers (1.1-r0) 20:08:14 (6/12) Installing patch (2.7.6-r6) 20:08:14 (7/12) Installing build-base (0.5-r2) 20:08:14 (8/12) Installing libsodium (1.0.18-r0) 20:08:14 (9/12) Installing pkgconf (1.7.3-r0) 20:08:15 (10/12) Installing libsodium-dev (1.0.18-r0) 20:08:15 (11/12) Installing libzmq (4.3.3-r1) 20:08:15 (12/12) Installing zeromq-dev (4.3.3-r1) 20:08:15 Executing busybox-1.32.1-r6.trigger 20:08:15 OK: 218 MiB in 52 packages [Pipeline] } 20:08:16 $ docker stop --time=1 eee2d3ad17d2ca81fab18a2386d70ae04de300897ab3d63689caa6f75c27a1cb 20:08:18 $ docker rm -f eee2d3ad17d2ca81fab18a2386d70ae04de300897ab3d63689caa6f75c27a1cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 20:08:19 Removing intermediate container a94ca89bfca8 20:08:19 ---> ebb481ea73b1 20:08:19 Step 4/6 : WORKDIR /edgex-go 20:08:19 ---> Running in 20f60329d6e9 20:08:19 Removing intermediate container 20f60329d6e9 20:08:19 ---> a9018c32b7d8 20:08:19 Step 5/6 : COPY go.mod . 20:08:20 ---> 708b007fdf26 20:08:20 Step 6/6 : RUN go mod download 20:08:20 ---> Running in 2b8bd1a12c62 [Pipeline] isUnix [Pipeline] sh 20:08:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:08:21 20:08:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:08:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:08:22 latest: Pulling from edgex-devops/edgex-compose 20:08:22 cbdbe7a5bc2a: Pulling fs layer 20:08:22 ca9280d653b3: Pulling fs layer 20:08:22 7e9c9ca2126c: Pulling fs layer 20:08:22 cbdbe7a5bc2a: Verifying Checksum 20:08:22 cbdbe7a5bc2a: Download complete 20:08:22 cbdbe7a5bc2a: Pull complete 20:08:22 ca9280d653b3: Verifying Checksum 20:08:22 ca9280d653b3: Download complete 20:08:23 7e9c9ca2126c: Verifying Checksum 20:08:23 7e9c9ca2126c: Download complete 20:08:24 ca9280d653b3: Pull complete 20:08:29 7e9c9ca2126c: Pull complete 20:08:29 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:08:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:08:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:08:29 prd-centos7-docker-4c-2g-3075 does not seem to be running inside a container 20:08:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/465 -v /w/workspace/edgex-go/465:/w/workspace/edgex-go/465:rw,z -v /w/workspace/edgex-go/465@tmp:/w/workspace/edgex-go/465@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-devops/edgex-compose:latest cat 20:08:32 $ docker top 773bf776a7a140f765c062bfd9ec36ebc27bff70cf8dd0dc78fb5c5ec03b0e7b -eo pid,comm [Pipeline] { [Pipeline] sh 20:08:33 + docker-compose build --help 20:08:33 + grep parallel 20:08:34 --parallel Build images in parallel. [Pipeline] } 20:08:34 $ docker stop --time=1 773bf776a7a140f765c062bfd9ec36ebc27bff70cf8dd0dc78fb5c5ec03b0e7b 20:08:35 $ docker rm -f 773bf776a7a140f765c062bfd9ec36ebc27bff70cf8dd0dc78fb5c5ec03b0e7b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:08:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:08:36 . [Pipeline] withDockerContainer 20:08:36 prd-centos7-docker-4c-2g-3075 does not seem to be running inside a container 20:08:36 $ 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/465 -v /w/workspace/edgex-go/465:/w/workspace/edgex-go/465:rw,z -v /w/workspace/edgex-go/465@tmp:/w/workspace/edgex-go/465@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 20:08:37 $ docker top 689b89e1a30fdfd80114f03d0267454666b9ecff8f0430ec8b8afe70bfb142e5 -eo pid,comm [Pipeline] { [Pipeline] sh 20:08:37 + docker-compose -f ./docker-compose-build.yml build --parallel 20:08:38 Building docker-core-command-go ... 20:08:38 Building docker-core-data-go ... 20:08:38 Building docker-core-metadata-go ... 20:08:38 Building docker-security-bootstrapper-go ... 20:08:38 Building docker-security-proxy-setup-go ... 20:08:38 Building docker-security-secretstore-setup-go ... 20:08:38 Building docker-support-notifications-go ... 20:08:38 Building docker-support-scheduler-go ... 20:08:38 Building docker-sys-mgmt-agent-go ... 20:08:38 Building docker-support-notifications-go 20:08:38 Building docker-support-scheduler-go 20:08:38 Building docker-security-secretstore-setup-go 20:08:38 Building docker-sys-mgmt-agent-go 20:08:38 Building docker-security-bootstrapper-go 20:08:47 Removing intermediate container 2b8bd1a12c62 20:08:47 ---> 8f46721fd272 20:08:47 Successfully built 8f46721fd272 20:08:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:08:48 + docker inspect -f . ci-base-image-arm64 20:08:48 . [Pipeline] withDockerContainer 20:08:48 prd-ubuntu18.04-docker-arm64-4c-16g-3078 does not seem to be running inside a container 20:08:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/465 -v /w/workspace/edgex-go/465:/w/workspace/edgex-go/465:rw,z -v /w/workspace/edgex-go/465@tmp:/w/workspace/edgex-go/465@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 ******** ci-base-image-arm64 cat 20:08:50 $ docker top f61889c667564999504bb4177339d9c7c14868bd26c5b80dc36b137ebf97a87d -eo pid,comm [Pipeline] { [Pipeline] sh 20:08:50 + go version 20:08:50 go version go1.16.3 linux/arm64 [Pipeline] } 20:08:51 $ docker stop --time=1 f61889c667564999504bb4177339d9c7c14868bd26c5b80dc36b137ebf97a87d 20:08:52 $ docker rm -f f61889c667564999504bb4177339d9c7c14868bd26c5b80dc36b137ebf97a87d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:08:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:08:53 20:08:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:08:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:08:54 latest: Pulling from edgex-devops/edgex-compose-arm64 20:08:54 29e5d40040c1: Pulling fs layer 20:08:54 1ce36da41761: Pulling fs layer 20:08:54 25b303627fd3: Pulling fs layer 20:08:54 29e5d40040c1: Verifying Checksum 20:08:54 29e5d40040c1: Download complete 20:08:54 1ce36da41761: Verifying Checksum 20:08:54 1ce36da41761: Download complete 20:08:55 29e5d40040c1: Pull complete 20:08:56 1ce36da41761: Pull complete 20:08:56 25b303627fd3: Verifying Checksum 20:08:56 25b303627fd3: Download complete 20:09:06 25b303627fd3: Pull complete 20:09:06 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:09:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:09:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:09:07 prd-ubuntu18.04-docker-arm64-4c-16g-3078 does not seem to be running inside a container 20:09:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/465 -v /w/workspace/edgex-go/465:/w/workspace/edgex-go/465:rw,z -v /w/workspace/edgex-go/465@tmp:/w/workspace/edgex-go/465@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-devops/edgex-compose-arm64:latest cat 20:09:10 $ docker top a3f883526b9134b19a49d4564358aa44f9c2b1b382979b70774e322d90012bc6 -eo pid,comm [Pipeline] { [Pipeline] sh 20:09:10 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:09:10 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:09:10 ---> 869effe19974 20:09:10 Step 3/31 : WORKDIR /edgex-go 20:09:10 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:09:10 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:09:10 ---> 869effe19974 20:09:10 Step 3/25 : WORKDIR /edgex-go 20:09:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:09:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:09:10 ---> 869effe19974 20:09:10 Step 3/23 : WORKDIR /edgex-go 20:09:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:09:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:09:10 ---> 869effe19974 20:09:10 Step 3/22 : WORKDIR /edgex-go 20:09:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:09:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:09:10 ---> 869effe19974 20:09:10 Step 3/22 : WORKDIR /edgex-go 20:09:11 + docker-compose build --help 20:09:11 + grep parallel 20:09:11 ---> Running in 58de818836b3 20:09:11 ---> Running in 95273fca3487 20:09:11 ---> Running in 24a741485ed4 20:09:11 ---> Running in b3036ffb6353 20:09:11 ---> Running in 073ce8de38fd 20:09:11 Removing intermediate container 073ce8de38fd 20:09:11 ---> c699c83526ac 20:09:11 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:09:11 Removing intermediate container b3036ffb6353 20:09:11 ---> 72448850fa0e 20:09:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:09:11 Removing intermediate container 24a741485ed4 20:09:11 ---> 0aebc6cd5eda 20:09:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:09:11 Removing intermediate container 95273fca3487 20:09:11 ---> e113151b1ffb 20:09:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:09:11 Removing intermediate container 58de818836b3 20:09:11 ---> 71de6384fd7f 20:09:11 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:09:11 ---> Running in ccf6035dfd20 20:09:11 ---> Running in df15c2430eb9 20:09:11 ---> Running in b09e82565dde 20:09:11 ---> Running in d5420098e904 20:09:12 ---> Running in 02128f7703eb 20:09:14 Removing intermediate container df15c2430eb9 20:09:14 ---> b294f467c7e1 20:09:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:09:14 Removing intermediate container b09e82565dde 20:09:14 ---> 6d54818b653a 20:09:14 Step 5/23 : RUN apk add --update --no-cache make bash git 20:09:14 Removing intermediate container ccf6035dfd20 20:09:14 ---> daf6b8567fb2 20:09:14 Step 5/31 : RUN apk add --update --no-cache make git 20:09:14 ---> Running in 6a133e76b56a 20:09:14 ---> Running in f6cbee7060e0 20:09:14 Removing intermediate container d5420098e904 20:09:14 ---> 0af0fcc529b5 20:09:14 Step 5/22 : RUN apk add --update --no-cache make git 20:09:14 ---> Running in 39e01bde19f0 20:09:14 Removing intermediate container 02128f7703eb 20:09:14 ---> e16f67709f72 20:09:14 Step 5/25 : RUN apk add --update --no-cache make git 20:09:14 --parallel Build images in parallel. 20:09:14 ---> Running in 20efd9a7b93f 20:09:14 ---> Running in 4ecd73ad50f2 [Pipeline] } 20:09:14 $ docker stop --time=1 a3f883526b9134b19a49d4564358aa44f9c2b1b382979b70774e322d90012bc6 20:09:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:09:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:09:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:09:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:09:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:09:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:09:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:09:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:09:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:09:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:09:16 OK: 219 MiB in 52 packages 20:09:16 $ docker rm -f a3f883526b9134b19a49d4564358aa44f9c2b1b382979b70774e322d90012bc6 [Pipeline] // withDockerContainer 20:09:17 OK: 219 MiB in 52 packages [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:09:17 OK: 219 MiB in 52 packages 20:09:17 Removing intermediate container 6a133e76b56a 20:09:17 ---> 966900bfbd58 20:09:17 Step 6/22 : COPY go.mod . 20:09:17 OK: 219 MiB in 52 packages 20:09:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:09:17 . [Pipeline] withDockerContainer 20:09:17 Removing intermediate container 39e01bde19f0 20:09:17 ---> 67610b9d15dd 20:09:17 Step 6/31 : COPY go.mod . 20:09:17 OK: 219 MiB in 52 packages 20:09:17 ---> 6be15a9ce400 20:09:17 Step 7/22 : RUN go mod download 20:09:17 prd-ubuntu18.04-docker-arm64-4c-16g-3078 does not seem to be running inside a container 20:09:17 $ 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/465 -v /w/workspace/edgex-go/465:/w/workspace/edgex-go/465:rw,z -v /w/workspace/edgex-go/465@tmp:/w/workspace/edgex-go/465@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-arm64:latest cat 20:09:17 ---> Running in c04360d5bddd 20:09:18 ---> 1cf2fb8bcb2f 20:09:18 Step 7/31 : RUN go mod download 20:09:18 Removing intermediate container 20efd9a7b93f 20:09:18 ---> 27cc1e5e6b2e 20:09:18 Step 6/22 : COPY go.mod . 20:09:18 ---> Running in 9f7ddcf62775 20:09:18 ---> 2bd2cb99738b 20:09:18 Step 7/22 : RUN go mod download 20:09:18 Removing intermediate container 4ecd73ad50f2 20:09:18 ---> a5cd0eb60f1e 20:09:18 Step 6/25 : COPY go.mod . 20:09:18 ---> Running in 5635892b2346 20:09:18 Removing intermediate container f6cbee7060e0 20:09:18 ---> 34f8a91adc20 20:09:18 Step 6/23 : COPY go.mod . 20:09:18 ---> 65ab30e42370 20:09:18 Step 7/25 : RUN go mod download 20:09:19 ---> Running in adc73018e408 20:09:19 ---> a650c3d8e569 20:09:19 Step 7/23 : RUN go mod download 20:09:19 $ docker top b7b3746ebf33a06eeb73eb4587d7f7186bc151cc6525626cc6d6a05dda46a381 -eo pid,comm 20:09:19 ---> Running in 3ecb3cb41a65 [Pipeline] { [Pipeline] sh 20:09:20 + docker-compose -f ./docker-compose-build.yml build --parallel 20:09:20 Removing intermediate container 5635892b2346 20:09:20 ---> f90004824b75 20:09:20 Step 8/22 : COPY . . 20:09:20 Removing intermediate container 9f7ddcf62775 20:09:20 ---> e41570aad9ee 20:09:20 Step 8/31 : COPY . . 20:09:22 Removing intermediate container c04360d5bddd 20:09:22 ---> 684c0428d016 20:09:22 Step 8/22 : COPY . . 20:09:23 Building docker-core-command-go ... 20:09:23 Building docker-core-data-go ... 20:09:23 Building docker-core-metadata-go ... 20:09:23 Building docker-security-bootstrapper-go ... 20:09:23 Building docker-security-proxy-setup-go ... 20:09:23 Building docker-security-secretstore-setup-go ... 20:09:23 Building docker-support-notifications-go ... 20:09:23 Building docker-support-scheduler-go ... 20:09:23 Building docker-sys-mgmt-agent-go ... 20:09:23 Building docker-core-metadata-go 20:09:23 Building docker-support-notifications-go 20:09:23 Building docker-core-command-go 20:09:23 Building docker-security-proxy-setup-go 20:09:23 Building docker-sys-mgmt-agent-go 20:09:27 Removing intermediate container adc73018e408 20:09:27 ---> 6b6d3e00c42d 20:09:27 Step 8/25 : COPY . . 20:09:34 Removing intermediate container 3ecb3cb41a65 20:09:34 ---> 8c4c17d1d635 20:09:34 Step 8/23 : COPY . . 20:10:01 ---> ccbbcf203e18 20:10:01 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:10:01 ---> 919eef69e9a3 20:10:01 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:10:01 ---> 1532cc743687 20:10:01 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:10:02 ---> Running in 6fbee02fff03 20:10:02 ---> Running in f8cb99359677 20:10:04 ---> Running in a8a959ed911e 20:10:05 ---> dc3fdbaf588f 20:10:05 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:10:05 ---> Running in a2713132f03c 20:10:05 ---> 299952c3b68a 20:10:05 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:10:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:10:05 ---> Running in 2ea3add558bd 20:10:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:10:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:10:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:10:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:10:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:10:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:10:20 ---> 8f46721fd272 20:10:20 Step 3/22 : WORKDIR /edgex-go 20:10:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:10:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:10:20 ---> 8f46721fd272 20:10:20 Step 3/23 : WORKDIR /edgex-go 20:10:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:10:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:10:20 ---> 8f46721fd272 20:10:20 Step 3/23 : WORKDIR /edgex-go 20:10:20 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:10:20 20:10:20 Step 2/21 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder 20:10:20 ---> 8f46721fd272 20:10:20 20:10:20 ---> 8f46721fd272 20:10:20 Step 3/21 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go 20:10:20 20:10:20 ---> Running in 6c6cbd52da33 20:10:20 ---> Running in f592aa965114 20:10:20 ---> Running in accd26425746 20:10:20 ---> Running in b5247afa150d 20:10:20 ---> Running in e8768a874255 20:10:20 Removing intermediate container 6c6cbd52da33 20:10:20 ---> 504da6fcbf65 20:10:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:20 Removing intermediate container f592aa965114 20:10:20 ---> 652a0ad29ff2 20:10:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:20 Removing intermediate container e8768a874255 20:10:20 ---> 08cea8ecbd31 20:10:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:20 Removing intermediate container accd26425746 20:10:20 ---> eb13a7949a0e 20:10:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:20 Removing intermediate container b5247afa150d 20:10:20 ---> 7077756b2d26 20:10:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:20 ---> Running in b441410ba222 20:10:20 ---> Running in 4f8d0fc5667b 20:10:20 ---> Running in b3aa349d81f5 20:10:20 ---> Running in 9b0c06c13608 20:10:20 ---> Running in 73e3c5323013 20:10:20 Removing intermediate container b441410ba222 20:10:20 ---> 79ec07bb2773 20:10:20 Step 5/23 : RUN apk add --update --no-cache make bash git 20:10:20 ---> Running in a945ace40e15 20:10:20 Removing intermediate container 4f8d0fc5667b 20:10:20 ---> 4efb7a925d4f 20:10:20 Step 5/23 : RUN apk add --update --no-cache make git 20:10:20 Removing intermediate container 9b0c06c13608 20:10:20 ---> 42c62fd37714 20:10:20 Step 5/21 : RUN apk add --update --no-cache make git 20:10:20 Removing intermediate container b3aa349d81f5 20:10:20 ---> 92dc2ac1b740 20:10:20 Step 5/23 : RUN apk add --update --no-cache make git 20:10:20 ---> Running in 696624487a7a 20:10:20 Removing intermediate container 73e3c5323013 20:10:20 ---> ad09107003f3 20:10:20 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:10:20 ---> Running in 13e262f86cd0 20:10:20 ---> Running in 80d6ed4441ec 20:10:20 ---> Running in 43c31ff41f62 20:10:21 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:10:22 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:10:22 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:10:22 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:10:22 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:10:22 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:10:23 OK: 218 MiB in 52 packages 20:10:23 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:10:23 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:10:23 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:10:23 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:10:24 OK: 218 MiB in 52 packages 20:10:25 Removing intermediate container a945ace40e15 20:10:25 ---> 6948b2809b14 20:10:25 Step 6/23 : COPY go.mod . 20:10:25 OK: 218 MiB in 52 packages 20:10:25 OK: 218 MiB in 52 packages 20:10:25 OK: 218 MiB in 52 packages 20:10:25 ---> 110ed81cefc1 20:10:25 Step 7/23 : RUN go mod download 20:10:26 ---> Running in 61c18be33b41 20:10:26 Removing intermediate container 80d6ed4441ec 20:10:26 ---> cdc7f15b4320 20:10:26 Step 6/21 : COPY go.mod . 20:10:27 Removing intermediate container 696624487a7a 20:10:27 ---> 3a446da163c6 20:10:27 Step 6/23 : COPY go.mod . 20:10:27 Removing intermediate container 43c31ff41f62 20:10:27 ---> feddf1eb01f8 20:10:27 Step 6/22 : COPY go.mod . 20:10:27 ---> b306c3afee0c 20:10:27 Step 7/21 : RUN go mod download 20:10:27 Removing intermediate container 13e262f86cd0 20:10:27 ---> 6a922c2e8692 20:10:27 Step 6/23 : COPY go.mod . 20:10:27 ---> Running in c11e79cef619 20:10:28 ---> b275139273e2 20:10:28 Step 7/23 : RUN go mod download 20:10:28 ---> 52ff825f1251 20:10:28 Step 7/22 : RUN go mod download 20:10:28 ---> Running in 488d44758b76 20:10:28 ---> Running in 2eb621ac2e4c 20:10:28 ---> 83425c435cd6 20:10:28 Step 7/23 : RUN go mod download 20:10:29 ---> Running in 7e3902dd5dbb 20:10:30 Removing intermediate container 61c18be33b41 20:10:30 ---> 90fbf42618ce 20:10:30 Step 8/23 : COPY . . 20:10:31 Removing intermediate container c11e79cef619 20:10:31 ---> 9947d6af06e3 20:10:31 Step 8/21 : COPY . . 20:10:33 Removing intermediate container 488d44758b76 20:10:33 ---> 68543c667eea 20:10:33 Step 8/23 : COPY . . 20:10:33 Removing intermediate container 2eb621ac2e4c 20:10:33 Removing intermediate container 7e3902dd5dbb 20:10:33 ---> 3df59f20bac6 20:10:33 ---> 475de3ee94e0 20:10:33 Step 8/22 : COPY . .Step 8/23 : COPY . . 20:10:33 20:10:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:10:51 Removing intermediate container 2ea3add558bd 20:10:51 ---> 80ced9af4dc6 20:10:51 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:10:51 Removing intermediate container f8cb99359677 20:10:51 ---> a1520d952eeb 20:10:51 20:10:51 Step 10/31 : FROM alpine:3.12 20:10:51 Removing intermediate container 6fbee02fff03 20:10:51 ---> 433081624992 20:10:51 20:10:51 Step 10/22 : FROM alpine:3.12 20:10:51 Removing intermediate container a8a959ed911e 20:10:51 ---> 129bd1f99157 20:10:51 20:10:51 Step 10/22 : FROM alpine:3.12 20:10:51 3.12: Pulling from library/alpine 20:10:51 ---> Running in 8f6549ce92bf 20:10:51 3.12: Pulling from library/alpine 20:10:51 3.12: Pulling from library/alpine 20:10:51 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:10:51 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:10:51 Status: Downloaded newer image for alpine:3.12 20:10:51 Status: Image is up to date for alpine:3.12 20:10:51 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:10:51 Status: Image is up to date for alpine:3.12 20:10:51 ---> 13621d1b12d4 20:10:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:10:51 ---> 13621d1b12d4 20:10:51 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' ---> 13621d1b12d4 20:10:51 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:10:51 20:10:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:10:52 ---> 7d35ecc2a00f 20:10:52 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:10:52 ---> f7fe149c75b8 20:10:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:10:52 ---> efd25b119fbc 20:10:52 Step 9/23 : RUN make cmd/core-command/core-command 20:10:52 ---> 605b808bc7f1 20:10:52 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:10:52 ---> Running in f769398a3a8d 20:10:52 ---> Running in 3901fd28c836 20:10:52 ---> 80ef628c2d1e 20:10:52 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:10:52 ---> Running in 941a91436893 20:10:52 ---> Running in 5ea4c16e0333 20:10:52 ---> Running in 6a86c2e06d54 20:10:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:10:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o cmd/core-command/core-command ./cmd/core-command 20:10:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:10:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:10:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:10:52 ---> Running in 3e3a630067e9 20:10:52 ---> Running in 987f1e3b8b9e 20:10:52 ---> Running in 774127b75e8d 20:10:53 Removing intermediate container a2713132f03c 20:10:53 ---> 798ccea2ed5c 20:10:53 20:10:53 Step 10/25 : FROM alpine:3.12 20:10:53 ---> 13621d1b12d4 20:10:53 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 20:10:53 ---> Running in db3f23af63c2 20:10:53 Removing intermediate container 987f1e3b8b9e 20:10:53 ---> f3e0babdce8a 20:10:53 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:10:54 ---> Running in 85c83459b882 20:10:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:10:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:10:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:10:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:10:55 (1/1) Installing dumb-init (1.2.2-r1) 20:10:55 Executing busybox-1.31.1-r20.trigger 20:10:55 (1/2) Installing ca-certificates (20191127-r4) 20:10:55 OK: 6 MiB in 15 packages 20:10:55 (2/2) Installing dumb-init (1.2.2-r1) 20:10:55 Executing busybox-1.31.1-r20.trigger 20:10:55 Executing ca-certificates-20191127-r4.trigger 20:10:55 OK: 6 MiB in 16 packages 20:10:56 Removing intermediate container 8f6549ce92bf 20:10:56 ---> 4cdf59e2a1d2 20:10:56 20:10:56 Step 11/23 : FROM docker:20.10.0 20:10:56 20.10.0: Pulling from library/docker 20:10:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:10:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:10:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:10:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:10:56 (1/6) Installing ca-certificates (20191127-r4) 20:10:56 (2/6) Installing nghttp2-libs (1.41.0-r0) 20:10:56 (3/6) Installing libcurl (7.76.1-r0) 20:10:56 (4/6) Installing curl (7.76.1-r0) 20:10:56 (5/6) Installing dumb-init (1.2.2-r1) 20:10:56 (6/6) Installing su-exec (0.2-r1) 20:10:56 Executing busybox-1.31.1-r20.trigger 20:10:56 (1/2) Installing dumb-init (1.2.2-r1) 20:10:56 (2/2) Installing su-exec (0.2-r1) 20:10:56 Executing busybox-1.31.1-r20.trigger 20:10:56 Executing ca-certificates-20191127-r4.trigger 20:10:56 OK: 6 MiB in 16 packages 20:10:56 OK: 7 MiB in 20 packages 20:10:57 Removing intermediate container 3e3a630067e9 20:10:57 ---> 94e4e3ddb730 20:10:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:10:57 Removing intermediate container 774127b75e8d 20:10:57 ---> c0e287da22e8 20:10:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:10:58 ---> Running in 63c409cd7387 20:10:58 ---> Running in d7280b7b768a 20:10:58 Removing intermediate container 63c409cd7387 20:10:58 ---> 31745efc695f 20:10:58 Step 13/22 : ENV APP_PORT=48085 20:10:59 Removing intermediate container 85c83459b882 20:10:59 ---> d6fc1b13820d 20:10:59 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:10:59 Removing intermediate container d7280b7b768a 20:10:59 ---> 0fba545e3e57 20:10:59 Step 13/22 : ENV APP_PORT=48060 20:10:59 ---> Running in cfa874ec9334 20:10:59 Removing intermediate container db3f23af63c2 20:10:59 ---> 1b16155baf03 20:10:59 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:10:59 ---> Running in 8decd08a2e4e 20:10:59 ---> Running in b1e2ed33129c 20:10:59 ---> Running in 4d7b5a497979 20:10:59 Removing intermediate container cfa874ec9334 20:10:59 ---> 2050c22ae09a 20:10:59 Step 14/22 : EXPOSE $APP_PORT 20:10:59 Removing intermediate container 8decd08a2e4e 20:10:59 ---> 265def31c182 20:10:59 Step 14/22 : EXPOSE $APP_PORT 20:10:59 ---> Running in 2e4ea846b055 20:10:59 Removing intermediate container b1e2ed33129c 20:10:59 ---> 1fb4bc25dbfc 20:10:59 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:10:59 Removing intermediate container 4d7b5a497979 20:10:59 ---> d2588893f795 20:10:59 Step 13/25 : WORKDIR / 20:10:59 ---> Running in 4fd76d3e8715 20:10:59 ---> Running in d697d9a26a55 20:10:59 ---> Running in 91144b20985b 20:10:59 Removing intermediate container 2e4ea846b055 20:10:59 ---> d388a1b303d6 20:10:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:11:00 Removing intermediate container 4fd76d3e8715 20:11:00 ---> ea0c9f1ba501 20:11:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:11:00 Removing intermediate container d697d9a26a55 20:11:00 ---> 117cb952ec17 20:11:00 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:11:00 Removing intermediate container 91144b20985b 20:11:00 ---> 45d04dc706d2 20:11:00 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:11:00 ---> Running in 4a3176087434 20:11:00 ---> 3fe42fd7231c 20:11:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:11:00 ---> 30164ea3566d 20:11:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:11:01 ---> 2b3d6edc37c0 20:11:01 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:11:02 ---> 4b91f8cd0be5 20:11:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:11:02 ---> b902dead7dd6 20:11:02 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:11:02 ---> 0ba7048d2384 20:11:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:11:02 ---> f710479d1d85 20:11:02 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:11:02 ---> 4ae1915b763e 20:11:02 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:11:02 ---> Running in 98783bb7287d 20:11:02 ---> c3e4e007cb09 20:11:02 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:11:02 Removing intermediate container 4a3176087434 20:11:02 ---> 7db0c22c5ead 20:11:02 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:11:03 ---> Running in ded9f8cd1c13 20:11:03 ---> Running in 7d793cdf5abd 20:11:03 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:11:03 ---> 0fe7228797c8 20:11:03 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:11:03 Status: Downloaded newer image for docker:20.10.0 20:11:03 ---> aefe523efa57 20:11:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:11:03 Removing intermediate container 98783bb7287d 20:11:03 ---> 88ce31c58ef4 20:11:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:11:03 ---> Running in c57ca25218f2 20:11:03 ---> Running in 0f7ddbd52459 20:11:03 Removing intermediate container ded9f8cd1c13 20:11:03 ---> 8b80c3858298 20:11:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:11:03 Removing intermediate container 7d793cdf5abd 20:11:03 ---> 99d545ff933a 20:11:03 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:11:04 ---> Running in 5d5c40535eb9 20:11:04 ---> 3dd68777d4e7 20:11:04 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:11:04 Removing intermediate container c57ca25218f2 20:11:04 ---> 85a86b453f6f 20:11:04 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 20:11:04 Removing intermediate container 0f7ddbd52459 20:11:04 ---> 4522c1678ad7 20:11:04 Step 20/22 : LABEL arch=x86_64 20:11:04 ---> Running in c60161057af7 20:11:04 ---> 44896f1fad5e 20:11:04 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:11:04 ---> Running in 697f0ee758e3 20:11:04 Removing intermediate container 5d5c40535eb9 20:11:04 ---> 409273a2d6b2 20:11:04 Step 20/22 : LABEL arch=x86_64 20:11:04 ---> Running in b3a8034c182d 20:11:04 ---> 0b9face12392 20:11:04 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:11:04 ---> Running in 8375c7623d5e 20:11:04 Removing intermediate container 697f0ee758e3 20:11:04 ---> 9a83bc0546bd 20:11:04 Step 21/22 : LABEL git_sha=40097948026cfcf365777e8965120a46082f11c2 20:11:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:11:05 ---> Running in faaa57f4c87a 20:11:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:11:05 Removing intermediate container 8375c7623d5e 20:11:05 ---> 91bc5a5caaae 20:11:05 Step 21/22 : LABEL git_sha=40097948026cfcf365777e8965120a46082f11c2 20:11:05 ---> 607ca0a59459 20:11:05 Step 21/25 : 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/ 20:11:05 ---> Running in 009b9ae2a0cb 20:11:05 (1/39) Installing readline (8.0.4-r0) 20:11:05 (2/39) Installing bash (5.0.17-r0) 20:11:05 ---> Running in 1a4921c3c74c 20:11:05 Executing bash-5.0.17-r0.post-install 20:11:05 (3/39) Installing nghttp2-libs (1.41.0-r0) 20:11:05 (4/39) Installing libcurl (7.76.1-r0) 20:11:05 (5/39) Installing curl (7.76.1-r0) 20:11:05 (6/39) Installing dumb-init (1.2.2-r1) 20:11:05 (7/39) Installing libbz2 (1.0.8-r1) 20:11:05 (8/39) Installing expat (2.2.9-r1) 20:11:05 (9/39) Installing libffi (3.3-r2) 20:11:05 (10/39) Installing gdbm (1.13-r1) 20:11:05 (11/39) Installing xz-libs (5.2.5-r0) 20:11:05 (12/39) Installing sqlite-libs (3.32.1-r0) 20:11:05 (13/39) Installing python3 (3.8.8-r0) 20:11:05 Removing intermediate container faaa57f4c87a 20:11:05 ---> 64724d67ecb9 20:11:05 Step 22/22 : LABEL version=2.0.0-dev.197 20:11:07 ---> Running in 653a10e7e2d8 20:11:07 Removing intermediate container 009b9ae2a0cb 20:11:07 ---> 6af15f2d80cf 20:11:07 Step 22/22 : LABEL version=2.0.0-dev.197 20:11:09 ---> Running in d222c8304b54 20:11:09 (14/39) Installing py3-appdirs (1.4.4-r1) 20:11:09 (15/39) Installing py3-ordered-set (4.0.1-r0) 20:11:09 (16/39) Installing py3-parsing (2.4.7-r0) 20:11:09 Removing intermediate container 653a10e7e2d8 20:11:09 ---> 7c70528776be 20:11:09 (17/39) Installing py3-six (1.15.0-r0) 20:11:09 20:11:09 (18/39) Installing py3-packaging (20.4-r0) 20:11:09 (19/39) Installing py3-setuptools (47.0.0-r0) 20:11:09 (20/39) Installing py3-chardet (3.0.4-r4) 20:11:09 (21/39) Installing py3-idna (2.9-r0) 20:11:09 (22/39) Installing py3-certifi (2020.4.5.1-r0) 20:11:09 (23/39) Installing py3-urllib3 (1.25.9-r0) 20:11:10 (24/39) Installing py3-requests (2.23.0-r0) 20:11:10 Removing intermediate container b3a8034c182d 20:11:10 ---> 327096115d7e 20:11:10 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:11:10 (25/39) Installing py3-msgpack (1.0.0-r0) 20:11:10 Successfully built 7c70528776be 20:11:10 Removing intermediate container d222c8304b54 20:11:10 ---> cf8f0cf5ba2b 20:11:10 20:11:10 (26/39) Installing py3-lockfile (0.12.2-r3) 20:11:10 Successfully tagged docker-support-scheduler-go:latest 20:11:10  Building docker-support-scheduler-go ... done (27/39) Installing py3-cachecontrol (0.12.6-r0) 20:11:10 Building docker-core-command-go 20:11:10 (28/39) Installing py3-colorama (0.4.3-r0) 20:11:10 (29/39) Installing py3-distlib (0.3.0-r0) 20:11:10 Removing intermediate container 1a4921c3c74c 20:11:10 ---> 36709617c046 20:11:10 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:11:10 (30/39) Installing py3-distro (1.5.0-r1) 20:11:10 (31/39) Installing py3-webencodings (0.5.1-r3) 20:11:10 (32/39) Installing py3-html5lib (1.0.1-r4) 20:11:11 (33/39) Installing py3-pytoml (0.1.21-r0) 20:11:12 (34/39) Installing py3-pep517 (0.8.2-r0) 20:11:12 Successfully built cf8f0cf5ba2b 20:11:12 (35/39) Installing py3-progress (1.5-r0) 20:11:12 (36/39) Installing py3-toml (0.10.1-r0) 20:11:12 (37/39) Installing py3-retrying (1.3.3-r0) 20:11:12 Successfully tagged docker-support-notifications-go:latest 20:11:12 Building docker-core-data-go 20:11:12  Building docker-support-notifications-go ... done (38/39) Installing py3-contextlib2 (0.6.0-r0) 20:11:12 (39/39) Installing py3-pip (20.1.1-r0) 20:11:15 ---> Running in 8baa251f5a28 20:11:16 ---> 9f5c3ff3a02a 20:11:16 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:11:16 Executing busybox-1.31.1-r19.trigger 20:11:16 OK: 72 MiB in 59 packages 20:11:20 Removing intermediate container 8baa251f5a28 20:11:20 ---> 5a9226b83d9d 20:11:20 Step 23/25 : LABEL arch=x86_64 20:11:20 ---> c91e869aeb83 20:11:20 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:11:20 ---> Running in 013226f4846f 20:11:23 Collecting docker-compose==1.23.2 20:11:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:11:26 Collecting docker<4.0,>=3.6.0 20:11:26 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:11:28 Collecting cached-property<2,>=1.2.0 20:11:28 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:11:29 Removing intermediate container 013226f4846f 20:11:29 ---> 7afc8d70744e 20:11:29 Step 24/25 : LABEL git_sha=40097948026cfcf365777e8965120a46082f11c2 20:11:29 ---> 811dff30f2c6 20:11:29 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:11:29 Collecting docopt<0.7,>=0.6.1 20:11:29 Downloading docopt-0.6.2.tar.gz (25 kB) 20:11:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:11:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:11:30 ---> 869effe19974 20:11:30 Step 3/23 : WORKDIR /edgex-go 20:11:30 ---> Using cache 20:11:30 ---> 71de6384fd7f 20:11:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:11:30 ---> Using cache 20:11:30 ---> e16f67709f72 20:11:30 Step 5/23 : RUN apk add --update --no-cache make git 20:11:30 ---> Using cache 20:11:30 ---> a5cd0eb60f1e 20:11:30 Step 6/23 : COPY go.mod . 20:11:30 ---> Using cache 20:11:30 ---> 65ab30e42370 20:11:30 Step 7/23 : RUN go mod download 20:11:30 ---> Using cache 20:11:30 ---> 6b6d3e00c42d 20:11:30 Step 8/23 : COPY . . 20:11:30 ---> Using cache 20:11:30 ---> dc3fdbaf588f 20:11:30 Step 9/23 : RUN make cmd/core-command/core-command 20:11:31 ---> Running in 80e41712557d 20:11:31 ---> Running in 8e3312e919ef 20:11:31 ---> 80338ef7c879 20:11:31 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:11:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:11:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:11:31 ---> 869effe19974 20:11:31 Step 3/23 : WORKDIR /edgex-go 20:11:31 ---> Using cache 20:11:31 ---> 71de6384fd7f 20:11:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:11:31 ---> Using cache 20:11:31 ---> e16f67709f72 20:11:31 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:11:32 Removing intermediate container 80e41712557d 20:11:32 ---> 87312e34b471 20:11:32 Step 25/25 : LABEL version=2.0.0-dev.197 20:11:32 Collecting PyYAML<4,>=3.10 20:11:32 Downloading PyYAML-3.13.tar.gz (270 kB) 20:11:32 ---> Running in f677adaaf037 20:11:32 ---> Running in 2ea02568d891 20:11:32 ---> d0eb963a5abb 20:11:32 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:11:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o cmd/core-command/core-command ./cmd/core-command 20:11:33 Removing intermediate container 2ea02568d891 20:11:33 ---> 729464c5b361 20:11:33 20:11:33 ---> Running in c04a49904f27 20:11:33 Collecting jsonschema<3,>=2.5.1 20:11:33 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:11:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:11:33 Successfully built 729464c5b361 20:11:34 Successfully tagged docker-security-secretstore-setup-go:latest 20:11:34  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 20:11:34 Collecting websocket-client<1.0,>=0.32.0 20:11:34 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:11:34 Removing intermediate container c04a49904f27 20:11:34 ---> 5a0da684267f 20:11:34 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:11:34 Collecting dockerpty<0.5,>=0.4.1 20:11:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:11:34 ---> 58c62817945c 20:11:34 Step 26/31 : RUN chmod +x /entrypoint.sh 20:11:34 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:11:35 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:11:35 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:11:35 OK: 219 MiB in 52 packages 20:11:37 ---> Running in 7ce9036a9c07 20:11:37 Collecting texttable<0.10,>=0.9.0 20:11:37 Downloading texttable-0.9.1.tar.gz (11 kB) 20:11:37 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:11:39 Collecting docker-pycreds>=0.4.0 20:11:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:11:40 Collecting idna<2.8,>=2.5 20:11:40 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:11:41 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) 20:11:41 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) 20:11:41 Removing intermediate container f677adaaf037 20:11:41 ---> 9b4b3bd7fe59 20:11:41 Step 6/23 : COPY go.mod . 20:11:42 Collecting urllib3<1.25,>=1.21.1 20:11:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:11:42 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:11:42 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:11:42 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:11:42 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:11:42 Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, cached-property, docopt, PyYAML, jsonschema, dockerpty, texttable, docker-compose 20:11:42 ---> c5baec18409d 20:11:42 Step 7/23 : RUN go mod download 20:11:42 Attempting uninstall: idna 20:11:42 Found existing installation: idna 2.9 20:11:42 Uninstalling idna-2.9: 20:11:42 Successfully uninstalled idna-2.9 20:11:42 ---> Running in da0c1f66effd 20:11:43 Removing intermediate container 7ce9036a9c07 20:11:43 ---> 52b69fcfe495 20:11:43 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:11:44 Attempting uninstall: urllib3 20:11:44 Found existing installation: urllib3 1.25.9 20:11:44 Uninstalling urllib3-1.25.9: 20:11:44 Successfully uninstalled urllib3-1.25.9 20:11:46 Attempting uninstall: requests 20:11:46 Found existing installation: requests 2.23.0 20:11:46 Uninstalling requests-2.23.0: 20:11:46 ---> Running in 1cf592b751d9 20:11:46 Successfully uninstalled requests-2.23.0 20:11:48 Removing intermediate container 1cf592b751d9 20:11:48 ---> 0c680c54696b 20:11:48 Step 28/31 : CMD ["gate"] 20:11:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:11:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:11:48 ---> 869effe19974 20:11:48 Step 3/21 : WORKDIR /edgex-go 20:11:48 ---> Using cache 20:11:48 ---> 71de6384fd7f 20:11:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:11:48 ---> Using cache 20:11:48 ---> e16f67709f72 20:11:48 Step 5/21 : RUN apk add --update --no-cache make git 20:11:48 ---> Using cache 20:11:48 ---> a5cd0eb60f1e 20:11:48 Step 6/21 : COPY go.mod . 20:11:48 ---> Using cache 20:11:48 ---> 65ab30e42370 20:11:48 Step 7/21 : RUN go mod download 20:11:48 ---> Using cache 20:11:48 ---> 6b6d3e00c42d 20:11:48 Step 8/21 : COPY . . 20:11:48 ---> Using cache 20:11:48 ---> dc3fdbaf588f 20:11:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:11:49 Running setup.py install for docopt: started 20:11:49 ---> Running in fe944ea04b97 20:11:50 ---> Running in fd8ba80e76d8 20:11:50 Running setup.py install for docopt: finished with status 'done' 20:11:50 Running setup.py install for PyYAML: started 20:11:50 Removing intermediate container fd8ba80e76d8 20:11:50 ---> b282385124d8 20:11:50 Step 29/31 : LABEL arch=x86_64 20:11:51 Removing intermediate container da0c1f66effd 20:11:51 ---> c862b89ea182 20:11:51 Step 8/23 : COPY . . 20:11:51 ---> Running in 29b4b3ea402a 20:11:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:11:51 Running setup.py install for PyYAML: finished with status 'done' 20:11:53 Running setup.py install for dockerpty: started 20:11:54 Removing intermediate container 29b4b3ea402a 20:11:54 ---> c55cba65de64 20:11:54 Step 30/31 : LABEL git_sha=40097948026cfcf365777e8965120a46082f11c2 20:11:54 Running setup.py install for dockerpty: finished with status 'done' 20:11:54 Running setup.py install for texttable: started 20:11:55 Running setup.py install for texttable: finished with status 'done' 20:11:58 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.59.0 20:11:58 ---> Running in 9d38eb9cc91e 20:12:00 Removing intermediate container 9d38eb9cc91e 20:12:00 ---> 9ed4c1ee40b8 20:12:00 Step 31/31 : LABEL version=2.0.0-dev.197 20:12:03 ---> Running in a656542a65cc 20:12:05 Removing intermediate container a656542a65cc 20:12:05 ---> 4b983ce449a6 20:12:05 20:12:05 Successfully built 4b983ce449a6 20:12:05 Successfully tagged docker-security-bootstrapper-go:latest 20:12:05  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 20:12:17 Removing intermediate container 8e3312e919ef 20:12:17 ---> 0fe8ccbe5dc9 20:12:17 20:12:17 Step 10/23 : FROM alpine:3.12 20:12:17 ---> 13621d1b12d4 20:12:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:12:17 ---> Using cache 20:12:17 ---> 94e4e3ddb730 20:12:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:12:17 ---> Using cache 20:12:17 ---> 31745efc695f 20:12:17 Step 13/23 : ENV APP_PORT=48082 20:12:21 ---> Running in 766d606d1b71 20:12:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:12:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:12:23 ---> 869effe19974 20:12:23 Step 3/23 : WORKDIR /edgex-go 20:12:23 ---> Using cache 20:12:23 ---> 71de6384fd7f 20:12:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:12:23 ---> Using cache 20:12:23 ---> e16f67709f72 20:12:23 Step 5/23 : RUN apk add --update --no-cache make git 20:12:23 ---> Using cache 20:12:23 ---> a5cd0eb60f1e 20:12:23 Step 6/23 : COPY go.mod . 20:12:23 ---> Using cache 20:12:23 ---> 65ab30e42370 20:12:23 Step 7/23 : RUN go mod download 20:12:23 ---> Using cache 20:12:23 ---> 6b6d3e00c42d 20:12:23 Step 8/23 : COPY . . 20:12:23 ---> Using cache 20:12:23 ---> dc3fdbaf588f 20:12:23 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:12:23 ---> 2c295bae157b 20:12:23 Step 9/23 : RUN make cmd/core-data/core-data 20:12:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o ./cmd/secrets-config ./cmd/secrets-config 20:12:26 Removing intermediate container 766d606d1b71 20:12:26 ---> 25bf4ef12d38 20:12:26 Step 14/23 : EXPOSE $APP_PORT 20:12:26 ---> Running in 7204c1aa7719 20:12:26 ---> Running in 6f22012948e7 20:12:27 ---> Running in c7799e05e088 20:12:28 Removing intermediate container c7799e05e088 20:12:28 ---> 5bb69a838267 20:12:28 Step 15/23 : WORKDIR / 20:12:28 Removing intermediate container c60161057af7 20:12:28 ---> 4e4c4a2305b9 20:12:28 Step 14/23 : ENV APP_PORT=48090 20:12:28 ---> Running in b4395d6df574 20:12:28 ---> Running in 3bc57071b1e5 20:12:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:12:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o cmd/core-data/core-data ./cmd/core-data 20:12:28 Removing intermediate container b4395d6df574 20:12:28 ---> 92fcf666f774 20:12:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:12:28 Removing intermediate container 3bc57071b1e5 20:12:28 ---> dfdd4de71057 20:12:28 Step 15/23 : EXPOSE $APP_PORT 20:12:29 ---> Running in 8d1b62f75f81 20:12:29 ---> f25a4a4ec80b 20:12:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:12:29 Removing intermediate container 8d1b62f75f81 20:12:29 ---> 6afc0093f211 20:12:29 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:12:32 ---> f1946a0b4c75 20:12:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:12:32 ---> 9af2a1d44eb5 20:12:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:12:32 Removing intermediate container fe944ea04b97 20:12:32 ---> ac920b2df6d2 20:12:32 20:12:32 Step 10/21 : FROM alpine:3.12 20:12:33 ---> 13621d1b12d4 20:12:33 Step 11/21 : RUN apk add --update --no-cache curl 20:12:33 ---> 4f1f55049c5e 20:12:33 Step 19/23 : ENTRYPOINT ["/core-command"] 20:12:33 ---> Running in ba592d8e2e8e 20:12:33 ---> Running in b4e485c7e284 20:12:34 ---> b4333507b86d 20:12:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:12:34 Removing intermediate container b4e485c7e284 20:12:34 ---> 181eed1b0ec4 20:12:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:12:34 ---> Running in e30f82f07b61 20:12:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:12:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:12:35 ---> 4084cf1d6db1 20:12:35 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 20:12:35 Removing intermediate container e30f82f07b61 20:12:35 ---> 812886b7df1e 20:12:35 Step 21/23 : LABEL arch=x86_64 20:12:35 (1/4) Installing ca-certificates (20191127-r4) 20:12:35 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:12:35 (3/4) Installing libcurl (7.76.1-r0) 20:12:35 (4/4) Installing curl (7.76.1-r0) 20:12:35 Executing busybox-1.31.1-r20.trigger 20:12:36 Executing ca-certificates-20191127-r4.trigger 20:12:36 OK: 7 MiB in 18 packages 20:12:36 ---> Running in 29972bc60eb3 20:12:36 ---> Running in 06828d57ece5 20:12:37 Removing intermediate container 06828d57ece5 20:12:37 ---> 67ebc6e986e7 20:12:37 Step 22/23 : LABEL git_sha=40097948026cfcf365777e8965120a46082f11c2 20:12:37 Removing intermediate container 29972bc60eb3 20:12:37 ---> ec2f62ef5323 20:12:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:12:38 ---> Running in c36caa58339c 20:12:38 ---> Running in b20e1b39d5e3 20:12:38 Removing intermediate container ba592d8e2e8e 20:12:38 ---> 1e6d30d08324 20:12:38 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:12:39 Removing intermediate container c36caa58339c 20:12:39 ---> 3129b1ab36af 20:12:39 Step 23/23 : LABEL version=2.0.0-dev.197 20:12:39 ---> Running in 74802b28e888 20:12:39 Removing intermediate container b20e1b39d5e3 20:12:39 ---> 5482a42c454b 20:12:39 Step 21/23 : LABEL arch=x86_64 20:12:40 ---> Running in c6d4ac92e914 20:12:40 ---> Running in ce53715c017b 20:12:41 Removing intermediate container 74802b28e888 20:12:41 ---> 36bd6c387fb4 20:12:41 Step 13/21 : WORKDIR /edgex 20:12:41 ---> Running in 668fa41aa7d1 20:12:41 Removing intermediate container c6d4ac92e914 20:12:41 ---> 3164ad3f2292 20:12:41 20:12:41 Removing intermediate container ce53715c017b 20:12:41 ---> a07d40ce40be 20:12:41 Step 22/23 : LABEL git_sha=40097948026cfcf365777e8965120a46082f11c2 20:12:41 ---> Running in d46513a90793 20:12:41 Successfully built 3164ad3f2292 20:12:42 Successfully tagged docker-core-command-go:latest 20:12:42 Removing intermediate container 668fa41aa7d1 20:12:42 ---> 44f80ae6d8e2 20:12:42 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:12:42  Building docker-core-command-go ... done Removing intermediate container d46513a90793 20:12:42 ---> a3ae2a715e00 20:12:42 Step 23/23 : LABEL version=2.0.0-dev.197 20:12:42 ---> Running in 027dfb69fa16 20:12:42 ---> c46a8c7f4422 20:12:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:12:42 Removing intermediate container 027dfb69fa16 20:12:42 ---> 6522c79d11bb 20:12:42 20:12:42 Successfully built 6522c79d11bb 20:12:42 Successfully tagged docker-sys-mgmt-agent-go:latest 20:12:43  Building docker-sys-mgmt-agent-go ... done  ---> f7482f25fb09 20:12:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:12:44 ---> 383c87c0a158 20:12:44 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:12:44 ---> Running in 81969abfbd13 20:12:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o ./cmd/secrets-config ./cmd/secrets-config 20:12:44 Removing intermediate container 81969abfbd13 20:12:44 ---> 499a47581828 20:12:44 Step 18/21 : CMD ["--init=true"] 20:12:44 ---> Running in bad67f66f2ea 20:12:46 Removing intermediate container bad67f66f2ea 20:12:46 ---> a38fea64f20b 20:12:46 Step 19/21 : LABEL arch=x86_64 20:12:46 ---> Running in 8c2feb00672c 20:12:47 Removing intermediate container 8c2feb00672c 20:12:47 ---> 4ed9a17f53ac 20:12:47 Step 20/21 : LABEL git_sha=40097948026cfcf365777e8965120a46082f11c2 20:12:47 ---> Running in 00b90d67b765 20:12:47 Removing intermediate container 00b90d67b765 20:12:47 ---> def3835b51e0 20:12:47 Step 21/21 : LABEL version=2.0.0-dev.197 20:12:47 ---> Running in 80db5532823f 20:12:48 Removing intermediate container 80db5532823f 20:12:48 ---> 5d5ca54afbd0 20:12:48 20:12:48 Successfully built 5d5ca54afbd0 20:12:48 Successfully tagged docker-security-proxy-setup-go:latest 20:12:51 Removing intermediate container 3901fd28c836 20:12:51 ---> edf2c1192240 20:12:51 20:12:51 Step 10/21 : FROM alpine:3.12 20:12:51 3.12: Pulling from library/alpine 20:12:53 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:12:53 Status: Downloaded newer image for alpine:3.12 20:12:53 ---> 9852663dfa18 20:12:53 Step 11/21 : RUN apk add --update --no-cache curl 20:12:54 ---> Running in 7c11ba518446 20:12:55 Removing intermediate container f769398a3a8d 20:12:55 ---> 437f94368575 20:12:55 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:12:55 ---> Running in 6c6cc1b8ab11 20:12:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:12:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:12:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:12:58 (1/4) Installing ca-certificates (20191127-r4) 20:12:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:12:58 (3/4) Installing libcurl (7.76.1-r0) 20:12:58 (4/4) Installing curl (7.76.1-r0) 20:12:58 Executing busybox-1.31.1-r20.trigger 20:12:58 Executing ca-certificates-20191127-r4.trigger 20:12:58  Building docker-security-proxy-setup-go ... done Removing intermediate container 7204c1aa7719 20:12:58 ---> 8386cacab3f2 20:12:58 20:12:58 Step 10/23 : FROM alpine:3.12 20:12:58 ---> 13621d1b12d4 20:12:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:12:58 ---> Using cache 20:12:58 ---> 94e4e3ddb730 20:12:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:12:58 ---> Using cache 20:12:58 ---> 31745efc695f 20:12:58 Step 13/23 : ENV APP_PORT=48081 20:12:58 OK: 7 MiB in 18 packages 20:12:58 ---> Running in 7547c855ae7a 20:12:58 Removing intermediate container 6f22012948e7 20:12:58 ---> 966755c7c805 20:12:58 20:12:58 Step 10/23 : FROM alpine:3.12 20:12:58 ---> 13621d1b12d4 20:12:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:12:58 ---> Running in 5329d7ee6baf 20:12:58 Removing intermediate container 7547c855ae7a 20:12:58 ---> 1ad61327ed21 20:12:58 Step 14/23 : EXPOSE $APP_PORT 20:12:58 Removing intermediate container 5329d7ee6baf 20:12:58 ---> aef1e269a949 20:12:58 Step 12/23 : ENV APP_PORT=48080 20:12:58 ---> Running in e5d529383bad 20:12:58 ---> Running in 06ac614bf22b 20:12:59 Removing intermediate container e5d529383bad 20:12:59 ---> 2ccc3e8badc0 20:12:59 Step 15/23 : WORKDIR / 20:12:59 Removing intermediate container 06ac614bf22b 20:12:59 ---> 0453ae9c5812 20:12:59 Step 13/23 : EXPOSE $APP_PORT 20:12:59 ---> Running in 87b8e98bf9df 20:12:59 ---> Running in 1bd8f3e92494 20:12:59 Removing intermediate container 87b8e98bf9df 20:12:59 ---> 1125e0211b65 20:12:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:12:59 Removing intermediate container 1bd8f3e92494 20:12:59 ---> ba2135c05eac 20:12:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:12:59 ---> Running in 43d1bb6dcf56 20:12:59 ---> 63a3b5f3ea0f 20:12:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:13:00 ---> 53f204abcbe4 20:13:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:13:00 Removing intermediate container 43d1bb6dcf56 20:13:00 ---> 14ee9e8921c9 20:13:00 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:13:00 ---> Running in 7ece9ef6c24a 20:13:00 ---> 3c226a730817 20:13:00 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:13:00 ---> Running in 71ec2fa57526 20:13:01 Removing intermediate container 71ec2fa57526 20:13:01 ---> 2d7a321653fd 20:13:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:13:01 ---> Running in eeb9bb2e3693 20:13:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:13:01 Removing intermediate container eeb9bb2e3693 20:13:01 ---> 180b3b74bee8 20:13:01 Step 21/23 : LABEL arch=x86_64 20:13:01 ---> Running in fdc3550f39a8 20:13:01 Removing intermediate container fdc3550f39a8 20:13:01 ---> 24d2e8d1b49e 20:13:01 Step 22/23 : LABEL git_sha=40097948026cfcf365777e8965120a46082f11c2 20:13:01 ---> Running in a3c36ac7a70d 20:13:01 Removing intermediate container a3c36ac7a70d 20:13:01 ---> 6b8cafd7fb03 20:13:01 Step 23/23 : LABEL version=2.0.0-dev.197 20:13:01 ---> Running in f3575daa0aac 20:13:01 Removing intermediate container f3575daa0aac 20:13:01 ---> ae36f0d76ba6 20:13:01 20:13:02 Successfully built ae36f0d76ba6 20:13:02 Successfully tagged docker-core-metadata-go:latest 20:13:02  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:13:02 Removing intermediate container 7c11ba518446 20:13:02 ---> c8ba6e00bdf9 20:13:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:13:02 Removing intermediate container 6c6cc1b8ab11 20:13:02 ---> 8ddc2bd001d9 20:13:02 20:13:02 Step 11/23 : FROM docker:20.10.0 20:13:02 20.10.0: Pulling from library/docker 20:13:02 Removing intermediate container 941a91436893 20:13:02 ---> 16e99f546824 20:13:02 20:13:02 Step 10/23 : FROM alpine:3.12 20:13:02 ---> 9852663dfa18 20:13:02 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:13:02 ---> Running in 291a3cb91460 20:13:02 (1/6) Installing dumb-init (1.2.2-r1) 20:13:02 (2/6) Installing libgcc (9.3.0-r2) 20:13:02 (3/6) Installing libsodium (1.0.18-r0) 20:13:03 ---> Running in bfc25f43ca48 20:13:03 Removing intermediate container 6a86c2e06d54 20:13:03 ---> 399c74aca4fb 20:13:03 20:13:03 Step 10/22 : FROM alpine:3.12 20:13:03 ---> 9852663dfa18 20:13:03 (4/6) Installing libstdc++ (9.3.0-r2) 20:13:03 (5/6) Installing libzmq (4.3.3-r0) 20:13:03 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:13:03 (6/6) Installing zeromq (4.3.3-r0) 20:13:03 Executing busybox-1.31.1-r20.trigger 20:13:03 OK: 8 MiB in 20 packages 20:13:04 Removing intermediate container 291a3cb91460 20:13:04 ---> fd9bbe87163c 20:13:04 Step 13/21 : WORKDIR /edgex 20:13:04 ---> Running in afdb4549faef 20:13:04 ---> Running in f819f444266b 20:13:04 Removing intermediate container 7ece9ef6c24a 20:13:04 ---> 5576816c17d5 20:13:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:13:04 ---> 78a724937e0c 20:13:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:13:05 ---> 4040693ca933 20:13:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:13:05 ---> 4f7af6208d15 20:13:05 Step 19/23 : ENTRYPOINT ["/core-data"] 20:13:05 ---> Running in 2ba5ff358d7f 20:13:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:13:05 Removing intermediate container f819f444266b 20:13:05 ---> ea8afcb93c05 20:13:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:13:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:13:05 Removing intermediate container 2ba5ff358d7f 20:13:05 ---> ab72d4c491cf 20:13:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:13:05 ---> Running in 919f926ed6c2 20:13:06 Removing intermediate container 919f926ed6c2 20:13:06 ---> b607aed0a51c 20:13:06 Step 21/23 : LABEL arch=x86_64 20:13:06 ---> Running in c3ff089f5665 20:13:06 Removing intermediate container c3ff089f5665 20:13:06 ---> a26863d4e16c 20:13:06 Step 22/23 : LABEL git_sha=40097948026cfcf365777e8965120a46082f11c2 20:13:06 ---> Running in c7c8c6401c6f 20:13:06 Removing intermediate container c7c8c6401c6f 20:13:06 ---> 1aef87702f59 20:13:06 Step 23/23 : LABEL version=2.0.0-dev.197 20:13:06 (1/1) Installing dumb-init (1.2.2-r1) 20:13:06 Executing busybox-1.31.1-r20.trigger 20:13:06 OK: 5 MiB in 15 packages 20:13:06 ---> Running in a7368ac43b88 20:13:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:13:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:13:07 ---> ce15be7477cb 20:13:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:13:07 (1/2) Installing ca-certificates (20191127-r4) 20:13:07 (2/2) Installing dumb-init (1.2.2-r1) 20:13:07 Executing busybox-1.31.1-r20.trigger 20:13:07 Removing intermediate container a7368ac43b88 20:13:07 ---> f7c50c86d113 20:13:07 20:13:07 Successfully built f7c50c86d113 20:13:07 Successfully tagged docker-core-data-go:latest 20:13:07 Executing ca-certificates-20191127-r4.trigger 20:13:07 OK: 6 MiB in 16 packages 20:13:07  Building docker-core-data-go ... done  [Pipeline] } 20:13:07 $ docker stop --time=1 689b89e1a30fdfd80114f03d0267454666b9ecff8f0430ec8b8afe70bfb142e5 20:13:09 Removing intermediate container bfc25f43ca48 20:13:09 ---> 709b388e6c3f 20:13:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:13:09 ---> Running in 10f78245b1c6 20:13:09 ---> 1db094eaaa4a 20:13:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:13:09 $ docker rm -f 689b89e1a30fdfd80114f03d0267454666b9ecff8f0430ec8b8afe70bfb142e5 [Pipeline] // withDockerContainer [Pipeline] sh 20:13:09 Removing intermediate container 10f78245b1c6 20:13:09 ---> c489cf81d944 20:13:09 Step 13/23 : ENV APP_PORT=48082 20:13:10 + docker images 20:13:10 + grep docker 20:13:10 docker-core-data-go latest f7c50c86d113 3 seconds ago 21.5MB 20:13:10 docker-core-metadata-go latest ae36f0d76ba6 9 seconds ago 18.6MB 20:13:10 docker-security-proxy-setup-go latest 5d5ca54afbd0 23 seconds ago 25.3MB 20:13:10 docker-sys-mgmt-agent-go latest 6522c79d11bb 28 seconds ago 312MB 20:13:10 docker-core-command-go latest 3164ad3f2292 29 seconds ago 17MB 20:13:10 docker-security-bootstrapper-go latest 4b983ce449a6 About a minute ago 18.2MB 20:13:10 docker-security-secretstore-setup-go latest 729464c5b361 About a minute ago 25.7MB 20:13:10 docker-support-notifications-go latest cf8f0cf5ba2b 2 minutes ago 17.6MB 20:13:10 docker-support-scheduler-go latest 7c70528776be 2 minutes ago 17.1MB 20:13:10 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:13:10 provisioning config files... 20:13:10 ---> Running in e982df408cde 20:13:10 Removing intermediate container afdb4549faef 20:13:10 ---> 8ef6936c00ba 20:13:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:13:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/465@tmp/config5377544205178854426tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:13:10 ---> docker-login.sh 20:13:10 nexus3.edgexfoundry.org:10001 20:13:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:10 Configure a credential helper to remove this warning. See 20:13:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:10 20:13:10 Login Succeeded 20:13:10 nexus3.edgexfoundry.org:10002 20:13:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:11 Configure a credential helper to remove this warning. See 20:13:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:11 20:13:11 Login Succeeded 20:13:11 nexus3.edgexfoundry.org:10003 20:13:11 ---> Running in 281ad815f876 20:13:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:11 Configure a credential helper to remove this warning. See 20:13:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:11 20:13:11 Login Succeeded 20:13:11 nexus3.edgexfoundry.org:10004 20:13:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:11 Removing intermediate container e982df408cde 20:13:11 ---> e63ce5d34fa1 20:13:11 Step 14/23 : EXPOSE $APP_PORT 20:13:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:11 Configure a credential helper to remove this warning. See 20:13:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:11 20:13:11 Login Succeeded 20:13:11 docker.io 20:13:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:11 ---> d9f24ae1472a 20:13:11 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:13:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:11 Configure a credential helper to remove this warning. See 20:13:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:11 20:13:11 Login Succeeded 20:13:11 ---> docker-login.sh ends [Pipeline] } 20:13:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv 20:13:11 Removing intermediate container 5ea4c16e0333 20:13:11 ---> ce69dd8de0a9 20:13:11 20:13:11 Step 10/23 : FROM alpine:3.12 20:13:11 ---> 9852663dfa18 20:13:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:13:11 ---> Using cache 20:13:11 ---> 709b388e6c3f 20:13:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:13:11 ---> Using cache 20:13:11 ---> c489cf81d944 20:13:11 Step 13/23 : ENV APP_PORT=48081 20:13:11 ---> Running in b2bd716b35b0 [Pipeline] echo 20:13:11 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 20:13:11 40097948026cfcf365777e8965120a46082f11c2 20:13:11 2.0.0-dev.197 20:13:11 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:11 master 20:13:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:13:12 ---> Running in 3547a461a511 20:13:12 Removing intermediate container 281ad815f876 20:13:12 ---> 3a2c42e3316a 20:13:12 Step 13/22 : ENV APP_PORT=48060 20:13:12 ---> Running in 85f8df2ddd63 20:13:12 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:40097948026cfcf365777e8965120a46082f11c2 [Pipeline] isUnix [Pipeline] sh 20:13:12 ---> Running in 63edc01fb468 20:13:12 Removing intermediate container b2bd716b35b0 20:13:12 ---> 7ff252ce1286 20:13:12 Step 15/23 : WORKDIR / 20:13:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:40097948026cfcf365777e8965120a46082f11c2 20:13:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 20:13:12 a64ee0cf62f6: Preparing 20:13:12 100a710b1086: Preparing 20:13:12 06941aff369a: Preparing 20:13:12 78e88a2eeae0: Preparing 20:13:12 32f366d666a5: Preparing 20:13:12 32f366d666a5: Layer already exists 20:13:12 a64ee0cf62f6: Pushed 20:13:12 ---> Running in b43911965040 20:13:12 06941aff369a: Pushed 20:13:12 78e88a2eeae0: Pushed 20:13:13 Removing intermediate container 3547a461a511 20:13:13 ---> 473715aee7ad 20:13:13 Step 18/21 : CMD ["--init=true"] 20:13:13 Removing intermediate container 85f8df2ddd63 20:13:13 ---> 30a7b76892fc 20:13:13 Step 14/23 : EXPOSE $APP_PORT 20:13:13 Removing intermediate container 63edc01fb468 20:13:13 ---> 9242c7c8d3b8 20:13:13 Step 14/22 : EXPOSE $APP_PORT 20:13:13 ---> Running in 4e8eaedcf498 20:13:13 ---> Running in a5f2696950fd 20:13:13 ---> Running in 2f379cacfd13 20:13:13 Removing intermediate container b43911965040 20:13:13 ---> 8dac610e1cfa 20:13:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:13:13 100a710b1086: Pushed 20:13:13 40097948026cfcf365777e8965120a46082f11c2: digest: sha256:9f4b4c08f197ce55bb64b4923b5a3cbe7c72eece91dcc5d1994a90fbfd34cf3e size: 1363 [Pipeline] isUnix [Pipeline] sh 20:13:14 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:13:14 Removing intermediate container a5f2696950fd 20:13:14 ---> 0518b3eafbdc 20:13:14 Step 15/23 : WORKDIR / 20:13:14 Removing intermediate container 4e8eaedcf498 20:13:14 ---> 4a913b770383 20:13:14 Step 19/21 : LABEL arch=arm64 20:13:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.197 20:13:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 20:13:14 a64ee0cf62f6: Preparing 20:13:14 100a710b1086: Preparing 20:13:14 06941aff369a: Preparing 20:13:14 78e88a2eeae0: Preparing 20:13:14 32f366d666a5: Preparing 20:13:14 78e88a2eeae0: Layer already exists 20:13:14 100a710b1086: Layer already exists 20:13:14 06941aff369a: Layer already exists 20:13:14 32f366d666a5: Layer already exists 20:13:14 a64ee0cf62f6: Layer already exists 20:13:14 2.0.0-dev.197: digest: sha256:9f4b4c08f197ce55bb64b4923b5a3cbe7c72eece91dcc5d1994a90fbfd34cf3e size: 1363 [Pipeline] isUnix [Pipeline] sh 20:13:14 ---> Running in a5efd21e2da9 20:13:14 Removing intermediate container 2f379cacfd13 20:13:14 ---> 9254b3004666 20:13:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:13:14 ---> Running in 4147bf0faeff 20:13:14 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:13:14 ---> 940cfcf9a224 20:13:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:13:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 20:13:15 a64ee0cf62f6: Preparing 20:13:15 100a710b1086: Preparing 20:13:15 06941aff369a: Preparing 20:13:15 78e88a2eeae0: Preparing 20:13:15 32f366d666a5: Preparing 20:13:15 32f366d666a5: Layer already exists 20:13:15 78e88a2eeae0: Layer already exists 20:13:15 06941aff369a: Layer already exists 20:13:15 a64ee0cf62f6: Layer already exists 20:13:15 100a710b1086: Layer already exists 20:13:15 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197: digest: sha256:9f4b4c08f197ce55bb64b4923b5a3cbe7c72eece91dcc5d1994a90fbfd34cf3e size: 1363 [Pipeline] isUnix [Pipeline] sh 20:13:15 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix 20:13:15 Removing intermediate container a5efd21e2da9 20:13:15 ---> db0f95888533 20:13:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] sh 20:13:15 Removing intermediate container 4147bf0faeff 20:13:15 ---> 98d5056615cb 20:13:15 Step 20/21 : LABEL git_sha=40097948026cfcf365777e8965120a46082f11c2 20:13:15 ---> 3ba2a8c1af9d 20:13:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:13:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 20:13:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 20:13:15 a64ee0cf62f6: Preparing 20:13:15 100a710b1086: Preparing 20:13:15 06941aff369a: Preparing 20:13:15 78e88a2eeae0: Preparing 20:13:15 32f366d666a5: Preparing 20:13:15 a64ee0cf62f6: Layer already exists 20:13:15 78e88a2eeae0: Layer already exists 20:13:15 06941aff369a: Layer already exists 20:13:15 32f366d666a5: Layer already exists 20:13:15 100a710b1086: Layer already exists 20:13:15 master: digest: sha256:9f4b4c08f197ce55bb64b4923b5a3cbe7c72eece91dcc5d1994a90fbfd34cf3e size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:13:15 ===================================================== [Pipeline] echo 20:13:15 taggedImages: 20:13:15 - nexus3.edgexfoundry.org:10004/docker-core-command-go:40097948026cfcf365777e8965120a46082f11c2 20:13:15 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.197 20:13:15 - nexus3.edgexfoundry.org:10004/docker-core-command-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:15 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 20:13:15 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 20:13:15 40097948026cfcf365777e8965120a46082f11c2 20:13:15 2.0.0-dev.197 20:13:15 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:15 master 20:13:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:13:15 ---> Running in dacf753e483f 20:13:16 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:40097948026cfcf365777e8965120a46082f11c2 [Pipeline] isUnix [Pipeline] sh 20:13:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:40097948026cfcf365777e8965120a46082f11c2 20:13:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 20:13:16 d7b09cfe5a31: Preparing 20:13:16 0bdd68c22a7d: Preparing 20:13:16 06941aff369a: Preparing 20:13:16 47282841353b: Preparing 20:13:16 13cf3965ac05: Preparing 20:13:16 32f366d666a5: Preparing 20:13:16 32f366d666a5: Waiting 20:13:16 06941aff369a: Layer already exists 20:13:16 32f366d666a5: Layer already exists 20:13:16 13cf3965ac05: Pushed 20:13:16 d7b09cfe5a31: Pushed 20:13:16 47282841353b: Pushed 20:13:16 ---> 906a6453de73 20:13:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:13:16 ---> aefa31a1ff59 20:13:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:13:16 Removing intermediate container dacf753e483f 20:13:16 ---> 5cef55db822e 20:13:16 Step 21/21 : LABEL version=2.0.0-dev.197 20:13:17 ---> Running in f5bea1e3899f 20:13:17 0bdd68c22a7d: Pushed 20:13:17 ---> 3660e7750598 20:13:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:13:17 40097948026cfcf365777e8965120a46082f11c2: digest: sha256:c449455c2e9e8af9a81d7641a079cc25c7d10c8b184581a327beaca9287f2438 size: 1572 [Pipeline] isUnix [Pipeline] sh 20:13:18 Removing intermediate container f5bea1e3899f 20:13:18 ---> 0695f14c8677 20:13:18 20:13:18 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:13:18 Status: Downloaded newer image for docker:20.10.0 20:13:18 ---> eeaf43b92773 20:13:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:13:18 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:13:18 ---> 13a0a02543cd 20:13:18 Step 19/23 : ENTRYPOINT ["/core-command"] 20:13:18 Successfully built 0695f14c8677 20:13:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.197 20:13:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 20:13:18 d7b09cfe5a31: Preparing 20:13:18 0bdd68c22a7d: Preparing 20:13:18 06941aff369a: Preparing 20:13:18 47282841353b: Preparing 20:13:18 13cf3965ac05: Preparing 20:13:18 32f366d666a5: Preparing 20:13:18 32f366d666a5: Waiting 20:13:18 d7b09cfe5a31: Layer already exists 20:13:18 0bdd68c22a7d: Layer already exists 20:13:18 06941aff369a: Layer already exists 20:13:18 47282841353b: Layer already exists 20:13:18 13cf3965ac05: Layer already exists 20:13:18 32f366d666a5: Layer already exists 20:13:18 2.0.0-dev.197: digest: sha256:c449455c2e9e8af9a81d7641a079cc25c7d10c8b184581a327beaca9287f2438 size: 1572 [Pipeline] isUnix [Pipeline] sh 20:13:18 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:13:18  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 20:13:18 ---> Running in 296f45daa8db 20:13:18 ---> Running in 8965f19ad0d7 20:13:18 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:13:18 ---> e26ca7166171 20:13:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:13:18 ---> cf9257e3e5df 20:13:18 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:13:18 ---> Running in 5979a31b8db2 20:13:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 20:13:19 d7b09cfe5a31: Preparing 20:13:19 0bdd68c22a7d: Preparing 20:13:19 06941aff369a: Preparing 20:13:19 47282841353b: Preparing 20:13:19 13cf3965ac05: Preparing 20:13:19 32f366d666a5: Preparing 20:13:19 32f366d666a5: Waiting 20:13:19 d7b09cfe5a31: Layer already exists 20:13:19 06941aff369a: Layer already exists 20:13:19 0bdd68c22a7d: Layer already exists 20:13:19 47282841353b: Layer already exists 20:13:19 13cf3965ac05: Layer already exists 20:13:19 32f366d666a5: Layer already exists 20:13:19 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197: digest: sha256:c449455c2e9e8af9a81d7641a079cc25c7d10c8b184581a327beaca9287f2438 size: 1572 [Pipeline] isUnix [Pipeline] sh 20:13:19 Removing intermediate container 296f45daa8db 20:13:19 ---> 9bab78473f53 20:13:19 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 20:13:19 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 20:13:19 Removing intermediate container 8965f19ad0d7 20:13:19 ---> 42538fe54c82 20:13:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:13:19 ---> Running in 5cb5a8d23d00 20:13:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 20:13:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 20:13:19 d7b09cfe5a31: Preparing 20:13:19 0bdd68c22a7d: Preparing 20:13:19 06941aff369a: Preparing 20:13:19 47282841353b: Preparing 20:13:19 13cf3965ac05: Preparing 20:13:19 32f366d666a5: Preparing 20:13:19 32f366d666a5: Waiting 20:13:19 d7b09cfe5a31: Layer already exists 20:13:19 06941aff369a: Layer already exists 20:13:19 47282841353b: Layer already exists 20:13:19 0bdd68c22a7d: Layer already exists 20:13:19 13cf3965ac05: Layer already exists 20:13:19 32f366d666a5: Layer already exists 20:13:19 master: digest: sha256:c449455c2e9e8af9a81d7641a079cc25c7d10c8b184581a327beaca9287f2438 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:13:19 ===================================================== [Pipeline] echo 20:13:19 taggedImages: 20:13:19 - nexus3.edgexfoundry.org:10004/docker-core-data-go:40097948026cfcf365777e8965120a46082f11c2 20:13:19 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.197 20:13:19 - nexus3.edgexfoundry.org:10004/docker-core-data-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:19 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master 20:13:19 ---> Running in 4cbb1baa08bc 20:13:19 Removing intermediate container 5979a31b8db2 20:13:19 ---> 5f0353a83bcc 20:13:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] echo 20:13:19 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 20:13:19 40097948026cfcf365777e8965120a46082f11c2 20:13:19 2.0.0-dev.197 20:13:19 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:19 master 20:13:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:13:20 ---> 840f795a0928 20:13:20 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:13:20 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:40097948026cfcf365777e8965120a46082f11c2 [Pipeline] isUnix [Pipeline] sh 20:13:20 ---> Running in 24ca9fbe16e4 20:13:20 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:40097948026cfcf365777e8965120a46082f11c2 20:13:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 20:13:20 eba5809e6f79: Preparing 20:13:20 de67d41b2ad5: Preparing 20:13:20 06941aff369a: Preparing 20:13:20 78e88a2eeae0: Preparing 20:13:20 32f366d666a5: Preparing 20:13:20 78e88a2eeae0: Layer already exists 20:13:20 06941aff369a: Layer already exists 20:13:20 32f366d666a5: Layer already exists 20:13:20 eba5809e6f79: Pushed 20:13:20 ---> Running in a5c8a687c8ef 20:13:20 Removing intermediate container 4cbb1baa08bc 20:13:20 ---> 82cbcc823c9f 20:13:20 Step 21/23 : LABEL arch=arm64 20:13:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:13:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:13:21 ---> Running in 5c1a62808a60 20:13:21 Removing intermediate container a5c8a687c8ef 20:13:21 ---> d5c4072e57b4 20:13:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:13:21 Removing intermediate container 24ca9fbe16e4 20:13:21 ---> 3c250041bbba 20:13:21 Step 20/22 : LABEL arch=arm64 20:13:21 (1/39) Installing readline (8.0.4-r0) 20:13:21 (2/39) Installing bash (5.0.17-r0) 20:13:21 de67d41b2ad5: Pushed 20:13:21 40097948026cfcf365777e8965120a46082f11c2: digest: sha256:9f54de20de5c99e4da7de141519adab52133fde610a8c4d3ed0b9e84846b23f2 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:13:22 Executing bash-5.0.17-r0.post-install 20:13:22 (3/39) Installing nghttp2-libs (1.41.0-r0) 20:13:22 (4/39) Installing libcurl (7.76.1-r0) 20:13:22 (5/39) Installing curl (7.76.1-r0) 20:13:22 (6/39) Installing dumb-init (1.2.2-r1) 20:13:22 (7/39) Installing libbz2 (1.0.8-r1) 20:13:22 (8/39) Installing expat (2.2.9-r1) 20:13:22 (9/39) Installing libffi (3.3-r2) 20:13:22 (10/39) Installing gdbm (1.13-r1) 20:13:22 (11/39) Installing xz-libs (5.2.5-r0) 20:13:22 (12/39) Installing sqlite-libs (3.32.1-r0) 20:13:22 (13/39) Installing python3 (3.8.8-r0) 20:13:22 ---> Running in 73e0a70f04c3 20:13:22 ---> Running in b467e49339af 20:13:22 Removing intermediate container 5c1a62808a60 20:13:22 ---> 3db6a31363f7 20:13:22 Step 22/23 : LABEL git_sha=40097948026cfcf365777e8965120a46082f11c2 20:13:22 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:13:22 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.197 20:13:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 20:13:22 eba5809e6f79: Preparing 20:13:22 de67d41b2ad5: Preparing 20:13:22 06941aff369a: Preparing 20:13:22 78e88a2eeae0: Preparing 20:13:22 32f366d666a5: Preparing 20:13:22 eba5809e6f79: Layer already exists 20:13:22 de67d41b2ad5: Layer already exists 20:13:22 06941aff369a: Layer already exists 20:13:22 32f366d666a5: Layer already exists 20:13:22 78e88a2eeae0: Layer already exists 20:13:22 2.0.0-dev.197: digest: sha256:9f54de20de5c99e4da7de141519adab52133fde610a8c4d3ed0b9e84846b23f2 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:13:22 ---> Running in e2afec16ba67 20:13:22 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:13:22 Removing intermediate container 73e0a70f04c3 20:13:22 ---> 4c481f8cea68 20:13:22 Step 21/22 : LABEL git_sha=40097948026cfcf365777e8965120a46082f11c2 20:13:22 Removing intermediate container b467e49339af 20:13:22 ---> d78a7acb803f 20:13:22 Step 21/23 : LABEL arch=arm64 20:13:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 20:13:23 eba5809e6f79: Preparing 20:13:23 de67d41b2ad5: Preparing 20:13:23 06941aff369a: Preparing 20:13:23 78e88a2eeae0: Preparing 20:13:23 32f366d666a5: Preparing 20:13:23 eba5809e6f79: Layer already exists 20:13:23 78e88a2eeae0: Layer already exists 20:13:23 de67d41b2ad5: Layer already exists 20:13:23 06941aff369a: Layer already exists 20:13:23 32f366d666a5: Layer already exists 20:13:23 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197: digest: sha256:9f54de20de5c99e4da7de141519adab52133fde610a8c4d3ed0b9e84846b23f2 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:13:23 ---> Running in 94982757cce6 20:13:23 Removing intermediate container e2afec16ba67 20:13:23 ---> bfef3a9a319a 20:13:23 Step 23/23 : LABEL version=2.0.0-dev.197 20:13:23 ---> Running in 11c697db6106 20:13:23 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 20:13:23 ---> Running in 3e924317f4ad 20:13:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 20:13:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 20:13:23 eba5809e6f79: Preparing 20:13:23 de67d41b2ad5: Preparing 20:13:23 06941aff369a: Preparing 20:13:23 78e88a2eeae0: Preparing 20:13:23 32f366d666a5: Preparing 20:13:23 06941aff369a: Layer already exists 20:13:23 78e88a2eeae0: Layer already exists 20:13:23 de67d41b2ad5: Layer already exists 20:13:23 eba5809e6f79: Layer already exists 20:13:23 32f366d666a5: Layer already exists 20:13:23 master: digest: sha256:9f54de20de5c99e4da7de141519adab52133fde610a8c4d3ed0b9e84846b23f2 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:13:23 ===================================================== [Pipeline] echo 20:13:23 taggedImages: 20:13:23 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:40097948026cfcf365777e8965120a46082f11c2 20:13:23 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.197 20:13:23 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:23 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 20:13:23 Removing intermediate container 94982757cce6 20:13:23 ---> 07b41e771287 20:13:23 Step 22/22 : LABEL version=2.0.0-dev.197 [Pipeline] echo 20:13:23 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 20:13:23 40097948026cfcf365777e8965120a46082f11c2 20:13:23 2.0.0-dev.197 20:13:23 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:23 master 20:13:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:13:24 Removing intermediate container 11c697db6106 20:13:24 ---> eb1ee784900e 20:13:24 Step 22/23 : LABEL git_sha=40097948026cfcf365777e8965120a46082f11c2 20:13:24 ---> Running in b9aa4ae2662e 20:13:24 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:40097948026cfcf365777e8965120a46082f11c2 [Pipeline] isUnix [Pipeline] sh 20:13:24 (14/39) Installing py3-appdirs (1.4.4-r1) 20:13:24 (15/39) Installing py3-ordered-set (4.0.1-r0) 20:13:24 (16/39) Installing py3-parsing (2.4.7-r0) 20:13:24 (17/39) Installing py3-six (1.15.0-r0) 20:13:24 (18/39) Installing py3-packaging (20.4-r0) 20:13:24 Removing intermediate container 3e924317f4ad 20:13:24 ---> 2d60f7879d42 20:13:24 20:13:24 (19/39) Installing py3-setuptools (47.0.0-r0) 20:13:24 ---> Running in 2f06bf5211a0 20:13:24 (20/39) Installing py3-chardet (3.0.4-r4) 20:13:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:40097948026cfcf365777e8965120a46082f11c2 20:13:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 20:13:24 9733a83e2a39: Preparing 20:13:24 9733a83e2a39: Preparing 20:13:24 f301dda47b11: Preparing 20:13:24 e305442cd0c4: Preparing 20:13:24 078d5dcf5806: Preparing 20:13:24 a0d0e52a4e6e: Preparing 20:13:24 06941aff369a: Preparing 20:13:24 985fc68f7ebe: Preparing 20:13:24 985fc68f7ebe: Preparing 20:13:24 c02e7d1add1c: Preparing 20:13:24 e26159b15f28: Preparing 20:13:24 32f366d666a5: Preparing 20:13:24 e26159b15f28: Waiting 20:13:24 06941aff369a: Waiting 20:13:24 985fc68f7ebe: Waiting 20:13:24 c02e7d1add1c: Waiting 20:13:24 32f366d666a5: Waiting 20:13:24 (21/39) Installing py3-idna (2.9-r0) 20:13:24 (22/39) Installing py3-certifi (2020.4.5.1-r0) 20:13:24 (23/39) Installing py3-urllib3 (1.25.9-r0) 20:13:24 (24/39) Installing py3-requests (2.23.0-r0) 20:13:24 (25/39) Installing py3-msgpack (1.0.0-r0) 20:13:24 (26/39) Installing py3-lockfile (0.12.2-r3) 20:13:24 (27/39) Installing py3-cachecontrol (0.12.6-r0) 20:13:24 f301dda47b11: Pushed 20:13:24 9733a83e2a39: Pushed 20:13:24 e305442cd0c4: Pushed 20:13:24 078d5dcf5806: Pushed 20:13:24 06941aff369a: Layer already exists 20:13:24 32f366d666a5: Layer already exists 20:13:24 c02e7d1add1c: Pushed 20:13:24 985fc68f7ebe: Pushed 20:13:24 e26159b15f28: Pushed 20:13:24 (28/39) Installing py3-colorama (0.4.3-r0) 20:13:24 (29/39) Installing py3-distlib (0.3.0-r0) 20:13:24 (30/39) Installing py3-distro (1.5.0-r1) 20:13:24 (31/39) Installing py3-webencodings (0.5.1-r3) 20:13:24 Successfully built 2d60f7879d42 20:13:24 (32/39) Installing py3-html5lib (1.0.1-r4) 20:13:24 (33/39) Installing py3-pytoml (0.1.21-r0) 20:13:24 (34/39) Installing py3-pep517 (0.8.2-r0) 20:13:24 (35/39) Installing py3-progress (1.5-r0) 20:13:24 (36/39) Installing py3-toml (0.10.1-r0) 20:13:24 (37/39) Installing py3-retrying (1.3.3-r0) 20:13:24 (38/39) Installing py3-contextlib2 (0.6.0-r0) 20:13:24 (39/39) Installing py3-pip (20.1.1-r0) 20:13:24 Successfully tagged docker-core-command-go-arm64:latest 20:13:24  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 20:13:24 Removing intermediate container b9aa4ae2662e 20:13:24 ---> 64a34ff91a20 20:13:24 20:13:25 Executing busybox-1.31.1-r19.trigger 20:13:25 OK: 72 MiB in 59 packages 20:13:25 Removing intermediate container 2f06bf5211a0 20:13:25 ---> d1ddd228c109 20:13:25 Step 23/23 : LABEL version=2.0.0-dev.197 20:13:25 Successfully built 64a34ff91a20 20:13:25 Successfully tagged docker-support-notifications-go-arm64:latest 20:13:25 Building docker-security-bootstrapper-go 20:13:25  Building docker-support-notifications-go ... done  ---> Running in cf9f51b94214 20:13:26 Removing intermediate container cf9f51b94214 20:13:26 ---> 3289d45be794 20:13:26 20:13:26 Successfully built 3289d45be794 20:13:26 Successfully tagged docker-core-metadata-go-arm64:latest 20:13:26  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 20:13:26 a0d0e52a4e6e: Pushed 20:13:26 40097948026cfcf365777e8965120a46082f11c2: digest: sha256:e2f788869904d84c05c5d533d77ec0fc0ba2561c46de2440f201cc49f18f9672 size: 2817 [Pipeline] isUnix [Pipeline] sh 20:13:27 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:13:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.197 20:13:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 20:13:27 9733a83e2a39: Preparing 20:13:27 9733a83e2a39: Preparing 20:13:27 f301dda47b11: Preparing 20:13:27 e305442cd0c4: Preparing 20:13:27 078d5dcf5806: Preparing 20:13:27 a0d0e52a4e6e: Preparing 20:13:27 06941aff369a: Preparing 20:13:27 985fc68f7ebe: Preparing 20:13:27 985fc68f7ebe: Preparing 20:13:27 c02e7d1add1c: Preparing 20:13:27 e26159b15f28: Preparing 20:13:27 32f366d666a5: Preparing 20:13:27 985fc68f7ebe: Waiting 20:13:27 c02e7d1add1c: Waiting 20:13:27 e26159b15f28: Waiting 20:13:27 32f366d666a5: Waiting 20:13:27 06941aff369a: Waiting 20:13:27 9733a83e2a39: Layer already exists 20:13:27 a0d0e52a4e6e: Layer already exists 20:13:27 e305442cd0c4: Layer already exists 20:13:27 078d5dcf5806: Layer already exists 20:13:27 f301dda47b11: Layer already exists 20:13:27 c02e7d1add1c: Layer already exists 20:13:27 32f366d666a5: Layer already exists 20:13:27 985fc68f7ebe: Layer already exists 20:13:27 06941aff369a: Layer already exists 20:13:27 e26159b15f28: Layer already exists 20:13:27 2.0.0-dev.197: digest: sha256:e2f788869904d84c05c5d533d77ec0fc0ba2561c46de2440f201cc49f18f9672 size: 2817 [Pipeline] isUnix [Pipeline] sh 20:13:27 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:13:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 20:13:27 9733a83e2a39: Preparing 20:13:27 9733a83e2a39: Preparing 20:13:27 f301dda47b11: Preparing 20:13:27 e305442cd0c4: Preparing 20:13:27 078d5dcf5806: Preparing 20:13:27 a0d0e52a4e6e: Preparing 20:13:27 06941aff369a: Preparing 20:13:27 985fc68f7ebe: Preparing 20:13:27 985fc68f7ebe: Preparing 20:13:27 c02e7d1add1c: Preparing 20:13:27 e26159b15f28: Preparing 20:13:27 32f366d666a5: Preparing 20:13:27 985fc68f7ebe: Waiting 20:13:27 c02e7d1add1c: Waiting 20:13:27 e26159b15f28: Waiting 20:13:27 32f366d666a5: Waiting 20:13:27 06941aff369a: Waiting 20:13:27 f301dda47b11: Layer already exists 20:13:27 9733a83e2a39: Layer already exists 20:13:27 e305442cd0c4: Layer already exists 20:13:27 078d5dcf5806: Layer already exists 20:13:27 a0d0e52a4e6e: Layer already exists 20:13:27 06941aff369a: Layer already exists 20:13:27 985fc68f7ebe: Layer already exists 20:13:27 c02e7d1add1c: Layer already exists 20:13:27 e26159b15f28: Layer already exists 20:13:27 32f366d666a5: Layer already exists 20:13:27 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197: digest: sha256:e2f788869904d84c05c5d533d77ec0fc0ba2561c46de2440f201cc49f18f9672 size: 2817 [Pipeline] isUnix [Pipeline] sh 20:13:28 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 20:13:28 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 20:13:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 20:13:28 9733a83e2a39: Preparing 20:13:28 9733a83e2a39: Preparing 20:13:28 f301dda47b11: Preparing 20:13:28 e305442cd0c4: Preparing 20:13:28 078d5dcf5806: Preparing 20:13:28 a0d0e52a4e6e: Preparing 20:13:28 06941aff369a: Preparing 20:13:28 985fc68f7ebe: Preparing 20:13:28 985fc68f7ebe: Preparing 20:13:28 c02e7d1add1c: Preparing 20:13:28 e26159b15f28: Preparing 20:13:28 32f366d666a5: Preparing 20:13:28 c02e7d1add1c: Waiting 20:13:28 32f366d666a5: Waiting 20:13:28 e26159b15f28: Waiting 20:13:28 06941aff369a: Waiting 20:13:28 985fc68f7ebe: Waiting 20:13:28 a0d0e52a4e6e: Layer already exists 20:13:28 f301dda47b11: Layer already exists 20:13:28 9733a83e2a39: Layer already exists 20:13:28 078d5dcf5806: Layer already exists 20:13:28 e305442cd0c4: Layer already exists 20:13:28 985fc68f7ebe: Layer already exists 20:13:28 06941aff369a: Layer already exists 20:13:28 32f366d666a5: Layer already exists 20:13:28 c02e7d1add1c: Layer already exists 20:13:28 e26159b15f28: Layer already exists 20:13:28 master: digest: sha256:e2f788869904d84c05c5d533d77ec0fc0ba2561c46de2440f201cc49f18f9672 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:13:28 ===================================================== [Pipeline] echo 20:13:28 taggedImages: 20:13:28 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:40097948026cfcf365777e8965120a46082f11c2 20:13:28 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.197 20:13:28 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:28 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 20:13:28 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 20:13:28 40097948026cfcf365777e8965120a46082f11c2 20:13:28 2.0.0-dev.197 20:13:28 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:28 master 20:13:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:13:29 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:40097948026cfcf365777e8965120a46082f11c2 [Pipeline] isUnix [Pipeline] sh 20:13:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:40097948026cfcf365777e8965120a46082f11c2 20:13:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 20:13:29 abeb9e011582: Preparing 20:13:29 d111f33a5aa0: Preparing 20:13:29 13128538e4aa: Preparing 20:13:29 355926ac7921: Preparing 20:13:29 f6d81fef5242: Preparing 20:13:29 32f366d666a5: Preparing 20:13:29 32f366d666a5: Waiting 20:13:29 355926ac7921: Pushed 20:13:29 13128538e4aa: Pushed 20:13:29 32f366d666a5: Layer already exists 20:13:29 f6d81fef5242: Pushed 20:13:30 d111f33a5aa0: Pushed 20:13:30 abeb9e011582: Pushed 20:13:30 Collecting docker-compose==1.23.2 20:13:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:13:30 40097948026cfcf365777e8965120a46082f11c2: digest: sha256:db8d9258ba798d2fd027af2e303ffcdcccf04a7ed13de38ed798e9c36bb99f17 size: 1575 [Pipeline] isUnix [Pipeline] sh 20:13:30 Collecting docopt<0.7,>=0.6.1 20:13:30 Downloading docopt-0.6.2.tar.gz (25 kB) 20:13:30 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:13:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.197 20:13:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 20:13:31 abeb9e011582: Preparing 20:13:31 d111f33a5aa0: Preparing 20:13:31 13128538e4aa: Preparing 20:13:31 355926ac7921: Preparing 20:13:31 f6d81fef5242: Preparing 20:13:31 32f366d666a5: Preparing 20:13:31 32f366d666a5: Waiting 20:13:31 f6d81fef5242: Layer already exists 20:13:31 abeb9e011582: Layer already exists 20:13:31 13128538e4aa: Layer already exists 20:13:31 355926ac7921: Layer already exists 20:13:31 d111f33a5aa0: Layer already exists 20:13:31 32f366d666a5: Layer already exists 20:13:31 2.0.0-dev.197: digest: sha256:db8d9258ba798d2fd027af2e303ffcdcccf04a7ed13de38ed798e9c36bb99f17 size: 1575 [Pipeline] isUnix [Pipeline] sh 20:13:31 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:13:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 20:13:31 abeb9e011582: Preparing 20:13:31 d111f33a5aa0: Preparing 20:13:31 13128538e4aa: Preparing 20:13:31 355926ac7921: Preparing 20:13:31 f6d81fef5242: Preparing 20:13:31 32f366d666a5: Preparing 20:13:31 32f366d666a5: Waiting 20:13:31 13128538e4aa: Layer already exists 20:13:31 355926ac7921: Layer already exists 20:13:31 abeb9e011582: Layer already exists 20:13:31 f6d81fef5242: Layer already exists 20:13:31 d111f33a5aa0: Layer already exists 20:13:31 32f366d666a5: Layer already exists 20:13:31 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197: digest: sha256:db8d9258ba798d2fd027af2e303ffcdcccf04a7ed13de38ed798e9c36bb99f17 size: 1575 [Pipeline] isUnix [Pipeline] sh 20:13:31 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 20:13:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 20:13:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 20:13:32 abeb9e011582: Preparing 20:13:32 d111f33a5aa0: Preparing 20:13:32 13128538e4aa: Preparing 20:13:32 355926ac7921: Preparing 20:13:32 f6d81fef5242: Preparing 20:13:32 32f366d666a5: Preparing 20:13:32 32f366d666a5: Waiting 20:13:32 f6d81fef5242: Layer already exists 20:13:32 d111f33a5aa0: Layer already exists 20:13:32 13128538e4aa: Layer already exists 20:13:32 355926ac7921: Layer already exists 20:13:32 abeb9e011582: Layer already exists 20:13:32 32f366d666a5: Layer already exists 20:13:32 master: digest: sha256:db8d9258ba798d2fd027af2e303ffcdcccf04a7ed13de38ed798e9c36bb99f17 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:13:32 ===================================================== [Pipeline] echo 20:13:32 taggedImages: 20:13:32 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:40097948026cfcf365777e8965120a46082f11c2 20:13:32 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.197 20:13:32 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:32 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 20:13:32 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 20:13:32 40097948026cfcf365777e8965120a46082f11c2 20:13:32 2.0.0-dev.197 20:13:32 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:32 master 20:13:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:13:32 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:40097948026cfcf365777e8965120a46082f11c2 [Pipeline] isUnix [Pipeline] sh 20:13:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:40097948026cfcf365777e8965120a46082f11c2 20:13:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 20:13:32 7d50c7e7585b: Preparing 20:13:32 c2ed3a988159: Preparing 20:13:32 86cb3ab8964c: Preparing 20:13:32 e651e15e06a7: Preparing 20:13:32 969766ae5e9e: Preparing 20:13:32 22057bead260: Preparing 20:13:32 143d2c292e96: Preparing 20:13:32 3c72d22fd194: Preparing 20:13:32 c6d3a54a7e88: Preparing 20:13:32 32f366d666a5: Preparing 20:13:32 22057bead260: Waiting 20:13:32 143d2c292e96: Waiting 20:13:32 3c72d22fd194: Waiting 20:13:32 c6d3a54a7e88: Waiting 20:13:32 32f366d666a5: Waiting 20:13:33 c2ed3a988159: Pushed 20:13:33 7d50c7e7585b: Pushed 20:13:33 969766ae5e9e: Pushed 20:13:33 3c72d22fd194: Pushed 20:13:33 22057bead260: Pushed 20:13:33 143d2c292e96: Pushed 20:13:33 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:13:33 32f366d666a5: Layer already exists 20:13:33 c6d3a54a7e88: Pushed 20:13:34 Collecting PyYAML<4,>=3.10 20:13:34 Downloading PyYAML-3.13.tar.gz (270 kB) 20:13:34 e651e15e06a7: Pushed 20:13:34 86cb3ab8964c: Pushed 20:13:34 40097948026cfcf365777e8965120a46082f11c2: digest: sha256:d297b33d83d1cd33a89a24a0fdfef314326ce7403a6154e31a087613ed8d2850 size: 2405 [Pipeline] isUnix [Pipeline] sh 20:13:34 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:13:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.197 20:13:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 20:13:34 7d50c7e7585b: Preparing 20:13:34 c2ed3a988159: Preparing 20:13:34 86cb3ab8964c: Preparing 20:13:34 e651e15e06a7: Preparing 20:13:34 969766ae5e9e: Preparing 20:13:34 22057bead260: Preparing 20:13:34 143d2c292e96: Preparing 20:13:34 3c72d22fd194: Preparing 20:13:34 c6d3a54a7e88: Preparing 20:13:34 32f366d666a5: Preparing 20:13:34 143d2c292e96: Waiting 20:13:34 22057bead260: Waiting 20:13:34 32f366d666a5: Waiting 20:13:34 3c72d22fd194: Waiting 20:13:34 c6d3a54a7e88: Waiting 20:13:34 7d50c7e7585b: Layer already exists 20:13:34 c2ed3a988159: Layer already exists 20:13:34 969766ae5e9e: Layer already exists 20:13:34 e651e15e06a7: Layer already exists 20:13:34 86cb3ab8964c: Layer already exists 20:13:34 143d2c292e96: Layer already exists 20:13:34 c6d3a54a7e88: Layer already exists 20:13:34 32f366d666a5: Layer already exists 20:13:34 3c72d22fd194: Layer already exists 20:13:34 22057bead260: Layer already exists 20:13:34 2.0.0-dev.197: digest: sha256:d297b33d83d1cd33a89a24a0fdfef314326ce7403a6154e31a087613ed8d2850 size: 2405 [Pipeline] isUnix [Pipeline] sh 20:13:35 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:13:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 20:13:35 7d50c7e7585b: Preparing 20:13:35 c2ed3a988159: Preparing 20:13:35 86cb3ab8964c: Preparing 20:13:35 e651e15e06a7: Preparing 20:13:35 969766ae5e9e: Preparing 20:13:35 22057bead260: Preparing 20:13:35 143d2c292e96: Preparing 20:13:35 3c72d22fd194: Preparing 20:13:35 c6d3a54a7e88: Preparing 20:13:35 32f366d666a5: Preparing 20:13:35 22057bead260: Waiting 20:13:35 143d2c292e96: Waiting 20:13:35 3c72d22fd194: Waiting 20:13:35 c6d3a54a7e88: Waiting 20:13:35 32f366d666a5: Waiting 20:13:35 c2ed3a988159: Layer already exists 20:13:35 969766ae5e9e: Layer already exists 20:13:35 86cb3ab8964c: Layer already exists 20:13:35 7d50c7e7585b: Layer already exists 20:13:35 e651e15e06a7: Layer already exists 20:13:35 22057bead260: Layer already exists 20:13:35 143d2c292e96: Layer already exists 20:13:35 c6d3a54a7e88: Layer already exists 20:13:35 32f366d666a5: Layer already exists 20:13:35 3c72d22fd194: Layer already exists 20:13:35 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197: digest: sha256:d297b33d83d1cd33a89a24a0fdfef314326ce7403a6154e31a087613ed8d2850 size: 2405 [Pipeline] isUnix [Pipeline] sh 20:13:35 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 20:13:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 20:13:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 20:13:36 7d50c7e7585b: Preparing 20:13:36 c2ed3a988159: Preparing 20:13:36 86cb3ab8964c: Preparing 20:13:36 e651e15e06a7: Preparing 20:13:36 969766ae5e9e: Preparing 20:13:36 22057bead260: Preparing 20:13:36 143d2c292e96: Preparing 20:13:36 3c72d22fd194: Preparing 20:13:36 c6d3a54a7e88: Preparing 20:13:36 32f366d666a5: Preparing 20:13:36 143d2c292e96: Waiting 20:13:36 3c72d22fd194: Waiting 20:13:36 c6d3a54a7e88: Waiting 20:13:36 32f366d666a5: Waiting 20:13:36 22057bead260: Waiting 20:13:36 969766ae5e9e: Layer already exists 20:13:36 7d50c7e7585b: Layer already exists 20:13:36 e651e15e06a7: Layer already exists 20:13:36 c2ed3a988159: Layer already exists 20:13:36 86cb3ab8964c: Layer already exists 20:13:36 143d2c292e96: Layer already exists 20:13:36 22057bead260: Layer already exists 20:13:36 3c72d22fd194: Layer already exists 20:13:36 c6d3a54a7e88: Layer already exists 20:13:36 32f366d666a5: Layer already exists 20:13:36 master: digest: sha256:d297b33d83d1cd33a89a24a0fdfef314326ce7403a6154e31a087613ed8d2850 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:13:36 ===================================================== [Pipeline] echo 20:13:36 taggedImages: 20:13:36 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:40097948026cfcf365777e8965120a46082f11c2 20:13:36 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.197 20:13:36 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:36 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 20:13:36 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 20:13:36 40097948026cfcf365777e8965120a46082f11c2 20:13:36 2.0.0-dev.197 20:13:36 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:36 master 20:13:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:13:36 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:40097948026cfcf365777e8965120a46082f11c2 [Pipeline] isUnix [Pipeline] sh 20:13:36 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:40097948026cfcf365777e8965120a46082f11c2 20:13:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 20:13:36 1566bea01480: Preparing 20:13:36 99d27e1a74f4: Preparing 20:13:36 06941aff369a: Preparing 20:13:36 2e65dfa7a42d: Preparing 20:13:36 32f366d666a5: Preparing 20:13:36 32f366d666a5: Layer already exists 20:13:36 06941aff369a: Layer already exists 20:13:37 1566bea01480: Pushed 20:13:37 2e65dfa7a42d: Pushed 20:13:38 99d27e1a74f4: Pushed 20:13:38 40097948026cfcf365777e8965120a46082f11c2: digest: sha256:e471f13e3600fc4648c4825636586ce05701fda1b3b2c7d93c50b0db538b7609 size: 1364 [Pipeline] isUnix [Pipeline] sh 20:13:38 Collecting websocket-client<1.0,>=0.32.0 20:13:38 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:13:38 Collecting cached-property<2,>=1.2.0 20:13:38 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:13:38 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:13:38 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.197 20:13:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 20:13:38 1566bea01480: Preparing 20:13:38 99d27e1a74f4: Preparing 20:13:38 06941aff369a: Preparing 20:13:38 2e65dfa7a42d: Preparing 20:13:38 32f366d666a5: Preparing 20:13:38 32f366d666a5: Layer already exists 20:13:38 99d27e1a74f4: Layer already exists 20:13:38 06941aff369a: Layer already exists 20:13:38 1566bea01480: Layer already exists 20:13:38 2e65dfa7a42d: Layer already exists 20:13:38 2.0.0-dev.197: digest: sha256:e471f13e3600fc4648c4825636586ce05701fda1b3b2c7d93c50b0db538b7609 size: 1364 [Pipeline] isUnix [Pipeline] sh 20:13:38 Collecting texttable<0.10,>=0.9.0 20:13:38 Downloading texttable-0.9.1.tar.gz (11 kB) 20:13:39 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:13:39 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 20:13:39 1566bea01480: Preparing 20:13:39 99d27e1a74f4: Preparing 20:13:39 06941aff369a: Preparing 20:13:39 2e65dfa7a42d: Preparing 20:13:39 32f366d666a5: Preparing 20:13:39 06941aff369a: Layer already exists 20:13:39 32f366d666a5: Layer already exists 20:13:39 2e65dfa7a42d: Layer already exists 20:13:39 1566bea01480: Layer already exists 20:13:39 99d27e1a74f4: Layer already exists 20:13:39 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197: digest: sha256:e471f13e3600fc4648c4825636586ce05701fda1b3b2c7d93c50b0db538b7609 size: 1364 [Pipeline] isUnix [Pipeline] sh 20:13:39 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 20:13:40 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 20:13:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 20:13:40 1566bea01480: Preparing 20:13:40 99d27e1a74f4: Preparing 20:13:40 06941aff369a: Preparing 20:13:40 2e65dfa7a42d: Preparing 20:13:40 32f366d666a5: Preparing 20:13:40 2e65dfa7a42d: Layer already exists 20:13:40 99d27e1a74f4: Layer already exists 20:13:40 32f366d666a5: Layer already exists 20:13:40 06941aff369a: Layer already exists 20:13:40 1566bea01480: Layer already exists 20:13:40 master: digest: sha256:e471f13e3600fc4648c4825636586ce05701fda1b3b2c7d93c50b0db538b7609 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:13:40 ===================================================== [Pipeline] echo 20:13:40 taggedImages: 20:13:40 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:40097948026cfcf365777e8965120a46082f11c2 20:13:40 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.197 20:13:40 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:40 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 20:13:40 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 20:13:40 40097948026cfcf365777e8965120a46082f11c2 20:13:40 2.0.0-dev.197 20:13:40 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:40 master 20:13:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:13:40 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:40097948026cfcf365777e8965120a46082f11c2 [Pipeline] isUnix [Pipeline] sh 20:13:40 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:40097948026cfcf365777e8965120a46082f11c2 20:13:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 20:13:40 e9b957d3b763: Preparing 20:13:40 6995683a28ea: Preparing 20:13:40 06941aff369a: Preparing 20:13:40 78e88a2eeae0: Preparing 20:13:40 32f366d666a5: Preparing 20:13:40 32f366d666a5: Layer already exists 20:13:40 78e88a2eeae0: Layer already exists 20:13:40 06941aff369a: Layer already exists 20:13:40 e9b957d3b763: Pushed 20:13:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:13:41 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:13:42 Collecting jsonschema<3,>=2.5.1 20:13:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:13:42 6995683a28ea: Pushed 20:13:42 40097948026cfcf365777e8965120a46082f11c2: digest: sha256:6943639054301fcf968d00c068a02287fdaf11f83ca8780511a1fc3e4ff5dfd2 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:13:42 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:13:42 Collecting docker<4.0,>=3.6.0 20:13:42 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.197 20:13:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 20:13:42 e9b957d3b763: Preparing 20:13:42 6995683a28ea: Preparing 20:13:42 06941aff369a: Preparing 20:13:42 78e88a2eeae0: Preparing 20:13:42 32f366d666a5: Preparing 20:13:42 78e88a2eeae0: Layer already exists 20:13:42 e9b957d3b763: Layer already exists 20:13:42 06941aff369a: Layer already exists 20:13:42 6995683a28ea: Layer already exists 20:13:42 32f366d666a5: Layer already exists 20:13:42 2.0.0-dev.197: digest: sha256:6943639054301fcf968d00c068a02287fdaf11f83ca8780511a1fc3e4ff5dfd2 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:13:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:13:43 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:13:43 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 20:13:43 e9b957d3b763: Preparing 20:13:43 6995683a28ea: Preparing 20:13:43 06941aff369a: Preparing 20:13:43 78e88a2eeae0: Preparing 20:13:43 32f366d666a5: Preparing 20:13:43 06941aff369a: Layer already exists 20:13:43 32f366d666a5: Layer already exists 20:13:43 e9b957d3b763: Layer already exists 20:13:43 78e88a2eeae0: Layer already exists 20:13:43 6995683a28ea: Layer already exists 20:13:43 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197: digest: sha256:6943639054301fcf968d00c068a02287fdaf11f83ca8780511a1fc3e4ff5dfd2 size: 1363 20:13:43 Collecting dockerpty<0.5,>=0.4.1 20:13:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) [Pipeline] isUnix [Pipeline] sh 20:13:43 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 20:13:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 20:13:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 20:13:44 e9b957d3b763: Preparing 20:13:44 6995683a28ea: Preparing 20:13:44 06941aff369a: Preparing 20:13:44 78e88a2eeae0: Preparing 20:13:44 32f366d666a5: Preparing 20:13:44 e9b957d3b763: Layer already exists 20:13:44 06941aff369a: Layer already exists 20:13:44 32f366d666a5: Layer already exists 20:13:44 6995683a28ea: Layer already exists 20:13:44 78e88a2eeae0: Layer already exists 20:13:44 master: digest: sha256:6943639054301fcf968d00c068a02287fdaf11f83ca8780511a1fc3e4ff5dfd2 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:13:44 ===================================================== [Pipeline] echo 20:13:44 taggedImages: 20:13:44 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:40097948026cfcf365777e8965120a46082f11c2 20:13:44 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.197 20:13:44 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:44 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 20:13:44 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 20:13:44 40097948026cfcf365777e8965120a46082f11c2 20:13:44 2.0.0-dev.197 20:13:44 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:44 master 20:13:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:13:44 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:40097948026cfcf365777e8965120a46082f11c2 [Pipeline] isUnix [Pipeline] sh 20:13:45 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:40097948026cfcf365777e8965120a46082f11c2 20:13:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 20:13:45 d617d566d620: Preparing 20:13:45 9146991e3304: Preparing 20:13:45 b8d7f14e461d: Preparing 20:13:45 fc96cf2f9fdf: Preparing 20:13:45 0754057c0ad3: Preparing 20:13:45 998cdf262ab1: Preparing 20:13:45 02e56110abd2: Preparing 20:13:45 abc36efb885a: Preparing 20:13:45 b0b09059f4e1: Preparing 20:13:45 bb961f40224b: Preparing 20:13:45 f4666769fca7: Preparing 20:13:45 998cdf262ab1: Waiting 20:13:45 02e56110abd2: Waiting 20:13:45 abc36efb885a: Waiting 20:13:45 bb961f40224b: Waiting 20:13:45 b0b09059f4e1: Waiting 20:13:45 f4666769fca7: Waiting 20:13:45 0754057c0ad3: Layer already exists 20:13:45 998cdf262ab1: Layer already exists 20:13:45 02e56110abd2: Layer already exists 20:13:45 9146991e3304: Pushed 20:13:45 abc36efb885a: Layer already exists 20:13:45 b0b09059f4e1: Layer already exists 20:13:45 bb961f40224b: Layer already exists 20:13:45 f4666769fca7: Layer already exists 20:13:45 d617d566d620: Pushed 20:13:45 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 20:13:46 b8d7f14e461d: Pushed 20:13:46 Collecting urllib3<1.25,>=1.21.1 20:13:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:13:46 Collecting idna<2.8,>=2.5 20:13:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:13:46 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) 20:13:47 Collecting docker-pycreds>=0.4.0 20:13:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:13:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:13:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:13:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:13:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:13:48 Installing collected packages: docopt, PyYAML, websocket-client, cached-property, texttable, urllib3, idna, requests, jsonschema, docker-pycreds, docker, dockerpty, docker-compose 20:13:48 Running setup.py install for docopt: started 20:13:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:13:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:13:48 ---> 8f46721fd272 20:13:48 Step 3/23 : WORKDIR /edgex-go 20:13:48 ---> Using cache 20:13:48 ---> 7077756b2d26 20:13:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:48 ---> Using cache 20:13:48 ---> ad09107003f3 20:13:48 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:13:51 Running setup.py install for docopt: finished with status 'done' 20:13:51 Running setup.py install for PyYAML: started 20:13:52 fc96cf2f9fdf: Pushed 20:13:52 40097948026cfcf365777e8965120a46082f11c2: digest: sha256:6b7fee466fadfa77dba9b920fe5e408eaa44e73e1fbcfa512a43d932454fcf23 size: 2622 [Pipeline] isUnix [Pipeline] sh 20:13:53 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:13:53 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.197 20:13:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 20:13:53 d617d566d620: Preparing 20:13:53 9146991e3304: Preparing 20:13:53 b8d7f14e461d: Preparing 20:13:53 fc96cf2f9fdf: Preparing 20:13:53 0754057c0ad3: Preparing 20:13:53 998cdf262ab1: Preparing 20:13:53 02e56110abd2: Preparing 20:13:53 abc36efb885a: Preparing 20:13:53 b0b09059f4e1: Preparing 20:13:53 bb961f40224b: Preparing 20:13:53 f4666769fca7: Preparing 20:13:53 998cdf262ab1: Waiting 20:13:53 02e56110abd2: Waiting 20:13:53 abc36efb885a: Waiting 20:13:53 b0b09059f4e1: Waiting 20:13:53 bb961f40224b: Waiting 20:13:53 f4666769fca7: Waiting 20:13:53 d617d566d620: Layer already exists 20:13:53 0754057c0ad3: Layer already exists 20:13:53 9146991e3304: Layer already exists 20:13:53 b8d7f14e461d: Layer already exists 20:13:53 fc96cf2f9fdf: Layer already exists 20:13:53 998cdf262ab1: Layer already exists 20:13:53 02e56110abd2: Layer already exists 20:13:53 b0b09059f4e1: Layer already exists 20:13:53 bb961f40224b: Layer already exists 20:13:53 abc36efb885a: Layer already exists 20:13:53 f4666769fca7: Layer already exists 20:13:53 2.0.0-dev.197: digest: sha256:6b7fee466fadfa77dba9b920fe5e408eaa44e73e1fbcfa512a43d932454fcf23 size: 2622 [Pipeline] isUnix [Pipeline] sh 20:13:53 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:13:54 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 20:13:54 d617d566d620: Preparing 20:13:54 9146991e3304: Preparing 20:13:54 b8d7f14e461d: Preparing 20:13:54 fc96cf2f9fdf: Preparing 20:13:54 0754057c0ad3: Preparing 20:13:54 998cdf262ab1: Preparing 20:13:54 02e56110abd2: Preparing 20:13:54 abc36efb885a: Preparing 20:13:54 b0b09059f4e1: Preparing 20:13:54 bb961f40224b: Preparing 20:13:54 f4666769fca7: Preparing 20:13:54 998cdf262ab1: Waiting 20:13:54 abc36efb885a: Waiting 20:13:54 b0b09059f4e1: Waiting 20:13:54 bb961f40224b: Waiting 20:13:54 02e56110abd2: Waiting 20:13:54 f4666769fca7: Waiting 20:13:54 b8d7f14e461d: Layer already exists 20:13:54 0754057c0ad3: Layer already exists 20:13:54 fc96cf2f9fdf: Layer already exists 20:13:54 d617d566d620: Layer already exists 20:13:54 9146991e3304: Layer already exists 20:13:54 998cdf262ab1: Layer already exists 20:13:54 02e56110abd2: Layer already exists 20:13:54 abc36efb885a: Layer already exists 20:13:54 bb961f40224b: Layer already exists 20:13:54 b0b09059f4e1: Layer already exists 20:13:54 f4666769fca7: Layer already exists 20:13:54 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197: digest: sha256:6b7fee466fadfa77dba9b920fe5e408eaa44e73e1fbcfa512a43d932454fcf23 size: 2622 [Pipeline] isUnix [Pipeline] sh 20:13:54 Running setup.py install for PyYAML: finished with status 'done' 20:13:54 ---> Running in ddad88d40236 20:13:54 Running setup.py install for texttable: started 20:13:54 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 20:13:54 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 20:13:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 20:13:54 d617d566d620: Preparing 20:13:54 9146991e3304: Preparing 20:13:54 b8d7f14e461d: Preparing 20:13:54 fc96cf2f9fdf: Preparing 20:13:54 0754057c0ad3: Preparing 20:13:54 998cdf262ab1: Preparing 20:13:54 02e56110abd2: Preparing 20:13:54 abc36efb885a: Preparing 20:13:54 b0b09059f4e1: Preparing 20:13:54 bb961f40224b: Preparing 20:13:54 f4666769fca7: Preparing 20:13:54 02e56110abd2: Waiting 20:13:54 abc36efb885a: Waiting 20:13:54 b0b09059f4e1: Waiting 20:13:54 bb961f40224b: Waiting 20:13:54 f4666769fca7: Waiting 20:13:54 998cdf262ab1: Waiting 20:13:54 9146991e3304: Layer already exists 20:13:54 fc96cf2f9fdf: Layer already exists 20:13:54 b8d7f14e461d: Layer already exists 20:13:54 0754057c0ad3: Layer already exists 20:13:54 d617d566d620: Layer already exists 20:13:54 02e56110abd2: Layer already exists 20:13:54 b0b09059f4e1: Layer already exists 20:13:54 bb961f40224b: Layer already exists 20:13:54 998cdf262ab1: Layer already exists 20:13:54 abc36efb885a: Layer already exists 20:13:54 f4666769fca7: Layer already exists 20:13:54 master: digest: sha256:6b7fee466fadfa77dba9b920fe5e408eaa44e73e1fbcfa512a43d932454fcf23 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:13:54 ===================================================== [Pipeline] echo 20:13:54 taggedImages: 20:13:54 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:40097948026cfcf365777e8965120a46082f11c2 20:13:54 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.197 20:13:54 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:13:54 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:13:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:13:56 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:13:56 Running setup.py install for texttable: finished with status 'done' 20:13:56 Attempting uninstall: urllib3 20:13:56 Found existing installation: urllib3 1.25.9 20:13:56 Uninstalling urllib3-1.25.9: 20:13:56 Successfully uninstalled urllib3-1.25.9 20:13:57 Attempting uninstall: idna 20:13:57 Found existing installation: idna 2.9 20:13:57 Uninstalling idna-2.9: 20:13:57 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:13:57 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:13:57 ---> 8f46721fd272 20:13:57 Step 3/25 : WORKDIR /edgex-go 20:13:57 ---> Using cache 20:13:57 ---> 7077756b2d26 20:13:57 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:57 ---> Using cache 20:13:57 ---> ad09107003f3 20:13:57 Step 5/25 : RUN apk add --update --no-cache make git 20:13:57 OK: 218 MiB in 52 packages 20:13:57 Successfully uninstalled idna-2.9 20:13:57 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:13:57 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:13:57 ---> 8f46721fd272 20:13:57 Step 3/31 : WORKDIR /edgex-go 20:13:57 ---> Using cache 20:13:57 ---> 7077756b2d26 20:13:57 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:57 ---> Using cache 20:13:57 ---> ad09107003f3 20:13:57 Step 5/31 : RUN apk add --update --no-cache make git 20:13:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:13:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:13:58 ---> 8f46721fd272 20:13:58 Step 3/22 : WORKDIR /edgex-go 20:13:58 ---> Using cache 20:13:58 ---> 7077756b2d26 20:13:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:58 ---> Using cache 20:13:58 ---> ad09107003f3 20:13:58 Step 5/22 : RUN apk add --update --no-cache make git 20:13:58 Attempting uninstall: requests 20:13:58 Found existing installation: requests 2.23.0 20:13:58 Uninstalling requests-2.23.0: 20:13:58 Successfully uninstalled requests-2.23.0 20:13:59 ---> Running in 4ed1137dbd11 20:13:59 ---> Running in ec0375a0e90d 20:13:59 ---> Running in f8f6deb51075 20:14:00 Removing intermediate container ddad88d40236 20:14:00 ---> 00699bedb409 20:14:00 Step 6/23 : COPY go.mod . 20:14:00 Running setup.py install for dockerpty: started 20:14:01 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:14:01 ---> 823c529eb4a0 20:14:01 Step 7/23 : RUN go mod download 20:14:01 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:14:01 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:14:01 ---> Running in 767fa0d4230d 20:14:02 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:14:02 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:14:02 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:14:03 OK: 218 MiB in 52 packages 20:14:03 Running setup.py install for dockerpty: finished with status 'done' 20:14:03 OK: 218 MiB in 52 packages 20:14:03 OK: 218 MiB in 52 packages 20:14:04 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.59.0 20:14:05 Removing intermediate container 4ed1137dbd11 20:14:05 ---> 2fb53899f42e 20:14:05 Step 6/31 : COPY go.mod . 20:14:05 Removing intermediate container 767fa0d4230d 20:14:05 ---> 03cdfb59e6db 20:14:05 Step 8/23 : COPY . . 20:14:05 Removing intermediate container ec0375a0e90d 20:14:05 ---> 9db483304252 20:14:05 Step 6/22 : COPY go.mod . 20:14:05 Removing intermediate container f8f6deb51075 20:14:05 ---> 9ab6c4d6da20 20:14:05 Step 6/25 : COPY go.mod . 20:14:06 ---> 7b72468f360e 20:14:06 Step 7/31 : RUN go mod download 20:14:06 ---> Running in 77d89862c616 20:14:07 ---> bdfd56c3dda4 20:14:07 Step 7/22 : RUN go mod download 20:14:08 ---> 7a0eba3ac65b 20:14:08 Step 7/25 : RUN go mod download 20:14:08 ---> Running in 85d175186de6 20:14:09 ---> Running in b08adc3654df 20:14:11 Removing intermediate container 77d89862c616 20:14:11 ---> a459bf9210fb 20:14:11 Step 8/31 : COPY . . 20:14:13 Removing intermediate container b08adc3654df 20:14:13 ---> e5877c7b6bc4 20:14:13 Step 8/25 : COPY . . 20:14:13 Removing intermediate container 85d175186de6 20:14:13 ---> cc8619a8a6ff 20:14:13 Step 8/22 : COPY . . 20:14:22 ---> effaafaf765e 20:14:22 Step 9/23 : RUN make cmd/core-data/core-data 20:14:22 Removing intermediate container 5cb5a8d23d00 20:14:22 ---> 60a75b554fb0 20:14:22 Step 14/23 : ENV APP_PORT=48090 20:14:24 ---> Running in 8074deec6bcc 20:14:24 ---> Running in 179efcc9a8d3 20:14:25 Removing intermediate container 8074deec6bcc 20:14:25 ---> 9058c26458cc 20:14:25 Step 15/23 : EXPOSE $APP_PORT 20:14:26 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o cmd/core-data/core-data ./cmd/core-data 20:14:26 ---> Running in b5b6e97b97fc 20:14:26 ---> f5c5b516cafc 20:14:26 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:14:26 ---> Running in 149164fc6454 20:14:27 Removing intermediate container b5b6e97b97fc 20:14:27 ---> c8a85f0f67e6 20:14:27 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:14:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:14:29 ---> 38638d3e76e3 20:14:29 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:14:29 ---> 3a2c82feebf9 20:14:29 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:14:29 ---> 2dd97afbcf53 20:14:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:14:30 ---> Running in b98a6f03eeb3 20:14:30 ---> Running in 82901784379d 20:14:32 ---> 5715b24acd50 20:14:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:14:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:14:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:14:33 ---> 0475cc175918 20:14:33 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 20:14:33 ---> Running in c1eb3ef532a9 20:14:34 Removing intermediate container c1eb3ef532a9 20:14:34 ---> 636b2d7e919f 20:14:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:14:34 ---> Running in b5cd468255da 20:14:35 Removing intermediate container b5cd468255da 20:14:35 ---> b927e533869a 20:14:35 Step 21/23 : LABEL arch=arm64 20:14:35 ---> Running in 47f5d682cce4 20:14:36 Removing intermediate container 47f5d682cce4 20:14:36 ---> 4d55668e28d9 20:14:36 Step 22/23 : LABEL git_sha=40097948026cfcf365777e8965120a46082f11c2 20:14:36 ---> Running in cb622b9b10f3 20:14:37 Removing intermediate container cb622b9b10f3 20:14:37 ---> a442238a1400 20:14:37 Step 23/23 : LABEL version=2.0.0-dev.197 20:14:37 ---> Running in 6c66106574cc 20:14:38 Removing intermediate container 6c66106574cc 20:14:38 ---> a58862c63894 20:14:38 20:14:38 Successfully built a58862c63894 20:14:38 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:16:00  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.197" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:16:05 Removing intermediate container 149164fc6454 20:16:05 ---> f65500532b59 20:16:05 20:16:05 Step 10/31 : FROM alpine:3.12 20:16:06 ---> 9852663dfa18 20:16:06 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:16:06 ---> Running in ad1f492b41e9 20:16:07 Removing intermediate container ad1f492b41e9 20:16:07 ---> a96cfc334a64 20:16:07 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:16:07 ---> Running in 5fcc4121ea1a 20:16:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:16:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:16:10 (1/2) Installing dumb-init (1.2.2-r1) 20:16:10 (2/2) Installing su-exec (0.2-r1) 20:16:10 Executing busybox-1.31.1-r20.trigger 20:16:10 OK: 5 MiB in 16 packages 20:16:10 Removing intermediate container b98a6f03eeb3 20:16:10 ---> 563101501253 20:16:10 20:16:10 Step 10/25 : FROM alpine:3.12 20:16:10 ---> 9852663dfa18 20:16:10 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 20:16:11 ---> Running in 7c9c0c39dd26 20:16:13 Removing intermediate container 5fcc4121ea1a 20:16:13 ---> 94b5b4a89fca 20:16:13 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:16:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:16:13 ---> Running in 94550127a1b0 20:16:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:16:13 Removing intermediate container 94550127a1b0 20:16:13 ---> 790467c47aa8 20:16:13 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:16:13 (1/6) Installing ca-certificates (20191127-r4) 20:16:13 (2/6) Installing nghttp2-libs (1.41.0-r0) 20:16:13 (3/6) Installing libcurl (7.76.1-r0) 20:16:13 (4/6) Installing curl (7.76.1-r0) 20:16:13 (5/6) Installing dumb-init (1.2.2-r1) 20:16:14 (6/6) Installing su-exec (0.2-r1) 20:16:14 Executing busybox-1.31.1-r20.trigger 20:16:14 Executing ca-certificates-20191127-r4.trigger 20:16:14 OK: 7 MiB in 20 packages 20:16:14 ---> Running in 06ce87a010fe 20:16:15 Removing intermediate container 06ce87a010fe 20:16:15 ---> 0d547d3e44c1 20:16:15 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:16:16 ---> Running in fff9ae6d8d87 20:16:17 Removing intermediate container 7c9c0c39dd26 20:16:17 ---> 8d29c3e96e77 20:16:17 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:16:17 ---> Running in 41ff3aea0573 20:16:17 Removing intermediate container 82901784379d 20:16:17 ---> 2f6de46802bb 20:16:17 20:16:17 Step 10/22 : FROM alpine:3.12 20:16:17 ---> 9852663dfa18 20:16:17 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:16:17 ---> Using cache 20:16:17 ---> 709b388e6c3f 20:16:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:16:17 ---> Using cache 20:16:17 ---> c489cf81d944 20:16:17 Step 13/22 : ENV APP_PORT=48085 20:16:18 ---> Running in f661de7b6cae 20:16:18 Removing intermediate container 41ff3aea0573 20:16:18 ---> d1545b23440c 20:16:18 Step 13/25 : WORKDIR / 20:16:18 ---> Running in 3a5329dd8af0 20:16:18 Removing intermediate container f661de7b6cae 20:16:18 ---> 48cc52b0983a 20:16:18 Step 14/22 : EXPOSE $APP_PORT 20:16:18 Removing intermediate container fff9ae6d8d87 20:16:18 ---> c41d461e5c78 20:16:18 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:16:19 ---> Running in b945e8cc02f3 20:16:19 ---> Running in bab09e8c0d13 20:16:19 Removing intermediate container 3a5329dd8af0 20:16:19 ---> 7de356855696 20:16:19 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:16:20 Removing intermediate container b945e8cc02f3 20:16:20 ---> cdb039d4b19e 20:16:20 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/Removing intermediate container bab09e8c0d13 20:16:20 ---> 3a4a88e1971c 20:16:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:16:20 20:16:20 ---> b9bfa8c82349 20:16:20 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:16:21 ---> 9117620f9b6a 20:16:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:16:21 ---> 22a06ec9789e 20:16:21 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:16:21 ---> 22ba73b38b48 20:16:21 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:16:21 ---> Running in 2a86e1d50c40 20:16:23 ---> 856e7eb4ed39 20:16:23 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:16:23 ---> e57738700aea 20:16:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:16:23 Removing intermediate container 179efcc9a8d3 20:16:23 ---> 1bdb42d8b709 20:16:23 20:16:23 Step 10/23 : FROM alpine:3.12 20:16:23 ---> 9852663dfa18 20:16:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:16:23 ---> Running in 24d4cac7c561 20:16:23 ---> 3d5641b67408 20:16:23 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:16:24 ---> c0c305151e41 20:16:24 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:16:24 Removing intermediate container 24d4cac7c561 20:16:24 ---> 0b98d8e849d7 20:16:24 Step 12/23 : ENV APP_PORT=48080 20:16:24 ---> Running in 1064bca08f32 20:16:24 ---> Running in 18c13e071f7d 20:16:24 Removing intermediate container 2a86e1d50c40 20:16:24 ---> b463ce0eb44d 20:16:24 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:16:25 Removing intermediate container 1064bca08f32 20:16:25 ---> 9e2c0c3869ea 20:16:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:16:25 ---> e6662f37c140 20:16:25 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:16:25 Removing intermediate container 18c13e071f7d 20:16:25 ---> 0ca9476e2ae5 20:16:25 Step 13/23 : EXPOSE $APP_PORT 20:16:25 ---> Running in 2a39e819e800 20:16:25 ---> Running in c9df539bc346 20:16:25 ---> 3ab79744854b 20:16:25 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:16:26 Removing intermediate container c9df539bc346 20:16:26 Removing intermediate container 2a39e819e800 20:16:26 ---> 6ea4aee95f1b 20:16:26 Step 20/22 : LABEL arch=arm64 20:16:26 ---> 0e7a30007ef6 20:16:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:16:26 ---> Running in 3bef2e1da34e 20:16:26 ---> Running in 815bc23cc019 20:16:27 ---> 2a4d2f3c3953 20:16:27 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:16:27 ---> e07f52407f27 20:16:27 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:16:27 Removing intermediate container 3bef2e1da34e 20:16:27 ---> b66db64f90d4 20:16:27 Step 21/22 : LABEL git_sha=40097948026cfcf365777e8965120a46082f11c2 20:16:27 ---> Running in e9b8ad46661c 20:16:27 ---> 900dc3575b40 20:16:27 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:16:27 Removing intermediate container e9b8ad46661c 20:16:27 ---> a0dbbc6606f9 20:16:27 Step 22/22 : LABEL version=2.0.0-dev.197 20:16:28 ---> 623bf8468c66 20:16:28 Step 21/25 : 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/ 20:16:28 ---> Running in a100917ab42d 20:16:28 ---> Running in acd14169e81e 20:16:29 Removing intermediate container a100917ab42d 20:16:29 ---> 687bb1b5dec3 20:16:29 20:16:29 ---> a98cddc3c8a7 20:16:29 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:16:29 Successfully built 687bb1b5dec3 20:16:29 Successfully tagged docker-support-scheduler-go-arm64:latest 20:16:29  Building docker-support-scheduler-go ... done Removing intermediate container 815bc23cc019 20:16:29 ---> 583e664e5560 20:16:29 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:16:29 ---> Running in 0abd1c3d2bb3 20:16:30 ---> e11865eff659 20:16:30 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:16:30 ---> Running in 1712b27d0a99 20:16:31 Removing intermediate container 1712b27d0a99 20:16:31 ---> 7936a1029616 20:16:31 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:16:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:16:31 Removing intermediate container acd14169e81e 20:16:31 ---> 2019d00e57bb 20:16:31 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:16:31 ---> Running in 7f4020823453 20:16:32 ---> c59c65fd3d71 20:16:32 Step 26/31 : RUN chmod +x /entrypoint.sh 20:16:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:16:32 Removing intermediate container 7f4020823453 20:16:32 ---> b4b8c3cd690a 20:16:32 Step 23/25 : LABEL arch=arm64 20:16:32 ---> Running in a61fb0e55d3e 20:16:32 ---> Running in 3bceb04cea5d 20:16:32 (1/6) Installing dumb-init (1.2.2-r1) 20:16:32 (2/6) Installing libgcc (9.3.0-r2) 20:16:32 (3/6) Installing libsodium (1.0.18-r0) 20:16:32 (4/6) Installing libstdc++ (9.3.0-r2) 20:16:33 Removing intermediate container 3bceb04cea5d 20:16:33 ---> d274e98b6518 20:16:33 Step 24/25 : LABEL git_sha=40097948026cfcf365777e8965120a46082f11c2 20:16:33 (5/6) Installing libzmq (4.3.3-r0) 20:16:33 (6/6) Installing zeromq (4.3.3-r0) 20:16:33 ---> Running in 05ef23ab5b17 20:16:33 Executing busybox-1.31.1-r20.trigger 20:16:33 OK: 8 MiB in 20 packages 20:16:34 Removing intermediate container 05ef23ab5b17 20:16:34 ---> 5be991b3fe8f 20:16:34 Step 25/25 : LABEL version=2.0.0-dev.197 20:16:34 ---> Running in 31cd54821f8a 20:16:34 Removing intermediate container 31cd54821f8a 20:16:34 ---> 73b3fe2c464b 20:16:34 20:16:35 Successfully built 73b3fe2c464b 20:16:35 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:16:35  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0abd1c3d2bb3 20:16:35 ---> 09c2c109f1b4 20:16:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:16:35 Removing intermediate container a61fb0e55d3e 20:16:35 ---> 3508e4d037af 20:16:35 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:16:35 ---> Running in da144590b8de 20:16:36 ---> ff38608aac3d 20:16:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:16:36 Removing intermediate container da144590b8de 20:16:36 ---> 3a2684952ce5 20:16:36 Step 28/31 : CMD ["gate"] 20:16:36 ---> Running in 75c24e02ce3e 20:16:37 Removing intermediate container 75c24e02ce3e 20:16:37 ---> 0df491fb0a80 20:16:37 Step 29/31 : LABEL arch=arm64 20:16:37 ---> 52d409824174 20:16:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:16:37 ---> Running in 75e64a62a940 20:16:38 Removing intermediate container 75e64a62a940 20:16:38 ---> c1d8947a0c4e 20:16:38 Step 30/31 : LABEL git_sha=40097948026cfcf365777e8965120a46082f11c2 20:16:38 ---> 2fd9e7d00c4f 20:16:38 Step 19/23 : ENTRYPOINT ["/core-data"] 20:16:38 ---> Running in 9faf08c6404f 20:16:38 ---> Running in aae870d784b4 20:16:39 Removing intermediate container 9faf08c6404f 20:16:39 ---> 8163063c44d3 20:16:39 Step 31/31 : LABEL version=2.0.0-dev.197 20:16:39 Removing intermediate container aae870d784b4 20:16:39 ---> 5eab155fbfb0 20:16:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:16:39 ---> Running in d4321647ba75 20:16:39 ---> Running in 7721584b7f62 20:16:39 Removing intermediate container d4321647ba75 20:16:39 ---> dc7ab94579fd 20:16:39 Step 21/23 : LABEL arch=arm64 20:16:40 ---> Running in 7d099fddeee0 20:16:40 Removing intermediate container 7721584b7f62 20:16:40 ---> 3ab050cd9703 20:16:40 20:16:40 Successfully built 3ab050cd9703 20:16:40 Successfully tagged docker-security-bootstrapper-go-arm64:latest 20:16:41  Building docker-security-bootstrapper-go ... done Removing intermediate container 7d099fddeee0 20:16:41 ---> 2af7d5f9c987 20:16:41 Step 22/23 : LABEL git_sha=40097948026cfcf365777e8965120a46082f11c2 20:16:41 ---> Running in 6446baa55674 20:16:41 Removing intermediate container 6446baa55674 20:16:41 ---> 7f465c24ddbc 20:16:41 Step 23/23 : LABEL version=2.0.0-dev.197 20:16:41 ---> Running in f47a4747b8e0 20:16:42 Removing intermediate container f47a4747b8e0 20:16:42 ---> 52346a16e112 20:16:42 20:16:42 Successfully built 52346a16e112 20:16:42 Successfully tagged docker-core-data-go-arm64:latest 20:16:42  Building docker-core-data-go ... done  [Pipeline] } 20:16:42 $ docker stop --time=1 b7b3746ebf33a06eeb73eb4587d7f7186bc151cc6525626cc6d6a05dda46a381 20:16:44 $ docker rm -f b7b3746ebf33a06eeb73eb4587d7f7186bc151cc6525626cc6d6a05dda46a381 [Pipeline] // withDockerContainer [Pipeline] sh 20:16:45 + grep docker 20:16:45 + docker images 20:16:45 docker-core-data-go-arm64 latest 52346a16e112 4 seconds ago 20.3MB 20:16:45 docker-security-bootstrapper-go-arm64 latest 3ab050cd9703 5 seconds ago 17.1MB 20:16:45 docker-security-secretstore-setup-go-arm64 latest 73b3fe2c464b 11 seconds ago 24.3MB 20:16:45 docker-support-scheduler-go-arm64 latest 687bb1b5dec3 17 seconds ago 16.1MB 20:16:45 docker-sys-mgmt-agent-go-arm64 latest a58862c63894 2 minutes ago 299MB 20:16:45 docker-core-metadata-go-arm64 latest 3289d45be794 3 minutes ago 17.4MB 20:16:45 docker-support-notifications-go-arm64 latest 64a34ff91a20 3 minutes ago 16.6MB 20:16:45 docker-core-command-go-arm64 latest 2d60f7879d42 3 minutes ago 16.1MB 20:16:45 docker-security-proxy-setup-go-arm64 latest 0695f14c8677 3 minutes ago 23.9MB 20:16:45 docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:16:45 provisioning config files... 20:16:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/465@tmp/config757220509300068925tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:16:46 ---> docker-login.sh 20:16:46 nexus3.edgexfoundry.org:10001 20:16:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:16:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:16:46 Configure a credential helper to remove this warning. See 20:16:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:16:46 20:16:46 Login Succeeded 20:16:46 nexus3.edgexfoundry.org:10002 20:16:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:16:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:16:47 Configure a credential helper to remove this warning. See 20:16:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:16:47 20:16:47 Login Succeeded 20:16:47 nexus3.edgexfoundry.org:10003 20:16:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:16:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:16:47 Configure a credential helper to remove this warning. See 20:16:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:16:47 20:16:47 Login Succeeded 20:16:47 nexus3.edgexfoundry.org:10004 20:16:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:16:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:16:48 Configure a credential helper to remove this warning. See 20:16:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:16:48 20:16:48 Login Succeeded 20:16:48 docker.io 20:16:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:16:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:16:49 Configure a credential helper to remove this warning. See 20:16:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:16:49 20:16:49 Login Succeeded 20:16:49 ---> docker-login.sh ends [Pipeline] } 20:16:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:16:49 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 20:16:49 40097948026cfcf365777e8965120a46082f11c2 20:16:49 2.0.0-dev.197 20:16:49 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:16:49 master 20:16:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:16:49 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:40097948026cfcf365777e8965120a46082f11c2 [Pipeline] isUnix [Pipeline] sh 20:16:50 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:40097948026cfcf365777e8965120a46082f11c2 20:16:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 20:16:50 c75ddcce60ea: Preparing 20:16:50 5d1b497b26d5: Preparing 20:16:50 b0f820ff3de7: Preparing 20:16:50 3cd891a051dc: Preparing 20:16:50 3fbe34a1663b: Preparing 20:16:50 3fbe34a1663b: Layer already exists 20:16:50 c75ddcce60ea: Pushed 20:16:50 b0f820ff3de7: Pushed 20:16:50 3cd891a051dc: Pushed 20:16:52 5d1b497b26d5: Pushed 20:16:53 40097948026cfcf365777e8965120a46082f11c2: digest: sha256:bb3ac7ca1a695fa6ad8e38b9d5fd946d93e1d80d6325f8f7863a6e2148942026 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:16:53 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:16:54 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.197 20:16:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 20:16:54 c75ddcce60ea: Preparing 20:16:54 5d1b497b26d5: Preparing 20:16:54 b0f820ff3de7: Preparing 20:16:54 3cd891a051dc: Preparing 20:16:54 3fbe34a1663b: Preparing 20:16:54 5d1b497b26d5: Layer already exists 20:16:54 b0f820ff3de7: Layer already exists 20:16:54 c75ddcce60ea: Layer already exists 20:16:54 3fbe34a1663b: Layer already exists 20:16:54 3cd891a051dc: Layer already exists 20:16:54 2.0.0-dev.197: digest: sha256:bb3ac7ca1a695fa6ad8e38b9d5fd946d93e1d80d6325f8f7863a6e2148942026 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:16:54 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:16:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:16:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 20:16:55 c75ddcce60ea: Preparing 20:16:55 5d1b497b26d5: Preparing 20:16:55 b0f820ff3de7: Preparing 20:16:55 3cd891a051dc: Preparing 20:16:55 3fbe34a1663b: Preparing 20:16:55 c75ddcce60ea: Layer already exists 20:16:55 3cd891a051dc: Layer already exists 20:16:55 5d1b497b26d5: Layer already exists 20:16:55 b0f820ff3de7: Layer already exists 20:16:55 3fbe34a1663b: Layer already exists 20:16:55 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197: digest: sha256:bb3ac7ca1a695fa6ad8e38b9d5fd946d93e1d80d6325f8f7863a6e2148942026 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:16:55 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:16:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 20:16:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 20:16:56 c75ddcce60ea: Preparing 20:16:56 5d1b497b26d5: Preparing 20:16:56 b0f820ff3de7: Preparing 20:16:56 3cd891a051dc: Preparing 20:16:56 3fbe34a1663b: Preparing 20:16:56 c75ddcce60ea: Layer already exists 20:16:56 5d1b497b26d5: Layer already exists 20:16:56 3fbe34a1663b: Layer already exists 20:16:56 3cd891a051dc: Layer already exists 20:16:56 b0f820ff3de7: Layer already exists 20:16:56 master: digest: sha256:bb3ac7ca1a695fa6ad8e38b9d5fd946d93e1d80d6325f8f7863a6e2148942026 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:16:56 ===================================================== [Pipeline] echo 20:16:56 taggedImages: 20:16:56 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:40097948026cfcf365777e8965120a46082f11c2 20:16:56 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.197 20:16:56 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:16:56 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 20:16:56 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 20:16:56 40097948026cfcf365777e8965120a46082f11c2 20:16:56 2.0.0-dev.197 20:16:56 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:16:56 master 20:16:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:16:56 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:40097948026cfcf365777e8965120a46082f11c2 [Pipeline] isUnix [Pipeline] sh 20:16:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:40097948026cfcf365777e8965120a46082f11c2 20:16:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 20:16:57 ef87e9f62e51: Preparing 20:16:57 4c51b6c9acb6: Preparing 20:16:57 b0f820ff3de7: Preparing 20:16:57 db96f1979e55: Preparing 20:16:57 1fb73f76d5cc: Preparing 20:16:57 3fbe34a1663b: Preparing 20:16:57 b0f820ff3de7: Layer already exists 20:16:57 3fbe34a1663b: Layer already exists 20:16:57 1fb73f76d5cc: Pushed 20:16:57 ef87e9f62e51: Pushed 20:16:58 db96f1979e55: Pushed 20:17:01 4c51b6c9acb6: Pushed 20:17:01 40097948026cfcf365777e8965120a46082f11c2: digest: sha256:1fb444b522333a279ba698ca59f94ae5f0364c99888bc0b82b25b47d2f27c496 size: 1572 [Pipeline] isUnix [Pipeline] sh 20:17:01 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:17:01 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.197 20:17:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 20:17:01 ef87e9f62e51: Preparing 20:17:01 4c51b6c9acb6: Preparing 20:17:01 b0f820ff3de7: Preparing 20:17:01 db96f1979e55: Preparing 20:17:01 1fb73f76d5cc: Preparing 20:17:01 3fbe34a1663b: Preparing 20:17:01 3fbe34a1663b: Waiting 20:17:01 b0f820ff3de7: Layer already exists 20:17:01 ef87e9f62e51: Layer already exists 20:17:01 4c51b6c9acb6: Layer already exists 20:17:01 db96f1979e55: Layer already exists 20:17:01 1fb73f76d5cc: Layer already exists 20:17:02 3fbe34a1663b: Layer already exists 20:17:02 2.0.0-dev.197: digest: sha256:1fb444b522333a279ba698ca59f94ae5f0364c99888bc0b82b25b47d2f27c496 size: 1572 [Pipeline] isUnix [Pipeline] sh 20:17:02 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:17:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:17:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 20:17:02 ef87e9f62e51: Preparing 20:17:02 4c51b6c9acb6: Preparing 20:17:02 b0f820ff3de7: Preparing 20:17:02 db96f1979e55: Preparing 20:17:02 1fb73f76d5cc: Preparing 20:17:02 3fbe34a1663b: Preparing 20:17:02 3fbe34a1663b: Waiting 20:17:02 1fb73f76d5cc: Layer already exists 20:17:02 ef87e9f62e51: Layer already exists 20:17:02 4c51b6c9acb6: Layer already exists 20:17:02 db96f1979e55: Layer already exists 20:17:02 b0f820ff3de7: Layer already exists 20:17:02 3fbe34a1663b: Layer already exists 20:17:02 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197: digest: sha256:1fb444b522333a279ba698ca59f94ae5f0364c99888bc0b82b25b47d2f27c496 size: 1572 [Pipeline] isUnix [Pipeline] sh 20:17:03 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:17:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 20:17:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 20:17:03 ef87e9f62e51: Preparing 20:17:03 4c51b6c9acb6: Preparing 20:17:03 b0f820ff3de7: Preparing 20:17:03 db96f1979e55: Preparing 20:17:03 1fb73f76d5cc: Preparing 20:17:03 3fbe34a1663b: Preparing 20:17:03 3fbe34a1663b: Waiting 20:17:03 db96f1979e55: Layer already exists 20:17:03 1fb73f76d5cc: Layer already exists 20:17:03 ef87e9f62e51: Layer already exists 20:17:03 b0f820ff3de7: Layer already exists 20:17:03 4c51b6c9acb6: Layer already exists 20:17:03 3fbe34a1663b: Layer already exists 20:17:03 master: digest: sha256:1fb444b522333a279ba698ca59f94ae5f0364c99888bc0b82b25b47d2f27c496 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:17:04 ===================================================== [Pipeline] echo 20:17:04 taggedImages: 20:17:04 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:40097948026cfcf365777e8965120a46082f11c2 20:17:04 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.197 20:17:04 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:17:04 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 20:17:04 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 20:17:04 40097948026cfcf365777e8965120a46082f11c2 20:17:04 2.0.0-dev.197 20:17:04 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:17:04 master 20:17:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:17:04 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:40097948026cfcf365777e8965120a46082f11c2 [Pipeline] isUnix [Pipeline] sh 20:17:04 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:40097948026cfcf365777e8965120a46082f11c2 20:17:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 20:17:04 0100bc4657d8: Preparing 20:17:04 74749f2da4b0: Preparing 20:17:04 b0f820ff3de7: Preparing 20:17:04 3cd891a051dc: Preparing 20:17:04 3fbe34a1663b: Preparing 20:17:04 3cd891a051dc: Layer already exists 20:17:05 b0f820ff3de7: Layer already exists 20:17:05 3fbe34a1663b: Layer already exists 20:17:05 0100bc4657d8: Pushed 20:17:08 74749f2da4b0: Pushed 20:17:08 40097948026cfcf365777e8965120a46082f11c2: digest: sha256:44e7c5c100b9f6a810562d1b05e6ff3a810d2cfe3f38775c01f1c04db2c6a17c size: 1363 [Pipeline] isUnix [Pipeline] sh 20:17:08 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:17:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.197 20:17:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 20:17:09 0100bc4657d8: Preparing 20:17:09 74749f2da4b0: Preparing 20:17:09 b0f820ff3de7: Preparing 20:17:09 3cd891a051dc: Preparing 20:17:09 3fbe34a1663b: Preparing 20:17:09 3fbe34a1663b: Layer already exists 20:17:09 b0f820ff3de7: Layer already exists 20:17:09 0100bc4657d8: Layer already exists 20:17:09 3cd891a051dc: Layer already exists 20:17:09 74749f2da4b0: Layer already exists 20:17:09 2.0.0-dev.197: digest: sha256:44e7c5c100b9f6a810562d1b05e6ff3a810d2cfe3f38775c01f1c04db2c6a17c size: 1363 [Pipeline] isUnix [Pipeline] sh 20:17:09 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:17:10 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:17:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 20:17:10 0100bc4657d8: Preparing 20:17:10 74749f2da4b0: Preparing 20:17:10 b0f820ff3de7: Preparing 20:17:10 3cd891a051dc: Preparing 20:17:10 3fbe34a1663b: Preparing 20:17:10 74749f2da4b0: Layer already exists 20:17:10 3cd891a051dc: Layer already exists 20:17:10 0100bc4657d8: Layer already exists 20:17:10 b0f820ff3de7: Layer already exists 20:17:10 3fbe34a1663b: Layer already exists 20:17:10 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197: digest: sha256:44e7c5c100b9f6a810562d1b05e6ff3a810d2cfe3f38775c01f1c04db2c6a17c size: 1363 [Pipeline] isUnix [Pipeline] sh 20:17:10 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:17:10 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 20:17:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 20:17:10 0100bc4657d8: Preparing 20:17:10 74749f2da4b0: Preparing 20:17:10 b0f820ff3de7: Preparing 20:17:10 3cd891a051dc: Preparing 20:17:10 3fbe34a1663b: Preparing 20:17:10 74749f2da4b0: Layer already exists 20:17:10 3fbe34a1663b: Layer already exists 20:17:10 0100bc4657d8: Layer already exists 20:17:10 3cd891a051dc: Layer already exists 20:17:10 b0f820ff3de7: Layer already exists 20:17:11 master: digest: sha256:44e7c5c100b9f6a810562d1b05e6ff3a810d2cfe3f38775c01f1c04db2c6a17c size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:17:11 ===================================================== [Pipeline] echo 20:17:11 taggedImages: 20:17:11 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:40097948026cfcf365777e8965120a46082f11c2 20:17:11 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.197 20:17:11 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:17:11 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 20:17:11 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 20:17:11 40097948026cfcf365777e8965120a46082f11c2 20:17:11 2.0.0-dev.197 20:17:11 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:17:11 master 20:17:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:17:11 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:40097948026cfcf365777e8965120a46082f11c2 [Pipeline] isUnix [Pipeline] sh 20:17:12 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:40097948026cfcf365777e8965120a46082f11c2 20:17:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 20:17:12 e0efe0db7d5a: Preparing 20:17:12 e0efe0db7d5a: Preparing 20:17:12 294d368cc347: Preparing 20:17:12 6d58c9071ecc: Preparing 20:17:12 7cceca4444d4: Preparing 20:17:12 5f10ddba9185: Preparing 20:17:12 b0f820ff3de7: Preparing 20:17:12 00ce0ef5ad39: Preparing 20:17:12 00ce0ef5ad39: Preparing 20:17:12 d5a53ebd5d61: Preparing 20:17:12 de8f92afaa53: Preparing 20:17:12 3fbe34a1663b: Preparing 20:17:12 00ce0ef5ad39: Waiting 20:17:12 d5a53ebd5d61: Waiting 20:17:12 de8f92afaa53: Waiting 20:17:12 3fbe34a1663b: Waiting 20:17:12 b0f820ff3de7: Waiting 20:17:12 6d58c9071ecc: Pushed 20:17:12 e0efe0db7d5a: Pushed 20:17:12 294d368cc347: Pushed 20:17:12 b0f820ff3de7: Layer already exists 20:17:12 7cceca4444d4: Pushed 20:17:12 3fbe34a1663b: Layer already exists 20:17:12 00ce0ef5ad39: Pushed 20:17:12 d5a53ebd5d61: Pushed 20:17:12 de8f92afaa53: Pushed 20:17:15 5f10ddba9185: Pushed 20:17:15 40097948026cfcf365777e8965120a46082f11c2: digest: sha256:f23a3195292eba16ca47473f1d49402326362bc211018f00436839e51ce4ad51 size: 2817 [Pipeline] isUnix [Pipeline] sh 20:17:16 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:17:16 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.197 20:17:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 20:17:16 e0efe0db7d5a: Preparing 20:17:16 e0efe0db7d5a: Preparing 20:17:16 294d368cc347: Preparing 20:17:16 6d58c9071ecc: Preparing 20:17:16 7cceca4444d4: Preparing 20:17:16 5f10ddba9185: Preparing 20:17:16 b0f820ff3de7: Preparing 20:17:16 00ce0ef5ad39: Preparing 20:17:16 00ce0ef5ad39: Preparing 20:17:16 d5a53ebd5d61: Preparing 20:17:16 de8f92afaa53: Preparing 20:17:16 3fbe34a1663b: Preparing 20:17:16 b0f820ff3de7: Waiting 20:17:16 00ce0ef5ad39: Waiting 20:17:16 d5a53ebd5d61: Waiting 20:17:16 de8f92afaa53: Waiting 20:17:16 3fbe34a1663b: Waiting 20:17:16 294d368cc347: Layer already exists 20:17:16 7cceca4444d4: Layer already exists 20:17:16 6d58c9071ecc: Layer already exists 20:17:16 5f10ddba9185: Layer already exists 20:17:16 e0efe0db7d5a: Layer already exists 20:17:16 b0f820ff3de7: Layer already exists 20:17:16 00ce0ef5ad39: Layer already exists 20:17:16 3fbe34a1663b: Layer already exists 20:17:16 d5a53ebd5d61: Layer already exists 20:17:16 de8f92afaa53: Layer already exists 20:17:16 2.0.0-dev.197: digest: sha256:f23a3195292eba16ca47473f1d49402326362bc211018f00436839e51ce4ad51 size: 2817 [Pipeline] isUnix [Pipeline] sh 20:17:17 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:17:17 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:17:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 20:17:17 e0efe0db7d5a: Preparing 20:17:17 e0efe0db7d5a: Preparing 20:17:17 294d368cc347: Preparing 20:17:17 6d58c9071ecc: Preparing 20:17:17 7cceca4444d4: Preparing 20:17:17 5f10ddba9185: Preparing 20:17:17 b0f820ff3de7: Preparing 20:17:17 00ce0ef5ad39: Preparing 20:17:17 00ce0ef5ad39: Preparing 20:17:17 d5a53ebd5d61: Preparing 20:17:17 de8f92afaa53: Preparing 20:17:17 3fbe34a1663b: Preparing 20:17:17 d5a53ebd5d61: Waiting 20:17:17 de8f92afaa53: Waiting 20:17:17 3fbe34a1663b: Waiting 20:17:17 b0f820ff3de7: Waiting 20:17:17 00ce0ef5ad39: Waiting 20:17:17 7cceca4444d4: Layer already exists 20:17:17 5f10ddba9185: Layer already exists 20:17:17 294d368cc347: Layer already exists 20:17:17 6d58c9071ecc: Layer already exists 20:17:17 e0efe0db7d5a: Layer already exists 20:17:17 00ce0ef5ad39: Layer already exists 20:17:17 b0f820ff3de7: Layer already exists 20:17:17 d5a53ebd5d61: Layer already exists 20:17:17 de8f92afaa53: Layer already exists 20:17:17 3fbe34a1663b: Layer already exists 20:17:17 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197: digest: sha256:f23a3195292eba16ca47473f1d49402326362bc211018f00436839e51ce4ad51 size: 2817 [Pipeline] isUnix [Pipeline] sh 20:17:18 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:17:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 20:17:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 20:17:18 e0efe0db7d5a: Preparing 20:17:18 e0efe0db7d5a: Preparing 20:17:18 294d368cc347: Preparing 20:17:18 6d58c9071ecc: Preparing 20:17:18 7cceca4444d4: Preparing 20:17:18 5f10ddba9185: Preparing 20:17:18 b0f820ff3de7: Preparing 20:17:18 00ce0ef5ad39: Preparing 20:17:18 00ce0ef5ad39: Preparing 20:17:18 d5a53ebd5d61: Preparing 20:17:18 de8f92afaa53: Preparing 20:17:18 3fbe34a1663b: Preparing 20:17:18 d5a53ebd5d61: Waiting 20:17:18 de8f92afaa53: Waiting 20:17:18 3fbe34a1663b: Waiting 20:17:18 b0f820ff3de7: Waiting 20:17:18 00ce0ef5ad39: Waiting 20:17:18 6d58c9071ecc: Layer already exists 20:17:18 5f10ddba9185: Layer already exists 20:17:18 294d368cc347: Layer already exists 20:17:18 e0efe0db7d5a: Layer already exists 20:17:18 7cceca4444d4: Layer already exists 20:17:18 00ce0ef5ad39: Layer already exists 20:17:18 d5a53ebd5d61: Layer already exists 20:17:18 b0f820ff3de7: Layer already exists 20:17:18 de8f92afaa53: Layer already exists 20:17:18 3fbe34a1663b: Layer already exists 20:17:18 master: digest: sha256:f23a3195292eba16ca47473f1d49402326362bc211018f00436839e51ce4ad51 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:17:18 ===================================================== [Pipeline] echo 20:17:18 taggedImages: 20:17:18 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:40097948026cfcf365777e8965120a46082f11c2 20:17:18 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.197 20:17:18 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:17:18 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 20:17:18 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 20:17:18 40097948026cfcf365777e8965120a46082f11c2 20:17:18 2.0.0-dev.197 20:17:18 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:17:18 master 20:17:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:17:19 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:40097948026cfcf365777e8965120a46082f11c2 [Pipeline] isUnix [Pipeline] sh 20:17:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:40097948026cfcf365777e8965120a46082f11c2 20:17:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 20:17:19 ad337c5bd8f8: Preparing 20:17:19 e880e370059f: Preparing 20:17:19 f5a8ff702e01: Preparing 20:17:19 1aefa173f6d6: Preparing 20:17:19 dd9e1074d979: Preparing 20:17:19 3fbe34a1663b: Preparing 20:17:19 3fbe34a1663b: Waiting 20:17:19 1aefa173f6d6: Pushed 20:17:19 f5a8ff702e01: Pushed 20:17:19 3fbe34a1663b: Layer already exists 20:17:20 dd9e1074d979: Pushed 20:17:22 ad337c5bd8f8: Pushed 20:17:22 e880e370059f: Pushed 20:17:22 40097948026cfcf365777e8965120a46082f11c2: digest: sha256:f09b581f60e19568971b3bba8bab37e588d5ee0f509d6d25171df231dc5b9219 size: 1575 [Pipeline] isUnix [Pipeline] sh 20:17:22 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:17:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.197 20:17:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 20:17:23 ad337c5bd8f8: Preparing 20:17:23 e880e370059f: Preparing 20:17:23 f5a8ff702e01: Preparing 20:17:23 1aefa173f6d6: Preparing 20:17:23 dd9e1074d979: Preparing 20:17:23 3fbe34a1663b: Preparing 20:17:23 3fbe34a1663b: Waiting 20:17:23 f5a8ff702e01: Layer already exists 20:17:23 ad337c5bd8f8: Layer already exists 20:17:23 dd9e1074d979: Layer already exists 20:17:23 1aefa173f6d6: Layer already exists 20:17:23 e880e370059f: Layer already exists 20:17:23 3fbe34a1663b: Layer already exists 20:17:23 2.0.0-dev.197: digest: sha256:f09b581f60e19568971b3bba8bab37e588d5ee0f509d6d25171df231dc5b9219 size: 1575 [Pipeline] isUnix [Pipeline] sh 20:17:23 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:17:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:17:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 20:17:23 ad337c5bd8f8: Preparing 20:17:23 e880e370059f: Preparing 20:17:23 f5a8ff702e01: Preparing 20:17:23 1aefa173f6d6: Preparing 20:17:23 dd9e1074d979: Preparing 20:17:23 3fbe34a1663b: Preparing 20:17:23 3fbe34a1663b: Waiting 20:17:23 ad337c5bd8f8: Layer already exists 20:17:23 dd9e1074d979: Layer already exists 20:17:23 f5a8ff702e01: Layer already exists 20:17:23 e880e370059f: Layer already exists 20:17:23 1aefa173f6d6: Layer already exists 20:17:24 3fbe34a1663b: Layer already exists 20:17:24 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197: digest: sha256:f09b581f60e19568971b3bba8bab37e588d5ee0f509d6d25171df231dc5b9219 size: 1575 [Pipeline] isUnix [Pipeline] sh 20:17:24 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:17:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 20:17:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 20:17:24 ad337c5bd8f8: Preparing 20:17:24 e880e370059f: Preparing 20:17:24 f5a8ff702e01: Preparing 20:17:24 1aefa173f6d6: Preparing 20:17:24 dd9e1074d979: Preparing 20:17:24 3fbe34a1663b: Preparing 20:17:24 3fbe34a1663b: Waiting 20:17:24 dd9e1074d979: Layer already exists 20:17:24 e880e370059f: Layer already exists 20:17:24 ad337c5bd8f8: Layer already exists 20:17:24 1aefa173f6d6: Layer already exists 20:17:24 f5a8ff702e01: Layer already exists 20:17:24 3fbe34a1663b: Layer already exists 20:17:25 master: digest: sha256:f09b581f60e19568971b3bba8bab37e588d5ee0f509d6d25171df231dc5b9219 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:17:25 ===================================================== [Pipeline] echo 20:17:25 taggedImages: 20:17:25 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:40097948026cfcf365777e8965120a46082f11c2 20:17:25 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.197 20:17:25 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:17:25 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 20:17:25 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 20:17:25 40097948026cfcf365777e8965120a46082f11c2 20:17:25 2.0.0-dev.197 20:17:25 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:17:25 master 20:17:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:17:25 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:40097948026cfcf365777e8965120a46082f11c2 [Pipeline] isUnix [Pipeline] sh 20:17:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:40097948026cfcf365777e8965120a46082f11c2 20:17:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 20:17:26 90d0dd2aac39: Preparing 20:17:26 9f0419f449df: Preparing 20:17:26 88a2e7058045: Preparing 20:17:26 cb882cabe5a6: Preparing 20:17:26 0c2e604f493d: Preparing 20:17:26 b1511274428f: Preparing 20:17:26 5864a091189b: Preparing 20:17:26 57a07c939ad0: Preparing 20:17:26 9aa35b6b8a33: Preparing 20:17:26 3fbe34a1663b: Preparing 20:17:26 b1511274428f: Waiting 20:17:26 5864a091189b: Waiting 20:17:26 57a07c939ad0: Waiting 20:17:26 9aa35b6b8a33: Waiting 20:17:26 3fbe34a1663b: Waiting 20:17:26 0c2e604f493d: Pushed 20:17:26 9f0419f449df: Pushed 20:17:26 90d0dd2aac39: Pushed 20:17:26 b1511274428f: Pushed 20:17:26 5864a091189b: Pushed 20:17:26 57a07c939ad0: Pushed 20:17:26 3fbe34a1663b: Layer already exists 20:17:27 9aa35b6b8a33: Pushed 20:17:28 88a2e7058045: Pushed 20:17:29 cb882cabe5a6: Pushed 20:17:29 40097948026cfcf365777e8965120a46082f11c2: digest: sha256:546421af0faf64599187dc2cd329d6dbcb79786ac151a2abfd8d6c03282e9b5a size: 2405 [Pipeline] isUnix [Pipeline] sh 20:17:29 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:17:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.197 20:17:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 20:17:30 90d0dd2aac39: Preparing 20:17:30 9f0419f449df: Preparing 20:17:30 88a2e7058045: Preparing 20:17:30 cb882cabe5a6: Preparing 20:17:30 0c2e604f493d: Preparing 20:17:30 b1511274428f: Preparing 20:17:30 5864a091189b: Preparing 20:17:30 57a07c939ad0: Preparing 20:17:30 9aa35b6b8a33: Preparing 20:17:30 3fbe34a1663b: Preparing 20:17:30 b1511274428f: Waiting 20:17:30 5864a091189b: Waiting 20:17:30 57a07c939ad0: Waiting 20:17:30 9aa35b6b8a33: Waiting 20:17:30 3fbe34a1663b: Waiting 20:17:30 90d0dd2aac39: Layer already exists 20:17:30 88a2e7058045: Layer already exists 20:17:30 9f0419f449df: Layer already exists 20:17:30 cb882cabe5a6: Layer already exists 20:17:30 0c2e604f493d: Layer already exists 20:17:30 5864a091189b: Layer already exists 20:17:30 b1511274428f: Layer already exists 20:17:30 3fbe34a1663b: Layer already exists 20:17:30 57a07c939ad0: Layer already exists 20:17:30 9aa35b6b8a33: Layer already exists 20:17:30 2.0.0-dev.197: digest: sha256:546421af0faf64599187dc2cd329d6dbcb79786ac151a2abfd8d6c03282e9b5a size: 2405 [Pipeline] isUnix [Pipeline] sh 20:17:30 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:17:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:17:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 20:17:31 90d0dd2aac39: Preparing 20:17:31 9f0419f449df: Preparing 20:17:31 88a2e7058045: Preparing 20:17:31 cb882cabe5a6: Preparing 20:17:31 0c2e604f493d: Preparing 20:17:31 b1511274428f: Preparing 20:17:31 5864a091189b: Preparing 20:17:31 57a07c939ad0: Preparing 20:17:31 9aa35b6b8a33: Preparing 20:17:31 3fbe34a1663b: Preparing 20:17:31 b1511274428f: Waiting 20:17:31 5864a091189b: Waiting 20:17:31 57a07c939ad0: Waiting 20:17:31 9aa35b6b8a33: Waiting 20:17:31 3fbe34a1663b: Waiting 20:17:31 88a2e7058045: Layer already exists 20:17:31 cb882cabe5a6: Layer already exists 20:17:31 0c2e604f493d: Layer already exists 20:17:31 90d0dd2aac39: Layer already exists 20:17:31 9f0419f449df: Layer already exists 20:17:31 57a07c939ad0: Layer already exists 20:17:31 5864a091189b: Layer already exists 20:17:31 b1511274428f: Layer already exists 20:17:31 9aa35b6b8a33: Layer already exists 20:17:31 3fbe34a1663b: Layer already exists 20:17:31 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197: digest: sha256:546421af0faf64599187dc2cd329d6dbcb79786ac151a2abfd8d6c03282e9b5a size: 2405 [Pipeline] isUnix [Pipeline] sh 20:17:31 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:17:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 20:17:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 20:17:32 90d0dd2aac39: Preparing 20:17:32 9f0419f449df: Preparing 20:17:32 88a2e7058045: Preparing 20:17:32 cb882cabe5a6: Preparing 20:17:32 0c2e604f493d: Preparing 20:17:32 b1511274428f: Preparing 20:17:32 5864a091189b: Preparing 20:17:32 57a07c939ad0: Preparing 20:17:32 9aa35b6b8a33: Preparing 20:17:32 3fbe34a1663b: Preparing 20:17:32 b1511274428f: Waiting 20:17:32 57a07c939ad0: Waiting 20:17:32 9aa35b6b8a33: Waiting 20:17:32 3fbe34a1663b: Waiting 20:17:32 5864a091189b: Waiting 20:17:32 0c2e604f493d: Layer already exists 20:17:32 88a2e7058045: Layer already exists 20:17:32 cb882cabe5a6: Layer already exists 20:17:32 9f0419f449df: Layer already exists 20:17:32 90d0dd2aac39: Layer already exists 20:17:32 57a07c939ad0: Layer already exists 20:17:32 b1511274428f: Layer already exists 20:17:32 9aa35b6b8a33: Layer already exists 20:17:32 5864a091189b: Layer already exists 20:17:32 3fbe34a1663b: Layer already exists 20:17:32 master: digest: sha256:546421af0faf64599187dc2cd329d6dbcb79786ac151a2abfd8d6c03282e9b5a size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:17:32 ===================================================== [Pipeline] echo 20:17:32 taggedImages: 20:17:32 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:40097948026cfcf365777e8965120a46082f11c2 20:17:32 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.197 20:17:32 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:17:32 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 20:17:32 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 20:17:32 40097948026cfcf365777e8965120a46082f11c2 20:17:32 2.0.0-dev.197 20:17:32 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:17:32 master 20:17:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:17:32 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:40097948026cfcf365777e8965120a46082f11c2 [Pipeline] isUnix [Pipeline] sh 20:17:33 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:40097948026cfcf365777e8965120a46082f11c2 20:17:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 20:17:33 d581d208edcf: Preparing 20:17:33 bd19ab1ee39a: Preparing 20:17:33 b0f820ff3de7: Preparing 20:17:33 f339a9595df2: Preparing 20:17:33 3fbe34a1663b: Preparing 20:17:33 3fbe34a1663b: Layer already exists 20:17:33 b0f820ff3de7: Layer already exists 20:17:33 d581d208edcf: Pushed 20:17:33 f339a9595df2: Pushed 20:17:36 bd19ab1ee39a: Pushed 20:17:36 40097948026cfcf365777e8965120a46082f11c2: digest: sha256:c4cc6596990bafb328660a33df89a6df34ba55007501c8d95480a8521db02071 size: 1364 [Pipeline] isUnix [Pipeline] sh 20:17:36 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:17:36 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.197 20:17:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 20:17:36 d581d208edcf: Preparing 20:17:36 bd19ab1ee39a: Preparing 20:17:36 b0f820ff3de7: Preparing 20:17:36 f339a9595df2: Preparing 20:17:36 3fbe34a1663b: Preparing 20:17:36 bd19ab1ee39a: Layer already exists 20:17:36 3fbe34a1663b: Layer already exists 20:17:36 f339a9595df2: Layer already exists 20:17:36 b0f820ff3de7: Layer already exists 20:17:36 d581d208edcf: Layer already exists 20:17:37 2.0.0-dev.197: digest: sha256:c4cc6596990bafb328660a33df89a6df34ba55007501c8d95480a8521db02071 size: 1364 [Pipeline] isUnix [Pipeline] sh 20:17:37 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:17:37 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:17:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 20:17:37 d581d208edcf: Preparing 20:17:37 bd19ab1ee39a: Preparing 20:17:37 b0f820ff3de7: Preparing 20:17:37 f339a9595df2: Preparing 20:17:37 3fbe34a1663b: Preparing 20:17:37 3fbe34a1663b: Layer already exists 20:17:37 b0f820ff3de7: Layer already exists 20:17:37 f339a9595df2: Layer already exists 20:17:37 bd19ab1ee39a: Layer already exists 20:17:37 d581d208edcf: Layer already exists 20:17:38 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197: digest: sha256:c4cc6596990bafb328660a33df89a6df34ba55007501c8d95480a8521db02071 size: 1364 [Pipeline] isUnix [Pipeline] sh 20:17:38 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:17:38 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 20:17:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 20:17:38 d581d208edcf: Preparing 20:17:38 bd19ab1ee39a: Preparing 20:17:38 b0f820ff3de7: Preparing 20:17:38 f339a9595df2: Preparing 20:17:38 3fbe34a1663b: Preparing 20:17:38 bd19ab1ee39a: Layer already exists 20:17:38 b0f820ff3de7: Layer already exists 20:17:38 f339a9595df2: Layer already exists 20:17:38 d581d208edcf: Layer already exists 20:17:39 3fbe34a1663b: Layer already exists 20:17:39 master: digest: sha256:c4cc6596990bafb328660a33df89a6df34ba55007501c8d95480a8521db02071 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:17:39 ===================================================== [Pipeline] echo 20:17:39 taggedImages: 20:17:39 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:40097948026cfcf365777e8965120a46082f11c2 20:17:39 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.197 20:17:39 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:17:39 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 20:17:39 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 20:17:39 40097948026cfcf365777e8965120a46082f11c2 20:17:39 2.0.0-dev.197 20:17:39 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:17:39 master 20:17:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:17:39 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:40097948026cfcf365777e8965120a46082f11c2 [Pipeline] isUnix [Pipeline] sh 20:17:39 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:40097948026cfcf365777e8965120a46082f11c2 20:17:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 20:17:39 2165f19829b4: Preparing 20:17:39 cc670685b320: Preparing 20:17:39 b0f820ff3de7: Preparing 20:17:39 3cd891a051dc: Preparing 20:17:39 3fbe34a1663b: Preparing 20:17:40 3fbe34a1663b: Layer already exists 20:17:40 b0f820ff3de7: Layer already exists 20:17:40 3cd891a051dc: Layer already exists 20:17:40 2165f19829b4: Pushed 20:17:42 cc670685b320: Pushed 20:17:42 40097948026cfcf365777e8965120a46082f11c2: digest: sha256:efb9952dac18358fbdfe46763c13129d186e9c543a2d7b08517c2566b4a8a3a8 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:17:43 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:17:43 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.197 20:17:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 20:17:43 2165f19829b4: Preparing 20:17:43 cc670685b320: Preparing 20:17:43 b0f820ff3de7: Preparing 20:17:43 3cd891a051dc: Preparing 20:17:43 3fbe34a1663b: Preparing 20:17:43 2165f19829b4: Layer already exists 20:17:43 3cd891a051dc: Layer already exists 20:17:43 cc670685b320: Layer already exists 20:17:43 b0f820ff3de7: Layer already exists 20:17:43 3fbe34a1663b: Layer already exists 20:17:43 2.0.0-dev.197: digest: sha256:efb9952dac18358fbdfe46763c13129d186e9c543a2d7b08517c2566b4a8a3a8 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:17:44 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:17:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:17:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 20:17:44 2165f19829b4: Preparing 20:17:44 cc670685b320: Preparing 20:17:44 b0f820ff3de7: Preparing 20:17:44 3cd891a051dc: Preparing 20:17:44 3fbe34a1663b: Preparing 20:17:44 3fbe34a1663b: Layer already exists 20:17:44 b0f820ff3de7: Layer already exists 20:17:44 3cd891a051dc: Layer already exists 20:17:44 2165f19829b4: Layer already exists 20:17:44 cc670685b320: Layer already exists 20:17:44 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197: digest: sha256:efb9952dac18358fbdfe46763c13129d186e9c543a2d7b08517c2566b4a8a3a8 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:17:45 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:17:45 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 20:17:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 20:17:45 2165f19829b4: Preparing 20:17:45 cc670685b320: Preparing 20:17:45 b0f820ff3de7: Preparing 20:17:45 3cd891a051dc: Preparing 20:17:45 3fbe34a1663b: Preparing 20:17:45 3fbe34a1663b: Layer already exists 20:17:45 cc670685b320: Layer already exists 20:17:45 b0f820ff3de7: Layer already exists 20:17:45 3cd891a051dc: Layer already exists 20:17:45 2165f19829b4: Layer already exists 20:17:45 master: digest: sha256:efb9952dac18358fbdfe46763c13129d186e9c543a2d7b08517c2566b4a8a3a8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:17:45 ===================================================== [Pipeline] echo 20:17:45 taggedImages: 20:17:45 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:40097948026cfcf365777e8965120a46082f11c2 20:17:45 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.197 20:17:45 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:17:45 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 20:17:45 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 20:17:45 40097948026cfcf365777e8965120a46082f11c2 20:17:45 2.0.0-dev.197 20:17:45 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:17:45 master 20:17:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:17:46 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:40097948026cfcf365777e8965120a46082f11c2 [Pipeline] isUnix [Pipeline] sh 20:17:46 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:40097948026cfcf365777e8965120a46082f11c2 20:17:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 20:17:46 ffd8108f62b6: Preparing 20:17:46 301898e65dfa: Preparing 20:17:46 973879f301b8: Preparing 20:17:46 409598a8aad9: Preparing 20:17:46 9ded3b6bb9b5: Preparing 20:17:46 fa1afe8e6ed9: Preparing 20:17:46 87a09b4c083e: Preparing 20:17:46 0f74e9ff2a61: Preparing 20:17:46 b122376c33c6: Preparing 20:17:46 f8381ed47b22: Preparing 20:17:46 e934a737d657: Preparing 20:17:46 0f74e9ff2a61: Waiting 20:17:46 b122376c33c6: Waiting 20:17:46 f8381ed47b22: Waiting 20:17:46 e934a737d657: Waiting 20:17:46 fa1afe8e6ed9: Waiting 20:17:46 87a09b4c083e: Waiting 20:17:46 9ded3b6bb9b5: Layer already exists 20:17:46 fa1afe8e6ed9: Layer already exists 20:17:46 87a09b4c083e: Layer already exists 20:17:46 0f74e9ff2a61: Layer already exists 20:17:46 301898e65dfa: Pushed 20:17:46 b122376c33c6: Layer already exists 20:17:47 f8381ed47b22: Layer already exists 20:17:47 e934a737d657: Layer already exists 20:17:47 ffd8108f62b6: Pushed 20:17:49 973879f301b8: Pushed 20:18:02 409598a8aad9: Pushed 20:18:02 40097948026cfcf365777e8965120a46082f11c2: digest: sha256:7c05f505f5308a519e318479c6a301815f3562aa36916307249f358c4b0ca92a size: 2622 [Pipeline] isUnix [Pipeline] sh 20:18:02 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:18:02 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.197 20:18:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 20:18:02 ffd8108f62b6: Preparing 20:18:02 301898e65dfa: Preparing 20:18:02 973879f301b8: Preparing 20:18:02 409598a8aad9: Preparing 20:18:02 9ded3b6bb9b5: Preparing 20:18:02 fa1afe8e6ed9: Preparing 20:18:02 87a09b4c083e: Preparing 20:18:02 0f74e9ff2a61: Preparing 20:18:02 b122376c33c6: Preparing 20:18:02 f8381ed47b22: Preparing 20:18:02 e934a737d657: Preparing 20:18:02 0f74e9ff2a61: Waiting 20:18:02 b122376c33c6: Waiting 20:18:02 f8381ed47b22: Waiting 20:18:02 fa1afe8e6ed9: Waiting 20:18:02 87a09b4c083e: Waiting 20:18:02 ffd8108f62b6: Layer already exists 20:18:02 301898e65dfa: Layer already exists 20:18:02 973879f301b8: Layer already exists 20:18:02 9ded3b6bb9b5: Layer already exists 20:18:02 409598a8aad9: Layer already exists 20:18:02 b122376c33c6: Layer already exists 20:18:02 0f74e9ff2a61: Layer already exists 20:18:02 fa1afe8e6ed9: Layer already exists 20:18:02 87a09b4c083e: Layer already exists 20:18:02 f8381ed47b22: Layer already exists 20:18:02 e934a737d657: Layer already exists 20:18:02 2.0.0-dev.197: digest: sha256:7c05f505f5308a519e318479c6a301815f3562aa36916307249f358c4b0ca92a size: 2622 [Pipeline] isUnix [Pipeline] sh 20:18:03 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 [Pipeline] isUnix [Pipeline] sh 20:18:03 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:18:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 20:18:03 ffd8108f62b6: Preparing 20:18:03 301898e65dfa: Preparing 20:18:03 973879f301b8: Preparing 20:18:03 409598a8aad9: Preparing 20:18:03 9ded3b6bb9b5: Preparing 20:18:03 fa1afe8e6ed9: Preparing 20:18:03 87a09b4c083e: Preparing 20:18:03 0f74e9ff2a61: Preparing 20:18:03 b122376c33c6: Preparing 20:18:03 f8381ed47b22: Preparing 20:18:03 e934a737d657: Preparing 20:18:03 fa1afe8e6ed9: Waiting 20:18:03 87a09b4c083e: Waiting 20:18:03 0f74e9ff2a61: Waiting 20:18:03 b122376c33c6: Waiting 20:18:03 e934a737d657: Waiting 20:18:03 f8381ed47b22: Waiting 20:18:03 301898e65dfa: Layer already exists 20:18:03 973879f301b8: Layer already exists 20:18:03 9ded3b6bb9b5: Layer already exists 20:18:03 ffd8108f62b6: Layer already exists 20:18:03 409598a8aad9: Layer already exists 20:18:03 f8381ed47b22: Layer already exists 20:18:03 0f74e9ff2a61: Layer already exists 20:18:03 fa1afe8e6ed9: Layer already exists 20:18:03 b122376c33c6: Layer already exists 20:18:03 87a09b4c083e: Layer already exists 20:18:03 e934a737d657: Layer already exists 20:18:03 40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197: digest: sha256:7c05f505f5308a519e318479c6a301815f3562aa36916307249f358c4b0ca92a size: 2622 [Pipeline] isUnix [Pipeline] sh 20:18:04 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:18:04 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 20:18:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 20:18:04 ffd8108f62b6: Preparing 20:18:04 301898e65dfa: Preparing 20:18:04 973879f301b8: Preparing 20:18:04 409598a8aad9: Preparing 20:18:04 9ded3b6bb9b5: Preparing 20:18:04 fa1afe8e6ed9: Preparing 20:18:04 87a09b4c083e: Preparing 20:18:04 0f74e9ff2a61: Preparing 20:18:04 b122376c33c6: Preparing 20:18:04 f8381ed47b22: Preparing 20:18:04 e934a737d657: Preparing 20:18:04 fa1afe8e6ed9: Waiting 20:18:04 87a09b4c083e: Waiting 20:18:04 b122376c33c6: Waiting 20:18:04 f8381ed47b22: Waiting 20:18:04 e934a737d657: Waiting 20:18:04 0f74e9ff2a61: Waiting 20:18:04 9ded3b6bb9b5: Layer already exists 20:18:04 ffd8108f62b6: Layer already exists 20:18:04 973879f301b8: Layer already exists 20:18:04 301898e65dfa: Layer already exists 20:18:04 409598a8aad9: Layer already exists 20:18:04 87a09b4c083e: Layer already exists 20:18:04 b122376c33c6: Layer already exists 20:18:04 fa1afe8e6ed9: Layer already exists 20:18:04 f8381ed47b22: Layer already exists 20:18:04 0f74e9ff2a61: Layer already exists 20:18:04 e934a737d657: Layer already exists 20:18:04 master: digest: sha256:7c05f505f5308a519e318479c6a301815f3562aa36916307249f358c4b0ca92a size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:18:04 ===================================================== [Pipeline] echo 20:18:04 taggedImages: 20:18:04 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:40097948026cfcf365777e8965120a46082f11c2 20:18:04 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.197 20:18:04 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:40097948026cfcf365777e8965120a46082f11c2-2.0.0-dev.197 20:18:04 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 20:18:05 ---> job-cost.sh 20:18:05 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1n7W 20:18:44 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:20:21 lf-activate-venv(): INFO: Adding /tmp/venv-1n7W/bin to PATH 20:20:21 INFO: No Stack... 20:20:21 INFO: Retrieving Pricing Info for: lf-standard-4 20:20:21 INFO: Archiving Costs [Pipeline] sh 20:20:21 + cat /w/workspace/edgex-go/465/archives/cost.csv 20:20:21 + cut -d, -f6 [Pipeline] lock 20:20:21 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-465-stack-cost] 20:20:21 Resource [jenkins-edgexfoundry-edgex-go-master-465-stack-cost] did not exist. Created. 20:20:21 Lock acquired on [jenkins-edgexfoundry-edgex-go-master-465-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:20:21 + echo total: 0.20999999344348907 [Pipeline] stash 20:20:22 Stashed 1 file(s) [Pipeline] } 20:20:22 Lock released on resource [jenkins-edgexfoundry-edgex-go-master-465-stack-cost] [Pipeline] // lock [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 20:20:23 provisioning config files... 20:20:23 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/465@tmp/config4885271622315405746tmp [Pipeline] { [Pipeline] sh 20:20:23 + set +x 20:20:23 + curl -s https://codecov.io/bash 20:20:23 + bash -s -- 20:20:24 20:20:24 _____ _ 20:20:24 / ____| | | 20:20:24 | | ___ __| | ___ ___ _____ __ 20:20:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:20:24 | |___| (_) | (_| | __/ (_| (_) \ V / 20:20:24 \_____\___/ \__,_|\___|\___\___/ \_/ 20:20:24 Bash-1.0.2 20:20:24 20:20:24 20:20:24 ==> git version 2.24.3 found 20:20:24 ==> 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 20:20:24 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:20:24 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:20:24 ==> Jenkins CI detected. 20:20:24 project root: . 20:20:24 --> token set from env 20:20:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:20:24 ==> Running gcov in . (disable via -X gcov) 20:20:24 ==> Python coveragepy not found 20:20:24 ==> Searching for coverage reports in: 20:20:24 + . 20:20:24 -> Found 1 reports 20:20:24 ==> Detecting git/mercurial file structure 20:20:24 ==> Reading reports 20:20:24 + ./coverage.out bytes=699522 20:20:24 ==> Appending adjustments 20:20:24 https://docs.codecov.io/docs/fixing-reports 20:20:28 + Found adjustments 20:20:28 ==> Gzipping contents 20:20:28 100K /tmp/codecov.GIP3Xy.gz 20:20:28 ==> Uploading reports 20:20:28 url: https://codecov.io 20:20:28 query: branch=master&commit=40097948026cfcf365777e8965120a46082f11c2&build=465&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F465%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:20:28 -> Pinging Codecov 20:20:28 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=40097948026cfcf365777e8965120a46082f11c2&build=465&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F465%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:20:28 -> Uploading to 20:20:28 https://storage.googleapis.com/codecov/v4/raw/2021-05-05/00271124DB129430A58F1EEE437C3FCB/40097948026cfcf365777e8965120a46082f11c2/8108560c-0d1c-4c2e-b03c-da293aa1ecde.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210505%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210505T202028Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=37a0c31daf054502745bdc14a5a8cc72cb861f8c0f115fa5a72d7f8ac2b0005a 20:20:28 % Total % Received % Xferd Average Speed Time Time Time Current 20:20:28 Dload Upload Total Spent Left Speed 20:20:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 0 0 100 97k 0 192k --:--:-- --:--:-- --:--:-- 192k 20:20:28 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/40097948026cfcf365777e8965120a46082f11c2 [Pipeline] } 20:20:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 20:20:29 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:20:29 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:20:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:20:29 20:20:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:20:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:20:30 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:20:30 188c0c94c7c5: Pulling fs layer 20:20:30 0ef7d3d256c8: Pulling fs layer 20:20:30 de9db76c5a1d: Pulling fs layer 20:20:30 0eba1c9be4d2: Pulling fs layer 20:20:30 0d57e429df01: Pulling fs layer 20:20:30 4e4be7b47b0d: Pulling fs layer 20:20:30 e1f770b5df2f: Pulling fs layer 20:20:30 85a0685a4137: Pulling fs layer 20:20:30 0eba1c9be4d2: Waiting 20:20:30 e1f770b5df2f: Waiting 20:20:30 85a0685a4137: Waiting 20:20:30 de9db76c5a1d: Verifying Checksum 20:20:30 de9db76c5a1d: Download complete 20:20:30 0ef7d3d256c8: Verifying Checksum 20:20:30 0ef7d3d256c8: Download complete 20:20:30 0d57e429df01: Verifying Checksum 20:20:30 0d57e429df01: Download complete 20:20:30 4e4be7b47b0d: Verifying Checksum 20:20:30 4e4be7b47b0d: Download complete 20:20:30 188c0c94c7c5: Verifying Checksum 20:20:30 188c0c94c7c5: Download complete 20:20:30 188c0c94c7c5: Pull complete 20:20:30 0ef7d3d256c8: Pull complete 20:20:30 de9db76c5a1d: Pull complete 20:20:31 e1f770b5df2f: Verifying Checksum 20:20:31 e1f770b5df2f: Download complete 20:20:33 0eba1c9be4d2: Verifying Checksum 20:20:33 0eba1c9be4d2: Download complete 20:20:33 85a0685a4137: Verifying Checksum 20:20:33 85a0685a4137: Download complete 20:20:40 0eba1c9be4d2: Pull complete 20:20:40 0d57e429df01: Pull complete 20:20:40 4e4be7b47b0d: Pull complete 20:20:43 e1f770b5df2f: Pull complete 20:20:52 85a0685a4137: Pull complete 20:20:52 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:20:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:20:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:20:52 prd-centos7-docker-4c-2g-3075 does not seem to be running inside a container 20:20:52 $ 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/465 -v /w/workspace/edgex-go/465:/w/workspace/edgex-go/465:rw,z -v /w/workspace/edgex-go/465@tmp:/w/workspace/edgex-go/465@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-devops/edgex-snyk-go:1.410.4 cat 20:20:53 $ docker top ba213d090231088bbbba2195f741c2da012caacaf2d28cb7a99d1ddb57ac5374 -eo pid,comm [Pipeline] { [Pipeline] echo 20:20:53 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:20:53 + set -o pipefail 20:20:53 + snyk monitor '--org=edgex-jenkins' 20:21:15 20:21:15 Monitoring /w/workspace/edgex-go/465 (github.com/edgexfoundry/edgex-go)... 20:21:15 20:21:15 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/3000898a-f3cb-4262-9306-94961b93d5af 20:21:15 20:21:15 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:21:15 20:21:15 [Pipeline] } 20:21:16 $ docker stop --time=1 ba213d090231088bbbba2195f741c2da012caacaf2d28cb7a99d1ddb57ac5374 20:21:17 $ docker rm -f ba213d090231088bbbba2195f741c2da012caacaf2d28cb7a99d1ddb57ac5374 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 20:21:18 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:21:18 provisioning config files... 20:21:18 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/465@tmp/config4336488479115563776tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:21:18 --> edgex-publish-swagger.sh 20:21:18 === Publish openapi/v1 API === 20:21:18 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 20:21:18 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/465/openapi/v1/core-command.yaml] 20:21:18 % Total % Received % Xferd Average Speed Time Time Time Current 20:21:18 Dload Upload Total Spent Left Speed 20:21:19 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 9317 0:00:01 0:00:01 --:--:-- 9319 100 10522 0 0 100 10522 0 9316 0:00:01 0:00:01 --:--:-- 9319 20:21:19 20:21:19 20:21:19 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/465/openapi/v1/core-data.yaml] 20:21:19 % Total % Received % Xferd Average Speed Time Time Time Current 20:21:19 Dload Upload Total Spent Left Speed 20:21:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26508 0:00:01 0:00:01 --:--:-- 26533 100 32557 0 0 100 32557 0 19593 0:00:01 0:00:01 --:--:-- 19600 20:21:21 20:21:21 20:21:21 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/465/openapi/v1/core-metadata.yaml] 20:21:21 % Total % Received % Xferd Average Speed Time Time Time Current 20:21:21 Dload Upload Total Spent Left Speed 20:21:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 71396 0:00:01 0:00:01 --:--:-- 71435 20:21:22 20:21:22 20:21:22 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/465/openapi/v1/support-logging.yaml] 20:21:22 % Total % Received % Xferd Average Speed Time Time Time Current 20:21:22 Dload Upload Total Spent Left Speed 20:21:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 14159 --:--:-- --:--:-- --:--:-- 14161 20:21:23 20:21:23 20:21:23 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/465/openapi/v1/support-notifications.yaml] 20:21:23 % Total % Received % Xferd Average Speed Time Time Time Current 20:21:23 Dload Upload Total Spent Left Speed 20:21:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 31707 0:00:01 0:00:01 --:--:-- 31695 100 38890 0 0 100 38890 0 21207 0:00:01 0:00:01 --:--:-- 21205 20:21:25 20:21:25 20:21:25 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/465/openapi/v1/support-scheduler.yaml] 20:21:25 % Total % Received % Xferd Average Speed Time Time Time Current 20:21:25 Dload Upload Total Spent Left Speed 20:21:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 14483 --:--:-- --:--:-- --:--:-- 14480 100 14249 0 0 100 14249 0 14480 --:--:-- --:--:-- --:--:-- 14480 20:21:26 20:21:26 20:21:26 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/465/openapi/v1/system-agent.yaml] 20:21:26 % Total % Received % Xferd Average Speed Time Time Time Current 20:21:26 Dload Upload Total Spent Left Speed 20:21:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3723 0:00:01 0:00:01 --:--:-- 3726 100 4110 0 0 100 4110 0 3722 0:00:01 0:00:01 --:--:-- 3726 20:21:27 20:21:27 20:21:27 === Publish openapi/v2 API === 20:21:27 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 20:21:27 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/465/openapi/v2/core-command.yaml] 20:21:27 % Total % Received % Xferd Average Speed Time Time Time Current 20:21:27 Dload Upload Total Spent Left Speed 20:21:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 28724 0:00:01 0:00:01 --:--:-- 28732 100 29594 0 0 100 29594 0 28716 0:00:01 0:00:01 --:--:-- 28732 20:21:28 20:21:28 20:21:28 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/465/openapi/v2/core-data.yaml] 20:21:28 % Total % Received % Xferd Average Speed Time Time Time Current 20:21:28 Dload Upload Total Spent Left Speed 20:21:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 46361 0:00:01 0:00:01 --:--:-- 46361 100 56190 0 0 100 56190 0 40605 0:00:01 0:00:01 --:--:-- 40599 20:21:30 20:21:30 20:21:30 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/465/openapi/v2/core-metadata.yaml] 20:21:30 % Total % Received % Xferd Average Speed Time Time Time Current 20:21:30 Dload Upload Total Spent Left Speed 20:21:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 107k 0:00:01 0:00:01 --:--:-- 107k 100 118k 0 0 100 118k 0 107k 0:00:01 0:00:01 --:--:-- 107k 20:21:31 20:21:31 20:21:31 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/465/openapi/v2/support-notifications.yaml] 20:21:31 % Total % Received % Xferd Average Speed Time Time Time Current 20:21:31 Dload Upload Total Spent Left Speed 20:21:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75628 0 0 100 75628 0 70052 0:00:01 0:00:01 --:--:-- 70090 100 75628 0 0 100 75628 0 70041 0:00:01 0:00:01 --:--:-- 70090 20:21:32 20:21:32 20:21:32 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/465/openapi/v2/support-scheduler.yaml] 20:21:32 % Total % Received % Xferd Average Speed Time Time Time Current 20:21:32 Dload Upload Total Spent Left Speed 20:21:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37617 0 0 100 37617 0 30875 0:00:01 0:00:01 --:--:-- 30884 100 37617 0 0 100 37617 0 29541 0:00:01 0:00:01 --:--:-- 29549 20:21:33 20:21:33 20:21:33 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/465/openapi/v2/system-agent.yaml] 20:21:33 % Total % Received % Xferd Average Speed Time Time Time Current 20:21:33 Dload Upload Total Spent Left Speed 20:21:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23815 0 0 100 23815 0 23938 --:--:-- --:--:-- --:--:-- 23934 100 23815 0 0 100 23815 0 23932 --:--:-- --:--:-- --:--:-- 23934 20:21:34 20:21:34 [Pipeline] } 20:21:34 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 20:21:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:21:35 . [Pipeline] withDockerContainer 20:21:35 prd-centos7-docker-4c-2g-3075 does not seem to be running inside a container 20:21:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/465 -v /w/workspace/edgex-go/465:/w/workspace/edgex-go/465:rw,z -v /w/workspace/edgex-go/465@tmp:/w/workspace/edgex-go/465@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:21:36 $ docker top 2b6918b0d7de5639b351193eab0c9002cb214c9f4bc9fed51740af202d60f495 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:21:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:21:36 [ssh-agent] Looking for ssh-agent implementation... 20:21:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:21:36 $ docker exec 2b6918b0d7de5639b351193eab0c9002cb214c9f4bc9fed51740af202d60f495 ssh-agent 20:21:36 SSH_AUTH_SOCK=/tmp/ssh-EmKHutmGxv9h/agent.11 20:21:36 SSH_AGENT_PID=17 20:21:36 Running ssh-add (command line suppressed) 20:21:37 Identity added: /w/workspace/edgex-go/465@tmp/private_key_8817557776022697418.key (/w/workspace/edgex-go/465@tmp/private_key_8817557776022697418.key) 20:21:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:21:37 + git semver tag 20:21:38 # -> Open(): unable to determine branch for HEAD 20:21:38 # $GIT_DIR = /w/workspace/edgex-go/465/.git 20:21:38 # $GIT_WORK_TREE = /w/workspace/edgex-go/465 20:21:38 # $SEMVER_REMOTE_NAME = origin 20:21:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:21:38 # $SEMVER_USER_NAME = edgex-jenkins 20:21:38 # $SEMVER_BRANCH = master 20:21:38 # $SEMVER_DIR = /w/workspace/edgex-go/465/.semver 20:21:38 # 40097948026cfcf365777e8965120a46082f11c2 HEAD 20:21:38 # -> Force: false 20:21:38 # bbe4f2459281a9464d7bb271f8180474fa287139 refs/tags/v2.0.0-dev.197 [Pipeline] } 20:21:38 $ docker exec --env ******** --env ******** 2b6918b0d7de5639b351193eab0c9002cb214c9f4bc9fed51740af202d60f495 ssh-agent -k 20:21:38 unset SSH_AUTH_SOCK; 20:21:38 unset SSH_AGENT_PID; 20:21:38 echo Agent pid 17 killed; 20:21:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:21:38 + git semver [Pipeline] } 20:21:38 $ docker stop --time=1 2b6918b0d7de5639b351193eab0c9002cb214c9f4bc9fed51740af202d60f495 20:21:40 $ docker rm -f 2b6918b0d7de5639b351193eab0c9002cb214c9f4bc9fed51740af202d60f495 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:21:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:21:40 20:21:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:21:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:21:41 0.23.1-centos7: Pulling from edgex-lftools 20:21:41 ab5ef0e58194: Pulling fs layer 20:21:41 9712f1f96733: Pulling fs layer 20:21:41 63f879dbbcfc: Pulling fs layer 20:21:41 0d9ebad4ef96: Pulling fs layer 20:21:41 e9a5061849ea: Pulling fs layer 20:21:41 d747dcd14b5f: Pulling fs layer 20:21:41 2de7ff778b66: Pulling fs layer 20:21:41 e9a5061849ea: Waiting 20:21:41 d747dcd14b5f: Waiting 20:21:41 2de7ff778b66: Waiting 20:21:41 0d9ebad4ef96: Waiting 20:21:41 9712f1f96733: Verifying Checksum 20:21:41 9712f1f96733: Download complete 20:21:43 63f879dbbcfc: Verifying Checksum 20:21:43 63f879dbbcfc: Download complete 20:21:43 e9a5061849ea: Verifying Checksum 20:21:43 e9a5061849ea: Download complete 20:21:43 d747dcd14b5f: Verifying Checksum 20:21:43 d747dcd14b5f: Download complete 20:21:43 2de7ff778b66: Verifying Checksum 20:21:43 2de7ff778b66: Download complete 20:21:43 0d9ebad4ef96: Verifying Checksum 20:21:43 0d9ebad4ef96: Download complete 20:21:43 ab5ef0e58194: Verifying Checksum 20:21:43 ab5ef0e58194: Download complete 20:21:49 ab5ef0e58194: Pull complete 20:21:49 9712f1f96733: Pull complete 20:21:51 63f879dbbcfc: Pull complete 20:21:57 0d9ebad4ef96: Pull complete 20:21:59 e9a5061849ea: Pull complete 20:21:59 d747dcd14b5f: Pull complete 20:22:02 2de7ff778b66: Pull complete 20:22:02 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:22:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:22:02 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:22:02 prd-centos7-docker-4c-2g-3075 does not seem to be running inside a container 20:22:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/465 -v /w/workspace/edgex-go/465:/w/workspace/edgex-go/465:rw,z -v /w/workspace/edgex-go/465@tmp:/w/workspace/edgex-go/465@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:22:06 $ docker top 07af6d578b621a92330125d126d4be7f07d6f489a071efe333b4e4c81f3d58a6 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:22:06 provisioning config files... 20:22:06 copy managed file [sigul-config] to file:/w/workspace/edgex-go/465@tmp/config6189379815469776077tmp 20:22:06 copy managed file [sigul-password] to file:/w/workspace/edgex-go/465@tmp/config5209959161402667250tmp 20:22:06 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/465@tmp/config984563051386152825tmp [Pipeline] { [Pipeline] echo 20:22:06 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:22:07 ---> sigul-configuration.sh 20:22:07 gpg: directory `/root/.gnupg' created 20:22:07 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:22:07 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:22:07 gpg: keyring `/root/.gnupg/secring.gpg' created 20:22:07 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:22:07 gpg: CAST5 encrypted data 20:22:07 gpg: encrypted with 1 passphrase 20:22:07 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:22:07 + mkdir /home/jenkins 20:22:07 + mkdir /home/jenkins/sigul [Pipeline] sh 20:22:07 + 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 20:22:07 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:22:08 ---> sigul-install.sh 20:22:16 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:22:16 + git tag --list 20:22:16 0.6.0 20:22:16 0.6.1 20:22:16 0.7.0 20:22:16 0.7.1 20:22:16 v0.0.0 20:22:16 v0.0.1-dev.1 20:22:16 v1.0.0 20:22:16 v1.0.1 20:22:16 v1.1.0 20:22:16 v1.2.0 20:22:16 v1.2.1 20:22:16 v1.2.2-dev.1 20:22:16 v1.2.2-dev.10 20:22:16 v1.2.2-dev.100 20:22:16 v1.2.2-dev.101 20:22:16 v1.2.2-dev.102 20:22:16 v1.2.2-dev.103 20:22:16 v1.2.2-dev.104 20:22:16 v1.2.2-dev.105 20:22:16 v1.2.2-dev.106 20:22:16 v1.2.2-dev.107 20:22:16 v1.2.2-dev.11 20:22:16 v1.2.2-dev.12 20:22:16 v1.2.2-dev.13 20:22:16 v1.2.2-dev.14 20:22:16 v1.2.2-dev.15 20:22:16 v1.2.2-dev.16 20:22:16 v1.2.2-dev.17 20:22:16 v1.2.2-dev.18 20:22:16 v1.2.2-dev.19 20:22:16 v1.2.2-dev.2 20:22:16 v1.2.2-dev.20 20:22:16 v1.2.2-dev.21 20:22:16 v1.2.2-dev.22 20:22:16 v1.2.2-dev.23 20:22:16 v1.2.2-dev.24 20:22:16 v1.2.2-dev.25 20:22:16 v1.2.2-dev.26 20:22:16 v1.2.2-dev.27 20:22:16 v1.2.2-dev.28 20:22:16 v1.2.2-dev.29 20:22:16 v1.2.2-dev.3 20:22:16 v1.2.2-dev.30 20:22:16 v1.2.2-dev.31 20:22:16 v1.2.2-dev.32 20:22:16 v1.2.2-dev.33 20:22:16 v1.2.2-dev.34 20:22:16 v1.2.2-dev.35 20:22:16 v1.2.2-dev.36 20:22:16 v1.2.2-dev.37 20:22:16 v1.2.2-dev.38 20:22:16 v1.2.2-dev.39 20:22:16 v1.2.2-dev.4 20:22:16 v1.2.2-dev.40 20:22:16 v1.2.2-dev.41 20:22:16 v1.2.2-dev.42 20:22:16 v1.2.2-dev.43 20:22:16 v1.2.2-dev.44 20:22:16 v1.2.2-dev.45 20:22:16 v1.2.2-dev.46 20:22:16 v1.2.2-dev.47 20:22:16 v1.2.2-dev.48 20:22:16 v1.2.2-dev.49 20:22:16 v1.2.2-dev.5 20:22:16 v1.2.2-dev.50 20:22:16 v1.2.2-dev.51 20:22:16 v1.2.2-dev.52 20:22:16 v1.2.2-dev.53 20:22:16 v1.2.2-dev.54 20:22:16 v1.2.2-dev.55 20:22:16 v1.2.2-dev.56 20:22:16 v1.2.2-dev.57 20:22:16 v1.2.2-dev.58 20:22:16 v1.2.2-dev.59 20:22:16 v1.2.2-dev.6 20:22:16 v1.2.2-dev.60 20:22:16 v1.2.2-dev.61 20:22:16 v1.2.2-dev.62 20:22:16 v1.2.2-dev.63 20:22:16 v1.2.2-dev.64 20:22:16 v1.2.2-dev.65 20:22:16 v1.2.2-dev.66 20:22:16 v1.2.2-dev.67 20:22:16 v1.2.2-dev.68 20:22:16 v1.2.2-dev.69 20:22:16 v1.2.2-dev.7 20:22:16 v1.2.2-dev.70 20:22:16 v1.2.2-dev.71 20:22:16 v1.2.2-dev.72 20:22:16 v1.2.2-dev.73 20:22:16 v1.2.2-dev.74 20:22:16 v1.2.2-dev.75 20:22:16 v1.2.2-dev.76 20:22:16 v1.2.2-dev.77 20:22:16 v1.2.2-dev.78 20:22:16 v1.2.2-dev.79 20:22:16 v1.2.2-dev.8 20:22:16 v1.2.2-dev.80 20:22:16 v1.2.2-dev.81 20:22:16 v1.2.2-dev.82 20:22:16 v1.2.2-dev.83 20:22:16 v1.2.2-dev.84 20:22:16 v1.2.2-dev.85 20:22:16 v1.2.2-dev.86 20:22:16 v1.2.2-dev.87 20:22:16 v1.2.2-dev.88 20:22:16 v1.2.2-dev.89 20:22:16 v1.2.2-dev.9 20:22:16 v1.2.2-dev.90 20:22:16 v1.2.2-dev.91 20:22:16 v1.2.2-dev.92 20:22:16 v1.2.2-dev.93 20:22:16 v1.2.2-dev.94 20:22:16 v1.2.2-dev.95 20:22:16 v1.2.2-dev.96 20:22:16 v1.2.2-dev.97 20:22:16 v1.2.2-dev.98 20:22:16 v1.2.2-dev.99 20:22:16 v1.3.0 20:22:16 v1.3.1 20:22:16 v1.3.1-dev.1 20:22:16 v1.3.1-dev.10 20:22:16 v1.3.1-dev.11 20:22:16 v1.3.1-dev.12 20:22:16 v1.3.1-dev.13 20:22:16 v1.3.1-dev.14 20:22:16 v1.3.1-dev.15 20:22:16 v1.3.1-dev.16 20:22:16 v1.3.1-dev.17 20:22:16 v1.3.1-dev.18 20:22:16 v1.3.1-dev.2 20:22:16 v1.3.1-dev.3 20:22:16 v1.3.1-dev.4 20:22:16 v1.3.1-dev.5 20:22:16 v1.3.1-dev.6 20:22:16 v1.3.1-dev.7 20:22:16 v1.3.1-dev.8 20:22:16 v1.3.1-dev.9 20:22:16 v2.0.0-dev.1 20:22:16 v2.0.0-dev.10 20:22:16 v2.0.0-dev.100 20:22:16 v2.0.0-dev.101 20:22:16 v2.0.0-dev.102 20:22:16 v2.0.0-dev.103 20:22:16 v2.0.0-dev.104 20:22:16 v2.0.0-dev.105 20:22:16 v2.0.0-dev.106 20:22:16 v2.0.0-dev.107 20:22:16 v2.0.0-dev.108 20:22:16 v2.0.0-dev.109 20:22:16 v2.0.0-dev.11 20:22:16 v2.0.0-dev.110 20:22:16 v2.0.0-dev.111 20:22:16 v2.0.0-dev.112 20:22:16 v2.0.0-dev.113 20:22:16 v2.0.0-dev.114 20:22:16 v2.0.0-dev.115 20:22:16 v2.0.0-dev.116 20:22:16 v2.0.0-dev.117 20:22:16 v2.0.0-dev.118 20:22:16 v2.0.0-dev.119 20:22:16 v2.0.0-dev.12 20:22:16 v2.0.0-dev.120 20:22:16 v2.0.0-dev.121 20:22:16 v2.0.0-dev.122 20:22:16 v2.0.0-dev.123 20:22:16 v2.0.0-dev.124 20:22:16 v2.0.0-dev.125 20:22:16 v2.0.0-dev.126 20:22:16 v2.0.0-dev.127 20:22:16 v2.0.0-dev.128 20:22:16 v2.0.0-dev.129 20:22:16 v2.0.0-dev.13 20:22:16 v2.0.0-dev.130 20:22:16 v2.0.0-dev.131 20:22:16 v2.0.0-dev.132 20:22:16 v2.0.0-dev.133 20:22:16 v2.0.0-dev.134 20:22:16 v2.0.0-dev.135 20:22:16 v2.0.0-dev.136 20:22:16 v2.0.0-dev.137 20:22:16 v2.0.0-dev.138 20:22:16 v2.0.0-dev.139 20:22:16 v2.0.0-dev.14 20:22:16 v2.0.0-dev.140 20:22:16 v2.0.0-dev.141 20:22:16 v2.0.0-dev.142 20:22:16 v2.0.0-dev.143 20:22:16 v2.0.0-dev.144 20:22:16 v2.0.0-dev.145 20:22:16 v2.0.0-dev.146 20:22:16 v2.0.0-dev.147 20:22:16 v2.0.0-dev.148 20:22:16 v2.0.0-dev.149 20:22:16 v2.0.0-dev.15 20:22:16 v2.0.0-dev.150 20:22:16 v2.0.0-dev.151 20:22:16 v2.0.0-dev.152 20:22:16 v2.0.0-dev.153 20:22:16 v2.0.0-dev.154 20:22:16 v2.0.0-dev.155 20:22:16 v2.0.0-dev.156 20:22:16 v2.0.0-dev.157 20:22:16 v2.0.0-dev.158 20:22:16 v2.0.0-dev.159 20:22:16 v2.0.0-dev.16 20:22:16 v2.0.0-dev.160 20:22:16 v2.0.0-dev.161 20:22:16 v2.0.0-dev.162 20:22:16 v2.0.0-dev.163 20:22:16 v2.0.0-dev.164 20:22:16 v2.0.0-dev.165 20:22:16 v2.0.0-dev.166 20:22:16 v2.0.0-dev.167 20:22:16 v2.0.0-dev.168 20:22:16 v2.0.0-dev.169 20:22:16 v2.0.0-dev.17 20:22:16 v2.0.0-dev.170 20:22:16 v2.0.0-dev.171 20:22:16 v2.0.0-dev.172 20:22:16 v2.0.0-dev.173 20:22:16 v2.0.0-dev.174 20:22:16 v2.0.0-dev.175 20:22:16 v2.0.0-dev.176 20:22:16 v2.0.0-dev.177 20:22:16 v2.0.0-dev.178 20:22:16 v2.0.0-dev.179 20:22:16 v2.0.0-dev.18 20:22:16 v2.0.0-dev.180 20:22:16 v2.0.0-dev.181 20:22:16 v2.0.0-dev.182 20:22:16 v2.0.0-dev.183 20:22:16 v2.0.0-dev.184 20:22:16 v2.0.0-dev.185 20:22:16 v2.0.0-dev.186 20:22:16 v2.0.0-dev.187 20:22:16 v2.0.0-dev.188 20:22:16 v2.0.0-dev.189 20:22:16 v2.0.0-dev.19 20:22:16 v2.0.0-dev.190 20:22:16 v2.0.0-dev.191 20:22:16 v2.0.0-dev.192 20:22:16 v2.0.0-dev.193 20:22:16 v2.0.0-dev.194 20:22:16 v2.0.0-dev.195 20:22:16 v2.0.0-dev.196 20:22:16 v2.0.0-dev.197 20:22:16 v2.0.0-dev.2 20:22:16 v2.0.0-dev.20 20:22:16 v2.0.0-dev.21 20:22:16 v2.0.0-dev.22 20:22:16 v2.0.0-dev.23 20:22:16 v2.0.0-dev.24 20:22:16 v2.0.0-dev.25 20:22:16 v2.0.0-dev.26 20:22:16 v2.0.0-dev.27 20:22:16 v2.0.0-dev.28 20:22:16 v2.0.0-dev.29 20:22:16 v2.0.0-dev.3 20:22:16 v2.0.0-dev.30 20:22:16 v2.0.0-dev.31 20:22:16 v2.0.0-dev.32 20:22:16 v2.0.0-dev.33 20:22:16 v2.0.0-dev.34 20:22:16 v2.0.0-dev.35 20:22:16 v2.0.0-dev.36 20:22:16 v2.0.0-dev.37 20:22:16 v2.0.0-dev.38 20:22:16 v2.0.0-dev.39 20:22:16 v2.0.0-dev.4 20:22:16 v2.0.0-dev.40 20:22:16 v2.0.0-dev.41 20:22:16 v2.0.0-dev.42 20:22:16 v2.0.0-dev.43 20:22:16 v2.0.0-dev.44 20:22:16 v2.0.0-dev.45 20:22:16 v2.0.0-dev.46 20:22:16 v2.0.0-dev.47 20:22:16 v2.0.0-dev.48 20:22:16 v2.0.0-dev.49 20:22:16 v2.0.0-dev.5 20:22:16 v2.0.0-dev.50 20:22:16 v2.0.0-dev.51 20:22:16 v2.0.0-dev.52 20:22:16 v2.0.0-dev.53 20:22:16 v2.0.0-dev.54 20:22:16 v2.0.0-dev.55 20:22:16 v2.0.0-dev.56 20:22:16 v2.0.0-dev.57 20:22:16 v2.0.0-dev.58 20:22:16 v2.0.0-dev.59 20:22:16 v2.0.0-dev.6 20:22:16 v2.0.0-dev.60 20:22:16 v2.0.0-dev.61 20:22:16 v2.0.0-dev.62 20:22:16 v2.0.0-dev.63 20:22:16 v2.0.0-dev.64 20:22:16 v2.0.0-dev.65 20:22:16 v2.0.0-dev.66 20:22:16 v2.0.0-dev.67 20:22:16 v2.0.0-dev.68 20:22:16 v2.0.0-dev.69 20:22:16 v2.0.0-dev.7 20:22:16 v2.0.0-dev.70 20:22:16 v2.0.0-dev.71 20:22:16 v2.0.0-dev.72 20:22:16 v2.0.0-dev.73 20:22:16 v2.0.0-dev.74 20:22:16 v2.0.0-dev.75 20:22:16 v2.0.0-dev.76 20:22:16 v2.0.0-dev.77 20:22:16 v2.0.0-dev.78 20:22:16 v2.0.0-dev.79 20:22:16 v2.0.0-dev.8 20:22:16 v2.0.0-dev.80 20:22:16 v2.0.0-dev.81 20:22:16 v2.0.0-dev.82 20:22:16 v2.0.0-dev.83 20:22:16 v2.0.0-dev.84 20:22:16 v2.0.0-dev.85 20:22:16 v2.0.0-dev.86 20:22:16 v2.0.0-dev.87 20:22:16 v2.0.0-dev.88 20:22:16 v2.0.0-dev.89 20:22:16 v2.0.0-dev.9 20:22:16 v2.0.0-dev.90 20:22:16 v2.0.0-dev.91 20:22:16 v2.0.0-dev.92 20:22:16 v2.0.0-dev.93 20:22:16 v2.0.0-dev.94 20:22:16 v2.0.0-dev.95 20:22:16 v2.0.0-dev.96 20:22:16 v2.0.0-dev.97 20:22:16 v2.0.0-dev.98 20:22:16 v2.0.0-dev.99 [Pipeline] sh 20:22:16 + lftools sign git-tag v2.0.0-dev.197 20:22:18 Signing Git tag with Sigul... 20:22:18 Signing v2.0.0-dev.197 [Pipeline] echo 20:22:19 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:22:19 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:22:19 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:22:19 $ docker stop --time=1 07af6d578b621a92330125d126d4be7f07d6f489a071efe333b4e4c81f3d58a6 20:22:21 $ docker rm -f 07af6d578b621a92330125d126d4be7f07d6f489a071efe333b4e4c81f3d58a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:22:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:22:22 . [Pipeline] withDockerContainer 20:22:22 prd-centos7-docker-4c-2g-3075 does not seem to be running inside a container 20:22:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/465 -v /w/workspace/edgex-go/465:/w/workspace/edgex-go/465:rw,z -v /w/workspace/edgex-go/465@tmp:/w/workspace/edgex-go/465@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:22:23 $ docker top 72c6c60c935e9bee8fb108dcdda59006db2143f61ebaa29cbed47b3045a60a48 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:22:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:22:23 [ssh-agent] Looking for ssh-agent implementation... 20:22:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:22:23 $ docker exec 72c6c60c935e9bee8fb108dcdda59006db2143f61ebaa29cbed47b3045a60a48 ssh-agent 20:22:23 SSH_AUTH_SOCK=/tmp/ssh-sQLz0IzmKL4A/agent.12 20:22:23 SSH_AGENT_PID=17 20:22:23 Running ssh-add (command line suppressed) 20:22:23 Identity added: /w/workspace/edgex-go/465@tmp/private_key_2669485231576301151.key (/w/workspace/edgex-go/465@tmp/private_key_2669485231576301151.key) 20:22:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:22:24 + git semver bump pre 20:22:24 # -> Open(): unable to determine branch for HEAD 20:22:24 # $GIT_DIR = /w/workspace/edgex-go/465/.git 20:22:24 # $GIT_WORK_TREE = /w/workspace/edgex-go/465 20:22:24 # $SEMVER_REMOTE_NAME = origin 20:22:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:22:24 # $SEMVER_USER_NAME = edgex-jenkins 20:22:24 # $SEMVER_BRANCH = master 20:22:24 # $SEMVER_DIR = /w/workspace/edgex-go/465/.semver 20:22:24 2.0.0-dev.198 [Pipeline] } 20:22:24 $ docker exec --env ******** --env ******** 72c6c60c935e9bee8fb108dcdda59006db2143f61ebaa29cbed47b3045a60a48 ssh-agent -k 20:22:24 unset SSH_AUTH_SOCK; 20:22:24 unset SSH_AGENT_PID; 20:22:24 echo Agent pid 17 killed; 20:22:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:22:24 + git semver [Pipeline] } 20:22:24 $ docker stop --time=1 72c6c60c935e9bee8fb108dcdda59006db2143f61ebaa29cbed47b3045a60a48 20:22:26 $ docker rm -f 72c6c60c935e9bee8fb108dcdda59006db2143f61ebaa29cbed47b3045a60a48 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:22:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:22:26 . [Pipeline] withDockerContainer 20:22:26 prd-centos7-docker-4c-2g-3075 does not seem to be running inside a container 20:22:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/465 -v /w/workspace/edgex-go/465:/w/workspace/edgex-go/465:rw,z -v /w/workspace/edgex-go/465@tmp:/w/workspace/edgex-go/465@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:22:27 $ docker top c5df439e3e5cd22ecc2bfcc417b59579eb59dfbfc9b4939f13499b9f06731b43 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:22:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:22:27 [ssh-agent] Looking for ssh-agent implementation... 20:22:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:22:28 $ docker exec c5df439e3e5cd22ecc2bfcc417b59579eb59dfbfc9b4939f13499b9f06731b43 ssh-agent 20:22:28 SSH_AUTH_SOCK=/tmp/ssh-Vaxqr3SkXqt8/agent.12 20:22:28 SSH_AGENT_PID=18 20:22:28 Running ssh-add (command line suppressed) 20:22:28 Identity added: /w/workspace/edgex-go/465@tmp/private_key_5443604917277970123.key (/w/workspace/edgex-go/465@tmp/private_key_5443604917277970123.key) 20:22:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:22:28 + git semver push 20:22:28 # -> Open(): unable to determine branch for HEAD 20:22:28 # $GIT_DIR = /w/workspace/edgex-go/465/.git 20:22:28 # $GIT_WORK_TREE = /w/workspace/edgex-go/465 20:22:28 # $SEMVER_REMOTE_NAME = origin 20:22:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:22:28 # $SEMVER_USER_NAME = edgex-jenkins 20:22:28 # $SEMVER_BRANCH = master 20:22:28 # $SEMVER_DIR = /w/workspace/edgex-go/465/.semver [Pipeline] } 20:22:38 $ docker exec --env ******** --env ******** c5df439e3e5cd22ecc2bfcc417b59579eb59dfbfc9b4939f13499b9f06731b43 ssh-agent -k 20:22:39 unset SSH_AUTH_SOCK; 20:22:39 unset SSH_AGENT_PID; 20:22:39 echo Agent pid 18 killed; 20:22:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:22:39 + git semver [Pipeline] } 20:22:39 $ docker stop --time=1 c5df439e3e5cd22ecc2bfcc417b59579eb59dfbfc9b4939f13499b9f06731b43 20:22:40 $ docker rm -f c5df439e3e5cd22ecc2bfcc417b59579eb59dfbfc9b4939f13499b9f06731b43 [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 20:22:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:22:42 ---> package-listing.sh 20:22:42 ++ facter osfamily 20:22:42 ++ tr '[:upper:]' '[:lower:]' 20:22:42 + OS_FAMILY=redhat 20:22:42 + workspace=/w/workspace/edgex-go/465 20:22:42 + START_PACKAGES=/tmp/packages_start.txt 20:22:42 + END_PACKAGES=/tmp/packages_end.txt 20:22:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:22:42 + PACKAGES=/tmp/packages_start.txt 20:22:42 + '[' /w/workspace/edgex-go/465 ']' 20:22:42 + PACKAGES=/tmp/packages_end.txt 20:22:42 + case "${OS_FAMILY}" in 20:22:42 + rpm -qa 20:22:42 + sort 20:22:47 + '[' -f /tmp/packages_start.txt ']' 20:22:47 + '[' -f /tmp/packages_end.txt ']' 20:22:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:22:47 + '[' /w/workspace/edgex-go/465 ']' 20:22:47 + mkdir -p /w/workspace/edgex-go/465/archives/ 20:22:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/465/archives/ [Pipeline] echo 20:22:47 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/465/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:22:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:22:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:22:48 20:22:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:22:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:22:48 alpine: Pulling from edgex-lftools-log-publisher 20:22:48 df20fa9351a1: Pulling fs layer 20:22:48 36b3adc4ff6f: Pulling fs layer 20:22:48 8ad3a11d3b57: Pulling fs layer 20:22:48 46f8f816bc3b: Pulling fs layer 20:22:48 93b61091891f: Pulling fs layer 20:22:48 93b9cdb0e59b: Pulling fs layer 20:22:48 5e14af77c1be: Pulling fs layer 20:22:48 01666e4c0597: Pulling fs layer 20:22:48 aa168da1d23b: Pulling fs layer 20:22:48 93b9cdb0e59b: Waiting 20:22:48 aa168da1d23b: Waiting 20:22:48 5e14af77c1be: Waiting 20:22:48 01666e4c0597: Waiting 20:22:48 46f8f816bc3b: Waiting 20:22:48 93b61091891f: Waiting 20:22:48 36b3adc4ff6f: Download complete 20:22:48 46f8f816bc3b: Download complete 20:22:48 df20fa9351a1: Verifying Checksum 20:22:48 df20fa9351a1: Download complete 20:22:48 93b9cdb0e59b: Verifying Checksum 20:22:48 93b9cdb0e59b: Download complete 20:22:48 5e14af77c1be: Verifying Checksum 20:22:48 5e14af77c1be: Download complete 20:22:49 01666e4c0597: Verifying Checksum 20:22:49 01666e4c0597: Download complete 20:22:49 93b61091891f: Download complete 20:22:49 8ad3a11d3b57: Verifying Checksum 20:22:49 8ad3a11d3b57: Download complete 20:22:49 df20fa9351a1: Pull complete 20:22:49 36b3adc4ff6f: Pull complete 20:22:50 8ad3a11d3b57: Pull complete 20:22:50 46f8f816bc3b: Pull complete 20:22:51 93b61091891f: Pull complete 20:22:51 93b9cdb0e59b: Pull complete 20:22:51 5e14af77c1be: Pull complete 20:22:51 aa168da1d23b: Verifying Checksum 20:22:51 aa168da1d23b: Download complete 20:22:51 01666e4c0597: Pull complete 20:23:00 aa168da1d23b: Pull complete 20:23:00 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:23:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:23:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:23:00 prd-centos7-docker-4c-2g-3075 does not seem to be running inside a container 20:23:00 $ 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/465/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/465 -v /w/workspace/edgex-go/465:/w/workspace/edgex-go/465:rw,z -v /w/workspace/edgex-go/465@tmp:/w/workspace/edgex-go/465@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:23:03 $ docker top 63fbe635d81fb9116267e12a4c8919c3b1c18125371b0c5721223bcfe8ac9821 -eo pid,comm [Pipeline] { [Pipeline] sh 20:23:04 + touch /tmp/pre-build-complete [Pipeline] sh 20:23:04 + mkdir -p /var/log/sa [Pipeline] sh 20:23:04 + ls /var/log/sa-host 20:23:04 + sadf -c /var/log/sa-host/sa05 20:23:04 file_magic: OK 20:23:04 HZ: Using current value: 100 20:23:04 file_header: OK 20:23:04 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 20:23:04 Statistics: 20:23:04 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...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:23:04 File successfully converted to sysstat format version 12.2.1 20:23:04 + sadf -c /var/log/sa-host/sa23 20:23:04 file_magic: OK 20:23:04 HZ: Using current value: 100 20:23:04 file_header: OK 20:23:04 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 20:23:04 Statistics: 20:23:04 Hnuu...uuuununununu... 20:23:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:23:05 provisioning config files... 20:23:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/465@tmp/config8654714750669648161tmp [Pipeline] { [Pipeline] echo 20:23:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:23:05 ---> create-netrc.sh [Pipeline] } 20:23:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:23:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:23:06 ---> python-tools-install.sh [Pipeline] echo 20:23:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:23:06 ---> sudo-logs.sh 20:23:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:23:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:23:06 ---> job-cost.sh 20:23:06 lf-activate-venv: SKIPPING 20:23:06 DEBUG: total: 0.20999999344348907 20:23:06 INFO: Retrieving Stack Cost... 20:23:07 INFO: Retrieving Pricing Info for: v1-standard-2 20:23:08 INFO: Archiving Costs [Pipeline] echo 20:23:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:23:08 ---> logs-deploy.sh 20:23:08 lf-activate-venv: SKIPPING 20:23:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/465 20:23:08 INFO: archiving workspace using pattern(s): 20:23:10 Archives upload complete. 20:23:10 INFO: archiving logs to Nexus 20:23:12 ---> uname -a: 20:23:12 Linux prd-centos7-docker-4c-2g-3075.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:23:12 20:23:12 20:23:12 ---> lscpu: 20:23:12 Architecture: x86_64 20:23:12 CPU op-mode(s): 32-bit, 64-bit 20:23:12 Byte Order: Little Endian 20:23:12 Address sizes: 40 bits physical, 48 bits virtual 20:23:12 CPU(s): 4 20:23:12 On-line CPU(s) list: 0-3 20:23:12 Thread(s) per core: 1 20:23:12 Core(s) per socket: 1 20:23:12 Socket(s): 4 20:23:12 NUMA node(s): 1 20:23:12 Vendor ID: GenuineIntel 20:23:12 CPU family: 6 20:23:12 Model: 44 20:23:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:23:12 Stepping: 1 20:23:12 CPU MHz: 2933.442 20:23:12 BogoMIPS: 5866.88 20:23:12 Virtualization: VT-x 20:23:12 Hypervisor vendor: KVM 20:23:12 Virtualization type: full 20:23:12 L1d cache: 128 KiB 20:23:12 L1i cache: 128 KiB 20:23:12 L2 cache: 16 MiB 20:23:12 L3 cache: 64 MiB 20:23:12 NUMA node0 CPU(s): 0-3 20:23:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:23:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:23:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:23:12 Vulnerability Meltdown: Mitigation; PTI 20:23:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:23:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:23:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:23:12 Vulnerability Srbds: Not affected 20:23:12 Vulnerability Tsx async abort: Not affected 20:23:12 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 20:23:12 20:23:12 20:23:12 ---> nproc: 20:23:12 4 20:23:12 20:23:12 20:23:12 ---> df -h: 20:23:12 Filesystem Size Used Available Use% Mounted on 20:23:12 overlay 50.0G 13.1G 36.9G 26% / 20:23:12 tmpfs 64.0M 0 64.0M 0% /dev 20:23:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:23:12 shm 64.0M 0 64.0M 0% /dev/shm 20:23:12 /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os 20:23:12 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 20:23:12 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 20:23:12 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 20:23:12 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 20:23:12 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure 20:23:12 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log 20:23:12 /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json 20:23:12 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/465 20:23:12 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/465@tmp 20:23:12 20:23:12 20:23:12 ---> free -m: 20:23:12 total used free shared buff/cache available 20:23:12 Mem: 1837 809 200 0 827 981 20:23:12 Swap: 1023 62 961 20:23:12 20:23:12 20:23:12 ---> ip addr: 20:23:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:23:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:23:12 inet 127.0.0.1/8 scope host lo 20:23:12 valid_lft forever preferred_lft forever 20:23:12 inet6 ::1/128 scope host 20:23:12 valid_lft forever preferred_lft forever 20:23:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:23:12 link/ether fa:16:3e:78:e8:bc brd ff:ff:ff:ff:ff:ff 20:23:12 inet 10.30.123.202/23 brd 10.30.123.255 scope global dynamic eth0 20:23:12 valid_lft 85225sec preferred_lft 85225sec 20:23:12 inet6 fe80::f816:3eff:fe78:e8bc/64 scope link 20:23:12 valid_lft forever preferred_lft forever 20:23:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:23:12 link/ether 02:42:df:ef:b3:16 brd ff:ff:ff:ff:ff:ff 20:23:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:23:12 valid_lft forever preferred_lft forever 20:23:12 inet6 fe80::42:dfff:feef:b316/64 scope link 20:23:12 valid_lft forever preferred_lft forever 20:23:12 20:23:12 20:23:12 ---> sar -b -r -n DEV: 20:23:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/05/21 _x86_64_ (4 CPU) 20:23:12 20:23:12 20:03:23 LINUX RESTART (4 CPU) 20:23:12 20:23:12 20:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:23:12 20:05:02 135.14 59.75 75.39 0.00 9449.91 26428.37 0.00 20:23:12 20:06:01 350.28 143.46 206.82 0.00 5165.69 43982.46 0.00 20:23:12 20:07:01 135.99 43.53 92.46 0.00 1626.49 12653.29 0.00 20:23:12 20:08:01 162.35 81.07 81.28 0.00 3835.50 9497.52 0.00 20:23:12 20:09:02 355.56 145.89 209.67 0.00 62865.79 136844.49 0.00 20:23:12 20:10:01 2185.07 1822.32 362.74 0.00 175394.46 184758.44 0.00 20:23:12 20:11:01 478.24 257.71 220.53 0.00 18987.20 42722.42 0.00 20:23:12 20:12:03 1121.29 770.75 350.54 0.00 107250.18 118681.89 0.00 20:23:12 20:13:01 895.36 587.21 308.15 0.00 59930.15 76051.48 0.00 20:23:12 20:14:01 109.52 80.00 29.52 0.00 6803.46 1737.23 0.00 20:23:12 20:15:01 1.57 0.75 0.82 0.00 51.42 11.84 0.00 20:23:12 20:16:01 0.62 0.03 0.58 0.00 0.40 6.41 0.00 20:23:12 20:17:01 0.75 0.02 0.73 0.00 0.40 8.88 0.00 20:23:12 20:18:01 0.62 0.07 0.55 0.00 0.67 5.69 0.00 20:23:12 20:19:01 2.93 1.70 1.23 0.00 55.29 20.15 0.00 20:23:12 20:20:01 0.58 0.02 0.57 0.00 0.13 5.75 0.00 20:23:12 20:21:01 310.87 167.74 143.13 0.00 8825.69 35395.99 0.00 20:23:12 20:22:01 213.00 87.45 125.54 0.00 5409.25 30120.27 0.00 20:23:12 20:23:02 224.72 123.46 101.25 0.00 10810.62 25705.67 0.00 20:23:12 Average: 350.61 229.21 121.40 0.00 25036.38 39155.33 0.00 20:23:12 20:23:12 20:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:23:12 20:05:02 109816 0 699320 37.17 2596 1069812 1491084 50.89 713012 850636 101780 20:23:12 20:06:01 186260 0 795412 42.27 1492 898380 1445100 49.32 565204 853188 3756 20:23:12 20:07:01 109460 0 848120 45.08 624 923340 1854368 63.29 756888 727256 72072 20:23:12 20:08:01 163056 0 782844 41.61 528 935116 1428412 48.75 645632 775568 85712 20:23:12 20:09:02 74308 0 836604 44.46 32 970600 2260060 77.13 634536 969220 31288 20:23:12 20:10:01 59980 0 772716 41.07 0 1048848 1753776 59.85 651256 938460 30836 20:23:12 20:11:01 226676 0 718316 38.18 0 936552 1482068 50.58 449732 953688 11084 20:23:12 20:12:03 71220 0 971348 51.63 0 838976 2844708 97.09 680892 879904 39168 20:23:12 20:13:01 365908 0 695060 36.94 0 820576 1475932 50.37 554096 711660 24 20:23:12 20:14:01 317392 0 646684 34.37 0 917468 1213744 41.42 640500 675860 20 20:23:12 20:15:01 320632 0 641908 34.12 0 919004 1186812 40.50 637400 677024 8 20:23:12 20:16:01 321020 0 641508 34.09 0 919016 1181672 40.33 636780 676948 8 20:23:12 20:17:01 321316 0 641208 34.08 0 919020 1181736 40.33 636916 676952 8 20:23:12 20:18:01 321360 0 641148 34.08 0 919036 1181844 40.33 637236 676980 8 20:23:12 20:19:01 320232 0 641348 34.09 0 919964 1181796 40.33 637876 677156 8 20:23:12 20:20:01 320028 0 641540 34.10 0 919976 1181856 40.33 637852 677164 8 20:23:12 20:21:01 95112 0 802072 42.63 0 984360 1445600 49.34 637600 821752 84624 20:23:12 20:22:01 192264 0 784592 41.70 0 904688 1382920 47.20 523556 801052 67052 20:23:12 20:23:02 258004 0 806084 42.84 0 817456 1378396 47.04 507640 728324 196 20:23:12 Average: 218634 0 737254 39.18 277 925378 1502731 51.29 620242 776252 27772 20:23:12 20:23:12 20:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:23:12 20:05:02 eth0 1327.71 1318.45 5956.63 161.42 0.00 0.00 0.00 0.00 20:23:12 20:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:05:02 docker0 854.67 628.06 70.68 2664.19 0.00 0.00 0.00 0.00 20:23:12 20:06:01 veth8ff8e81 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 20:23:12 20:06:01 eth0 547.96 426.36 3605.51 78.02 0.00 0.00 0.00 0.00 20:23:12 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:06:01 docker0 177.20 251.65 13.00 859.34 0.00 0.00 0.00 0.00 20:23:12 20:07:01 veth8ff8e81 0.73 0.77 0.06 0.07 0.00 0.00 0.00 0.00 20:23:12 20:07:01 eth0 27.09 14.06 22.12 10.69 0.00 0.00 0.00 0.00 20:23:12 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:07:01 docker0 0.73 0.73 0.05 0.06 0.00 0.00 0.00 0.00 20:23:12 20:08:01 veth8ff8e81 1.60 1.60 0.13 0.13 0.00 0.00 0.00 0.00 20:23:12 20:08:01 eth0 51.79 42.72 20.19 86.37 0.00 0.00 0.00 0.00 20:23:12 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:08:01 docker0 1.60 1.60 0.11 0.13 0.00 0.00 0.00 0.00 20:23:12 20:09:02 eth0 198.07 151.33 1689.56 23.85 0.00 0.00 0.00 0.00 20:23:12 20:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:09:02 vethde540ef 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:23:12 20:09:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:10:01 eth0 105.21 86.04 186.46 59.50 0.00 0.00 0.00 0.00 20:23:12 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:10:01 vethde540ef 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 20:23:12 20:10:01 docker0 57.37 64.87 3.88 167.36 0.00 0.00 0.00 0.00 20:23:12 20:11:01 veth34fc8a0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 20:23:12 20:11:01 eth0 167.41 125.09 1409.90 17.56 0.00 0.00 0.00 0.00 20:23:12 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:11:01 vethde540ef 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 20:23:12 20:12:03 vethf83794d 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 20:23:12 20:12:03 eth0 119.64 73.89 410.20 96.94 0.00 0.00 0.00 0.00 20:23:12 20:12:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:12:03 veth85843c9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:23:12 20:13:01 eth0 42.28 21.86 70.45 16.15 0.00 0.00 0.00 0.00 20:23:12 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:13:01 vethde540ef 0.00 0.98 0.00 0.05 0.00 0.00 0.00 0.00 20:23:12 20:13:01 veth8379411 0.19 0.19 0.01 0.25 0.00 0.00 0.00 0.00 20:23:12 20:14:01 eth0 459.32 432.03 227.64 1606.63 0.00 0.00 0.00 0.00 20:23:12 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:14:01 docker0 1160.66 1052.83 92.17 4290.97 0.00 0.00 0.00 0.00 20:23:12 20:15:01 eth0 0.63 0.48 0.47 0.08 0.00 0.00 0.00 0.00 20:23:12 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:16:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:23:12 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:17:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:23:12 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:18:01 eth0 0.48 0.35 0.27 0.20 0.00 0.00 0.00 0.00 20:23:12 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:19:01 eth0 0.80 0.12 0.13 0.04 0.00 0.00 0.00 0.00 20:23:12 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:20:01 eth0 1.47 0.45 0.42 0.24 0.00 0.00 0.00 0.00 20:23:12 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:21:01 veth72a8e38 44.36 47.50 4.16 370.31 0.00 0.00 0.00 0.00 20:23:12 20:21:01 eth0 486.64 414.94 4455.68 39.97 0.00 0.00 0.00 0.00 20:23:12 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:21:01 docker0 44.36 47.39 3.55 370.30 0.00 0.00 0.00 0.00 20:23:12 20:22:01 eth0 455.87 398.04 3228.74 95.38 0.00 0.00 0.00 0.00 20:23:12 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:22:01 docker0 2.13 1.95 0.45 0.93 0.00 0.00 0.00 0.00 20:23:12 20:23:02 eth0 383.86 278.43 2468.55 107.48 0.00 0.00 0.00 0.00 20:23:12 20:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 20:23:02 docker0 54.31 90.87 3.80 261.13 0.00 0.00 0.00 0.00 20:23:12 Average: eth0 230.89 199.75 1252.92 126.51 0.00 0.00 0.00 0.00 20:23:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:23:12 Average: docker0 66.45 62.87 5.27 259.38 0.00 0.00 0.00 0.00 20:23:12 20:23:12 20:23:12 ---> sar -P ALL: 20:23:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/05/21 _x86_64_ (4 CPU) 20:23:12 20:23:12 20:03:23 LINUX RESTART (4 CPU) 20:23:12 20:23:12 20:04:01 CPU %user %nice %system %iowait %steal %idle 20:23:12 20:05:02 all 15.64 0.00 6.69 2.31 0.07 75.29 20:23:12 20:05:02 0 20.29 0.00 9.03 2.81 0.03 67.84 20:23:12 20:05:02 1 14.64 0.00 5.15 2.18 0.07 77.97 20:23:12 20:05:02 2 11.86 0.00 6.13 0.81 0.10 81.09 20:23:12 20:05:02 3 15.84 0.00 6.48 3.46 0.07 74.15 20:23:12 20:06:01 all 11.72 0.00 8.81 6.86 0.13 72.48 20:23:12 20:06:01 0 10.91 0.00 9.13 6.62 0.14 73.20 20:23:12 20:06:01 1 11.94 0.00 8.65 6.54 0.12 72.75 20:23:12 20:06:01 2 12.12 0.00 9.08 7.97 0.10 70.73 20:23:12 20:06:01 3 11.91 0.00 8.39 6.29 0.16 73.26 20:23:12 20:07:01 all 55.19 0.00 12.75 4.82 0.07 27.17 20:23:12 20:07:01 0 54.59 0.00 12.68 4.66 0.11 27.98 20:23:12 20:07:01 1 55.68 0.00 12.41 3.86 0.10 27.95 20:23:12 20:07:01 2 55.58 0.00 12.34 4.94 0.03 27.10 20:23:12 20:07:01 3 54.92 0.00 13.59 5.80 0.03 25.67 20:23:12 20:08:01 all 53.64 0.00 15.64 3.53 0.06 27.13 20:23:12 20:08:01 0 53.20 0.00 15.20 4.38 0.07 27.15 20:23:12 20:08:01 1 53.62 0.00 16.13 4.07 0.05 26.12 20:23:12 20:08:01 2 54.56 0.00 15.96 1.87 0.05 27.56 20:23:12 20:08:01 3 53.17 0.00 15.26 3.78 0.09 27.70 20:23:12 20:09:02 all 22.97 0.00 16.70 7.69 0.20 52.45 20:23:12 20:09:02 0 22.51 0.00 16.35 6.54 0.22 54.37 20:23:12 20:09:02 1 22.29 0.00 16.96 9.39 0.22 51.14 20:23:12 20:09:02 2 24.46 0.00 16.53 8.05 0.17 50.78 20:23:12 20:09:02 3 22.59 0.00 16.95 6.76 0.17 53.52 20:23:12 20:10:01 all 19.66 0.00 23.82 28.77 0.31 27.44 20:23:12 20:10:01 0 19.22 0.00 24.81 26.08 0.27 29.63 20:23:12 20:10:01 1 20.03 0.00 23.54 29.32 0.41 26.70 20:23:12 20:10:01 2 19.60 0.00 23.67 29.50 0.32 26.91 20:23:12 20:10:01 3 19.78 0.00 23.27 30.22 0.24 26.50 20:23:12 20:11:01 all 58.08 0.00 15.24 13.66 0.11 12.90 20:23:12 20:11:01 0 57.99 0.00 14.72 13.09 0.09 14.11 20:23:12 20:11:01 1 58.15 0.00 15.24 14.04 0.12 12.45 20:23:12 20:11:01 2 57.13 0.00 16.50 11.68 0.12 14.57 20:23:12 20:11:01 3 59.05 0.00 14.49 15.84 0.12 10.50 20:23:12 20:12:03 all 31.14 0.00 18.51 28.26 0.13 21.96 20:23:12 20:12:03 0 30.65 0.00 18.83 22.88 0.10 27.54 20:23:12 20:12:03 1 30.00 0.00 18.36 30.22 0.10 21.31 20:23:12 20:12:03 2 32.96 0.00 18.48 30.86 0.19 17.52 20:23:12 20:12:03 3 30.95 0.00 18.36 29.11 0.12 21.46 20:23:12 20:13:01 all 41.18 0.00 16.73 22.67 0.15 19.27 20:23:12 20:13:01 0 38.61 0.00 16.83 23.41 0.18 20.97 20:23:12 20:13:01 1 42.25 0.00 17.28 19.11 0.11 21.25 20:23:12 20:13:01 2 42.23 0.00 16.87 23.71 0.16 17.03 20:23:12 20:13:01 3 41.60 0.00 15.92 24.50 0.16 17.82 20:23:12 20:14:01 all 9.81 0.00 4.46 2.19 0.28 83.25 20:23:12 20:14:01 0 8.90 0.00 4.54 1.67 0.31 84.58 20:23:12 20:14:01 1 9.89 0.00 4.09 2.99 0.27 82.76 20:23:12 20:14:01 2 9.80 0.00 4.72 2.20 0.27 83.00 20:23:12 20:14:01 3 10.65 0.00 4.49 1.90 0.29 82.67 20:23:12 20:15:01 all 0.15 0.00 0.04 0.00 0.00 99.80 20:23:12 20:15:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:23:12 20:15:01 1 0.53 0.00 0.05 0.00 0.00 99.42 20:23:12 20:15:01 2 0.03 0.00 0.05 0.00 0.00 99.92 20:23:12 20:15:01 3 0.02 0.00 0.03 0.00 0.00 99.95 20:23:12 20:23:12 20:15:01 CPU %user %nice %system %iowait %steal %idle 20:23:12 20:16:01 all 0.14 0.00 0.05 0.00 0.04 99.76 20:23:12 20:16:01 0 0.05 0.00 0.07 0.02 0.03 99.83 20:23:12 20:16:01 1 0.37 0.00 0.07 0.00 0.02 99.55 20:23:12 20:16:01 2 0.10 0.00 0.07 0.00 0.07 99.77 20:23:12 20:16:01 3 0.03 0.00 0.02 0.00 0.05 99.90 20:23:12 20:17:01 all 0.05 0.00 0.03 0.00 0.00 99.91 20:23:12 20:17:01 0 0.00 0.00 0.03 0.00 0.00 99.97 20:23:12 20:17:01 1 0.07 0.00 0.05 0.00 0.02 99.87 20:23:12 20:17:01 2 0.12 0.00 0.03 0.00 0.00 99.85 20:23:12 20:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:23:12 20:18:01 all 0.19 0.00 0.15 0.01 0.01 99.63 20:23:12 20:18:01 0 0.05 0.00 0.15 0.03 0.02 99.75 20:23:12 20:18:01 1 0.05 0.00 0.07 0.00 0.03 99.85 20:23:12 20:18:01 2 0.57 0.00 0.18 0.00 0.00 99.25 20:23:12 20:18:01 3 0.10 0.00 0.22 0.02 0.00 99.67 20:23:12 20:19:01 all 0.15 0.00 0.06 0.02 0.01 99.75 20:23:12 20:19:01 0 0.02 0.00 0.08 0.08 0.03 99.78 20:23:12 20:19:01 1 0.07 0.00 0.07 0.00 0.02 99.85 20:23:12 20:19:01 2 0.50 0.00 0.07 0.02 0.00 99.42 20:23:12 20:19:01 3 0.02 0.00 0.03 0.00 0.00 99.95 20:23:12 20:20:01 all 0.13 0.00 0.04 0.00 0.00 99.83 20:23:12 20:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:23:12 20:20:01 1 0.03 0.00 0.05 0.00 0.00 99.92 20:23:12 20:20:01 2 0.45 0.00 0.05 0.00 0.02 99.48 20:23:12 20:20:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:23:12 20:21:01 all 10.47 0.00 6.92 7.39 0.17 75.05 20:23:12 20:21:01 0 9.97 0.00 7.58 9.50 0.15 72.79 20:23:12 20:21:01 1 11.23 0.00 6.75 7.88 0.20 73.94 20:23:12 20:21:01 2 10.27 0.00 6.63 4.98 0.17 77.95 20:23:12 20:21:01 3 10.41 0.00 6.71 7.22 0.15 75.50 20:23:12 20:22:01 all 9.37 0.00 7.58 3.25 0.21 79.59 20:23:12 20:22:01 0 9.76 0.00 7.66 3.81 0.24 78.53 20:23:12 20:22:01 1 9.25 0.00 8.02 3.52 0.19 79.02 20:23:12 20:22:01 2 9.15 0.00 7.47 2.51 0.26 80.62 20:23:12 20:22:01 3 9.32 0.00 7.16 3.15 0.17 80.20 20:23:12 20:23:02 all 10.62 0.00 7.36 4.57 0.09 77.36 20:23:12 20:23:02 0 9.77 0.00 7.55 2.40 0.05 80.22 20:23:12 20:23:02 1 12.89 0.00 6.80 3.83 0.10 76.38 20:23:12 20:23:02 2 9.72 0.00 7.80 6.23 0.10 76.15 20:23:12 20:23:02 3 10.08 0.00 7.30 5.81 0.10 76.71 20:23:12 Average: all 18.13 0.00 8.35 6.99 0.11 66.41 20:23:12 Average: 0 17.92 0.00 8.55 6.59 0.11 66.84 20:23:12 Average: 1 18.28 0.00 8.26 7.06 0.11 66.28 20:23:12 Average: 2 18.18 0.00 8.41 6.96 0.11 66.34 20:23:12 Average: 3 18.14 0.00 8.19 7.37 0.10 66.19 20:23:12 20:23:12 20:23:12