Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8a69c127c9b04e641d44d2e92838084644d97324 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29457’ Running on prd-centos7-docker-4c-2g-29460 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/390 [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/390 # 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 8a69c127c9b04e641d44d2e92838084644d97324 (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 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 Commit message: "Merge pull request #3244 from edgexfoundry/dependabot/go_modules/github.com/imdario/mergo-0.3.12" > git rev-list --no-walk c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:46:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:46:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:46:46 ========================================================= 04:46:46 EdgeX Global Pipelines Version Info 04:46:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:46:48 ------------------- 04:46:48 stable info: 04:46:48 ------------------- 04:46:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:46:48 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 04:46:48 Message: update stable to v1.0.184 04:46:49 ------------------- 04:46:49 experimental info: 04:46:49 ------------------- 04:46:49 Commited By: **** collab-it+edgex@linuxfoundation.org 04:46:49 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 04:46:49 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:46:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:46:49 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:46:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:46:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:46:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:46:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:46:49 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:46:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:46:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 04:46:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 04:46:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:46:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:46:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:46:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:46:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:46:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:46:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:46:51 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:46:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:46:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:46:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:46:51 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:46:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 04:46:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 04:46:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 04:46:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8a69c127c9b04e641d44d2e92838084644d97324 [Pipeline] echo 04:46:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8a69c12 [Pipeline] echo 04:46:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:46:52 provisioning config files... 04:46:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/390@tmp/config1169311415000191580tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:46:52 ---> docker-login.sh 04:46:52 nexus3.edgexfoundry.org:10001 04:46:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:46:53 Configure a credential helper to remove this warning. See 04:46:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:46:53 04:46:53 Login Succeeded 04:46:53 nexus3.edgexfoundry.org:10002 04:46:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:46:53 Configure a credential helper to remove this warning. See 04:46:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:46:53 04:46:53 Login Succeeded 04:46:53 nexus3.edgexfoundry.org:10003 04:46:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:46:53 Configure a credential helper to remove this warning. See 04:46:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:46:53 04:46:53 Login Succeeded 04:46:53 nexus3.edgexfoundry.org:10004 04:46:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:46:54 Configure a credential helper to remove this warning. See 04:46:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:46:54 04:46:54 Login Succeeded 04:46:54 docker.io 04:46:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:46:54 Configure a credential helper to remove this warning. See 04:46:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:46:54 04:46:54 Login Succeeded 04:46:54 ---> docker-login.sh ends [Pipeline] } 04:46:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:46:55 ++ 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 04:46:55 + for file in '`ls cmd/**/Dockerfile`' 04:46:55 ++ dirname cmd/core-command/Dockerfile 04:46:55 ++ cut -d/ -f2 04:46:55 + echo core-command,cmd/core-command/Dockerfile 04:46:55 + for file in '`ls cmd/**/Dockerfile`' 04:46:55 ++ dirname cmd/core-data/Dockerfile 04:46:55 ++ cut -d/ -f2 04:46:55 + echo core-data,cmd/core-data/Dockerfile 04:46:55 + for file in '`ls cmd/**/Dockerfile`' 04:46:55 ++ dirname cmd/core-metadata/Dockerfile 04:46:55 ++ cut -d/ -f2 04:46:55 + echo core-metadata,cmd/core-metadata/Dockerfile 04:46:55 + for file in '`ls cmd/**/Dockerfile`' 04:46:55 ++ dirname cmd/security-bootstrapper/Dockerfile 04:46:55 ++ cut -d/ -f2 04:46:55 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 04:46:55 + for file in '`ls cmd/**/Dockerfile`' 04:46:55 ++ dirname cmd/security-proxy-setup/Dockerfile 04:46:55 ++ cut -d/ -f2 04:46:55 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:46:55 + for file in '`ls cmd/**/Dockerfile`' 04:46:55 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:46:55 ++ cut -d/ -f2 04:46:55 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:46:55 + for file in '`ls cmd/**/Dockerfile`' 04:46:55 ++ cut -d/ -f2 04:46:55 ++ dirname cmd/support-notifications/Dockerfile 04:46:55 + echo support-notifications,cmd/support-notifications/Dockerfile 04:46:55 + for file in '`ls cmd/**/Dockerfile`' 04:46:55 ++ dirname cmd/support-scheduler/Dockerfile 04:46:55 ++ cut -d/ -f2 04:46:55 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:46:55 + for file in '`ls cmd/**/Dockerfile`' 04:46:55 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:46:55 ++ cut -d/ -f2 04:46:55 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:46:55 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 04:46:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:46:56 04:46:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:46:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:46:56 latest: Pulling from edgex-devops/git-semver 04:46:56 31603596830f: Pulling fs layer 04:46:56 2a8b12db71e7: Pulling fs layer 04:46:56 6ca5941a6612: Pulling fs layer 04:46:56 ecc8261a40a4: Pulling fs layer 04:46:56 ecc8261a40a4: Waiting 04:46:56 2a8b12db71e7: Verifying Checksum 04:46:56 2a8b12db71e7: Download complete 04:46:56 31603596830f: Verifying Checksum 04:46:56 31603596830f: Download complete 04:46:56 ecc8261a40a4: Verifying Checksum 04:46:56 ecc8261a40a4: Download complete 04:46:56 6ca5941a6612: Verifying Checksum 04:46:56 6ca5941a6612: Download complete 04:46:57 31603596830f: Pull complete 04:46:57 2a8b12db71e7: Pull complete 04:46:58 6ca5941a6612: Pull complete 04:46:58 ecc8261a40a4: Pull complete 04:46:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:46:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:46:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:46:58 prd-centos7-docker-4c-2g-29460 does not seem to be running inside a container 04:46:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/390 -v /w/workspace/edgex-go/390:/w/workspace/edgex-go/390:rw,z -v /w/workspace/edgex-go/390@tmp:/w/workspace/edgex-go/390@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:47:01 $ docker top 2a42eb9b7468cc22f16cd94cc8f7e05eb0b2aaf55b98d369253718adc8dfef17 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:47:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:47:01 [ssh-agent] Looking for ssh-agent implementation... 04:47:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:47:01 $ docker exec 2a42eb9b7468cc22f16cd94cc8f7e05eb0b2aaf55b98d369253718adc8dfef17 ssh-agent 04:47:01 SSH_AUTH_SOCK=/tmp/ssh-xBpdH9OXPhOF/agent.12 04:47:01 SSH_AGENT_PID=18 04:47:02 Running ssh-add (command line suppressed) 04:47:02 Identity added: /w/workspace/edgex-go/390@tmp/private_key_3305521765274827585.key (/w/workspace/edgex-go/390@tmp/private_key_3305521765274827585.key) 04:47:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:47:02 + git tag --points-at HEAD [Pipeline] } 04:47:02 $ docker exec --env ******** --env ******** 2a42eb9b7468cc22f16cd94cc8f7e05eb0b2aaf55b98d369253718adc8dfef17 ssh-agent -k 04:47:02 unset SSH_AUTH_SOCK; 04:47:02 unset SSH_AGENT_PID; 04:47:02 echo Agent pid 18 killed; 04:47:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:47:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:47:03 [ssh-agent] Looking for ssh-agent implementation... 04:47:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:47:03 $ docker exec 2a42eb9b7468cc22f16cd94cc8f7e05eb0b2aaf55b98d369253718adc8dfef17 ssh-agent 04:47:03 SSH_AUTH_SOCK=/tmp/ssh-sCz0vVG64YoK/agent.48 04:47:03 SSH_AGENT_PID=53 04:47:03 Running ssh-add (command line suppressed) 04:47:03 Identity added: /w/workspace/edgex-go/390@tmp/private_key_5159092312238852665.key (/w/workspace/edgex-go/390@tmp/private_key_5159092312238852665.key) 04:47:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:47:03 + git semver init 04:47:03 # -> Open(): unable to determine branch for HEAD 04:47:03 # $GIT_DIR = /w/workspace/edgex-go/390/.git 04:47:03 # $GIT_WORK_TREE = /w/workspace/edgex-go/390 04:47:03 # $SEMVER_REMOTE_NAME = origin 04:47:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:47:03 # $SEMVER_USER_NAME = edgex-jenkins 04:47:03 # $SEMVER_BRANCH = master 04:47:03 # $SEMVER_TEMP = /tmp/semver-812634484 04:47:03 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:48:12 # '/tmp/semver-812634484' -> '/w/workspace/edgex-go/390/.semver' 04:48:12 # -> Force: false 04:48:12 # $SEMVER_DIR = /w/workspace/edgex-go/390/.semver [Pipeline] } 04:48:12 $ docker exec --env ******** --env ******** 2a42eb9b7468cc22f16cd94cc8f7e05eb0b2aaf55b98d369253718adc8dfef17 ssh-agent -k 04:48:12 unset SSH_AUTH_SOCK; 04:48:12 unset SSH_AGENT_PID; 04:48:12 echo Agent pid 53 killed; 04:48:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:48:13 + git semver [Pipeline] } 04:48:13 $ docker stop --time=1 2a42eb9b7468cc22f16cd94cc8f7e05eb0b2aaf55b98d369253718adc8dfef17 04:48:15 $ docker rm -f 2a42eb9b7468cc22f16cd94cc8f7e05eb0b2aaf55b98d369253718adc8dfef17 [Pipeline] // withDockerContainer [Pipeline] sh 04:48:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:48:16 Stashed 1 file(s) [Pipeline] echo 04:48:16 [edgeXSemver]: initialized semver on version 2.0.0-dev.123 [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 04:48:17 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:48:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:48:17 + sudo service docker restart 04:48:17 + true 04:48:17 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 04:48:18 ========================================================= 04:48:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:48:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:48:19 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 04:48:24 Sending build context to Docker daemon 328.4MB 04:48:24 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 04:48:24 Step 2/6 : FROM ${BASE} 04:48:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:48:24 188c0c94c7c5: Pulling fs layer 04:48:24 0ef7d3d256c8: Pulling fs layer 04:48:24 de9db76c5a1d: Pulling fs layer 04:48:24 bca2f99d35d6: Pulling fs layer 04:48:24 93359f2a8cfa: Pulling fs layer 04:48:24 7c6f9722023f: Pulling fs layer 04:48:24 a35cf1a2eb13: Pulling fs layer 04:48:24 93359f2a8cfa: Waiting 04:48:24 7c6f9722023f: Waiting 04:48:24 a35cf1a2eb13: Waiting 04:48:24 bca2f99d35d6: Waiting 04:48:24 de9db76c5a1d: Verifying Checksum 04:48:24 de9db76c5a1d: Download complete 04:48:24 0ef7d3d256c8: Download complete 04:48:24 93359f2a8cfa: Verifying Checksum 04:48:24 93359f2a8cfa: Download complete 04:48:24 188c0c94c7c5: Verifying Checksum 04:48:24 7c6f9722023f: Verifying Checksum 04:48:24 7c6f9722023f: Download complete 04:48:24 188c0c94c7c5: Pull complete 04:48:24 0ef7d3d256c8: Pull complete 04:48:24 de9db76c5a1d: Pull complete 04:48:26 a35cf1a2eb13: Verifying Checksum 04:48:26 a35cf1a2eb13: Download complete 04:48:27 bca2f99d35d6: Verifying Checksum 04:48:27 bca2f99d35d6: Download complete 04:48:31 Still waiting to schedule task 04:48:31 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 04:48:33 bca2f99d35d6: Pull complete 04:48:33 93359f2a8cfa: Pull complete 04:48:33 7c6f9722023f: Pull complete 04:48:38 a35cf1a2eb13: Pull complete 04:48:38 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:48:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:48:38 ---> a62c8e92a672 04:48:38 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 04:48:38 ---> Running in e0695d142684 04:48:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:48:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:48:41 (1/12) Installing libmagic (5.38-r0) 04:48:41 (2/12) Installing file (5.38-r0) 04:48:41 (3/12) Installing libc-dev (0.7.2-r3) 04:48:42 (4/12) Installing g++ (9.3.0-r2) 04:48:56 (5/12) Installing fortify-headers (1.1-r0) 04:48:56 (6/12) Installing patch (2.7.6-r6) 04:48:56 (7/12) Installing build-base (0.5-r2) 04:48:56 (8/12) Installing libsodium (1.0.18-r0) 04:48:57 (9/12) Installing pkgconf (1.7.2-r0) 04:48:57 (10/12) Installing libsodium-dev (1.0.18-r0) 04:48:57 (11/12) Installing libzmq (4.3.3-r0) 04:48:57 (12/12) Installing zeromq-dev (4.3.3-r0) 04:48:57 Executing busybox-1.31.1-r19.trigger 04:48:57 OK: 233 MiB in 51 packages 04:49:02 Removing intermediate container e0695d142684 04:49:02 ---> 6e1978e98946 04:49:02 Step 4/6 : WORKDIR /edgex-go 04:49:02 ---> Running in fd5073408ed7 04:49:02 Removing intermediate container fd5073408ed7 04:49:02 ---> bee87e3d9715 04:49:02 Step 5/6 : COPY go.mod . 04:49:02 ---> b995196343be 04:49:02 Step 6/6 : RUN go mod download 04:49:02 ---> Running in d2150d298b10 04:49:29 Removing intermediate container d2150d298b10 04:49:29 ---> bbb23dcfffd1 04:49:29 Successfully built bbb23dcfffd1 04:49:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:49:29 + docker inspect -f . ci-base-image-x86_64 04:49:29 . [Pipeline] withDockerContainer 04:49:29 prd-centos7-docker-4c-2g-29460 does not seem to be running inside a container 04:49:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/390 -v /w/workspace/edgex-go/390:/w/workspace/edgex-go/390:rw,z -v /w/workspace/edgex-go/390@tmp:/w/workspace/edgex-go/390@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:49:31 $ docker top e132bfe7521b8bbbc89344fcf5ce9454a97dd14156a052c490e62592e2c567e6 -eo pid,comm [Pipeline] { [Pipeline] sh 04:49:31 + go version 04:49:31 go version go1.15.5 linux/amd64 [Pipeline] } 04:49:31 $ docker stop --time=1 e132bfe7521b8bbbc89344fcf5ce9454a97dd14156a052c490e62592e2c567e6 04:49:33 $ docker rm -f e132bfe7521b8bbbc89344fcf5ce9454a97dd14156a052c490e62592e2c567e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:49:33 + docker inspect -f . ci-base-image-x86_64 04:49:33 . [Pipeline] withDockerContainer 04:49:34 prd-centos7-docker-4c-2g-29460 does not seem to be running inside a container 04:49:34 $ 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/390 -v /w/workspace/edgex-go/390:/w/workspace/edgex-go/390:rw,z -v /w/workspace/edgex-go/390@tmp:/w/workspace/edgex-go/390@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:49:34 $ docker top 763e1fab94c4a3dc77d790523be01cc274e46ef1eb2696dcfcf1ea7664538723 -eo pid,comm [Pipeline] { [Pipeline] echo 04:49:35 ========================================================= 04:49:35 [edgeXBuildGoParallel] Running Tests and Build... 04:49:35 ========================================================= [Pipeline] sh 04:49:35 + make test 04:49:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:49:46 ? github.com/edgexfoundry/edgex-go [no test files] 04:50:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:50:12 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:50:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:50:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:50:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:50:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:50:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:50:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:50:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:50:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:50:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:50:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:50:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:50:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 45.9% of statements 04:50:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:50:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:50:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:50:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:50:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:50:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 04:50:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 04:50:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.084s coverage: 100.0% of statements 04:50:29 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.210s coverage: 27.1% of statements 04:50:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:50:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:50:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:50:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:50:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:50:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:50:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 04:50:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:50:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements 04:50:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:50:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:50:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.090s coverage: 71.3% of statements 04:50:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:50:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:50:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.209s coverage: 82.9% of statements 04:50:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:50:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:50:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.063s coverage: 78.9% of statements 04:50:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:50:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.515s coverage: 28.6% of statements 04:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:50:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.066s coverage: 100.0% of statements 04:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:50:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.046s coverage: 100.0% of statements 04:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:50:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.122s coverage: 86.7% of statements 04:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:50:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.197s coverage: 97.5% of statements 04:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:50:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.115s coverage: 78.3% of statements 04:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:50:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:50:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.686s coverage: 92.8% of statements 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:50:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:50:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.099s coverage: 0.1% of statements 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 04:50:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:50:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 47.1% of statements 04:50:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.084s coverage: 79.5% of statements 04:50:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements 04:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.131s coverage: 96.3% of statements 04:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements 04:50:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements 04:50:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.038s coverage: 44.8% of statements 04:50:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.181s coverage: 81.4% of statements 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.144s coverage: 92.9% of statements 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 77.8% of statements 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.135s coverage: 87.2% of statements 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.163s coverage: 75.5% of statements 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.044s coverage: 80.8% of statements 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.6% of statements 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.154s coverage: 91.6% of statements 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.262s coverage: 62.4% of statements 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.109s coverage: 73.7% of statements 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.082s coverage: 100.0% of statements 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.829s coverage: 69.0% of statements 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.159s coverage: 38.4% of statements 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.130s coverage: 89.5% of statements 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.076s coverage: 84.8% of statements 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.261s coverage: 47.0% of statements 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:51:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.075s coverage: 100.0% of statements 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 04:51:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 04:51:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.273s coverage: 87.1% of statements 04:51:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 04:51:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 04:51:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 04:51:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.181s coverage: 29.1% of statements 04:51:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:51:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:51:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:51:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:51:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:51:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.117s coverage: 99.0% of statements 04:51:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:51:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements 04:51:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:51:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 04:51:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 04:51:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 04:51:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.120s coverage: 96.5% of statements 04:51:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 04:51:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 04:51:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 04:51:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 04:51:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:51:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 04:51:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:51:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:51:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:51:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:51:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements 04:51:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:51:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:51:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.105s coverage: 100.0% of statements 04:51:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.131s coverage: 32.1% of statements 04:51:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.085s coverage: 100.0% of statements 04:51:09 GO111MODULE=on go vet ./... 04:51:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29466 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 04:51:24 Running in /w/workspace/edgex-go/390 [Pipeline] { [Pipeline] checkout 04:51:29 using credential edgex-jenkins-ssh 04:51:29 Cloning the remote Git repository 04:51:29 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:51:29 > git init /w/workspace/edgex-go/390 # timeout=10 04:51:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:51:29 > git --version # timeout=10 04:51:29 > git --version # 'git version 2.17.1' 04:51:29 using GIT_SSH to set credentials SSH Credentials for GitHub 04:51:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:51:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:51:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:51:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:51:47 Checking out Revision 8a69c127c9b04e641d44d2e92838084644d97324 (master) 04:51:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:51:46 using GIT_SSH to set credentials SSH Credentials for GitHub 04:51:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:51:47 > git config core.sparsecheckout # timeout=10 04:51:47 > git checkout -f 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 04:51:52 Commit message: "Merge pull request #3244 from edgexfoundry/dependabot/go_modules/github.com/imdario/mergo-0.3.12" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:51:53 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:51:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:51:54 + true 04:51:54 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:51:56 provisioning config files... 04:51:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/390@tmp/config8516077523532071758tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:51:56 ---> docker-login.sh 04:51:56 nexus3.edgexfoundry.org:10001 04:51:57 gofmt -l . 04:51:57 [ "`gofmt -l .`" = "" ] 04:51:57 ./bin/test-go-mod-tidy.sh 04:51:57 ./bin/test-attribution-txt.sh 04:51:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh 04:51:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:51:58 Configure a credential helper to remove this warning. See 04:51:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:51:58 04:51:58 Login Succeeded 04:51:58 nexus3.edgexfoundry.org:10002 04:51:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:51:58 + ls -al . 04:51:58 total 740 04:51:58 drwxrwxr-x 10 1001 1001 4096 Mar 11 04:51 . 04:51:58 drwxr-xr-x 4 root root 32 Mar 11 04:49 .. 04:51:58 -rw-rw-r-- 1 1001 1001 11 Mar 11 04:46 .dockerignore 04:51:58 drwxrwxr-x 8 1001 1001 162 Mar 11 04:46 .git 04:51:58 drwxrwxr-x 3 1001 1001 125 Mar 11 04:46 .github 04:51:58 -rw-rw-r-- 1 1001 1001 818 Mar 11 04:46 .gitignore 04:51:58 drwx------ 3 1001 1001 45 Mar 11 04:48 .semver 04:51:58 -rw-rw-r-- 1 1001 1001 166 Mar 11 04:46 .sonarcloud.properties 04:51:58 -rw-rw-r-- 1 1001 1001 8607 Mar 11 04:46 Attribution.txt 04:51:58 -rw-rw-r-- 1 1001 1001 3804 Mar 11 04:46 CONTRIBUTING.md 04:51:58 -rw-rw-r-- 1 1001 1001 931 Mar 11 04:46 Dockerfile.build 04:51:58 -rw-rw-r-- 1 1001 1001 863 Mar 11 04:46 Jenkinsfile 04:51:58 -rw-rw-r-- 1 1001 1001 10775 Mar 11 04:46 LICENSE 04:51:58 -rw-rw-r-- 1 1001 1001 5774 Mar 11 04:46 Makefile 04:51:58 -rw-rw-r-- 1 1001 1001 6548 Mar 11 04:46 README.md 04:51:58 -rw-rw-r-- 1 1001 1001 6755 Mar 11 04:46 SECURITY.md 04:51:58 -rw-rw-r-- 1 1001 1001 13 Mar 11 04:48 VERSION 04:51:58 -rw-rw-r-- 1 1001 1001 4131 Mar 11 04:46 ZMQWindows.md 04:51:58 drwxrwxr-x 2 1001 1001 117 Mar 11 04:46 bin 04:51:58 drwxrwxr-x 14 1001 1001 4096 Mar 11 04:46 cmd 04:51:58 -rw-r--r-- 1 root root 628838 Mar 11 04:51 coverage.out 04:51:58 -rw-r--r-- 1 root root 1055 Mar 11 04:51 go.mod 04:51:58 -rw-r--r-- 1 root root 21981 Mar 11 04:51 go.sum 04:51:58 drwxrwxr-x 8 1001 1001 127 Mar 11 04:46 internal 04:51:58 drwxrwxr-x 4 1001 1001 26 Mar 11 04:46 openapi 04:51:58 drwxrwxr-x 4 1001 1001 71 Mar 11 04:46 snap 04:51:58 -rw-rw-r-- 1 1001 1001 168 Mar 11 04:46 version.go [Pipeline] sh 04:51:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:51:58 Configure a credential helper to remove this warning. See 04:51:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:51:58 04:51:58 Login Succeeded 04:51:58 nexus3.edgexfoundry.org:10003 04:51:58 + '[' -e coverage.out ] 04:51:58 + chown 1001:1001 coverage.out [Pipeline] stash 04:51:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:51:59 Stashed 1 file(s) [Pipeline] sh 04:51:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:51:59 Configure a credential helper to remove this warning. See 04:51:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:51:59 04:51:59 Login Succeeded 04:51:59 nexus3.edgexfoundry.org:10004 04:51:59 + make build 04:51:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o cmd/core-data/core-data ./cmd/core-data 04:51:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:51:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:51:59 Configure a credential helper to remove this warning. See 04:51:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:51:59 04:51:59 Login Succeeded 04:51:59 docker.io 04:52:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:52:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:52:00 Configure a credential helper to remove this warning. See 04:52:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:52:00 04:52:00 Login Succeeded 04:52:00 ---> docker-login.sh ends [Pipeline] } 04:52:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:52:01 ========================================================= 04:52:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:52:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:52:01 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 04:52:04 Sending build context to Docker daemon 166.7MB 04:52:04 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 04:52:04 Step 2/6 : FROM ${BASE} 04:52:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:52:04 5f621e34cdf4: Pulling fs layer 04:52:04 a4357932f1b6: Pulling fs layer 04:52:04 18c013af1878: Pulling fs layer 04:52:04 00ac8860ef70: Pulling fs layer 04:52:04 63d7cb157983: Pulling fs layer 04:52:04 b116817d02f9: Pulling fs layer 04:52:04 745a02a5169b: Pulling fs layer 04:52:04 00ac8860ef70: Waiting 04:52:04 63d7cb157983: Waiting 04:52:04 b116817d02f9: Waiting 04:52:04 745a02a5169b: Waiting 04:52:04 18c013af1878: Download complete 04:52:04 a4357932f1b6: Download complete 04:52:04 63d7cb157983: Verifying Checksum 04:52:04 63d7cb157983: Download complete 04:52:04 b116817d02f9: Verifying Checksum 04:52:04 b116817d02f9: Download complete 04:52:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:52:05 5f621e34cdf4: Download complete 04:52:06 5f621e34cdf4: Pull complete 04:52:06 a4357932f1b6: Pull complete 04:52:06 18c013af1878: Pull complete 04:52:07 745a02a5169b: Verifying Checksum 04:52:07 745a02a5169b: Download complete 04:52:09 00ac8860ef70: Verifying Checksum 04:52:09 00ac8860ef70: Download complete 04:52:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o cmd/core-command/core-command ./cmd/core-command 04:52:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:52:19 00ac8860ef70: Pull complete 04:52:20 63d7cb157983: Pull complete 04:52:20 b116817d02f9: Pull complete 04:52:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:52:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:52:23 745a02a5169b: Pull complete 04:52:23 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:52:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:52:23 ---> b7e6874047d6 04:52:23 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:52:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:52:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:52:27 ---> Running in 138c4a86ba1f 04:52:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:52:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:29 (1/12) Installing libmagic (5.38-r0) 04:52:29 (2/12) Installing file (5.38-r0) 04:52:30 (3/12) Installing libc-dev (0.7.2-r3) 04:52:30 (4/12) Installing g++ (9.3.0-r2) 04:52:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:52:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o ./cmd/secrets-config ./cmd/secrets-config 04:52:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 04:52:37 $ docker stop --time=1 763e1fab94c4a3dc77d790523be01cc274e46ef1eb2696dcfcf1ea7664538723 04:52:39 $ docker rm -f 763e1fab94c4a3dc77d790523be01cc274e46ef1eb2696dcfcf1ea7664538723 04:52:40 (5/12) Installing fortify-headers (1.1-r0) 04:52:40 (6/12) Installing patch (2.7.6-r6) 04:52:40 (7/12) Installing build-base (0.5-r2) 04:52:40 (8/12) Installing libsodium (1.0.18-r0) 04:52:40 (9/12) Installing pkgconf (1.7.2-r0) 04:52:40 (10/12) Installing libsodium-dev (1.0.18-r0) 04:52:40 (11/12) Installing libzmq (4.3.3-r0) [Pipeline] // withDockerContainer 04:52:40 (12/12) Installing zeromq-dev (4.3.3-r0) 04:52:40 Executing busybox-1.31.1-r19.trigger 04:52:40 OK: 217 MiB in 51 packages [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:52:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:52:42 04:52:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:52:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:52:43 latest: Pulling from edgex-devops/edgex-compose 04:52:43 cbdbe7a5bc2a: Pulling fs layer 04:52:43 ca9280d653b3: Pulling fs layer 04:52:43 7e9c9ca2126c: Pulling fs layer 04:52:44 cbdbe7a5bc2a: Verifying Checksum 04:52:44 cbdbe7a5bc2a: Download complete 04:52:44 cbdbe7a5bc2a: Pull complete 04:52:44 Removing intermediate container 138c4a86ba1f 04:52:44 ---> 4bf027c7d872 04:52:44 Step 4/6 : WORKDIR /edgex-go 04:52:44 ---> Running in 14642fce7a56 04:52:45 Removing intermediate container 14642fce7a56 04:52:45 ---> 9b4778b699a8 04:52:45 Step 5/6 : COPY go.mod . 04:52:46 ---> c7f7b44c66fb 04:52:46 Step 6/6 : RUN go mod download 04:52:46 ---> Running in 195cbb843100 04:52:47 ca9280d653b3: Verifying Checksum 04:52:47 ca9280d653b3: Download complete 04:52:49 ca9280d653b3: Pull complete 04:52:50 7e9c9ca2126c: Download complete 04:53:01 7e9c9ca2126c: Pull complete 04:53:01 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:53:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:53:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:53:01 prd-centos7-docker-4c-2g-29460 does not seem to be running inside a container 04:53:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/390 -v /w/workspace/edgex-go/390:/w/workspace/edgex-go/390:rw,z -v /w/workspace/edgex-go/390@tmp:/w/workspace/edgex-go/390@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 04:53:03 $ docker top 17f6e3be1c2046c13675066ed8ffe40937feae1a31b934af792e91d08a1af736 -eo pid,comm [Pipeline] { [Pipeline] sh 04:53:04 + docker-compose build --help 04:53:04 + grep parallel 04:53:05 --parallel Build images in parallel. [Pipeline] } 04:53:05 $ docker stop --time=1 17f6e3be1c2046c13675066ed8ffe40937feae1a31b934af792e91d08a1af736 04:53:07 $ docker rm -f 17f6e3be1c2046c13675066ed8ffe40937feae1a31b934af792e91d08a1af736 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:53:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:53:08 . [Pipeline] withDockerContainer 04:53:08 prd-centos7-docker-4c-2g-29460 does not seem to be running inside a container 04:53:08 $ 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/390 -v /w/workspace/edgex-go/390:/w/workspace/edgex-go/390:rw,z -v /w/workspace/edgex-go/390@tmp:/w/workspace/edgex-go/390@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:53:09 $ docker top 9fd3d7c648a3f7e4f5cce8643ad4a82d5c3b5bca10b5b07d16c39abbe1b0877f -eo pid,comm [Pipeline] { [Pipeline] sh 04:53:10 + docker-compose -f ./docker-compose-build.yml build --parallel 04:53:11 Building docker-core-command-go ... 04:53:11 Building docker-core-data-go ... 04:53:11 Building docker-core-metadata-go ... 04:53:11 Building docker-security-bootstrapper-go ... 04:53:11 Building docker-security-proxy-setup-go ... 04:53:11 Building docker-security-secretstore-setup-go ... 04:53:11 Building docker-support-notifications-go ... 04:53:11 Building docker-support-scheduler-go ... 04:53:11 Building docker-sys-mgmt-agent-go ... 04:53:11 Building docker-security-secretstore-setup-go 04:53:11 Building docker-support-notifications-go 04:53:11 Building docker-security-bootstrapper-go 04:53:11 Building docker-core-command-go 04:53:11 Building docker-security-proxy-setup-go 04:53:14 Removing intermediate container 195cbb843100 04:53:14 ---> f76dcf0e8abf 04:53:14 Successfully built f76dcf0e8abf 04:53:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:53:14 + docker inspect -f . ci-base-image-arm64 04:53:14 . [Pipeline] withDockerContainer 04:53:14 prd-ubuntu18.04-docker-arm64-4c-16g-29466 does not seem to be running inside a container 04:53:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/390 -v /w/workspace/edgex-go/390:/w/workspace/edgex-go/390:rw,z -v /w/workspace/edgex-go/390@tmp:/w/workspace/edgex-go/390@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:53:16 $ docker top d2f9889a971224657de97594199a96744a3c9961ac61b924af5345ad4af34bf9 -eo pid,comm [Pipeline] { [Pipeline] sh 04:53:17 + go version 04:53:17 go version go1.15.5 linux/arm64 [Pipeline] } 04:53:17 $ docker stop --time=1 d2f9889a971224657de97594199a96744a3c9961ac61b924af5345ad4af34bf9 04:53:19 $ docker rm -f d2f9889a971224657de97594199a96744a3c9961ac61b924af5345ad4af34bf9 [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 04:53:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:53:20 04:53:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:53:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:53:20 latest: Pulling from edgex-devops/edgex-compose-arm64 04:53:20 29e5d40040c1: Pulling fs layer 04:53:20 1ce36da41761: Pulling fs layer 04:53:20 25b303627fd3: Pulling fs layer 04:53:21 29e5d40040c1: Verifying Checksum 04:53:21 29e5d40040c1: Download complete 04:53:21 1ce36da41761: Verifying Checksum 04:53:21 1ce36da41761: Download complete 04:53:21 29e5d40040c1: Pull complete 04:53:23 1ce36da41761: Pull complete 04:53:23 25b303627fd3: Verifying Checksum 04:53:23 25b303627fd3: Download complete 04:53:33 25b303627fd3: Pull complete 04:53:33 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:53:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:53:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:53:33 prd-ubuntu18.04-docker-arm64-4c-16g-29466 does not seem to be running inside a container 04:53:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/390 -v /w/workspace/edgex-go/390:/w/workspace/edgex-go/390:rw,z -v /w/workspace/edgex-go/390@tmp:/w/workspace/edgex-go/390@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 04:53:37 $ docker top ef9c6641b99ee277b694e2dd7e3766c4aa133656f089da8cea91c06bed0dcb15 -eo pid,comm [Pipeline] { [Pipeline] sh 04:53:38 + + grepdocker-compose parallel build 04:53:38 --help 04:53:41 --parallel Build images in parallel. [Pipeline] } 04:53:42 $ docker stop --time=1 ef9c6641b99ee277b694e2dd7e3766c4aa133656f089da8cea91c06bed0dcb15 04:53:44 $ docker rm -f ef9c6641b99ee277b694e2dd7e3766c4aa133656f089da8cea91c06bed0dcb15 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:53:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:53:44 . [Pipeline] withDockerContainer 04:53:45 prd-ubuntu18.04-docker-arm64-4c-16g-29466 does not seem to be running inside a container 04:53:45 $ 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/390 -v /w/workspace/edgex-go/390:/w/workspace/edgex-go/390:rw,z -v /w/workspace/edgex-go/390@tmp:/w/workspace/edgex-go/390@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:53:46 $ docker top ba3e8ffd953bed7a90be850d2dea7e4a5be22c2bb78f116c2b46099002052310 -eo pid,comm [Pipeline] { [Pipeline] sh 04:53:47 + docker-compose -f ./docker-compose-build.yml build --parallel 04:53:52 Building docker-core-command-go ... 04:53:52 Building docker-core-data-go ... 04:53:52 Building docker-core-metadata-go ... 04:53:52 Building docker-security-bootstrapper-go ... 04:53:52 Building docker-security-proxy-setup-go ... 04:53:52 Building docker-security-secretstore-setup-go ... 04:53:52 Building docker-support-notifications-go ... 04:53:52 Building docker-support-scheduler-go ... 04:53:52 Building docker-sys-mgmt-agent-go ... 04:53:52 Building docker-core-command-go 04:53:52 Building docker-support-scheduler-go 04:53:52 Building docker-security-bootstrapper-go 04:53:52 Building docker-core-data-go 04:53:52 Building docker-sys-mgmt-agent-go 04:54:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:54:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:54:00 ---> bbb23dcfffd1 04:54:00 Step 3/23 : WORKDIR /edgex-go 04:54:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:54:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:54:00 ---> bbb23dcfffd1 04:54:00 Step 3/21 : WORKDIR /edgex-go 04:54:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:54:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:54:00 ---> bbb23dcfffd1 04:54:00 Step 3/22 : WORKDIR /edgex-go 04:54:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:54:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:54:00 ---> bbb23dcfffd1 04:54:00 Step 3/24 : WORKDIR /edgex-go 04:54:00 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:54:00 Step 2/31 : FROM ${BUILDER_BASE} AS builder 04:54:00 ---> bbb23dcfffd1 04:54:00 Step 3/31 : WORKDIR /edgex-go 04:54:00 ---> Running in fad4f02a51da 04:54:00 ---> Running in 6d252045860e 04:54:00 ---> Running in 4610c7d6c618 04:54:00 ---> Running in 6fd3afeedb2d 04:54:00 ---> Running in 224b2dffe71c 04:54:00 Removing intermediate container 4610c7d6c618 04:54:00 ---> 4029700695ba 04:54:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:00 Removing intermediate container 6d252045860e 04:54:00 ---> a6291d45fa2f 04:54:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:00 Removing intermediate container 6fd3afeedb2d 04:54:00 ---> 79318fc9ef79 04:54:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:00 Removing intermediate container 224b2dffe71c 04:54:00 ---> 631af3ab5f4b 04:54:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:00 Removing intermediate container fad4f02a51da 04:54:00 ---> a6683bf0ccfd 04:54:00 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:00 ---> Running in 4b6a5442f675 04:54:00 ---> Running in da9d52665f90 04:54:00 ---> Running in deb482532f5e 04:54:00 ---> Running in b7539f1e1995 04:54:00 ---> Running in 7c21a81b0e89 04:54:00 Removing intermediate container 4b6a5442f675 04:54:00 ---> e4a8262f30c0 04:54:00 Step 5/23 : RUN apk add --update --no-cache make git 04:54:00 Removing intermediate container da9d52665f90 04:54:00 ---> fe8fbd755e77 04:54:00 Step 5/24 : RUN apk add --update --no-cache make git 04:54:00 Removing intermediate container deb482532f5e 04:54:00 ---> 1a9d7b0a834a 04:54:00 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 04:54:00 ---> Running in 1c588544e2db 04:54:00 ---> Running in 95b6dcbae2c3 04:54:00 Removing intermediate container 7c21a81b0e89 04:54:00 ---> 44c38305d84f 04:54:00 Step 5/31 : RUN apk add --update --no-cache make git 04:54:00 Removing intermediate container b7539f1e1995 04:54:00 ---> f5d0d5a1fdfa 04:54:00 Step 5/21 : RUN apk add --update --no-cache make git 04:54:00 ---> Running in 21dd415101e7 04:54:00 ---> Running in 2db39e687513 04:54:00 ---> Running in a677a3235a59 04:54:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:54:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:54:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:54:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:54:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:54:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:54:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:54:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:54:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:54:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:54:03 OK: 233 MiB in 51 packages 04:54:03 OK: 233 MiB in 51 packages 04:54:03 OK: 233 MiB in 51 packages 04:54:04 OK: 233 MiB in 51 packages 04:54:04 OK: 233 MiB in 51 packages 04:54:04 Removing intermediate container 95b6dcbae2c3 04:54:04 ---> 304a6246e18c 04:54:04 Step 6/24 : COPY go.mod . 04:54:04 Removing intermediate container 1c588544e2db 04:54:04 ---> bc1791767144 04:54:04 Step 6/23 : COPY go.mod . 04:54:04 Removing intermediate container 2db39e687513 04:54:04 ---> 70c9e1ce024b 04:54:04 Step 6/31 : COPY go.mod . 04:54:04 Removing intermediate container a677a3235a59 04:54:04 ---> 5ec890c80eb5 04:54:04 Step 6/21 : COPY go.mod . 04:54:04 ---> ef70494a76c1 04:54:04 Step 7/24 : RUN go mod download 04:54:05 Removing intermediate container 21dd415101e7 04:54:05 ---> 454b504fa478 04:54:05 Step 6/22 : COPY go.mod . 04:54:05 ---> Running in 3a9cd4da0f48 04:54:05 ---> 6275a3ef03a2 04:54:05 Step 7/23 : RUN go mod download 04:54:05 ---> bac4ca1f88d1 04:54:05 Step 7/31 : RUN go mod download 04:54:05 ---> Running in c3e1509d00b5 04:54:05 ---> af9ddc4162ea 04:54:05 Step 7/21 : RUN go mod download 04:54:05 ---> Running in 136db27bd901 04:54:05 ---> b2785b1123e9 04:54:05 Step 7/22 : RUN go mod download 04:54:06 ---> Running in 4fe072b81597 04:54:06 ---> Running in a8463a3fea09 04:54:09 Removing intermediate container a8463a3fea09 04:54:09 ---> 9c621777c830 04:54:09 Step 8/22 : COPY . . 04:54:09 Removing intermediate container c3e1509d00b5 04:54:09 ---> 42e48d22f82b 04:54:09 Step 8/23 : COPY . . 04:54:09 Removing intermediate container 136db27bd901 04:54:09 ---> 4339291ef184 04:54:09 Step 8/31 : COPY . . 04:54:11 Removing intermediate container 3a9cd4da0f48 04:54:11 ---> 9e781876347d 04:54:11 Step 8/24 : COPY . . 04:54:12 Removing intermediate container 4fe072b81597 04:54:12 ---> a6eb4747e0a2 04:54:12 Step 8/21 : COPY . . 04:54:39 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:54:39 Step 2/31 : FROM ${BUILDER_BASE} AS builder 04:54:39 ---> f76dcf0e8abf 04:54:39 Step 3/31 : WORKDIR /edgex-go 04:54:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:54:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:54:39 ---> f76dcf0e8abf 04:54:39 Step 3/23 : WORKDIR /edgex-go 04:54:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:54:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:54:39 ---> f76dcf0e8abf 04:54:39 Step 3/22 : WORKDIR /edgex-go 04:54:39 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:54:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:54:39 ---> f76dcf0e8abf 04:54:39 Step 3/26 : WORKDIR /edgex-go 04:54:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:54:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:54:39 ---> f76dcf0e8abf 04:54:39 Step 3/23 : WORKDIR /edgex-go 04:54:39 ---> Running in 2a19fab704d6 04:54:39 ---> Running in 98c42decc6a6 04:54:39 ---> Running in 5221b8830bb1 04:54:39 ---> Running in 7146e1cdc80e 04:54:39 ---> Running in ff53609e85c2 04:54:39 Removing intermediate container 7146e1cdc80e 04:54:39 ---> 17ccdf4dad0d 04:54:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:39 Removing intermediate container 2a19fab704d6 04:54:39 ---> c7772fa75df8 04:54:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:39 ---> Running in 22296e46471c 04:54:39 Removing intermediate container 98c42decc6a6 04:54:39 ---> beff0d81270c 04:54:39 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:39 Removing intermediate container 5221b8830bb1 04:54:39 ---> 8b39016fae49 04:54:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:39 Removing intermediate container ff53609e85c2 04:54:39 ---> 201fc36bc001 04:54:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:39 ---> Running in 203567c68e71 04:54:40 ---> Running in 4f063c8a5a80 04:54:40 ---> Running in 74824264a913 04:54:40 ---> Running in 64bac53b2c6f 04:54:43 Removing intermediate container 22296e46471c 04:54:43 ---> 1dad22c9f2d3 04:54:43 Step 5/23 : RUN apk add --update --no-cache make git 04:54:43 ---> Running in 92dc70dae260 04:54:43 Removing intermediate container 203567c68e71 04:54:43 ---> c71cb87e2303 04:54:43 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:54:44 ---> Running in 0e45881016ad 04:54:44 Removing intermediate container 4f063c8a5a80 04:54:44 ---> e738c0a4b02f 04:54:44 Step 5/31 : RUN apk add --update --no-cache make git 04:54:44 ---> Running in 59d9b68f2794 04:54:44 Removing intermediate container 64bac53b2c6f 04:54:44 Removing intermediate container 74824264a913 04:54:44 ---> ba8f9f65c22e 04:54:44 Step 5/22 : RUN apk add --update --no-cache make git 04:54:44 ---> b402df7674e5 04:54:44 Step 5/26 : RUN apk add --update --no-cache make bash git 04:54:44 ---> Running in 484d97a0797c 04:54:45 ---> Running in f27e34eed141 04:54:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:54:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:54:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:54:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:54:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:54:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:54:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:54:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:54:47 OK: 217 MiB in 51 packages 04:54:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:54:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:54:47 OK: 217 MiB in 51 packages 04:54:48 OK: 217 MiB in 51 packages 04:54:48 OK: 217 MiB in 51 packages 04:54:48 OK: 217 MiB in 51 packages 04:54:48 Removing intermediate container 92dc70dae260 04:54:48 ---> 1260fa59480a 04:54:48 Step 6/23 : COPY go.mod . 04:54:49 Removing intermediate container 0e45881016ad 04:54:49 ---> 53e65d2810d9 04:54:49 Step 6/23 : COPY go.mod . 04:54:49 Removing intermediate container 59d9b68f2794 04:54:49 ---> 8e600f3b213f 04:54:49 Step 6/31 : COPY go.mod . 04:54:49 ---> ae8186e615d3 04:54:49 Step 7/23 : RUN go mod download 04:54:50 ---> Running in 71423a7ecd37 04:54:50 Removing intermediate container 484d97a0797c 04:54:50 ---> 1806bddf0d8b 04:54:50 Step 6/22 : COPY go.mod . 04:54:50 ---> 1ce15aba27f5 04:54:50 Step 7/23 : RUN go mod download 04:54:50 Removing intermediate container f27e34eed141 04:54:50 ---> 0eb5374b7f48 04:54:50 Step 6/26 : COPY go.mod . 04:54:50 ---> Running in 60546c19987f 04:54:51 ---> 4ba3c6d0368b 04:54:51 Step 7/31 : RUN go mod download 04:54:51 ---> Running in 31a4988d7964 04:54:51 ---> 40798960a37f 04:54:51 Step 7/22 : RUN go mod download 04:54:51 ---> Running in 67f490716c0a 04:54:51 ---> 4053f019be0c 04:54:51 Step 7/26 : RUN go mod download 04:54:52 ---> Running in a5cb16c093b8 04:54:54 Removing intermediate container 71423a7ecd37 04:54:54 ---> 8009cac5868c 04:54:54 Step 8/23 : COPY . . 04:54:54 Removing intermediate container 60546c19987f 04:54:54 ---> 0b4aac55fd3a 04:54:54 Step 8/23 : COPY . . 04:54:55 Removing intermediate container 31a4988d7964 04:54:55 ---> d65abc5a0a50 04:54:55 Step 8/31 : COPY . . 04:54:56 Removing intermediate container 67f490716c0a 04:54:56 ---> 878d62dfe5f4 04:54:56 Step 8/22 : COPY . . 04:54:57 Removing intermediate container a5cb16c093b8 04:54:57 ---> dcd2cc1f0a1e 04:54:57 Step 8/26 : COPY . . 04:55:09 ---> abfe917bc57e 04:55:09 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:55:09 ---> 4b5f072c9c48 04:55:09 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:55:09 ---> 695e7740a0e3 04:55:09 Step 9/23 : RUN make cmd/core-command/core-command 04:55:09 ---> 26bff0ce5702 04:55:09 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:55:09 ---> 45ef2180a3c0 04:55:09 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 04:55:09 ---> Running in fb793327c955 04:55:09 ---> Running in 4f51e18ab1d0 04:55:09 ---> Running in 95a798ba59d3 04:55:09 ---> Running in e4cd64633420 04:55:09 ---> Running in 6555a9500751 04:55:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o cmd/core-command/core-command ./cmd/core-command 04:55:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:55:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:55:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:55:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:55:19 ---> 4a03259a61f9 04:55:19 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 04:55:19 ---> 319f23fb7a9c 04:55:19 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 04:55:19 ---> 259147fde6e1 04:55:19 Step 9/23 : RUN make cmd/core-data/core-data 04:55:19 ---> b0f1e2938503 04:55:19 Step 9/23 : RUN make cmd/core-command/core-command 04:55:19 ---> 54bd78390067 04:55:19 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:55:19 ---> Running in 0edcf445a010 04:55:19 ---> Running in ff216f5e8999 04:55:19 ---> Running in ae5205b2372a 04:55:19 ---> Running in 3a04690ddd81 04:55:19 ---> Running in b229ef9cc0fa 04:55:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:55:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o cmd/core-command/core-command ./cmd/core-command 04:55:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:55:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o cmd/core-data/core-data ./cmd/core-data 04:55:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:55:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:55:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o ./cmd/secrets-config ./cmd/secrets-config 04:56:05 Removing intermediate container e4cd64633420 04:56:05 ---> ad6ac0bba060 04:56:05 04:56:05 Step 10/31 : FROM alpine:3.12 04:56:05 Removing intermediate container 6555a9500751 04:56:05 ---> 9932e05c82c4 04:56:05 04:56:05 Step 10/24 : FROM alpine:3.12 04:56:05 3.12: Pulling from library/alpine 04:56:05 Removing intermediate container fb793327c955 04:56:05 ---> bd4c945eb321 04:56:05 04:56:05 Step 10/23 : FROM alpine:3.12 04:56:05 Removing intermediate container 95a798ba59d3 04:56:05 ---> 03cf2b4da820 04:56:05 04:56:05 Step 10/21 : FROM alpine:3.12 04:56:05 3.12: Pulling from library/alpine 04:56:05 3.12: Pulling from library/alpine 04:56:05 3.12: Pulling from library/alpine 04:56:05 Removing intermediate container 4f51e18ab1d0 04:56:05 ---> d80f053dcd24 04:56:05 04:56:05 Step 10/22 : FROM alpine:3.12 04:56:05 3.12: Pulling from library/alpine 04:56:06 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 04:56:06 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 04:56:06 Status: Image is up to date for alpine:3.12 04:56:06 Status: Downloaded newer image for alpine:3.12 04:56:06 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 04:56:06 Status: Image is up to date for alpine:3.12 04:56:06 ---> 88dd2752d2ea 04:56:06 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 04:56:06 ---> 88dd2752d2ea 04:56:06 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:56:06 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 04:56:06 Status: Image is up to date for alpine:3.12 04:56:06 ---> 88dd2752d2ea 04:56:06 Step 11/21 : RUN apk add --update --no-cache curl 04:56:06 ---> 88dd2752d2ea 04:56:06 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 04:56:06 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 04:56:06 Status: Image is up to date for alpine:3.12 04:56:06 ---> 88dd2752d2ea 04:56:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:56:06 ---> Running in 357a965adb34 04:56:06 ---> Running in 31b73ebf1a85 04:56:06 ---> Running in 1d9ca2851ad1 04:56:06 ---> Running in c976f801985b 04:56:06 ---> Running in 0209605f4989 04:56:06 Removing intermediate container 0209605f4989 04:56:06 ---> e15c09807f7f 04:56:06 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 04:56:07 ---> Running in cc29a70f9da2 04:56:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:56:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:56:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:56:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:56:08 (1/2) Installing ca-certificates (20191127-r4) 04:56:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:56:08 (2/2) Installing dumb-init (1.2.2-r1) 04:56:08 Executing busybox-1.31.1-r19.trigger 04:56:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:56:08 Executing ca-certificates-20191127-r4.trigger 04:56:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:56:08 (1/1) Installing dumb-init (1.2.2-r1) 04:56:08 OK: 6 MiB in 16 packages 04:56:08 Executing busybox-1.31.1-r19.trigger 04:56:08 OK: 6 MiB in 15 packages 04:56:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:56:08 (1/4) Installing ca-certificates (20191127-r4) 04:56:08 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:56:08 (3/4) Installing libcurl (7.69.1-r3) 04:56:08 (4/4) Installing curl (7.69.1-r3) 04:56:08 Executing busybox-1.31.1-r19.trigger 04:56:09 Executing ca-certificates-20191127-r4.trigger 04:56:09 (1/5) Installing ca-certificates (20191127-r4) 04:56:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:56:09 OK: 7 MiB in 18 packages 04:56:09 (2/5) Installing nghttp2-libs (1.41.0-r0) 04:56:09 (3/5) Installing libcurl (7.69.1-r3) 04:56:09 (4/5) Installing curl (7.69.1-r3) 04:56:09 (5/5) Installing dumb-init (1.2.2-r1) 04:56:09 Executing busybox-1.31.1-r19.trigger 04:56:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:56:09 Executing ca-certificates-20191127-r4.trigger 04:56:09 OK: 7 MiB in 19 packages 04:56:09 (1/2) Installing dumb-init (1.2.2-r1) 04:56:09 (2/2) Installing su-exec (0.2-r1) 04:56:09 Executing busybox-1.31.1-r19.trigger 04:56:09 OK: 6 MiB in 16 packages 04:56:11 Removing intermediate container 31b73ebf1a85 04:56:11 ---> d23168a4aeb7 04:56:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:56:11 Removing intermediate container 357a965adb34 04:56:11 ---> 5a6343093091 04:56:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:56:11 ---> Running in c4f9f3cac73a 04:56:11 ---> Running in ae85f7ce9a1a 04:56:12 Removing intermediate container cc29a70f9da2 04:56:12 ---> d1a869fd99ee 04:56:12 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 04:56:12 Removing intermediate container 1d9ca2851ad1 04:56:12 ---> 2d1ceeb0fb5b 04:56:12 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:56:12 ---> Running in aeeb4b6eee77 04:56:12 Removing intermediate container c976f801985b 04:56:12 ---> e77ed2941b71 04:56:12 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:56:12 Removing intermediate container c4f9f3cac73a 04:56:12 ---> 28b68780c568 04:56:12 Step 13/23 : ENV APP_PORT=48082 04:56:12 Removing intermediate container ae85f7ce9a1a 04:56:12 ---> 421e8492ac57 04:56:12 Step 13/22 : ENV APP_PORT=48060 04:56:12 ---> Running in 9067adde5402 04:56:12 ---> Running in 48cbdac3766e 04:56:12 ---> Running in 23bc6e2cb750 04:56:13 ---> Running in a1fd4a441a1c 04:56:13 Removing intermediate container aeeb4b6eee77 04:56:13 ---> 319bc16c65ff 04:56:13 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:56:13 Removing intermediate container 9067adde5402 04:56:13 ---> 7555e582920c 04:56:13 Step 13/21 : WORKDIR /edgex 04:56:13 Removing intermediate container 48cbdac3766e 04:56:13 ---> 7caffb957cb2 04:56:13 Step 13/24 : WORKDIR / 04:56:13 Removing intermediate container a1fd4a441a1c 04:56:13 ---> b0cfa073865d 04:56:13 Step 14/22 : EXPOSE $APP_PORT 04:56:13 ---> Running in 585e9688137d 04:56:13 Removing intermediate container 23bc6e2cb750 04:56:13 ---> 6580a1277e1c 04:56:13 Step 14/23 : EXPOSE $APP_PORT 04:56:13 ---> Running in 6f788dcccd6a 04:56:13 ---> Running in 3557631e1aa3 04:56:14 ---> Running in 41899e6b7f0b 04:56:14 ---> Running in f183e223b9a1 04:56:14 Removing intermediate container 585e9688137d 04:56:14 ---> 99386f2bf7c7 04:56:14 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:56:14 Removing intermediate container 6f788dcccd6a 04:56:14 ---> c33e60d0a99a 04:56:14 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:56:14 ---> Running in 21f1012061a8 04:56:14 Removing intermediate container 3557631e1aa3 04:56:14 ---> caebf84767c8 04:56:14 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:56:14 Removing intermediate container 41899e6b7f0b 04:56:14 ---> 58d231a9857d 04:56:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:56:14 Removing intermediate container f183e223b9a1 04:56:14 ---> 993402d20444 04:56:14 Step 15/23 : WORKDIR / 04:56:14 ---> Running in bd233f1d8c24 04:56:15 ---> 2e2620a1e27d 04:56:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:56:15 ---> 779009934b12 04:56:15 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:56:15 ---> ed339bd7a445 04:56:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:56:15 Removing intermediate container bd233f1d8c24 04:56:15 ---> df5609a5084b 04:56:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:56:16 ---> ce6865563866 04:56:16 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:56:17 ---> b513c2bcbfb7 04:56:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:56:17 ---> 32ca23e3ab47 04:56:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:56:17 ---> 0fc04c27c61b 04:56:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:56:17 Removing intermediate container 21f1012061a8 04:56:17 ---> 0807e93e3e38 04:56:17 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 04:56:18 ---> cc25d5da8611 04:56:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:56:18 ---> 61b13a9b4996 04:56:18 Step 18/22 : ENTRYPOINT ["/support-notifications"] 04:56:18 ---> Running in ee43ffa18cda 04:56:18 ---> 2d01638b8bc0 04:56:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:56:18 ---> Running in 271d50040f37 04:56:18 ---> 907ef5b679f0 04:56:18 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:56:19 ---> Running in 88d7fc5c224a 04:56:19 Removing intermediate container ee43ffa18cda 04:56:19 ---> 4e9b3fe5a485 04:56:19 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:56:19 Removing intermediate container 271d50040f37 04:56:19 ---> fdae359b1962 04:56:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:56:19 ---> c52ae74e2eff 04:56:19 Step 19/23 : ENTRYPOINT ["/core-command"] 04:56:19 Removing intermediate container 88d7fc5c224a 04:56:19 ---> 53e7ea4dbdfa 04:56:19 Step 18/21 : CMD ["--init=true"] 04:56:19 ---> Running in 0c0509677986 04:56:19 ---> 2b447c2f2ed3 04:56:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:56:19 ---> 6cb1ca566912 04:56:19 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:56:20 ---> Running in 9052c12b90ad 04:56:20 ---> Running in e7469202cb38 04:56:20 ---> Running in f0c00627e5e4 04:56:20 Removing intermediate container 0c0509677986 04:56:20 ---> a0a5390832df 04:56:20 Step 20/22 : LABEL arch=x86_64 04:56:21 Removing intermediate container 9052c12b90ad 04:56:21 ---> 1e528c56e603 04:56:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:56:21 ---> Running in 553ae76061a7 04:56:21 Removing intermediate container e7469202cb38 04:56:21 ---> c43a268610ad 04:56:21 Step 19/21 : LABEL arch=x86_64 04:56:21 ---> Running in 9bd813b87531 04:56:21 ---> Running in 4c96f2cf8b9b 04:56:21 ---> c4112f3080db 04:56:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:56:22 Removing intermediate container 553ae76061a7 04:56:22 ---> 22ccbda7f10a 04:56:22 Step 21/22 : LABEL git_sha=8a69c127c9b04e641d44d2e92838084644d97324 04:56:22 Removing intermediate container 9bd813b87531 04:56:22 ---> 3be30f495a3c 04:56:22 Step 21/23 : LABEL arch=x86_64 04:56:22 Removing intermediate container 4c96f2cf8b9b 04:56:22 ---> 40cd2797d549 04:56:22 Step 20/21 : LABEL git_sha=8a69c127c9b04e641d44d2e92838084644d97324 04:56:22 ---> Running in 2cbfe84a9878 04:56:22 ---> Running in 07c478e49f73 04:56:22 ---> Running in 644ef8a6f76e 04:56:22 ---> 5c506bd48157 04:56:22 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 04:56:22 ---> Running in b72e6b080754 04:56:22 Removing intermediate container 07c478e49f73 04:56:22 ---> d46ddcb5eb74 04:56:22 Step 22/22 : LABEL version=2.0.0-dev.123 04:56:22 Removing intermediate container 2cbfe84a9878 04:56:22 ---> 93c43a8be86a 04:56:22 Step 22/23 : LABEL git_sha=8a69c127c9b04e641d44d2e92838084644d97324 04:56:23 Removing intermediate container 644ef8a6f76e 04:56:23 ---> 2847ca0c07ef 04:56:23 Step 21/21 : LABEL version=2.0.0-dev.123 04:56:23 ---> Running in 133671bcd536 04:56:23 ---> Running in f6836025447a 04:56:23 ---> Running in 57882f97083c 04:56:23 Removing intermediate container f0c00627e5e4 04:56:23 ---> 35bb1a80d2fc 04:56:23 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 04:56:23 Removing intermediate container 133671bcd536 04:56:23 ---> 17b087e1a632 04:56:23 04:56:23 Removing intermediate container f6836025447a 04:56:23 ---> 3f07dc5f9a17 04:56:23 Step 23/23 : LABEL version=2.0.0-dev.123 04:56:23 Removing intermediate container 57882f97083c 04:56:23 ---> ad786919e48b 04:56:23 04:56:24 ---> Running in 59bac243f293 04:56:24 ---> a487b8104d32 04:56:24 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:56:24 Successfully built 17b087e1a632 04:56:24 Successfully built ad786919e48b 04:56:24 Successfully tagged docker-support-notifications-go:latest 04:56:24 Building docker-core-metadata-go 04:56:24  Building docker-support-notifications-go ... done Successfully tagged docker-security-proxy-setup-go:latest 04:56:24  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 04:56:24 Removing intermediate container 59bac243f293 04:56:24 ---> 08342445a46d 04:56:24 04:56:24 Successfully built 08342445a46d 04:56:24 Successfully tagged docker-core-command-go:latest 04:56:24  Building docker-core-command-go ... done Building docker-support-scheduler-go 04:56:25 Removing intermediate container b72e6b080754 04:56:25 ---> 52c274fd6bd8 04:56:25 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 04:56:25 ---> Running in a27a493bcc3d 04:56:25 ---> e2e7d9d06231 04:56:25 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:56:25 Removing intermediate container a27a493bcc3d 04:56:25 ---> 2bcee3a0b4df 04:56:25 Step 22/24 : LABEL arch=x86_64 04:56:25 ---> Running in 917761bec53f 04:56:25 ---> 8acbd1151318 04:56:25 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:56:26 Removing intermediate container 917761bec53f 04:56:26 ---> b02690a804e0 04:56:26 Step 23/24 : LABEL git_sha=8a69c127c9b04e641d44d2e92838084644d97324 04:56:27 ---> e87ef9579346 04:56:27 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 04:56:27 ---> Running in f39629041f4b 04:56:29 Removing intermediate container f39629041f4b 04:56:29 ---> 2b9ac794c57a 04:56:29 Step 24/24 : LABEL version=2.0.0-dev.123 04:56:29 ---> e72b69fd3202 04:56:29 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 04:56:29 ---> Running in 9f6527fb216d 04:56:29 ---> Running in 07a9603aa742 04:56:30 Removing intermediate container 9f6527fb216d 04:56:30 ---> 77ec3b8707fd 04:56:30 04:56:31 Removing intermediate container 07a9603aa742 04:56:31 ---> 0b33024f25a9 04:56:31 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:56:33 Successfully built 77ec3b8707fd 04:56:33 Successfully tagged docker-security-secretstore-setup-go:latest 04:56:33  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 04:56:33 ---> f7eca87cfb7f 04:56:33 Step 26/31 : RUN chmod +x /entrypoint.sh 04:56:33 ---> Running in 2c33b4272917 04:56:37 Removing intermediate container 2c33b4272917 04:56:37 ---> d229a4971605 04:56:37 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 04:56:37 ---> Running in 336b7a5eaf6d 04:56:38 Removing intermediate container 336b7a5eaf6d 04:56:38 ---> ecaa9d4e786d 04:56:38 Step 28/31 : CMD ["gate"] 04:56:39 ---> Running in f05e76ba1cd9 04:56:39 Removing intermediate container f05e76ba1cd9 04:56:39 ---> 73bde7920a4a 04:56:39 Step 29/31 : LABEL arch=x86_64 04:56:39 ---> Running in d56c6839a4e1 04:56:40 Removing intermediate container d56c6839a4e1 04:56:40 ---> ba8adae75314 04:56:40 Step 30/31 : LABEL git_sha=8a69c127c9b04e641d44d2e92838084644d97324 04:56:41 ---> Running in f48967166a6b 04:56:41 Removing intermediate container f48967166a6b 04:56:41 ---> d65d8438b591 04:56:41 Step 31/31 : LABEL version=2.0.0-dev.123 04:56:42 ---> Running in 6634b53d3389 04:56:43 Removing intermediate container 6634b53d3389 04:56:43 ---> 320da02e14a3 04:56:43 04:56:43 Successfully built 320da02e14a3 04:56:43 Successfully tagged docker-security-bootstrapper-go:latest 04:57:11 Removing intermediate container b229ef9cc0fa 04:57:11 ---> 066425cee4d5 04:57:11 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:57:11 ---> Running in 2b9dd8f30f6c 04:57:11 Removing intermediate container 0edcf445a010 04:57:11 ---> 41b46d312154 04:57:11 04:57:11 Step 10/31 : FROM alpine:3.12 04:57:11 3.12: Pulling from library/alpine 04:57:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:57:11 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 04:57:11 Status: Downloaded newer image for alpine:3.12 04:57:11 ---> d10569e2745f 04:57:11 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:57:11 ---> Running in 6e3318664ad5 04:57:11 Removing intermediate container 6e3318664ad5 04:57:11 ---> f808a7cd31d8 04:57:11 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 04:57:11 ---> Running in 507bc505e797 04:57:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:57:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:57:11  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:57:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:57:11 ---> bbb23dcfffd1 04:57:11 Step 3/26 : WORKDIR /edgex-go 04:57:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:57:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:57:11 ---> bbb23dcfffd1 04:57:11 Step 3/23 : WORKDIR /edgex-go 04:57:11 ---> Using cache 04:57:11 ---> a6683bf0ccfd 04:57:11 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:57:11 ---> Using cache 04:57:11 ---> a6683bf0ccfd 04:57:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:57:11 ---> Using cache 04:57:11 ---> 44c38305d84f 04:57:11 Step 5/26 : RUN apk add --update --no-cache make bash git 04:57:11 ---> Using cache 04:57:11 ---> 44c38305d84f 04:57:11 Step 5/23 : RUN apk add --update --no-cache make git 04:57:11 ---> Using cache 04:57:11 ---> 70c9e1ce024b 04:57:11 Step 6/23 : COPY go.mod . 04:57:11 ---> Using cache 04:57:11 ---> bac4ca1f88d1 04:57:11 Step 7/23 : RUN go mod download 04:57:11 ---> Using cache 04:57:11 ---> 4339291ef184 04:57:11 Step 8/23 : COPY . . 04:57:11 ---> Using cache 04:57:11 ---> 45ef2180a3c0 04:57:11 Step 9/23 : RUN make cmd/core-metadata/core-metadata 04:57:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:57:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:57:11 ---> bbb23dcfffd1 04:57:11 Step 3/22 : WORKDIR /edgex-go 04:57:11 ---> Using cache 04:57:11 ---> a6683bf0ccfd 04:57:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:57:11 ---> Using cache 04:57:11 ---> 44c38305d84f 04:57:11 Step 5/22 : RUN apk add --update --no-cache make git 04:57:11 ---> Using cache 04:57:11 ---> 70c9e1ce024b 04:57:11 Step 6/22 : COPY go.mod . 04:57:11 ---> Using cache 04:57:11 ---> bac4ca1f88d1 04:57:11 Step 7/22 : RUN go mod download 04:57:11 ---> Using cache 04:57:11 ---> 4339291ef184 04:57:11 Step 8/22 : COPY . . 04:57:11 ---> Using cache 04:57:11 ---> 45ef2180a3c0 04:57:11 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 04:57:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:57:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:57:11 ---> bbb23dcfffd1 04:57:11 Step 3/23 : WORKDIR /edgex-go 04:57:11 ---> Using cache 04:57:11 ---> a6683bf0ccfd 04:57:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:57:11 ---> Using cache 04:57:11 ---> 44c38305d84f 04:57:11 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:57:11 ---> Running in 28ca8a20608a 04:57:11 ---> Running in 8c722f897d4f 04:57:11 ---> Running in 74c2ea8bcbcd 04:57:11 ---> Running in 23251d047a7d 04:57:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:57:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:57:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:57:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:57:12 (1/2) Installing dumb-init (1.2.2-r1) 04:57:12 (2/2) Installing su-exec (0.2-r1) 04:57:12 Executing busybox-1.31.1-r19.trigger 04:57:12 OK: 5 MiB in 16 packages 04:57:12 Removing intermediate container 2b9dd8f30f6c 04:57:12 ---> e9d2315ccf80 04:57:12 04:57:12 Step 11/26 : FROM docker:20.10.0 04:57:12 20.10.0: Pulling from library/docker 04:57:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:57:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:57:14 Removing intermediate container 507bc505e797 04:57:14 ---> 5794f3aaa2c6 04:57:14 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 04:57:15 ---> Running in e088e6fef3af 04:57:16 OK: 233 MiB in 51 packages 04:57:17 Removing intermediate container e088e6fef3af 04:57:17 ---> 491b3d953c55 04:57:17 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:57:17 OK: 233 MiB in 51 packages 04:57:18 ---> Running in 04e801385776 04:57:18 Removing intermediate container 28ca8a20608a 04:57:18 ---> 266922f91659 04:57:18 Step 6/23 : COPY go.mod . 04:57:19 Removing intermediate container 04e801385776 04:57:19 ---> d779ce952d00 04:57:19 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:57:19 Removing intermediate container 3a04690ddd81 04:57:19 ---> 1c533679c93a 04:57:19 04:57:19 Step 10/23 : FROM alpine:3.12 04:57:19 ---> d10569e2745f 04:57:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:57:19 Removing intermediate container 8c722f897d4f 04:57:19 ---> 66bc4681fd90 04:57:19 Step 6/26 : COPY go.mod . 04:57:19 ---> Running in 4c16fdcbd949 04:57:19 ---> Running in 85896b54d697 04:57:20 Removing intermediate container ff216f5e8999 04:57:20 ---> 230414077dae 04:57:20 04:57:20 Step 10/22 : FROM alpine:3.12 04:57:20 ---> d10569e2745f 04:57:20 Step 11/22 : RUN apk add --update --no-cache dumb-init 04:57:20 ---> 9cde7cae8fb4 04:57:20 Step 7/23 : RUN go mod download 04:57:20 ---> Running in 551ebc43ef19 04:57:20 ---> 954db9845e4c 04:57:20 Step 7/26 : RUN go mod download 04:57:21 ---> Running in d79c789e3b59 04:57:21 ---> Running in 391122eb5d28 04:57:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:57:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:57:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:57:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:57:24 (1/1) Installing dumb-init (1.2.2-r1) 04:57:24 Executing busybox-1.31.1-r19.trigger 04:57:24 (1/1) Installing dumb-init (1.2.2-r1) 04:57:24 OK: 5 MiB in 15 packages 04:57:24 Executing busybox-1.31.1-r19.trigger 04:57:24 OK: 5 MiB in 15 packages 04:57:25 Removing intermediate container d79c789e3b59 04:57:25 ---> 4852133025ef 04:57:25 Step 8/26 : COPY . . 04:57:25 Removing intermediate container 551ebc43ef19 04:57:25 ---> 797b2d5113be 04:57:25 Step 8/23 : COPY . . 04:57:26 Removing intermediate container 4c16fdcbd949 04:57:26 ---> 5465e5245397 04:57:26 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 04:57:27 ---> Running in eb3cdba07ca1 04:57:27 Removing intermediate container 85896b54d697 04:57:27 ---> b443e412e77b 04:57:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:57:27 Removing intermediate container 391122eb5d28 04:57:27 ---> 631911c0d4c6 04:57:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:57:27 ---> Running in 8be7dd5ac705 04:57:27 ---> Running in 2b9f452c4f17 04:57:28 Removing intermediate container eb3cdba07ca1 04:57:28 ---> 54c9c21a0c8e 04:57:28 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:57:28 Removing intermediate container 2b9f452c4f17 04:57:28 ---> 53216e90b5c0 04:57:28 Step 13/22 : ENV APP_PORT=48085 04:57:28 Removing intermediate container 8be7dd5ac705 04:57:28 ---> fe372df8afb6 04:57:28 Step 13/23 : ENV APP_PORT=48082 04:57:29 ---> Running in 0d2788b10a38 04:57:29 ---> Running in bf72f388473d 04:57:29 ---> 129d2125c575 04:57:29 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:57:30 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:57:30 Status: Downloaded newer image for docker:20.10.0 04:57:30 ---> eeaf43b92773 04:57:30 Step 12/26 : RUN apk add --no-cache bash 04:57:30 ---> Running in 7dfc9db5adc2 04:57:30 Removing intermediate container 0d2788b10a38 04:57:30 ---> 8029b6c1a161 04:57:30 Step 14/22 : EXPOSE $APP_PORT 04:57:30 Removing intermediate container bf72f388473d 04:57:30 ---> 060936a9ed81 04:57:30 Step 14/23 : EXPOSE $APP_PORT 04:57:30 ---> Running in fb193d031c4c 04:57:30 ---> Running in 39f8deaf0027 04:57:30 ---> Running in 1c476e219fcd 04:57:31 Removing intermediate container 39f8deaf0027 04:57:31 ---> c9d06df691cd 04:57:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:57:31 Removing intermediate container ae5205b2372a 04:57:31 ---> c0aa9d1ade08 04:57:31 04:57:31 Step 10/23 : FROM alpine:3.12 04:57:31 ---> d10569e2745f 04:57:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:57:31 Removing intermediate container 1c476e219fcd 04:57:31 ---> c3e8da828be3 04:57:31 Step 15/23 : WORKDIR / 04:57:32 ---> Running in b7e0287aa3da 04:57:32 ---> Running in 0fede7eea662 04:57:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:57:32 ---> 60a8fb7985e8 04:57:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:57:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:57:32 Removing intermediate container b7e0287aa3da 04:57:32 ---> 1d331e6f985a 04:57:32 Step 12/23 : ENV APP_PORT=48080 04:57:33 ---> Running in 14256eed4e6c 04:57:33 Removing intermediate container 0fede7eea662 04:57:33 ---> 3ad7959f97e6 04:57:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:57:33 (1/2) Installing readline (8.0.4-r0) 04:57:33 (2/2) Installing bash (5.0.17-r0) 04:57:33 Executing bash-5.0.17-r0.post-install 04:57:33 Executing busybox-1.31.1-r19.trigger 04:57:33 OK: 12 MiB in 22 packages 04:57:33 Removing intermediate container 14256eed4e6c 04:57:33 ---> c733ea85d1bd 04:57:33 Step 13/23 : EXPOSE $APP_PORT 04:57:34 Removing intermediate container 7dfc9db5adc2 04:57:34 ---> 6cab0d730a54 04:57:34 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 04:57:34 ---> Running in c650cbc742b6 04:57:34 ---> aebe671d1c69 04:57:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:57:34 ---> c1410a3684a8 04:57:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:57:35 Removing intermediate container c650cbc742b6 04:57:35 ---> 7c47088a9376 04:57:35 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:57:35 ---> Running in 514e88a9905e 04:57:35 Removing intermediate container fb193d031c4c 04:57:35 ---> ecb51bdf529b 04:57:35 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:57:35 ---> c1ecee26c2f0 04:57:35 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:57:35 ---> c86eba64187d 04:57:35 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 04:57:35 ---> Running in 2ca496aa61f9 04:57:36 ---> Running in f66fd3c28f80 04:57:36 ---> f5833cdb27e8 04:57:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:57:36 Removing intermediate container 2ca496aa61f9 04:57:36 ---> 46b67284553d 04:57:36 Step 14/26 : ENV APP_PORT=48090 04:57:37 ---> Running in cf4b66d54e4a 04:57:37 Removing intermediate container f66fd3c28f80 04:57:37 ---> 0a0b1cf242d3 04:57:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:57:37 ---> 4cc7d2461c36 04:57:37 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:57:37 ---> Running in 706a5b6444f3 04:57:37 Removing intermediate container cf4b66d54e4a 04:57:37 ---> f2b11ef5c06f 04:57:37 Step 15/26 : EXPOSE $APP_PORT 04:57:37 ---> d91ae6acd15d 04:57:37 Step 19/23 : ENTRYPOINT ["/core-command"] 04:57:37 ---> Running in fb706d60949f 04:57:37 ---> Running in 80f8e099f541 04:57:38 Removing intermediate container 706a5b6444f3 04:57:38 ---> 3b89d9a85384 04:57:38 Step 20/22 : LABEL arch=arm64 04:57:38 ---> Running in 800544c9e31f 04:57:38 ---> 27d0dd186834 04:57:38 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:57:38 Removing intermediate container fb706d60949f 04:57:38 ---> 788f424f1c80 04:57:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:57:38 Removing intermediate container 80f8e099f541 04:57:38 Removing intermediate container 514e88a9905e 04:57:38 ---> 680b60b8cc57 04:57:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:57:38 ---> 1b590f6676ad 04:57:38 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 04:57:39 ---> Running in 490123703c97 04:57:39 ---> Running in 71b534710113 04:57:39 Removing intermediate container 800544c9e31f 04:57:39 ---> 6298cdd59d02 04:57:39 Step 21/22 : LABEL git_sha=8a69c127c9b04e641d44d2e92838084644d97324 04:57:39 ---> Running in 8e54fcfce3bb 04:57:39 Removing intermediate container 490123703c97 04:57:39 ---> 5fcbed92fa6d 04:57:39 Step 21/23 : LABEL arch=arm64 04:57:39 ---> 6247377a8ba8 04:57:39 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 04:57:39 ---> Running in 799316cbb77c 04:57:40 Removing intermediate container 8e54fcfce3bb 04:57:40 ---> 6011b174fb17 04:57:40 Step 22/22 : LABEL version=2.0.0-dev.123 04:57:40 ---> 53871f49e8d8 04:57:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:57:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:57:40 ---> Running in 3b7b43e77158 04:57:40 Removing intermediate container 799316cbb77c 04:57:40 ---> 28e534d92004 04:57:40 Step 22/23 : LABEL git_sha=8a69c127c9b04e641d44d2e92838084644d97324 04:57:40 ---> Running in c0a0d91d4f29 04:57:41 ---> 64456e6a99cb 04:57:41 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 04:57:41 Removing intermediate container 3b7b43e77158 04:57:41 ---> fa0aab3729a2 04:57:41 04:57:41 Successfully built fa0aab3729a2 04:57:41 ---> Running in 74a5e28083c7 04:57:41 Successfully tagged docker-support-scheduler-go-arm64:latest 04:57:41  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 04:57:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:57:41 ---> fb0ac9d9ed6b 04:57:41 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:57:41 Removing intermediate container c0a0d91d4f29 04:57:41 ---> afde511910e9 04:57:41 Step 23/23 : LABEL version=2.0.0-dev.123 04:57:42 ---> Running in c129d8898f48 04:57:42 Removing intermediate container 74a5e28083c7 04:57:42 ---> e59b07ba04f9 04:57:42 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:57:42 Removing intermediate container c129d8898f48 04:57:42 ---> 71bcc613931e 04:57:42 04:57:43 Successfully built 71bcc613931e 04:57:43 Successfully tagged docker-core-command-go-arm64:latest 04:57:43 ---> 8c719a67c2fb 04:57:43  Building docker-core-command-go ... done Step 19/26 : RUN apk --no-cache add py3-pipBuilding docker-core-metadata-go 04:57:43 04:57:43 (1/6) Installing dumb-init (1.2.2-r1) 04:57:43 ---> 177725bd876e 04:57:43 Step 26/31 : RUN chmod +x /entrypoint.sh 04:57:43 ---> Running in 4790949067e8 04:57:43 (2/6) Installing libgcc (9.3.0-r2) 04:57:43 (3/6) Installing libsodium (1.0.18-r0) 04:57:44 (4/6) Installing libstdc++ (9.3.0-r2) 04:57:44 ---> Running in 433a54db7280 04:57:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:57:45 (5/6) Installing libzmq (4.3.3-r0) 04:57:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:57:46 (1/33) Installing libbz2 (1.0.8-r1) 04:57:46 (2/33) Installing expat (2.2.9-r1) 04:57:46 (3/33) Installing libffi (3.3-r2) 04:57:46 (4/33) Installing gdbm (1.13-r1) 04:57:46 (5/33) Installing xz-libs (5.2.5-r0) 04:57:46 (6/33) Installing sqlite-libs (3.32.1-r0) 04:57:46 (7/33) Installing python3 (3.8.5-r1) 04:57:46 (6/6) Installing zeromq (4.3.3-r0) 04:57:46 Executing busybox-1.31.1-r19.trigger 04:57:46 OK: 8 MiB in 20 packages 04:57:48 (8/33) Installing py3-appdirs (1.4.4-r1) 04:57:48 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:57:48 (10/33) Installing py3-parsing (2.4.7-r0) 04:57:48 (11/33) Installing py3-six (1.15.0-r0) 04:57:48 (12/33) Installing py3-packaging (20.4-r0) 04:57:48 (13/33) Installing py3-setuptools (47.0.0-r0) 04:57:48 (14/33) Installing py3-chardet (3.0.4-r4) 04:57:48 Removing intermediate container 433a54db7280 04:57:48 ---> 004a71e58b67 04:57:48 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 04:57:48 (15/33) Installing py3-idna (2.9-r0) 04:57:48 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:57:48 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:57:48 (18/33) Installing py3-requests (2.23.0-r0) 04:57:49 (19/33) Installing py3-msgpack (1.0.0-r0) 04:57:49 (20/33) Installing py3-lockfile (0.12.2-r3) 04:57:49 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:57:49 (22/33) Installing py3-colorama (0.4.3-r0) 04:57:49 (23/33) Installing py3-distlib (0.3.0-r0) 04:57:49 (24/33) Installing py3-distro (1.5.0-r1) 04:57:49 (25/33) Installing py3-webencodings (0.5.1-r3) 04:57:49 (26/33) Installing py3-html5lib (1.0.1-r4) 04:57:49 (27/33) Installing py3-pytoml (0.1.21-r0) 04:57:49 (28/33) Installing py3-pep517 (0.8.2-r0) 04:57:49 (29/33) Installing py3-progress (1.5-r0) 04:57:49 (30/33) Installing py3-toml (0.10.1-r0) 04:57:49 (31/33) Installing py3-retrying (1.3.3-r0) 04:57:49 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:57:49 (33/33) Installing py3-pip (20.1.1-r0) 04:57:49 Executing busybox-1.31.1-r19.trigger 04:57:49 OK: 71 MiB in 55 packages 04:57:49 ---> Running in 1a8807490f26 04:57:49 Removing intermediate container 71b534710113 04:57:49 ---> 9a7a081b9416 04:57:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:57:50 Removing intermediate container 1a8807490f26 04:57:50 ---> ff4453368328 04:57:50 Step 28/31 : CMD ["gate"] 04:57:51 ---> f4716bde2d15 04:57:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:57:51 ---> Running in b3d4275ed352 04:57:52 Removing intermediate container b3d4275ed352 04:57:52 ---> 56a753bfb42c 04:57:52 Step 29/31 : LABEL arch=arm64 04:57:52 ---> Running in 0dbe2a73e894 04:57:53 ---> bb5e0f9cde63 04:57:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:57:54 Removing intermediate container 0dbe2a73e894 04:57:54 ---> 6ce8845d6ba2 04:57:54 Step 30/31 : LABEL git_sha=8a69c127c9b04e641d44d2e92838084644d97324 04:57:54 ---> bf7193cf04a6 04:57:54 Step 19/23 : ENTRYPOINT ["/core-data"] 04:57:55 ---> Running in 5cbf0d09f3df 04:57:55 ---> Running in a25254898d5d 04:57:56 Removing intermediate container 5cbf0d09f3df 04:57:56 ---> fbab07ef2f2a 04:57:56 Step 31/31 : LABEL version=2.0.0-dev.123 04:57:56 Removing intermediate container a25254898d5d 04:57:56 ---> d3a621654f98 04:57:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:57:56 ---> Running in 1230de82e31f 04:57:56 ---> Running in bcdaef4f4963 04:57:57 Removing intermediate container 1230de82e31f 04:57:57 ---> 322d3cddc404 04:57:57 04:57:57 Removing intermediate container bcdaef4f4963 04:57:57 ---> a9138d72145b 04:57:57 Step 21/23 : LABEL arch=arm64 04:57:58 Successfully built 322d3cddc404 04:57:58 Successfully tagged docker-security-bootstrapper-go-arm64:latest 04:57:58  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 04:57:58 ---> Running in e85de1793ae8 04:57:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:57:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:57:59 ---> f76dcf0e8abf 04:57:59 Step 3/22 : WORKDIR /edgex-go 04:57:59 ---> Using cache 04:57:59 ---> 8b39016fae49 04:57:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:57:59 ---> Using cache 04:57:59 ---> ba8f9f65c22e 04:57:59 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 04:57:59 Removing intermediate container e85de1793ae8 04:57:59 ---> e0cd0af251ef 04:57:59 Step 22/23 : LABEL git_sha=8a69c127c9b04e641d44d2e92838084644d97324 04:57:59 ---> Running in f5f2f912425c 04:57:59 Removing intermediate container 4790949067e8 04:57:59 ---> 533509a0ee5e 04:57:59 Step 20/26 : RUN pip install docker-compose==1.23.2 04:57:59 ---> Running in 4a05b23501c6 04:58:00 ---> Running in f886d7bfe4f8 04:58:00 Removing intermediate container 4a05b23501c6 04:58:00 ---> d424da6fd57b 04:58:00 Step 23/23 : LABEL version=2.0.0-dev.123 04:58:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:58:01 ---> Running in 6c936017ceda 04:58:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:58:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:58:02 ---> f76dcf0e8abf 04:58:02 Step 3/23 : WORKDIR /edgex-go 04:58:02 ---> Using cache 04:58:02 ---> 8b39016fae49 04:58:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:58:02 ---> Using cache 04:58:02 ---> ba8f9f65c22e 04:58:02 Step 5/23 : RUN apk add --update --no-cache make git 04:58:02 ---> Using cache 04:58:02 ---> 1806bddf0d8b 04:58:02 Step 6/23 : COPY go.mod . 04:58:02 ---> Using cache 04:58:02 ---> 40798960a37f 04:58:02 Step 7/23 : RUN go mod download 04:58:02 ---> Using cache 04:58:02 ---> 878d62dfe5f4 04:58:02 Step 8/23 : COPY . . 04:58:02 ---> Using cache 04:58:02 ---> 319f23fb7a9c 04:58:02 Step 9/23 : RUN make cmd/core-metadata/core-metadata 04:58:03 Removing intermediate container 6c936017ceda 04:58:03 ---> 972dc96e281f 04:58:03 04:58:03 ---> Running in 465aeffabd82 04:58:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:58:03 Successfully built 972dc96e281f 04:58:03 Successfully tagged docker-core-data-go-arm64:latest 04:58:03 Building docker-security-secretstore-setup-go 04:58:04  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:58:05 Removing intermediate container 23251d047a7d 04:58:05 ---> 32d8126037b6 04:58:05 04:58:05 Step 10/22 : FROM alpine:3.12 04:58:05 ---> 88dd2752d2ea 04:58:05 Step 11/22 : RUN apk add --update --no-cache dumb-init 04:58:05 ---> Using cache 04:58:05 ---> d23168a4aeb7 04:58:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:58:05 ---> Using cache 04:58:05 ---> 28b68780c568 04:58:05 Step 13/22 : ENV APP_PORT=48085 04:58:05 Removing intermediate container 74c2ea8bcbcd 04:58:05 ---> f16e0ff26e97 04:58:05 04:58:05 Step 10/23 : FROM alpine:3.12 04:58:05 ---> 88dd2752d2ea 04:58:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:58:05 ---> Using cache 04:58:05 ---> d23168a4aeb7 04:58:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:58:05 ---> Using cache 04:58:05 ---> 28b68780c568 04:58:05 Step 13/23 : ENV APP_PORT=48081 04:58:05 ---> Running in a4f5b6fe2f20 04:58:05 ---> Running in 1f6078e89bb7 04:58:05 Removing intermediate container 1f6078e89bb7 04:58:05 ---> 7870ffc8db05 04:58:05 Step 14/22 : EXPOSE $APP_PORT 04:58:05 Removing intermediate container a4f5b6fe2f20 04:58:05 ---> b82cf98a79d3 04:58:05 Step 14/23 : EXPOSE $APP_PORT 04:58:05 ---> Running in 6da5900619ca 04:58:05 ---> Running in ec6fafede99a 04:58:05 OK: 217 MiB in 51 packages 04:58:06 ---> 8608ad91ea3e 04:58:06 Step 9/23 : RUN make cmd/core-data/core-data 04:58:06 ---> 9c41d091a148 04:58:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:58:06 Removing intermediate container 6da5900619ca 04:58:06 ---> f6864bd5f110 04:58:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:58:06 Removing intermediate container ec6fafede99a 04:58:06 ---> 044570e9ab7c 04:58:06 Step 15/23 : WORKDIR / 04:58:06 ---> Running in cc4d0c1caebd 04:58:06 ---> Running in 3deddc433f9d 04:58:06 ---> Running in f5caa33b0ba7 04:58:06 Collecting docker-compose==1.23.2 04:58:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:58:06 ---> d4dfc75642ea 04:58:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:58:06 Removing intermediate container f5caa33b0ba7 04:58:06 ---> 19fcbd5f4ce2 04:58:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:58:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:58:07 Removing intermediate container f5f2f912425c 04:58:07 ---> 1bdf2402582f 04:58:07 Step 6/22 : COPY go.mod . 04:58:08 ---> 38ddf77b8b03 04:58:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:58:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o cmd/core-data/core-data ./cmd/core-data 04:58:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:58:08 ---> e060fd003682 04:58:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:58:08 Collecting websocket-client<1.0,>=0.32.0 04:58:08 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 04:58:08 ---> 4f1576016f26 04:58:08 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 04:58:08 ---> 8114d05e2a4b 04:58:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:58:08 ---> Running in 837972039e5e 04:58:08 Collecting texttable<0.10,>=0.9.0 04:58:08 Downloading texttable-0.9.1.tar.gz (11 kB) 04:58:09 Removing intermediate container 837972039e5e 04:58:09 ---> 21927bb9673b 04:58:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:58:09 ---> bed214d9f082 04:58:09 Step 19/23 : ENTRYPOINT ["/core-metadata"] 04:58:09 ---> Running in c6057feaeaea 04:58:09 ---> Running in 51897ed28778 04:58:09 Removing intermediate container c6057feaeaea 04:58:09 ---> 046bc56876bf 04:58:09 Step 20/22 : LABEL arch=x86_64 04:58:09 Removing intermediate container 51897ed28778 04:58:09 ---> 1dd5aa17568b 04:58:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:58:09 ---> 6693138c654d 04:58:09 Step 7/22 : RUN go mod download 04:58:10 ---> Running in b7427a055cd2 04:58:10 ---> Running in 2c60e017a964 04:58:10 ---> Running in b56750d2a0c6 04:58:11 Removing intermediate container b7427a055cd2 04:58:11 ---> d3873df4236a 04:58:11 Step 21/22 : LABEL git_sha=8a69c127c9b04e641d44d2e92838084644d97324 04:58:11 Removing intermediate container 2c60e017a964 04:58:11 ---> 7a8424a7d70f 04:58:11 Step 21/23 : LABEL arch=x86_64 04:58:11 ---> Running in afc42dbd4f5e 04:58:11 ---> Running in b84d1b9b5fa1 04:58:12 Removing intermediate container b84d1b9b5fa1 04:58:12 ---> 67ef0c0160d4 04:58:12 Step 22/22 : LABEL version=2.0.0-dev.123 04:58:12 Removing intermediate container afc42dbd4f5e 04:58:12 ---> 4cd0c101e28d 04:58:12 Step 22/23 : LABEL git_sha=8a69c127c9b04e641d44d2e92838084644d97324 04:58:12 ---> Running in 2f4898be4992 04:58:12 ---> Running in 84b352b7ee9c 04:58:12 Collecting docopt<0.7,>=0.6.1 04:58:12 Downloading docopt-0.6.2.tar.gz (25 kB) 04:58:13 Removing intermediate container 2f4898be4992 04:58:13 ---> da957d146f36 04:58:13 04:58:13 Removing intermediate container 84b352b7ee9c 04:58:13 ---> 6fe225df4876 04:58:13 Step 23/23 : LABEL version=2.0.0-dev.123 04:58:13 ---> Running in e162390528f6 04:58:14 Successfully built da957d146f36 04:58:14 Successfully tagged docker-support-scheduler-go:latest 04:58:14  Building docker-support-scheduler-go ... done Removing intermediate container e162390528f6 04:58:14 ---> 798ebbc5282f 04:58:14 04:58:15 Successfully built 798ebbc5282f 04:58:15 Successfully tagged docker-core-metadata-go:latest 04:58:15 Removing intermediate container b56750d2a0c6 04:58:15 ---> 0e5781794358 04:58:15 Step 8/22 : COPY . . 04:58:15 Collecting jsonschema<3,>=2.5.1 04:58:15 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:58:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:58:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:58:18 Collecting cached-property<2,>=1.2.0 04:58:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:58:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:58:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:58:19 ---> f76dcf0e8abf 04:58:19 Step 3/21 : WORKDIR /edgex-go 04:58:19 ---> Using cache 04:58:19 ---> 8b39016fae49 04:58:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:58:19 ---> Using cache 04:58:19 ---> ba8f9f65c22e 04:58:19 Step 5/21 : RUN apk add --update --no-cache make git 04:58:19 ---> Using cache 04:58:19 ---> 1806bddf0d8b 04:58:19 Step 6/21 : COPY go.mod . 04:58:19 ---> Using cache 04:58:19 ---> 40798960a37f 04:58:19 Step 7/21 : RUN go mod download 04:58:19 ---> Using cache 04:58:19 ---> 878d62dfe5f4 04:58:19 Step 8/21 : COPY . . 04:58:19 ---> Using cache 04:58:19 ---> 319f23fb7a9c 04:58:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:58:19 Collecting PyYAML<4,>=3.10 04:58:19 Downloading PyYAML-3.13.tar.gz (270 kB) 04:58:22 ---> Running in 8a316595bf00 04:58:24 Collecting dockerpty<0.5,>=0.4.1 04:58:24 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:58:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:58:26 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:58:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:58:26 ---> f76dcf0e8abf 04:58:26 Step 3/24 : WORKDIR /edgex-go 04:58:26 ---> Using cache 04:58:26 ---> 8b39016fae49 04:58:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:58:26 ---> Using cache 04:58:26 ---> ba8f9f65c22e 04:58:26 Step 5/24 : RUN apk add --update --no-cache make git 04:58:26 ---> Using cache 04:58:26 ---> 1806bddf0d8b 04:58:26 Step 6/24 : COPY go.mod . 04:58:26 ---> Using cache 04:58:26 ---> 40798960a37f 04:58:26 Step 7/24 : RUN go mod download 04:58:26 ---> Using cache 04:58:26 ---> 878d62dfe5f4 04:58:26 Step 8/24 : COPY . . 04:58:26 ---> Using cache 04:58:26 ---> 319f23fb7a9c 04:58:26 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:58:28 Collecting docker<4.0,>=3.6.0 04:58:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:58:28 ---> Running in add967c13bdb 04:58:28 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) 04:58:29 Collecting idna<2.8,>=2.5 04:58:29 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:58:29 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) 04:58:30 Collecting urllib3<1.25,>=1.21.1 04:58:30 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:58:30 Collecting docker-pycreds>=0.4.0 04:58:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:58:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:58:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:58:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:58:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:58:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:58:32 Installing collected packages: websocket-client, texttable, docopt, jsonschema, idna, urllib3, requests, cached-property, PyYAML, dockerpty, docker-pycreds, docker, docker-compose 04:58:33 Running setup.py install for texttable: started 04:58:34 ---> cb7b6597abde 04:58:34 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:58:34 ---> Running in 42a4e27d2af3 04:58:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:58:37 Running setup.py install for texttable: finished with status 'done' 04:58:37 Running setup.py install for docopt: started 04:58:37  Building docker-core-metadata-go ... done Removing intermediate container 3deddc433f9d 04:58:37 ---> d64a1d2468bd 04:58:37 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:58:37 ---> Running in 9b56e34f2ed6 04:58:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:58:40 Running setup.py install for docopt: finished with status 'done' 04:58:40 Attempting uninstall: idna 04:58:40 Found existing installation: idna 2.9 04:58:40 Uninstalling idna-2.9: 04:58:41 Successfully uninstalled idna-2.9 04:58:41 Removing intermediate container 9b56e34f2ed6 04:58:41 ---> 9d5a1f6c3498 04:58:41 04:58:41 Step 11/26 : FROM docker:20.10.0 04:58:41 20.10.0: Pulling from library/docker 04:58:41 Removing intermediate container cc4d0c1caebd 04:58:41 ---> 28513f09a0d2 04:58:41 04:58:41 Step 10/23 : FROM alpine:3.12 04:58:41 ---> 88dd2752d2ea 04:58:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:58:41 ---> Running in 37675f616973 04:58:42 Removing intermediate container 37675f616973 04:58:42 ---> 6ffff837e066 04:58:42 Step 12/23 : ENV APP_PORT=48080 04:58:42 ---> Running in afe280c61d84 04:58:42 Attempting uninstall: urllib3 04:58:42 Found existing installation: urllib3 1.25.9 04:58:42 Uninstalling urllib3-1.25.9: 04:58:42 Successfully uninstalled urllib3-1.25.9 04:58:42 Removing intermediate container afe280c61d84 04:58:42 ---> 16159bb2a00a 04:58:42 Step 13/23 : EXPOSE $APP_PORT 04:58:42 ---> Running in e8bf18e104cb 04:58:43 Attempting uninstall: requests 04:58:43 Found existing installation: requests 2.23.0 04:58:43 Uninstalling requests-2.23.0: 04:58:43 Successfully uninstalled requests-2.23.0 04:58:43 Removing intermediate container e8bf18e104cb 04:58:43 ---> 387bae223e22 04:58:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:58:43 ---> Running in 69a96af1b555 04:58:43 Running setup.py install for PyYAML: started 04:58:45 Removing intermediate container 69a96af1b555 04:58:45 ---> 398559f932d6 04:58:45 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 04:58:45 ---> Running in e7a6cfcf779c 04:58:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:58:47 Running setup.py install for PyYAML: finished with status 'done' 04:58:47 Running setup.py install for dockerpty: started 04:58:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:58:48 (1/6) Installing dumb-init (1.2.2-r1) 04:58:48 (2/6) Installing libgcc (9.3.0-r2) 04:58:48 (3/6) Installing libsodium (1.0.18-r0) 04:58:48 (4/6) Installing libstdc++ (9.3.0-r2) 04:58:49 (5/6) Installing libzmq (4.3.3-r0) 04:58:49 Running setup.py install for dockerpty: finished with status 'done' 04:58:49 (6/6) Installing zeromq (4.3.3-r0) 04:58:49 Executing busybox-1.31.1-r19.trigger 04:58:50 OK: 8 MiB in 20 packages 04:58:51 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 04:58:51 Removing intermediate container e7a6cfcf779c 04:58:51 ---> 903f59ba7a4d 04:58:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:58:51 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:58:51 Status: Downloaded newer image for docker:20.10.0 04:58:51 ---> aefe523efa57 04:58:51 Step 12/26 : RUN apk add --no-cache bash 04:58:52 ---> Running in 6d52c2234075 04:58:52 ---> ba723bd7550d 04:58:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:58:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:58:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:58:53 ---> 8e2a669a28e6 04:58:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:58:53 (1/2) Installing readline (8.0.4-r0) 04:58:53 (2/2) Installing bash (5.0.17-r0) 04:58:53 Executing bash-5.0.17-r0.post-install 04:58:53 Executing busybox-1.31.1-r19.trigger 04:58:53 OK: 12 MiB in 22 packages 04:58:53 ---> 93b1c7b0f05f 04:58:53 Step 19/23 : ENTRYPOINT ["/core-data"] 04:58:53 ---> Running in cfa34fbbd943 04:58:54 Removing intermediate container cfa34fbbd943 04:58:54 ---> a463c6ba1e15 04:58:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:58:54 Removing intermediate container 6d52c2234075 04:58:54 ---> 86c2d6360ae5 04:58:54 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:58:54 ---> Running in e61e5991cc09 04:58:54 ---> Running in 22b0831b37a4 04:58:54 Removing intermediate container 22b0831b37a4 04:58:54 ---> f5d0efffea5e 04:58:54 Step 21/23 : LABEL arch=x86_64 04:58:54 Removing intermediate container e61e5991cc09 04:58:54 ---> eb7d801133d2 04:58:54 Step 14/26 : ENV APP_PORT=48090 04:58:54 ---> Running in 29988de47f6d 04:58:54 ---> Running in add70bab8d8d 04:58:55 Removing intermediate container add70bab8d8d 04:58:55 ---> 8c8babe766be 04:58:55 Step 15/26 : EXPOSE $APP_PORT 04:58:55 Removing intermediate container 29988de47f6d 04:58:55 ---> f949605a6a15 04:58:55 Step 22/23 : LABEL git_sha=8a69c127c9b04e641d44d2e92838084644d97324 04:58:55 ---> Running in dbcecdcb3537 04:58:55 ---> Running in 8b6818f882c6 04:58:55 Removing intermediate container dbcecdcb3537 04:58:55 ---> 6c24169c90a7 04:58:55 Step 23/23 : LABEL version=2.0.0-dev.123 04:58:55 Removing intermediate container 8b6818f882c6 04:58:55 ---> a4e70081f545 04:58:55 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:58:55 ---> Running in 34aa0efdf322 04:58:55 Removing intermediate container 34aa0efdf322 04:58:55 ---> bb02594b5696 04:58:55 04:58:56 Successfully built bb02594b5696 04:58:56 Successfully tagged docker-core-data-go:latest 04:58:56  Building docker-core-data-go ... done  ---> af9d128355a1 04:58:56 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:58:57 ---> c57b251123cb 04:58:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:58:57 ---> 4730d55bf450 04:58:57 Step 19/26 : RUN apk --no-cache add py3-pip 04:58:57 ---> Running in 61f6e28ba4e4 04:58:58 Removing intermediate container f886d7bfe4f8 04:58:58 ---> c78f9b73d706 04:58:58 Step 21/26 : RUN apk --no-cache add curl 04:58:58 ---> Running in c3c56044ef0c 04:58:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:58:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:58:58 (1/33) Installing libbz2 (1.0.8-r1) 04:58:58 (2/33) Installing expat (2.2.9-r1) 04:58:58 (3/33) Installing libffi (3.3-r2) 04:58:58 (4/33) Installing gdbm (1.13-r1) 04:58:58 (5/33) Installing xz-libs (5.2.5-r0) 04:58:58 (6/33) Installing sqlite-libs (3.32.1-r0) 04:58:58 (7/33) Installing python3 (3.8.5-r1) 04:58:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:58:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:58:59 (8/33) Installing py3-appdirs (1.4.4-r1) 04:58:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:58:59 (10/33) Installing py3-parsing (2.4.7-r0) 04:58:59 (11/33) Installing py3-six (1.15.0-r0) 04:58:59 (12/33) Installing py3-packaging (20.4-r0) 04:58:59 (13/33) Installing py3-setuptools (47.0.0-r0) 04:58:59 (14/33) Installing py3-chardet (3.0.4-r4) 04:59:00 (15/33) Installing py3-idna (2.9-r0) 04:59:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:59:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:59:00 (18/33) Installing py3-requests (2.23.0-r0) 04:59:00 (19/33) Installing py3-msgpack (1.0.0-r0) 04:59:00 (20/33) Installing py3-lockfile (0.12.2-r3) 04:59:00 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:59:00 (22/33) Installing py3-colorama (0.4.3-r0) 04:59:00 (23/33) Installing py3-distlib (0.3.0-r0) 04:59:00 (24/33) Installing py3-distro (1.5.0-r1) 04:59:00 (25/33) Installing py3-webencodings (0.5.1-r3) 04:59:00 (26/33) Installing py3-html5lib (1.0.1-r4) 04:59:00 (27/33) Installing py3-pytoml (0.1.21-r0) 04:59:00 (28/33) Installing py3-pep517 (0.8.2-r0) 04:59:00 (29/33) Installing py3-progress (1.5-r0) 04:59:00 (30/33) Installing py3-toml (0.10.1-r0) 04:59:00 (31/33) Installing py3-retrying (1.3.3-r0) 04:59:00 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:59:00 (33/33) Installing py3-pip (20.1.1-r0) 04:59:00 Executing busybox-1.31.1-r19.trigger 04:59:00 OK: 71 MiB in 55 packages 04:59:00 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:59:00 (2/3) Installing libcurl (7.69.1-r3) 04:59:00 (3/3) Installing curl (7.69.1-r3) 04:59:00 Executing busybox-1.31.1-r19.trigger 04:59:00 OK: 71 MiB in 58 packages 04:59:02 Removing intermediate container c3c56044ef0c 04:59:02 ---> 3e530cea0e2f 04:59:02 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 04:59:02 ---> Running in 9bde85e07c33 04:59:03 Removing intermediate container 9bde85e07c33 04:59:03 ---> 881844cec3a8 04:59:03 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:59:03 ---> Running in 8dce3c8f6ba1 04:59:04 Removing intermediate container 8dce3c8f6ba1 04:59:04 ---> de68c6fb4fea 04:59:04 Step 24/26 : LABEL arch=arm64 04:59:04 ---> Running in ad74b422af55 04:59:05 Removing intermediate container ad74b422af55 04:59:05 ---> 1b21d6bd1442 04:59:05 Step 25/26 : LABEL git_sha=8a69c127c9b04e641d44d2e92838084644d97324 04:59:05 ---> Running in e8997891cb10 04:59:06 Removing intermediate container e8997891cb10 04:59:06 ---> 5c15fd17fbc3 04:59:06 Step 26/26 : LABEL version=2.0.0-dev.123 04:59:06 ---> Running in 253935e02eec 04:59:07 Removing intermediate container 253935e02eec 04:59:07 ---> 15a53c654da3 04:59:07 04:59:07 Successfully built 15a53c654da3 04:59:07 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:59:11 Removing intermediate container 61f6e28ba4e4 04:59:11 ---> b93c356d02d2 04:59:11 Step 20/26 : RUN pip install docker-compose==1.23.2 04:59:11 ---> Running in f75d9d08e299 04:59:11 Collecting docker-compose==1.23.2 04:59:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:59:12 Collecting PyYAML<4,>=3.10 04:59:12 Downloading PyYAML-3.13.tar.gz (270 kB) 04:59:13 Collecting jsonschema<3,>=2.5.1 04:59:13 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:59:13 Collecting docopt<0.7,>=0.6.1 04:59:13 Downloading docopt-0.6.2.tar.gz (25 kB) 04:59:14 Collecting dockerpty<0.5,>=0.4.1 04:59:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:59:14 Collecting docker<4.0,>=3.6.0 04:59:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:59:14 Collecting texttable<0.10,>=0.9.0 04:59:14 Downloading texttable-0.9.1.tar.gz (11 kB) 04:59:15 Collecting cached-property<2,>=1.2.0 04:59:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:59:15 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:59:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:59:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:59:16 Collecting websocket-client<1.0,>=0.32.0 04:59:16 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 04:59:16 Collecting docker-pycreds>=0.4.0 04:59:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:59:16 Collecting idna<2.8,>=2.5 04:59:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:59:16 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) 04:59:16 Collecting urllib3<1.25,>=1.21.1 04:59:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:59:16 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) 04:59:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:59:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:59:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:59:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:59:16 Installing collected packages: PyYAML, jsonschema, docopt, dockerpty, docker-pycreds, idna, urllib3, requests, websocket-client, docker, texttable, cached-property, docker-compose 04:59:16 Running setup.py install for PyYAML: started 04:59:17 Running setup.py install for PyYAML: finished with status 'done' 04:59:17 Running setup.py install for docopt: started 04:59:18 Running setup.py install for docopt: finished with status 'done' 04:59:18 Running setup.py install for dockerpty: started 04:59:18 Running setup.py install for dockerpty: finished with status 'done' 04:59:18 Attempting uninstall: idna 04:59:18 Found existing installation: idna 2.9 04:59:18 Uninstalling idna-2.9: 04:59:18 Successfully uninstalled idna-2.9 04:59:19 Attempting uninstall: urllib3 04:59:19 Found existing installation: urllib3 1.25.9 04:59:19 Uninstalling urllib3-1.25.9: 04:59:19 Successfully uninstalled urllib3-1.25.9 04:59:19 Attempting uninstall: requests 04:59:19 Found existing installation: requests 2.23.0 04:59:19 Uninstalling requests-2.23.0: 04:59:19 Successfully uninstalled requests-2.23.0 04:59:20 Running setup.py install for texttable: started 04:59:21 Running setup.py install for texttable: finished with status 'done' 04:59:21 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 04:59:24 Removing intermediate container f75d9d08e299 04:59:24 ---> 94e1bcde62ca 04:59:24 Step 21/26 : RUN apk --no-cache add curl 04:59:24 ---> Running in 412ee0ad5f4e 04:59:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:59:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:59:25 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:59:25 (2/3) Installing libcurl (7.69.1-r3) 04:59:25 (3/3) Installing curl (7.69.1-r3) 04:59:25 Executing busybox-1.31.1-r19.trigger 04:59:25 OK: 72 MiB in 58 packages 04:59:26 Removing intermediate container 412ee0ad5f4e 04:59:26 ---> 0b82cd325fe6 04:59:26 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 04:59:26 ---> Running in 10cade0aad1c 04:59:26 Removing intermediate container 10cade0aad1c 04:59:26 ---> 606c3a5580d0 04:59:26 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:59:26 ---> Running in 765f18559bf1 04:59:27 Removing intermediate container 765f18559bf1 04:59:27 ---> fbfadd7516da 04:59:27 Step 24/26 : LABEL arch=x86_64 04:59:27 ---> Running in a812de0ec55e 04:59:27 Removing intermediate container a812de0ec55e 04:59:27 ---> 1b84cf7670f7 04:59:27 Step 25/26 : LABEL git_sha=8a69c127c9b04e641d44d2e92838084644d97324 04:59:27 ---> Running in ef2ec35cd151 04:59:27 Removing intermediate container ef2ec35cd151 04:59:27 ---> a4242ad5a794 04:59:27 Step 26/26 : LABEL version=2.0.0-dev.123 04:59:27 ---> Running in 09914d07d25a 04:59:27 Removing intermediate container 09914d07d25a 04:59:27 ---> f0906d5d243e 04:59:27 04:59:27 Successfully built f0906d5d243e 04:59:28 Successfully tagged docker-sys-mgmt-agent-go:latest 04:59:28  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:59:28 $ docker stop --time=1 9fd3d7c648a3f7e4f5cce8643ad4a82d5c3b5bca10b5b07d16c39abbe1b0877f 04:59:30 $ docker rm -f 9fd3d7c648a3f7e4f5cce8643ad4a82d5c3b5bca10b5b07d16c39abbe1b0877f [Pipeline] // withDockerContainer [Pipeline] sh 04:59:30 + docker images 04:59:30 + grep docker 04:59:31 docker-sys-mgmt-agent-go latest f0906d5d243e 4 seconds ago 313MB 04:59:31 docker-core-data-go latest bb02594b5696 36 seconds ago 22.6MB 04:59:31 docker-core-metadata-go latest 798ebbc5282f About a minute ago 19MB 04:59:31 docker-support-scheduler-go latest da957d146f36 About a minute ago 17.3MB 04:59:31 docker-security-bootstrapper-go latest 320da02e14a3 2 minutes ago 18.7MB 04:59:31 docker-security-secretstore-setup-go latest 77ec3b8707fd 3 minutes ago 24.9MB 04:59:31 docker-core-command-go latest 08342445a46d 3 minutes ago 17.2MB 04:59:31 docker-support-notifications-go latest 17b087e1a632 3 minutes ago 17.8MB 04:59:31 docker-security-proxy-setup-go latest ad786919e48b 3 minutes ago 24.7MB 04:59:31 docker 20.10.0 aefe523efa57 2 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 04:59:31 provisioning config files... 04:59:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/390@tmp/config5612778758142836006tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:59:32 ---> docker-login.sh 04:59:32 nexus3.edgexfoundry.org:10001 04:59:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:32 Configure a credential helper to remove this warning. See 04:59:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:32 04:59:32 Login Succeeded 04:59:32 nexus3.edgexfoundry.org:10002 04:59:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:32 Configure a credential helper to remove this warning. See 04:59:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:32 04:59:32 Login Succeeded 04:59:32 nexus3.edgexfoundry.org:10003 04:59:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:33 Configure a credential helper to remove this warning. See 04:59:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:33 04:59:33 Login Succeeded 04:59:33 nexus3.edgexfoundry.org:10004 04:59:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:33 Configure a credential helper to remove this warning. See 04:59:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:33 04:59:33 Login Succeeded 04:59:33 docker.io 04:59:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:34 Configure a credential helper to remove this warning. See 04:59:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:34 04:59:34 Login Succeeded 04:59:34 ---> docker-login.sh ends [Pipeline] } 04:59:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:59:34 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 04:59:34 8a69c127c9b04e641d44d2e92838084644d97324 04:59:34 2.0.0-dev.123 04:59:34 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 04:59:34 master 04:59:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:59:34 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:8a69c127c9b04e641d44d2e92838084644d97324 [Pipeline] isUnix [Pipeline] sh 04:59:35 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:8a69c127c9b04e641d44d2e92838084644d97324 04:59:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 04:59:35 e1ab8a7c6b36: Preparing 04:59:35 cc7e6390a091: Preparing 04:59:35 ca0d1e1e6c3f: Preparing 04:59:35 72f16e69b34f: Preparing 04:59:35 33e8713114f8: Preparing 04:59:35 33e8713114f8: Layer already exists 04:59:35 ca0d1e1e6c3f: Pushed 04:59:35 72f16e69b34f: Pushed 04:59:36 e1ab8a7c6b36: Pushed 04:59:37 cc7e6390a091: Pushed 04:59:37 8a69c127c9b04e641d44d2e92838084644d97324: digest: sha256:188ec6b567f714ff8204ff0e597aa09f5b12bc214ff84ebe6532d5b5941c820d size: 1363 [Pipeline] isUnix [Pipeline] sh 04:59:37 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 04:59:37 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.123 04:59:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 04:59:37 e1ab8a7c6b36: Preparing 04:59:37 cc7e6390a091: Preparing 04:59:37 ca0d1e1e6c3f: Preparing 04:59:37 72f16e69b34f: Preparing 04:59:37 33e8713114f8: Preparing 04:59:37 e1ab8a7c6b36: Layer already exists 04:59:37 72f16e69b34f: Layer already exists 04:59:37 ca0d1e1e6c3f: Layer already exists 04:59:37 cc7e6390a091: Layer already exists 04:59:37 33e8713114f8: Layer already exists 04:59:37 2.0.0-dev.123: digest: sha256:188ec6b567f714ff8204ff0e597aa09f5b12bc214ff84ebe6532d5b5941c820d size: 1363 [Pipeline] isUnix [Pipeline] sh 04:59:38 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 04:59:38 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 04:59:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 04:59:38 e1ab8a7c6b36: Preparing 04:59:38 cc7e6390a091: Preparing 04:59:38 ca0d1e1e6c3f: Preparing 04:59:38 72f16e69b34f: Preparing 04:59:38 33e8713114f8: Preparing 04:59:38 72f16e69b34f: Layer already exists 04:59:38 e1ab8a7c6b36: Layer already exists 04:59:38 33e8713114f8: Layer already exists 04:59:38 cc7e6390a091: Layer already exists 04:59:38 ca0d1e1e6c3f: Layer already exists 04:59:38 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123: digest: sha256:188ec6b567f714ff8204ff0e597aa09f5b12bc214ff84ebe6532d5b5941c820d size: 1363 [Pipeline] isUnix [Pipeline] sh 04:59:38 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 04:59:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 04:59:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 04:59:39 e1ab8a7c6b36: Preparing 04:59:39 cc7e6390a091: Preparing 04:59:39 ca0d1e1e6c3f: Preparing 04:59:39 72f16e69b34f: Preparing 04:59:39 33e8713114f8: Preparing 04:59:39 33e8713114f8: Layer already exists 04:59:39 ca0d1e1e6c3f: Layer already exists 04:59:39 e1ab8a7c6b36: Layer already exists 04:59:39 cc7e6390a091: Layer already exists 04:59:39 72f16e69b34f: Layer already exists 04:59:39 master: digest: sha256:188ec6b567f714ff8204ff0e597aa09f5b12bc214ff84ebe6532d5b5941c820d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:59:39 ===================================================== [Pipeline] echo 04:59:39 taggedImages: 04:59:39 - nexus3.edgexfoundry.org:10004/docker-core-command-go:8a69c127c9b04e641d44d2e92838084644d97324 04:59:39 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.123 04:59:39 - nexus3.edgexfoundry.org:10004/docker-core-command-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 04:59:39 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 04:59:39 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 04:59:39 8a69c127c9b04e641d44d2e92838084644d97324 04:59:39 2.0.0-dev.123 04:59:39 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 04:59:39 master 04:59:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:59:40 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:8a69c127c9b04e641d44d2e92838084644d97324 [Pipeline] isUnix [Pipeline] sh 04:59:41 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:8a69c127c9b04e641d44d2e92838084644d97324 04:59:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 04:59:41 47afe031bf51: Preparing 04:59:41 9159635f94f8: Preparing 04:59:41 ca0d1e1e6c3f: Preparing 04:59:41 964e61204cef: Preparing 04:59:41 51d93e9a8bee: Preparing 04:59:41 33e8713114f8: Preparing 04:59:41 33e8713114f8: Waiting 04:59:41 ca0d1e1e6c3f: Layer already exists 04:59:41 33e8713114f8: Layer already exists 04:59:41 47afe031bf51: Pushed 04:59:41 51d93e9a8bee: Pushed 04:59:41 964e61204cef: Pushed 04:59:42 9159635f94f8: Pushed 04:59:42 8a69c127c9b04e641d44d2e92838084644d97324: digest: sha256:d9953b6fb958aeccc4cd36db866f1eb746804c4b162c4d6196b4b3f0a66272a9 size: 1572 [Pipeline] isUnix [Pipeline] sh 04:59:43 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 04:59:43 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.123 04:59:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 04:59:43 47afe031bf51: Preparing 04:59:43 9159635f94f8: Preparing 04:59:43 ca0d1e1e6c3f: Preparing 04:59:43 964e61204cef: Preparing 04:59:43 51d93e9a8bee: Preparing 04:59:43 33e8713114f8: Preparing 04:59:43 33e8713114f8: Waiting 04:59:43 9159635f94f8: Layer already exists 04:59:43 ca0d1e1e6c3f: Layer already exists 04:59:43 964e61204cef: Layer already exists 04:59:43 51d93e9a8bee: Layer already exists 04:59:43 47afe031bf51: Layer already exists 04:59:43 33e8713114f8: Layer already exists 04:59:43 2.0.0-dev.123: digest: sha256:d9953b6fb958aeccc4cd36db866f1eb746804c4b162c4d6196b4b3f0a66272a9 size: 1572 [Pipeline] isUnix [Pipeline] sh 04:59:43 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 04:59:44 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 04:59:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 04:59:44 47afe031bf51: Preparing 04:59:44 9159635f94f8: Preparing 04:59:44 ca0d1e1e6c3f: Preparing 04:59:44 964e61204cef: Preparing 04:59:44 51d93e9a8bee: Preparing 04:59:44 33e8713114f8: Preparing 04:59:44 33e8713114f8: Waiting 04:59:44 51d93e9a8bee: Layer already exists 04:59:44 47afe031bf51: Layer already exists 04:59:44 964e61204cef: Layer already exists 04:59:44 ca0d1e1e6c3f: Layer already exists 04:59:44 9159635f94f8: Layer already exists 04:59:44 33e8713114f8: Layer already exists 04:59:44 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123: digest: sha256:d9953b6fb958aeccc4cd36db866f1eb746804c4b162c4d6196b4b3f0a66272a9 size: 1572 [Pipeline] isUnix [Pipeline] sh 04:59:44 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 04:59:44 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 04:59:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 04:59:44 47afe031bf51: Preparing 04:59:44 9159635f94f8: Preparing 04:59:44 ca0d1e1e6c3f: Preparing 04:59:44 964e61204cef: Preparing 04:59:44 51d93e9a8bee: Preparing 04:59:44 33e8713114f8: Preparing 04:59:44 33e8713114f8: Waiting 04:59:44 51d93e9a8bee: Layer already exists 04:59:44 9159635f94f8: Layer already exists 04:59:44 ca0d1e1e6c3f: Layer already exists 04:59:44 964e61204cef: Layer already exists 04:59:44 47afe031bf51: Layer already exists 04:59:44 33e8713114f8: Layer already exists 04:59:45 master: digest: sha256:d9953b6fb958aeccc4cd36db866f1eb746804c4b162c4d6196b4b3f0a66272a9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:59:45 ===================================================== [Pipeline] echo 04:59:45 taggedImages: 04:59:45 - nexus3.edgexfoundry.org:10004/docker-core-data-go:8a69c127c9b04e641d44d2e92838084644d97324 04:59:45 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.123 04:59:45 - nexus3.edgexfoundry.org:10004/docker-core-data-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 04:59:45 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 04:59:45 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 04:59:45 8a69c127c9b04e641d44d2e92838084644d97324 04:59:45 2.0.0-dev.123 04:59:45 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 04:59:45 master 04:59:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:59:46 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8a69c127c9b04e641d44d2e92838084644d97324 [Pipeline] isUnix [Pipeline] sh 04:59:46 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8a69c127c9b04e641d44d2e92838084644d97324 04:59:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 04:59:46 0f333170fb38: Preparing 04:59:46 f3c6ed6b8a37: Preparing 04:59:46 ca0d1e1e6c3f: Preparing 04:59:46 72f16e69b34f: Preparing 04:59:46 33e8713114f8: Preparing 04:59:46 72f16e69b34f: Layer already exists 04:59:46 ca0d1e1e6c3f: Layer already exists 04:59:46 33e8713114f8: Layer already exists 04:59:46 0f333170fb38: Pushed 04:59:47  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.123" -o ./cmd/secrets-config ./cmd/secrets-config 04:59:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.123" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:59:48 f3c6ed6b8a37: Pushed 04:59:48 8a69c127c9b04e641d44d2e92838084644d97324: digest: sha256:4681f2886fae7546b73b855bc9ea8df922342d3c3fad9e159a9571d40df96f91 size: 1363 [Pipeline] isUnix [Pipeline] sh 04:59:48 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 04:59:48 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.123 04:59:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 04:59:48 0f333170fb38: Preparing 04:59:48 f3c6ed6b8a37: Preparing 04:59:48 ca0d1e1e6c3f: Preparing 04:59:48 72f16e69b34f: Preparing 04:59:48 33e8713114f8: Preparing 04:59:48 33e8713114f8: Layer already exists 04:59:48 0f333170fb38: Layer already exists 04:59:48 72f16e69b34f: Layer already exists 04:59:48 f3c6ed6b8a37: Layer already exists 04:59:48 ca0d1e1e6c3f: Layer already exists 04:59:48 2.0.0-dev.123: digest: sha256:4681f2886fae7546b73b855bc9ea8df922342d3c3fad9e159a9571d40df96f91 size: 1363 [Pipeline] isUnix [Pipeline] sh 04:59:49 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 04:59:49 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 04:59:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 04:59:49 0f333170fb38: Preparing 04:59:49 f3c6ed6b8a37: Preparing 04:59:49 ca0d1e1e6c3f: Preparing 04:59:49 72f16e69b34f: Preparing 04:59:49 33e8713114f8: Preparing 04:59:49 33e8713114f8: Layer already exists 04:59:49 ca0d1e1e6c3f: Layer already exists 04:59:49 f3c6ed6b8a37: Layer already exists 04:59:49 72f16e69b34f: Layer already exists 04:59:49 0f333170fb38: Layer already exists 04:59:49 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123: digest: sha256:4681f2886fae7546b73b855bc9ea8df922342d3c3fad9e159a9571d40df96f91 size: 1363 [Pipeline] isUnix [Pipeline] sh 04:59:50 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 04:59:50 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 04:59:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 04:59:50 0f333170fb38: Preparing 04:59:50 f3c6ed6b8a37: Preparing 04:59:50 ca0d1e1e6c3f: Preparing 04:59:50 72f16e69b34f: Preparing 04:59:50 33e8713114f8: Preparing 04:59:50 f3c6ed6b8a37: Layer already exists 04:59:50 72f16e69b34f: Layer already exists 04:59:50 33e8713114f8: Layer already exists 04:59:50 ca0d1e1e6c3f: Layer already exists 04:59:50 0f333170fb38: Layer already exists 04:59:50 master: digest: sha256:4681f2886fae7546b73b855bc9ea8df922342d3c3fad9e159a9571d40df96f91 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:59:51 ===================================================== [Pipeline] echo 04:59:51 taggedImages: 04:59:51 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8a69c127c9b04e641d44d2e92838084644d97324 04:59:51 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.123 04:59:51 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 04:59:51 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 04:59:51 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 04:59:51 8a69c127c9b04e641d44d2e92838084644d97324 04:59:51 2.0.0-dev.123 04:59:51 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 04:59:51 master 04:59:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:59:51 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8a69c127c9b04e641d44d2e92838084644d97324 [Pipeline] isUnix [Pipeline] sh 04:59:52 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8a69c127c9b04e641d44d2e92838084644d97324 04:59:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 04:59:52 b8f1faa7eddc: Preparing 04:59:52 b8f1faa7eddc: Preparing 04:59:52 fbf2273d0049: Preparing 04:59:52 c06ca915e342: Preparing 04:59:52 3f54b1a9b89b: Preparing 04:59:52 da321cc13ab0: Preparing 04:59:52 ca0d1e1e6c3f: Preparing 04:59:52 f7cfdcd6e92d: Preparing 04:59:52 f7cfdcd6e92d: Preparing 04:59:52 5a9765c40a9b: Preparing 04:59:52 b7c8dc55b0cc: Preparing 04:59:52 33e8713114f8: Preparing 04:59:52 f7cfdcd6e92d: Waiting 04:59:52 5a9765c40a9b: Waiting 04:59:52 b7c8dc55b0cc: Waiting 04:59:52 33e8713114f8: Waiting 04:59:52 ca0d1e1e6c3f: Waiting 04:59:52 fbf2273d0049: Pushed 04:59:52 c06ca915e342: Pushed 04:59:52 ca0d1e1e6c3f: Layer already exists 04:59:52 3f54b1a9b89b: Pushed 04:59:52 b8f1faa7eddc: Pushed 04:59:52 33e8713114f8: Layer already exists 04:59:52 5a9765c40a9b: Pushed 04:59:52 f7cfdcd6e92d: Pushed 04:59:52 b7c8dc55b0cc: Pushed 04:59:53 da321cc13ab0: Pushed 04:59:53 8a69c127c9b04e641d44d2e92838084644d97324: digest: sha256:3170fd18f58d89ea143c8ee8214cd4544b67897b6cda7aff3560c80c4c3e85f2 size: 2816 [Pipeline] isUnix [Pipeline] sh 04:59:54 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 04:59:54 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.123 04:59:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 04:59:54 b8f1faa7eddc: Preparing 04:59:54 b8f1faa7eddc: Preparing 04:59:54 fbf2273d0049: Preparing 04:59:54 c06ca915e342: Preparing 04:59:54 3f54b1a9b89b: Preparing 04:59:54 da321cc13ab0: Preparing 04:59:54 ca0d1e1e6c3f: Preparing 04:59:54 f7cfdcd6e92d: Preparing 04:59:54 f7cfdcd6e92d: Preparing 04:59:54 5a9765c40a9b: Preparing 04:59:54 b7c8dc55b0cc: Preparing 04:59:54 33e8713114f8: Preparing 04:59:54 ca0d1e1e6c3f: Waiting 04:59:54 f7cfdcd6e92d: Waiting 04:59:54 5a9765c40a9b: Waiting 04:59:54 33e8713114f8: Waiting 04:59:54 b7c8dc55b0cc: Waiting 04:59:54 da321cc13ab0: Layer already exists 04:59:54 fbf2273d0049: Layer already exists 04:59:54 3f54b1a9b89b: Layer already exists 04:59:54 b8f1faa7eddc: Layer already exists 04:59:54 c06ca915e342: Layer already exists 04:59:54 ca0d1e1e6c3f: Layer already exists 04:59:54 5a9765c40a9b: Layer already exists 04:59:54 33e8713114f8: Layer already exists 04:59:54 b7c8dc55b0cc: Layer already exists 04:59:54 f7cfdcd6e92d: Layer already exists 04:59:54 2.0.0-dev.123: digest: sha256:3170fd18f58d89ea143c8ee8214cd4544b67897b6cda7aff3560c80c4c3e85f2 size: 2816 [Pipeline] isUnix [Pipeline] sh 04:59:54 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 04:59:55 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 04:59:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 04:59:55 b8f1faa7eddc: Preparing 04:59:55 b8f1faa7eddc: Preparing 04:59:55 fbf2273d0049: Preparing 04:59:55 c06ca915e342: Preparing 04:59:55 3f54b1a9b89b: Preparing 04:59:55 da321cc13ab0: Preparing 04:59:55 ca0d1e1e6c3f: Preparing 04:59:55 f7cfdcd6e92d: Preparing 04:59:55 f7cfdcd6e92d: Preparing 04:59:55 5a9765c40a9b: Preparing 04:59:55 b7c8dc55b0cc: Preparing 04:59:55 33e8713114f8: Preparing 04:59:55 f7cfdcd6e92d: Waiting 04:59:55 5a9765c40a9b: Waiting 04:59:55 b7c8dc55b0cc: Waiting 04:59:55 33e8713114f8: Waiting 04:59:55 ca0d1e1e6c3f: Waiting 04:59:55 fbf2273d0049: Layer already exists 04:59:55 c06ca915e342: Layer already exists 04:59:55 da321cc13ab0: Layer already exists 04:59:55 3f54b1a9b89b: Layer already exists 04:59:55 b8f1faa7eddc: Layer already exists 04:59:55 f7cfdcd6e92d: Layer already exists 04:59:55 33e8713114f8: Layer already exists 04:59:55 ca0d1e1e6c3f: Layer already exists 04:59:55 5a9765c40a9b: Layer already exists 04:59:55 b7c8dc55b0cc: Layer already exists 04:59:55 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123: digest: sha256:3170fd18f58d89ea143c8ee8214cd4544b67897b6cda7aff3560c80c4c3e85f2 size: 2816 [Pipeline] isUnix [Pipeline] sh 04:59:55 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 04:59:55 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 04:59:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 04:59:55 b8f1faa7eddc: Preparing 04:59:55 b8f1faa7eddc: Preparing 04:59:55 fbf2273d0049: Preparing 04:59:55 c06ca915e342: Preparing 04:59:55 3f54b1a9b89b: Preparing 04:59:55 da321cc13ab0: Preparing 04:59:55 ca0d1e1e6c3f: Preparing 04:59:55 f7cfdcd6e92d: Preparing 04:59:55 f7cfdcd6e92d: Preparing 04:59:55 5a9765c40a9b: Preparing 04:59:55 b7c8dc55b0cc: Preparing 04:59:55 33e8713114f8: Preparing 04:59:55 ca0d1e1e6c3f: Waiting 04:59:55 f7cfdcd6e92d: Waiting 04:59:55 5a9765c40a9b: Waiting 04:59:55 b7c8dc55b0cc: Waiting 04:59:55 33e8713114f8: Waiting 04:59:55 b8f1faa7eddc: Layer already exists 04:59:55 c06ca915e342: Layer already exists 04:59:55 da321cc13ab0: Layer already exists 04:59:55 fbf2273d0049: Layer already exists 04:59:55 3f54b1a9b89b: Layer already exists 04:59:55 5a9765c40a9b: Layer already exists 04:59:55 f7cfdcd6e92d: Layer already exists 04:59:55 ca0d1e1e6c3f: Layer already exists 04:59:55 b7c8dc55b0cc: Layer already exists 04:59:55 33e8713114f8: Layer already exists 04:59:55 master: digest: sha256:3170fd18f58d89ea143c8ee8214cd4544b67897b6cda7aff3560c80c4c3e85f2 size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:59:56 ===================================================== [Pipeline] echo 04:59:56 taggedImages: 04:59:56 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8a69c127c9b04e641d44d2e92838084644d97324 04:59:56 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.123 04:59:56 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 04:59:56 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 04:59:56 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 04:59:56 8a69c127c9b04e641d44d2e92838084644d97324 04:59:56 2.0.0-dev.123 04:59:56 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 04:59:56 master 04:59:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:59:56 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8a69c127c9b04e641d44d2e92838084644d97324 [Pipeline] isUnix [Pipeline] sh 04:59:57 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8a69c127c9b04e641d44d2e92838084644d97324 04:59:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 04:59:57 f39c440bb1b9: Preparing 04:59:57 31d31b1cd984: Preparing 04:59:57 026364d3cacd: Preparing 04:59:57 9b25b074e873: Preparing 04:59:57 cfec6dfd6fe1: Preparing 04:59:57 33e8713114f8: Preparing 04:59:57 33e8713114f8: Waiting 04:59:57 9b25b074e873: Pushed 04:59:57 026364d3cacd: Pushed 04:59:57 33e8713114f8: Layer already exists 04:59:57 cfec6dfd6fe1: Pushed 04:59:58 31d31b1cd984: Pushed 04:59:58 f39c440bb1b9: Pushed 04:59:58 8a69c127c9b04e641d44d2e92838084644d97324: digest: sha256:7f8ae8758cf2336b73b5afc0b438d513c8e15209b85fedc2054fec67ae6ebd82 size: 1575 [Pipeline] isUnix [Pipeline] sh 04:59:58 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 04:59:59 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.123 04:59:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 04:59:59 f39c440bb1b9: Preparing 04:59:59 31d31b1cd984: Preparing 04:59:59 026364d3cacd: Preparing 04:59:59 9b25b074e873: Preparing 04:59:59 cfec6dfd6fe1: Preparing 04:59:59 33e8713114f8: Preparing 04:59:59 33e8713114f8: Waiting 04:59:59 f39c440bb1b9: Layer already exists 04:59:59 31d31b1cd984: Layer already exists 04:59:59 026364d3cacd: Layer already exists 04:59:59 9b25b074e873: Layer already exists 04:59:59 33e8713114f8: Layer already exists 04:59:59 cfec6dfd6fe1: Layer already exists 04:59:59 2.0.0-dev.123: digest: sha256:7f8ae8758cf2336b73b5afc0b438d513c8e15209b85fedc2054fec67ae6ebd82 size: 1575 [Pipeline] isUnix [Pipeline] sh 04:59:59 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:00:00 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 05:00:00 f39c440bb1b9: Preparing 05:00:00 31d31b1cd984: Preparing 05:00:00 026364d3cacd: Preparing 05:00:00 9b25b074e873: Preparing 05:00:00 cfec6dfd6fe1: Preparing 05:00:00 33e8713114f8: Preparing 05:00:00 33e8713114f8: Waiting 05:00:00 9b25b074e873: Layer already exists 05:00:00 cfec6dfd6fe1: Layer already exists 05:00:00 f39c440bb1b9: Layer already exists 05:00:00 31d31b1cd984: Layer already exists 05:00:00 026364d3cacd: Layer already exists 05:00:00 33e8713114f8: Layer already exists 05:00:00 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123: digest: sha256:7f8ae8758cf2336b73b5afc0b438d513c8e15209b85fedc2054fec67ae6ebd82 size: 1575 [Pipeline] isUnix [Pipeline] sh 05:00:00 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 05:00:00 Removing intermediate container 8a316595bf00 05:00:00 ---> d8693ca26d3e 05:00:00 05:00:00 Step 10/21 : FROM alpine:3.12 05:00:00 ---> d10569e2745f 05:00:00 Step 11/21 : RUN apk add --update --no-cache curl 05:00:00 Removing intermediate container 465aeffabd82 05:00:00 ---> 0034fecfbb23 05:00:00 05:00:00 Step 10/23 : FROM alpine:3.12 05:00:00 ---> d10569e2745f 05:00:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 05:00:00 ---> Using cache 05:00:00 ---> b443e412e77b 05:00:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:00:00 ---> Using cache 05:00:00 ---> fe372df8afb6 05:00:00 Step 13/23 : ENV APP_PORT=48081 05:00:00 ---> Running in dd5d06b43cdd 05:00:00 ---> Running in c3dad2b5d2de 05:00:00 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 05:00:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 05:00:00 f39c440bb1b9: Preparing 05:00:00 31d31b1cd984: Preparing 05:00:00 026364d3cacd: Preparing 05:00:00 9b25b074e873: Preparing 05:00:00 cfec6dfd6fe1: Preparing 05:00:00 33e8713114f8: Preparing 05:00:00 33e8713114f8: Waiting 05:00:00 9b25b074e873: Layer already exists 05:00:00 cfec6dfd6fe1: Layer already exists 05:00:00 026364d3cacd: Layer already exists 05:00:00 31d31b1cd984: Layer already exists 05:00:00 f39c440bb1b9: Layer already exists 05:00:00 33e8713114f8: Layer already exists 05:00:00 master: digest: sha256:7f8ae8758cf2336b73b5afc0b438d513c8e15209b85fedc2054fec67ae6ebd82 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry 05:00:00 Removing intermediate container dd5d06b43cdd 05:00:00 ---> 998b6a236fc1 05:00:00 Step 14/23 : EXPOSE $APP_PORT [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:00:00 ===================================================== [Pipeline] echo 05:00:00 taggedImages: 05:00:00 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8a69c127c9b04e641d44d2e92838084644d97324 05:00:00 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.123 05:00:00 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:00 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 05:00:01 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 05:00:01 8a69c127c9b04e641d44d2e92838084644d97324 05:00:01 2.0.0-dev.123 05:00:01 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:01 master 05:00:01 ===================================================== 05:00:01 ---> Running in ef916b3cf47f [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:00:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:00:01 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8a69c127c9b04e641d44d2e92838084644d97324 05:00:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 05:00:01 Removing intermediate container ef916b3cf47f 05:00:01 ---> 144457cbe972 05:00:01 Step 15/23 : WORKDIR / 05:00:01 Removing intermediate container add967c13bdb 05:00:01 ---> ea6e1948ad55 05:00:01 05:00:01 Step 10/24 : FROM alpine:3.12 05:00:01 ---> d10569e2745f 05:00:01 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 05:00:02 ---> Running in dfdd092f0149 05:00:02 ---> Running in 2e9d19d8f033 05:00:02 (1/4) Installing ca-certificates (20191127-r4) 05:00:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 05:00:02 (3/4) Installing libcurl (7.69.1-r3) 05:00:02 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8a69c127c9b04e641d44d2e92838084644d97324 05:00:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 05:00:02 76cefb20d1af: Preparing 05:00:02 fee5958b7e0e: Preparing 05:00:02 30600978129c: Preparing 05:00:02 4a2d403d132e: Preparing 05:00:02 598fd67a959b: Preparing 05:00:02 709ab3910c22: Preparing 05:00:02 ec6b81643709: Preparing 05:00:02 1b0046a161a5: Preparing 05:00:02 33e8713114f8: Preparing 05:00:02 709ab3910c22: Waiting 05:00:02 ec6b81643709: Waiting 05:00:02 1b0046a161a5: Waiting 05:00:02 33e8713114f8: Waiting 05:00:02 (4/4) Installing curl (7.69.1-r3) 05:00:02 Executing busybox-1.31.1-r19.trigger 05:00:02 Executing ca-certificates-20191127-r4.trigger 05:00:02 76cefb20d1af: Pushed 05:00:02 598fd67a959b: Pushed 05:00:02 fee5958b7e0e: Pushed 05:00:02 709ab3910c22: Pushed 05:00:02 ec6b81643709: Pushed 05:00:02 33e8713114f8: Layer already exists 05:00:02 OK: 7 MiB in 18 packages 05:00:03 Removing intermediate container dfdd092f0149 05:00:03 ---> 3ab7810076c1 05:00:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 05:00:03 1b0046a161a5: Pushed 05:00:03 4a2d403d132e: Pushed 05:00:03 30600978129c: Pushed 05:00:03 8a69c127c9b04e641d44d2e92838084644d97324: digest: sha256:0e83efbed2c6f050d21b7ddfa3e8e0ae0827dd12d517d5f33086c8b68443c83e size: 2198 [Pipeline] isUnix [Pipeline] sh 05:00:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:00:04 ---> 7f74c8587b19 05:00:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:00:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:00:04 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:00:04 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.123 05:00:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 05:00:04 76cefb20d1af: Preparing 05:00:04 fee5958b7e0e: Preparing 05:00:04 30600978129c: Preparing 05:00:04 4a2d403d132e: Preparing 05:00:04 598fd67a959b: Preparing 05:00:04 709ab3910c22: Preparing 05:00:04 ec6b81643709: Preparing 05:00:04 1b0046a161a5: Preparing 05:00:04 33e8713114f8: Preparing 05:00:04 709ab3910c22: Waiting 05:00:04 ec6b81643709: Waiting 05:00:04 1b0046a161a5: Waiting 05:00:04 33e8713114f8: Waiting 05:00:04 598fd67a959b: Layer already exists 05:00:04 fee5958b7e0e: Layer already exists 05:00:04 30600978129c: Layer already exists 05:00:04 76cefb20d1af: Layer already exists 05:00:04 4a2d403d132e: Layer already exists 05:00:04 ec6b81643709: Layer already exists 05:00:04 1b0046a161a5: Layer already exists 05:00:04 709ab3910c22: Layer already exists 05:00:04 33e8713114f8: Layer already exists 05:00:04 (1/5) Installing ca-certificates (20191127-r4) 05:00:04 (2/5) Installing nghttp2-libs (1.41.0-r0) 05:00:04 (3/5) Installing libcurl (7.69.1-r3) 05:00:04 2.0.0-dev.123: digest: sha256:0e83efbed2c6f050d21b7ddfa3e8e0ae0827dd12d517d5f33086c8b68443c83e size: 2198 [Pipeline] isUnix [Pipeline] sh 05:00:04 (4/5) Installing curl (7.69.1-r3) 05:00:04 (5/5) Installing dumb-init (1.2.2-r1) 05:00:04 Executing busybox-1.31.1-r19.trigger 05:00:04 Executing ca-certificates-20191127-r4.trigger 05:00:04 OK: 7 MiB in 19 packages 05:00:05 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:00:05 Removing intermediate container c3dad2b5d2de 05:00:05 ---> a2abf7b4a504 05:00:05 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:00:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 05:00:05 76cefb20d1af: Preparing 05:00:05 fee5958b7e0e: Preparing 05:00:05 30600978129c: Preparing 05:00:05 4a2d403d132e: Preparing 05:00:05 598fd67a959b: Preparing 05:00:05 709ab3910c22: Preparing 05:00:05 ec6b81643709: Preparing 05:00:05 1b0046a161a5: Preparing 05:00:05 33e8713114f8: Preparing 05:00:05 ec6b81643709: Waiting 05:00:05 709ab3910c22: Waiting 05:00:05 1b0046a161a5: Waiting 05:00:05 33e8713114f8: Waiting 05:00:05 598fd67a959b: Layer already exists 05:00:05 fee5958b7e0e: Layer already exists 05:00:05 76cefb20d1af: Layer already exists 05:00:05 30600978129c: Layer already exists 05:00:05 4a2d403d132e: Layer already exists 05:00:05 709ab3910c22: Layer already exists 05:00:05 ec6b81643709: Layer already exists 05:00:05 1b0046a161a5: Layer already exists 05:00:05 33e8713114f8: Layer already exists 05:00:05 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123: digest: sha256:0e83efbed2c6f050d21b7ddfa3e8e0ae0827dd12d517d5f33086c8b68443c83e size: 2198 [Pipeline] isUnix [Pipeline] sh 05:00:05 ---> Running in aa706ca53ae5 05:00:05 ---> 17268a567486 05:00:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 05:00:05 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 05:00:06 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 05:00:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 05:00:06 76cefb20d1af: Preparing 05:00:06 fee5958b7e0e: Preparing 05:00:06 30600978129c: Preparing 05:00:06 4a2d403d132e: Preparing 05:00:06 598fd67a959b: Preparing 05:00:06 709ab3910c22: Preparing 05:00:06 ec6b81643709: Preparing 05:00:06 1b0046a161a5: Preparing 05:00:06 33e8713114f8: Preparing 05:00:06 709ab3910c22: Waiting 05:00:06 1b0046a161a5: Waiting 05:00:06 33e8713114f8: Waiting 05:00:06 ec6b81643709: Waiting 05:00:06 598fd67a959b: Layer already exists 05:00:06 76cefb20d1af: Layer already exists 05:00:06 4a2d403d132e: Layer already exists 05:00:06 fee5958b7e0e: Layer already exists 05:00:06 709ab3910c22: Layer already exists 05:00:06 30600978129c: Layer already exists 05:00:06 33e8713114f8: Layer already exists 05:00:06 1b0046a161a5: Layer already exists 05:00:06 ec6b81643709: Layer already exists 05:00:06 Removing intermediate container aa706ca53ae5 05:00:06 ---> 5372ddcb8ec4 05:00:06 Step 13/21 : WORKDIR /edgex 05:00:06 ---> Running in 633064bfa2da 05:00:06 master: digest: sha256:0e83efbed2c6f050d21b7ddfa3e8e0ae0827dd12d517d5f33086c8b68443c83e size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:00:06 ===================================================== [Pipeline] echo 05:00:06 taggedImages: 05:00:06 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8a69c127c9b04e641d44d2e92838084644d97324 05:00:06 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.123 05:00:06 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:06 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 05:00:06 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 05:00:06 8a69c127c9b04e641d44d2e92838084644d97324 05:00:06 2.0.0-dev.123 05:00:06 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:06 master 05:00:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 05:00:06 ---> 4b61c71abfcc 05:00:06 Step 19/23 : ENTRYPOINT ["/core-metadata"] [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:00:07 Removing intermediate container 2e9d19d8f033 05:00:07 ---> b6d53887c5b7 05:00:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:00:07 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8a69c127c9b04e641d44d2e92838084644d97324 [Pipeline] isUnix [Pipeline] sh 05:00:07 ---> Running in d7507fa2e226 05:00:07 Removing intermediate container 633064bfa2da 05:00:07 ---> e9744511a361 05:00:07 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 05:00:07 ---> Running in 0e692ede4dfc 05:00:07 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8a69c127c9b04e641d44d2e92838084644d97324 05:00:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 05:00:07 86687f974630: Preparing 05:00:07 93b8d8647314: Preparing 05:00:07 ca0d1e1e6c3f: Preparing 05:00:07 0163c9a3e745: Preparing 05:00:07 33e8713114f8: Preparing 05:00:07 33e8713114f8: Layer already exists 05:00:07 ca0d1e1e6c3f: Layer already exists 05:00:07 86687f974630: Pushed 05:00:08 0163c9a3e745: Pushed 05:00:08 Removing intermediate container d7507fa2e226 05:00:08 ---> 3beb2e38855c 05:00:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:00:08 Removing intermediate container 0e692ede4dfc 05:00:08 ---> 369ceb75b8e4 05:00:08 Step 13/24 : WORKDIR / 05:00:08 ---> 7e49055483de 05:00:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 05:00:08 ---> Running in d4048be10709 05:00:08 ---> Running in 8dc76ec91e42 05:00:09 Removing intermediate container 42a4e27d2af3 05:00:09 ---> 35d78420e964 05:00:09 05:00:09 Step 10/22 : FROM alpine:3.12 05:00:09 ---> d10569e2745f 05:00:09 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 05:00:09 93b8d8647314: Pushed 05:00:09 8a69c127c9b04e641d44d2e92838084644d97324: digest: sha256:c8846af5f396d9c6a7bc697b8ea5acc5cbae541d563ce6148e3b4334838682c2 size: 1364 [Pipeline] isUnix [Pipeline] sh 05:00:09 Removing intermediate container d4048be10709 05:00:09 ---> 70d9336db6b9 05:00:09 Step 21/23 : LABEL arch=arm64 05:00:09 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:00:09 ---> Running in 7c5eb251c4bd 05:00:09 Removing intermediate container 8dc76ec91e42 05:00:09 ---> fc18bc847cdb 05:00:09 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 05:00:09 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.123 05:00:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 05:00:09 86687f974630: Preparing 05:00:09 93b8d8647314: Preparing 05:00:09 ca0d1e1e6c3f: Preparing 05:00:09 0163c9a3e745: Preparing 05:00:09 33e8713114f8: Preparing 05:00:09 ca0d1e1e6c3f: Layer already exists 05:00:09 0163c9a3e745: Layer already exists 05:00:09 86687f974630: Layer already exists 05:00:09 33e8713114f8: Layer already exists 05:00:09 93b8d8647314: Layer already exists 05:00:09 2.0.0-dev.123: digest: sha256:c8846af5f396d9c6a7bc697b8ea5acc5cbae541d563ce6148e3b4334838682c2 size: 1364 [Pipeline] isUnix [Pipeline] sh 05:00:09 ---> Running in ccf1fb5a3eb7 05:00:10 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:00:10 ---> d94db16c5eb8 05:00:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:00:10 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 05:00:10 86687f974630: Preparing 05:00:10 93b8d8647314: Preparing 05:00:10 ca0d1e1e6c3f: Preparing 05:00:10 0163c9a3e745: Preparing 05:00:10 33e8713114f8: Preparing 05:00:10 0163c9a3e745: Layer already exists 05:00:10 ca0d1e1e6c3f: Layer already exists 05:00:10 33e8713114f8: Layer already exists 05:00:10 86687f974630: Layer already exists 05:00:10 93b8d8647314: Layer already exists 05:00:10 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123: digest: sha256:c8846af5f396d9c6a7bc697b8ea5acc5cbae541d563ce6148e3b4334838682c2 size: 1364 [Pipeline] isUnix [Pipeline] sh 05:00:10 Removing intermediate container ccf1fb5a3eb7 05:00:10 ---> 078a355b5d3e 05:00:10 Step 22/23 : LABEL git_sha=8a69c127c9b04e641d44d2e92838084644d97324 05:00:10 ---> acd92ef22e4e 05:00:10 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 05:00:10 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 05:00:10 ---> Running in de13f9e0950c 05:00:11 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 05:00:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 05:00:11 86687f974630: Preparing 05:00:11 93b8d8647314: Preparing 05:00:11 ca0d1e1e6c3f: Preparing 05:00:11 0163c9a3e745: Preparing 05:00:11 33e8713114f8: Preparing 05:00:11 0163c9a3e745: Layer already exists 05:00:11 93b8d8647314: Layer already exists 05:00:11 86687f974630: Layer already exists 05:00:11 ca0d1e1e6c3f: Layer already exists 05:00:11 33e8713114f8: Layer already exists 05:00:11 master: digest: sha256:c8846af5f396d9c6a7bc697b8ea5acc5cbae541d563ce6148e3b4334838682c2 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry 05:00:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:00:11 Removing intermediate container de13f9e0950c 05:00:11 ---> 79abf4cfe458 05:00:11 Step 23/23 : LABEL version=2.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:00:11 ===================================================== [Pipeline] echo 05:00:11 taggedImages: 05:00:11 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8a69c127c9b04e641d44d2e92838084644d97324 05:00:11 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.123 05:00:11 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:11 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 05:00:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:00:11 ---> 8a4faff684f2 05:00:11 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 05:00:11 ---> Running in a008c64ff6e5 [Pipeline] echo 05:00:11 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 05:00:11 8a69c127c9b04e641d44d2e92838084644d97324 05:00:11 2.0.0-dev.123 05:00:11 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:11 master 05:00:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:00:11 ---> df91271b4205 05:00:11 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 05:00:11 ---> Running in 025a967bea55 05:00:12 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8a69c127c9b04e641d44d2e92838084644d97324 [Pipeline] isUnix [Pipeline] sh 05:00:12 (1/2) Installing ca-certificates (20191127-r4) 05:00:12 (2/2) Installing dumb-init (1.2.2-r1) 05:00:12 Executing busybox-1.31.1-r19.trigger 05:00:12 Executing ca-certificates-20191127-r4.trigger 05:00:12 Removing intermediate container a008c64ff6e5 05:00:12 ---> 8a3fe3c37cd5 05:00:12 05:00:12 OK: 6 MiB in 16 packages 05:00:12 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8a69c127c9b04e641d44d2e92838084644d97324 05:00:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 05:00:12 cd1efac5c426: Preparing 05:00:12 544efdd072c8: Preparing 05:00:12 ca0d1e1e6c3f: Preparing 05:00:12 72f16e69b34f: Preparing 05:00:12 33e8713114f8: Preparing 05:00:12 72f16e69b34f: Layer already exists 05:00:12 ca0d1e1e6c3f: Layer already exists 05:00:12 33e8713114f8: Layer already exists 05:00:12 cd1efac5c426: Pushed 05:00:12 Removing intermediate container 025a967bea55 05:00:12 ---> b0c21ba07ebe 05:00:12 Step 18/21 : CMD ["--init=true"] 05:00:12 ---> a195a96baa77 05:00:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:00:12 Successfully built 8a3fe3c37cd5 05:00:12 Successfully tagged docker-core-metadata-go-arm64:latest 05:00:13  Building docker-core-metadata-go ... done  ---> Running in 54b73dc0cdf6 05:00:13 Removing intermediate container 54b73dc0cdf6 05:00:13 ---> 3a618c932835 05:00:13 Step 19/21 : LABEL arch=arm64 05:00:13 544efdd072c8: Pushed 05:00:13 8a69c127c9b04e641d44d2e92838084644d97324: digest: sha256:4da315badc005cbc0f0c0f746df7092b6700f824017a386903651d34ea406952 size: 1363 [Pipeline] isUnix [Pipeline] sh 05:00:13 ---> Running in dc2a8059870c 05:00:13 ---> 8ece25920e23 05:00:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:00:14 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.123 05:00:14 Removing intermediate container 7c5eb251c4bd 05:00:14 ---> f8a48976bfac 05:00:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [Pipeline] isUnix [Pipeline] sh 05:00:14 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.123 05:00:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 05:00:14 cd1efac5c426: Preparing 05:00:14 544efdd072c8: Preparing 05:00:14 ca0d1e1e6c3f: Preparing 05:00:14 72f16e69b34f: Preparing 05:00:14 33e8713114f8: Preparing 05:00:14 72f16e69b34f: Layer already exists 05:00:14 33e8713114f8: Layer already exists 05:00:14 544efdd072c8: Layer already exists 05:00:14 ca0d1e1e6c3f: Layer already exists 05:00:14 cd1efac5c426: Layer already exists 05:00:14 2.0.0-dev.123: digest: sha256:4da315badc005cbc0f0c0f746df7092b6700f824017a386903651d34ea406952 size: 1363 [Pipeline] isUnix [Pipeline] sh 05:00:14 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:14 ---> Running in 2f605ee6eeb4 05:00:14 Removing intermediate container dc2a8059870c 05:00:14 ---> a24c32ccaf80 05:00:14 Step 20/21 : LABEL git_sha=8a69c127c9b04e641d44d2e92838084644d97324 [Pipeline] isUnix [Pipeline] sh 05:00:15 ---> Running in 06868a16459e 05:00:15 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 05:00:15 cd1efac5c426: Preparing 05:00:15 544efdd072c8: Preparing 05:00:15 ca0d1e1e6c3f: Preparing 05:00:15 72f16e69b34f: Preparing 05:00:15 33e8713114f8: Preparing 05:00:15 33e8713114f8: Layer already exists 05:00:15 544efdd072c8: Layer already exists 05:00:15 cd1efac5c426: Layer already exists 05:00:15 72f16e69b34f: Layer already exists 05:00:15 ca0d1e1e6c3f: Layer already exists 05:00:15 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123: digest: sha256:4da315badc005cbc0f0c0f746df7092b6700f824017a386903651d34ea406952 size: 1363 [Pipeline] isUnix [Pipeline] sh 05:00:15 Removing intermediate container 2f605ee6eeb4 05:00:15 ---> cd10e4175765 05:00:15 Step 13/22 : ENV APP_PORT=48060 05:00:15 ---> 7c7bd8161e90 05:00:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:00:15 ---> Running in 7374554b6ad5 05:00:15 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 05:00:15 Removing intermediate container 06868a16459e 05:00:15 ---> ccec267efdb8 05:00:15 Step 21/21 : LABEL version=2.0.0-dev.123 05:00:15 ---> Running in 42f10bd34cf5 05:00:15 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 05:00:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 05:00:15 cd1efac5c426: Preparing 05:00:15 544efdd072c8: Preparing 05:00:15 ca0d1e1e6c3f: Preparing 05:00:15 72f16e69b34f: Preparing 05:00:15 33e8713114f8: Preparing 05:00:15 544efdd072c8: Layer already exists 05:00:15 cd1efac5c426: Layer already exists 05:00:15 33e8713114f8: Layer already exists 05:00:15 ca0d1e1e6c3f: Layer already exists 05:00:15 72f16e69b34f: Layer already exists 05:00:15 master: digest: sha256:4da315badc005cbc0f0c0f746df7092b6700f824017a386903651d34ea406952 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:00:15 ===================================================== 05:00:15 Removing intermediate container 7374554b6ad5 05:00:15 ---> d09fe93ba627 05:00:15 Step 14/22 : EXPOSE $APP_PORT [Pipeline] echo 05:00:15 taggedImages: 05:00:15 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8a69c127c9b04e641d44d2e92838084644d97324 05:00:15 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.123 05:00:15 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:15 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 05:00:15 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 05:00:15 8a69c127c9b04e641d44d2e92838084644d97324 05:00:15 2.0.0-dev.123 05:00:15 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:15 master 05:00:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix 05:00:16 ---> Running in 5688c4e51dd1 05:00:16 Removing intermediate container 42f10bd34cf5 05:00:16 ---> f4e72a0b3025 05:00:16 [Pipeline] sh 05:00:16 ---> 9a4bb72ec5ee 05:00:16 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 05:00:16 ---> Running in f7d233aedce3 05:00:16 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8a69c127c9b04e641d44d2e92838084644d97324 [Pipeline] isUnix [Pipeline] sh 05:00:16 Successfully built f4e72a0b3025 05:00:16 Removing intermediate container 5688c4e51dd1 05:00:16 ---> ab2d126199ee 05:00:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:00:16 Successfully tagged docker-security-proxy-setup-go-arm64:latest 05:00:16 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8a69c127c9b04e641d44d2e92838084644d97324 05:00:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 05:00:16 44d8368aa2d7: Preparing 05:00:16 94ce45dd5482: Preparing 05:00:16 a6e5c1e10d76: Preparing 05:00:16 f8c0ce152abd: Preparing 05:00:16 13e909e7ec45: Preparing 05:00:16 4959038b68c6: Preparing 05:00:16 b5ad973d4754: Preparing 05:00:16 0754057c0ad3: Preparing 05:00:16 998cdf262ab1: Preparing 05:00:16 02e56110abd2: Preparing 05:00:16 abc36efb885a: Preparing 05:00:16 b0b09059f4e1: Preparing 05:00:16 bb961f40224b: Preparing 05:00:16 f4666769fca7: Preparing 05:00:16 0754057c0ad3: Waiting 05:00:16 998cdf262ab1: Waiting 05:00:16 02e56110abd2: Waiting 05:00:16 abc36efb885a: Waiting 05:00:16 b0b09059f4e1: Waiting 05:00:16 bb961f40224b: Waiting 05:00:16 f4666769fca7: Waiting 05:00:16 4959038b68c6: Waiting 05:00:16 b5ad973d4754: Waiting 05:00:17 13e909e7ec45: Pushed 05:00:17 44d8368aa2d7: Pushed 05:00:17 f8c0ce152abd: Pushed 05:00:17 0754057c0ad3: Layer already exists 05:00:17 998cdf262ab1: Layer already exists 05:00:17 02e56110abd2: Layer already exists 05:00:17 b5ad973d4754: Pushed 05:00:17 abc36efb885a: Layer already exists 05:00:17 94ce45dd5482: Pushed 05:00:17 b0b09059f4e1: Layer already exists 05:00:17 bb961f40224b: Layer already exists 05:00:17 f4666769fca7: Layer already exists 05:00:17  Building docker-security-proxy-setup-go ... done  ---> de944172bcf0 05:00:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:00:18 4959038b68c6: Pushed 05:00:19 ---> c98773047541 05:00:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 05:00:19 Removing intermediate container f7d233aedce3 05:00:19 ---> a5b6773e5020 05:00:19 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 05:00:19 ---> Running in 7a5640cbbf4c 05:00:19 ---> 7377bb4a04ef 05:00:19 Step 18/22 : ENTRYPOINT ["/support-notifications"] 05:00:19 Removing intermediate container 7a5640cbbf4c 05:00:19 ---> 8c5e8d47419e 05:00:19 Step 22/24 : LABEL arch=arm64 05:00:19 ---> Running in b9b4eb37586f 05:00:19 ---> Running in 03d7cdd5174b 05:00:20 Removing intermediate container b9b4eb37586f 05:00:20 ---> a04950d0b62d 05:00:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:00:20 Removing intermediate container 03d7cdd5174b 05:00:20 ---> da715d3ae24c 05:00:20 Step 23/24 : LABEL git_sha=8a69c127c9b04e641d44d2e92838084644d97324 05:00:20 ---> Running in f73e2c3b2f79 05:00:20 ---> Running in 6783a5521c7c 05:00:20 Removing intermediate container 6783a5521c7c 05:00:20 ---> be7099a4a317 05:00:20 Step 24/24 : LABEL version=2.0.0-dev.123 05:00:20 Removing intermediate container f73e2c3b2f79 05:00:20 ---> d31956380871 05:00:20 Step 20/22 : LABEL arch=arm64 05:00:21 ---> Running in c26c3408d551 05:00:21 ---> Running in d8a1ac5441d3 05:00:21 a6e5c1e10d76: Pushed 05:00:21 8a69c127c9b04e641d44d2e92838084644d97324: digest: sha256:8543e87559a33eb05f6dfcf5da08ef0c6935720d715500a0d78bd226dacbb359 size: 3252 [Pipeline] isUnix [Pipeline] sh 05:00:21 Removing intermediate container c26c3408d551 05:00:21 ---> 332cd913f134 05:00:21 Step 21/22 : LABEL git_sha=8a69c127c9b04e641d44d2e92838084644d97324 05:00:21 Removing intermediate container d8a1ac5441d3 05:00:21 ---> 0e2fdb7ed6f5 05:00:21 05:00:22 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:00:22 ---> Running in 469688d11f4a 05:00:22 Successfully built 0e2fdb7ed6f5 05:00:22 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 05:00:22 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.123 05:00:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 05:00:22 44d8368aa2d7: Preparing 05:00:22 94ce45dd5482: Preparing 05:00:22 a6e5c1e10d76: Preparing 05:00:22 f8c0ce152abd: Preparing 05:00:22 13e909e7ec45: Preparing 05:00:22 4959038b68c6: Preparing 05:00:22 b5ad973d4754: Preparing 05:00:22 0754057c0ad3: Preparing 05:00:22 998cdf262ab1: Preparing 05:00:22 02e56110abd2: Preparing 05:00:22 abc36efb885a: Preparing 05:00:22 b0b09059f4e1: Preparing 05:00:22 bb961f40224b: Preparing 05:00:22 f4666769fca7: Preparing 05:00:22 4959038b68c6: Waiting 05:00:22 b5ad973d4754: Waiting 05:00:22 0754057c0ad3: Waiting 05:00:22 998cdf262ab1: Waiting 05:00:22 02e56110abd2: Waiting 05:00:22 abc36efb885a: Waiting 05:00:22 b0b09059f4e1: Waiting 05:00:22 bb961f40224b: Waiting 05:00:22 f4666769fca7: Waiting 05:00:22 44d8368aa2d7: Layer already exists 05:00:22 94ce45dd5482: Layer already exists 05:00:22 f8c0ce152abd: Layer already exists 05:00:22 13e909e7ec45: Layer already exists 05:00:22 a6e5c1e10d76: Layer already exists 05:00:22 998cdf262ab1: Layer already exists 05:00:22 0754057c0ad3: Layer already exists 05:00:22 4959038b68c6: Layer already exists 05:00:22 02e56110abd2: Layer already exists 05:00:22 b5ad973d4754: Layer already exists 05:00:22 abc36efb885a: Layer already exists 05:00:22 b0b09059f4e1: Layer already exists 05:00:22 f4666769fca7: Layer already exists 05:00:22 bb961f40224b: Layer already exists 05:00:22  Building docker-security-secretstore-setup-go ... done Removing intermediate container 469688d11f4a 05:00:22 ---> ccda6fa550fd 05:00:22 Step 22/22 : LABEL version=2.0.0-dev.123 05:00:22 2.0.0-dev.123: digest: sha256:8543e87559a33eb05f6dfcf5da08ef0c6935720d715500a0d78bd226dacbb359 size: 3252 [Pipeline] isUnix [Pipeline] sh 05:00:22 ---> Running in 9016aa74b6c6 05:00:22 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:00:23 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 05:00:23 44d8368aa2d7: Preparing 05:00:23 94ce45dd5482: Preparing 05:00:23 a6e5c1e10d76: Preparing 05:00:23 f8c0ce152abd: Preparing 05:00:23 13e909e7ec45: Preparing 05:00:23 4959038b68c6: Preparing 05:00:23 b5ad973d4754: Preparing 05:00:23 0754057c0ad3: Preparing 05:00:23 998cdf262ab1: Preparing 05:00:23 02e56110abd2: Preparing 05:00:23 abc36efb885a: Preparing 05:00:23 b0b09059f4e1: Preparing 05:00:23 bb961f40224b: Preparing 05:00:23 f4666769fca7: Preparing 05:00:23 4959038b68c6: Waiting 05:00:23 b5ad973d4754: Waiting 05:00:23 0754057c0ad3: Waiting 05:00:23 998cdf262ab1: Waiting 05:00:23 02e56110abd2: Waiting 05:00:23 abc36efb885a: Waiting 05:00:23 b0b09059f4e1: Waiting 05:00:23 bb961f40224b: Waiting 05:00:23 f4666769fca7: Waiting 05:00:23 13e909e7ec45: Layer already exists 05:00:23 44d8368aa2d7: Layer already exists 05:00:23 f8c0ce152abd: Layer already exists 05:00:23 94ce45dd5482: Layer already exists 05:00:23 a6e5c1e10d76: Layer already exists 05:00:23 b5ad973d4754: Layer already exists 05:00:23 4959038b68c6: Layer already exists 05:00:23 0754057c0ad3: Layer already exists 05:00:23 02e56110abd2: Layer already exists 05:00:23 998cdf262ab1: Layer already exists 05:00:23 b0b09059f4e1: Layer already exists 05:00:23 bb961f40224b: Layer already exists 05:00:23 abc36efb885a: Layer already exists 05:00:23 f4666769fca7: Layer already exists 05:00:23 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123: digest: sha256:8543e87559a33eb05f6dfcf5da08ef0c6935720d715500a0d78bd226dacbb359 size: 3252 [Pipeline] isUnix [Pipeline] sh 05:00:23 Removing intermediate container 9016aa74b6c6 05:00:23 ---> 7f3c0bb66e73 05:00:23 05:00:23 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix 05:00:23 Successfully built 7f3c0bb66e73 05:00:23 Successfully tagged docker-support-notifications-go-arm64:latest [Pipeline] sh 05:00:23 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 05:00:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 05:00:23 44d8368aa2d7: Preparing 05:00:23 94ce45dd5482: Preparing 05:00:23 a6e5c1e10d76: Preparing 05:00:23 f8c0ce152abd: Preparing 05:00:23 13e909e7ec45: Preparing 05:00:23 4959038b68c6: Preparing 05:00:23 b5ad973d4754: Preparing 05:00:23 0754057c0ad3: Preparing 05:00:23 998cdf262ab1: Preparing 05:00:23 02e56110abd2: Preparing 05:00:23 abc36efb885a: Preparing 05:00:23 b0b09059f4e1: Preparing 05:00:23 bb961f40224b: Preparing 05:00:23 f4666769fca7: Preparing 05:00:23 998cdf262ab1: Waiting 05:00:23 02e56110abd2: Waiting 05:00:23 abc36efb885a: Waiting 05:00:23 4959038b68c6: Waiting 05:00:23 b0b09059f4e1: Waiting 05:00:23 bb961f40224b: Waiting 05:00:23 f4666769fca7: Waiting 05:00:23 b5ad973d4754: Waiting 05:00:23 0754057c0ad3: Waiting 05:00:23 44d8368aa2d7: Layer already exists 05:00:23 13e909e7ec45: Layer already exists 05:00:23 f8c0ce152abd: Layer already exists 05:00:23 94ce45dd5482: Layer already exists 05:00:23 a6e5c1e10d76: Layer already exists 05:00:23 0754057c0ad3: Layer already exists 05:00:23 4959038b68c6: Layer already exists 05:00:23 b5ad973d4754: Layer already exists 05:00:23 998cdf262ab1: Layer already exists 05:00:23 02e56110abd2: Layer already exists 05:00:23 abc36efb885a: Layer already exists 05:00:23 b0b09059f4e1: Layer already exists 05:00:23 f4666769fca7: Layer already exists 05:00:23 bb961f40224b: Layer already exists 05:00:23 master: digest: sha256:8543e87559a33eb05f6dfcf5da08ef0c6935720d715500a0d78bd226dacbb359 size: 3252 [Pipeline] } 05:00:23  Building docker-support-notifications-go ... done  [Pipeline] // withDockerRegistry [Pipeline] } 05:00:23 $ docker stop --time=1 ba3e8ffd953bed7a90be850d2dea7e4a5be22c2bb78f116c2b46099002052310 05:00:26 $ docker rm -f ba3e8ffd953bed7a90be850d2dea7e4a5be22c2bb78f116c2b46099002052310 [Pipeline] } [Pipeline] // withDockerContainer [Pipeline] // withEnv [Pipeline] sh [Pipeline] echo 05:00:26 ===================================================== [Pipeline] echo 05:00:26 taggedImages: 05:00:26 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8a69c127c9b04e641d44d2e92838084644d97324 05:00:26 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.123 05:00:26 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:26 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) 05:00:26 + grep docker 05:00:26 + docker images [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv 05:00:27 docker-support-notifications-go-arm64 latest 7f3c0bb66e73 4 seconds ago 16.9MB 05:00:27 docker-security-secretstore-setup-go-arm64 latest 0e2fdb7ed6f5 5 seconds ago 23.7MB 05:00:27 docker-security-proxy-setup-go-arm64 latest f4e72a0b3025 10 seconds ago 23.4MB 05:00:27 docker-core-metadata-go-arm64 latest 8a3fe3c37cd5 14 seconds ago 17.9MB 05:00:27 docker-sys-mgmt-agent-go-arm64 latest 15a53c654da3 About a minute ago 300MB 05:00:27 docker-core-data-go-arm64 latest 972dc96e281f 2 minutes ago 21.3MB 05:00:27 docker-security-bootstrapper-go-arm64 latest 322d3cddc404 2 minutes ago 17.8MB 05:00:27 docker-core-command-go-arm64 latest 71bcc613931e 2 minutes ago 16.2MB 05:00:27 docker-support-scheduler-go-arm64 latest fa0aab3729a2 2 minutes ago 16.3MB 05:00:27 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:00:27 provisioning config files... 05:00:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/390@tmp/config9076724168968955025tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:00:28 ---> docker-login.sh 05:00:28 nexus3.edgexfoundry.org:10001 05:00:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:28 Configure a credential helper to remove this warning. See 05:00:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:28 05:00:28 Login Succeeded 05:00:28 nexus3.edgexfoundry.org:10002 05:00:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:29 Configure a credential helper to remove this warning. See 05:00:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:29 05:00:29 Login Succeeded 05:00:29 nexus3.edgexfoundry.org:10003 05:00:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:29 Configure a credential helper to remove this warning. See 05:00:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:29 05:00:29 Login Succeeded 05:00:29 nexus3.edgexfoundry.org:10004 05:00:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:30 Configure a credential helper to remove this warning. See 05:00:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:30 05:00:30 Login Succeeded 05:00:30 docker.io 05:00:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:31 Configure a credential helper to remove this warning. See 05:00:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:31 05:00:31 Login Succeeded 05:00:31 ---> docker-login.sh ends [Pipeline] } 05:00:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:00:31 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 05:00:31 8a69c127c9b04e641d44d2e92838084644d97324 05:00:31 2.0.0-dev.123 05:00:31 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:31 master 05:00:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:00:31 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 [Pipeline] isUnix [Pipeline] sh 05:00:32 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 05:00:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 05:00:32 eb0fa476c163: Preparing 05:00:32 2c8a966b4efa: Preparing 05:00:32 4f7b8ae378ff: Preparing 05:00:32 bacee1b3d0a4: Preparing 05:00:32 02a88cfff88f: Preparing 05:00:32 02a88cfff88f: Layer already exists 05:00:32 4f7b8ae378ff: Pushed 05:00:32 eb0fa476c163: Pushed 05:00:32 bacee1b3d0a4: Pushed 05:00:35 2c8a966b4efa: Pushed 05:00:35 8a69c127c9b04e641d44d2e92838084644d97324: digest: sha256:661908653c27e6e9aa2f690f3016d98962b02bc867643ffc0596b5f7b949b8fd size: 1363 [Pipeline] isUnix [Pipeline] sh 05:00:35 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:00:36 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.123 05:00:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 05:00:36 eb0fa476c163: Preparing 05:00:36 2c8a966b4efa: Preparing 05:00:36 4f7b8ae378ff: Preparing 05:00:36 bacee1b3d0a4: Preparing 05:00:36 02a88cfff88f: Preparing 05:00:36 2c8a966b4efa: Layer already exists 05:00:36 eb0fa476c163: Layer already exists 05:00:36 4f7b8ae378ff: Layer already exists 05:00:36 02a88cfff88f: Layer already exists 05:00:36 bacee1b3d0a4: Layer already exists 05:00:36 2.0.0-dev.123: digest: sha256:661908653c27e6e9aa2f690f3016d98962b02bc867643ffc0596b5f7b949b8fd size: 1363 [Pipeline] isUnix [Pipeline] sh 05:00:36 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:00:36 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 05:00:36 eb0fa476c163: Preparing 05:00:36 2c8a966b4efa: Preparing 05:00:36 4f7b8ae378ff: Preparing 05:00:36 bacee1b3d0a4: Preparing 05:00:36 02a88cfff88f: Preparing 05:00:37 eb0fa476c163: Layer already exists 05:00:37 2c8a966b4efa: Layer already exists 05:00:37 02a88cfff88f: Layer already exists 05:00:37 bacee1b3d0a4: Layer already exists 05:00:37 4f7b8ae378ff: Layer already exists 05:00:37 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123: digest: sha256:661908653c27e6e9aa2f690f3016d98962b02bc867643ffc0596b5f7b949b8fd size: 1363 [Pipeline] isUnix [Pipeline] sh 05:00:37 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:00:37 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 05:00:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 05:00:37 eb0fa476c163: Preparing 05:00:37 2c8a966b4efa: Preparing 05:00:37 4f7b8ae378ff: Preparing 05:00:37 bacee1b3d0a4: Preparing 05:00:37 02a88cfff88f: Preparing 05:00:37 4f7b8ae378ff: Layer already exists 05:00:37 2c8a966b4efa: Layer already exists 05:00:37 02a88cfff88f: Layer already exists 05:00:37 bacee1b3d0a4: Layer already exists 05:00:37 eb0fa476c163: Layer already exists 05:00:38 master: digest: sha256:661908653c27e6e9aa2f690f3016d98962b02bc867643ffc0596b5f7b949b8fd size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:00:38 ===================================================== [Pipeline] echo 05:00:38 taggedImages: 05:00:38 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 05:00:38 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.123 05:00:38 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:38 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 05:00:38 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 05:00:38 8a69c127c9b04e641d44d2e92838084644d97324 05:00:38 2.0.0-dev.123 05:00:38 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:38 master 05:00:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:00:39 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 [Pipeline] isUnix [Pipeline] sh 05:00:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 05:00:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 05:00:39 e13de5239c91: Preparing 05:00:39 f1107a18038c: Preparing 05:00:39 4f7b8ae378ff: Preparing 05:00:39 157f2fdd99a5: Preparing 05:00:39 e9900858e935: Preparing 05:00:39 02a88cfff88f: Preparing 05:00:39 02a88cfff88f: Waiting 05:00:39 4f7b8ae378ff: Layer already exists 05:00:39 02a88cfff88f: Layer already exists 05:00:39 e9900858e935: Pushed 05:00:39 e13de5239c91: Pushed 05:00:40 157f2fdd99a5: Pushed 05:00:43 f1107a18038c: Pushed 05:00:43 8a69c127c9b04e641d44d2e92838084644d97324: digest: sha256:9698c90321b338730aa262279f828c9f08b456f52429e188168d90226d46b04a size: 1572 [Pipeline] isUnix [Pipeline] sh 05:00:43 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:00:43 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.123 05:00:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 05:00:43 e13de5239c91: Preparing 05:00:43 f1107a18038c: Preparing 05:00:43 4f7b8ae378ff: Preparing 05:00:43 157f2fdd99a5: Preparing 05:00:43 e9900858e935: Preparing 05:00:43 02a88cfff88f: Preparing 05:00:43 02a88cfff88f: Waiting 05:00:43 e9900858e935: Layer already exists 05:00:43 4f7b8ae378ff: Layer already exists 05:00:43 f1107a18038c: Layer already exists 05:00:43 157f2fdd99a5: Layer already exists 05:00:43 e13de5239c91: Layer already exists 05:00:44 02a88cfff88f: Layer already exists 05:00:44 2.0.0-dev.123: digest: sha256:9698c90321b338730aa262279f828c9f08b456f52429e188168d90226d46b04a size: 1572 [Pipeline] isUnix [Pipeline] sh 05:00:44 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:00:44 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 05:00:44 e13de5239c91: Preparing 05:00:44 f1107a18038c: Preparing 05:00:44 4f7b8ae378ff: Preparing 05:00:44 157f2fdd99a5: Preparing 05:00:44 e9900858e935: Preparing 05:00:44 02a88cfff88f: Preparing 05:00:44 02a88cfff88f: Waiting 05:00:44 e9900858e935: Layer already exists 05:00:44 4f7b8ae378ff: Layer already exists 05:00:44 f1107a18038c: Layer already exists 05:00:44 e13de5239c91: Layer already exists 05:00:44 157f2fdd99a5: Layer already exists 05:00:44 02a88cfff88f: Layer already exists 05:00:45 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123: digest: sha256:9698c90321b338730aa262279f828c9f08b456f52429e188168d90226d46b04a size: 1572 [Pipeline] isUnix [Pipeline] sh 05:00:45 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:00:45 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 05:00:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 05:00:45 e13de5239c91: Preparing 05:00:45 f1107a18038c: Preparing 05:00:45 4f7b8ae378ff: Preparing 05:00:45 157f2fdd99a5: Preparing 05:00:45 e9900858e935: Preparing 05:00:45 02a88cfff88f: Preparing 05:00:45 02a88cfff88f: Waiting 05:00:46 e9900858e935: Layer already exists 05:00:46 157f2fdd99a5: Layer already exists 05:00:46 f1107a18038c: Layer already exists 05:00:46 4f7b8ae378ff: Layer already exists 05:00:46 e13de5239c91: Layer already exists 05:00:46 02a88cfff88f: Layer already exists 05:00:46 master: digest: sha256:9698c90321b338730aa262279f828c9f08b456f52429e188168d90226d46b04a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:00:46 ===================================================== [Pipeline] echo 05:00:46 taggedImages: 05:00:46 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 05:00:46 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.123 05:00:46 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:46 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 05:00:46 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 05:00:46 8a69c127c9b04e641d44d2e92838084644d97324 05:00:46 2.0.0-dev.123 05:00:46 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:46 master 05:00:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:00:47 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 [Pipeline] isUnix [Pipeline] sh 05:00:47 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 05:00:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 05:00:47 1d6b0a40ad52: Preparing 05:00:47 cd3d4fd5a4c6: Preparing 05:00:47 4f7b8ae378ff: Preparing 05:00:47 bacee1b3d0a4: Preparing 05:00:47 02a88cfff88f: Preparing 05:00:47 02a88cfff88f: Layer already exists 05:00:47 4f7b8ae378ff: Layer already exists 05:00:47 bacee1b3d0a4: Layer already exists 05:00:47 1d6b0a40ad52: Pushed 05:00:51 cd3d4fd5a4c6: Pushed 05:00:51 8a69c127c9b04e641d44d2e92838084644d97324: digest: sha256:bcf389aad3a5b39229f1b5a8514544d63e7ce02363715d431bbf7b6d2ac19059 size: 1363 [Pipeline] isUnix [Pipeline] sh 05:00:51 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:00:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.123 05:00:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 05:00:51 1d6b0a40ad52: Preparing 05:00:51 cd3d4fd5a4c6: Preparing 05:00:51 4f7b8ae378ff: Preparing 05:00:51 bacee1b3d0a4: Preparing 05:00:51 02a88cfff88f: Preparing 05:00:51 1d6b0a40ad52: Layer already exists 05:00:51 bacee1b3d0a4: Layer already exists 05:00:51 02a88cfff88f: Layer already exists 05:00:51 cd3d4fd5a4c6: Layer already exists 05:00:51 4f7b8ae378ff: Layer already exists 05:00:52 2.0.0-dev.123: digest: sha256:bcf389aad3a5b39229f1b5a8514544d63e7ce02363715d431bbf7b6d2ac19059 size: 1363 [Pipeline] isUnix [Pipeline] sh 05:00:52 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:00:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 05:00:52 1d6b0a40ad52: Preparing 05:00:52 cd3d4fd5a4c6: Preparing 05:00:52 4f7b8ae378ff: Preparing 05:00:52 bacee1b3d0a4: Preparing 05:00:52 02a88cfff88f: Preparing 05:00:52 02a88cfff88f: Layer already exists 05:00:52 4f7b8ae378ff: Layer already exists 05:00:52 bacee1b3d0a4: Layer already exists 05:00:52 cd3d4fd5a4c6: Layer already exists 05:00:53 1d6b0a40ad52: Layer already exists 05:00:53 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123: digest: sha256:bcf389aad3a5b39229f1b5a8514544d63e7ce02363715d431bbf7b6d2ac19059 size: 1363 [Pipeline] isUnix [Pipeline] sh 05:00:53 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:00:53 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 05:00:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 05:00:53 1d6b0a40ad52: Preparing 05:00:53 cd3d4fd5a4c6: Preparing 05:00:53 4f7b8ae378ff: Preparing 05:00:53 bacee1b3d0a4: Preparing 05:00:53 02a88cfff88f: Preparing 05:00:53 1d6b0a40ad52: Layer already exists 05:00:53 cd3d4fd5a4c6: Layer already exists 05:00:53 02a88cfff88f: Layer already exists 05:00:53 4f7b8ae378ff: Layer already exists 05:00:53 bacee1b3d0a4: Layer already exists 05:00:54 master: digest: sha256:bcf389aad3a5b39229f1b5a8514544d63e7ce02363715d431bbf7b6d2ac19059 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:00:54 ===================================================== [Pipeline] echo 05:00:54 taggedImages: 05:00:54 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 05:00:54 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.123 05:00:54 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:54 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 05:00:54 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 05:00:54 8a69c127c9b04e641d44d2e92838084644d97324 05:00:54 2.0.0-dev.123 05:00:54 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:00:54 master 05:00:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:00:55 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 [Pipeline] isUnix [Pipeline] sh 05:00:55 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 05:00:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 05:00:55 c7624053ab55: Preparing 05:00:55 c7624053ab55: Preparing 05:00:55 eb09688f9415: Preparing 05:00:55 613a70fb7fd1: Preparing 05:00:55 b6a19767c53e: Preparing 05:00:55 1a45e9f25803: Preparing 05:00:55 4f7b8ae378ff: Preparing 05:00:55 82059ab30e76: Preparing 05:00:55 82059ab30e76: Preparing 05:00:55 8963063c2df4: Preparing 05:00:55 3223614f8ac2: Preparing 05:00:55 02a88cfff88f: Preparing 05:00:55 4f7b8ae378ff: Waiting 05:00:55 82059ab30e76: Waiting 05:00:55 3223614f8ac2: Waiting 05:00:55 8963063c2df4: Waiting 05:00:55 613a70fb7fd1: Pushed 05:00:55 c7624053ab55: Pushed 05:00:55 b6a19767c53e: Pushed 05:00:55 eb09688f9415: Pushed 05:00:55 4f7b8ae378ff: Layer already exists 05:00:55 02a88cfff88f: Layer already exists 05:00:55 82059ab30e76: Pushed 05:00:55 8963063c2df4: Pushed 05:00:56 3223614f8ac2: Pushed 05:00:58 1a45e9f25803: Pushed 05:00:58 8a69c127c9b04e641d44d2e92838084644d97324: digest: sha256:728442ec625dbe80688653141e787ee3ed44951c0e51938d9051b5f6b7ace64f size: 2816 [Pipeline] isUnix [Pipeline] sh 05:00:59 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:00:59 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.123 05:00:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 05:00:59 c7624053ab55: Preparing 05:00:59 c7624053ab55: Preparing 05:00:59 eb09688f9415: Preparing 05:00:59 613a70fb7fd1: Preparing 05:00:59 b6a19767c53e: Preparing 05:00:59 1a45e9f25803: Preparing 05:00:59 4f7b8ae378ff: Preparing 05:00:59 82059ab30e76: Preparing 05:00:59 82059ab30e76: Preparing 05:00:59 8963063c2df4: Preparing 05:00:59 3223614f8ac2: Preparing 05:00:59 02a88cfff88f: Preparing 05:00:59 4f7b8ae378ff: Waiting 05:00:59 8963063c2df4: Waiting 05:00:59 82059ab30e76: Waiting 05:00:59 3223614f8ac2: Waiting 05:00:59 02a88cfff88f: Waiting 05:00:59 1a45e9f25803: Layer already exists 05:00:59 b6a19767c53e: Layer already exists 05:00:59 613a70fb7fd1: Layer already exists 05:00:59 eb09688f9415: Layer already exists 05:00:59 c7624053ab55: Layer already exists 05:00:59 4f7b8ae378ff: Layer already exists 05:00:59 82059ab30e76: Layer already exists 05:00:59 02a88cfff88f: Layer already exists 05:00:59 8963063c2df4: Layer already exists 05:00:59 3223614f8ac2: Layer already exists 05:00:59 2.0.0-dev.123: digest: sha256:728442ec625dbe80688653141e787ee3ed44951c0e51938d9051b5f6b7ace64f size: 2816 [Pipeline] isUnix [Pipeline] sh 05:01:00 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:01:00 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:01:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 05:01:00 c7624053ab55: Preparing 05:01:00 c7624053ab55: Preparing 05:01:00 eb09688f9415: Preparing 05:01:00 613a70fb7fd1: Preparing 05:01:00 b6a19767c53e: Preparing 05:01:00 1a45e9f25803: Preparing 05:01:00 4f7b8ae378ff: Preparing 05:01:00 82059ab30e76: Preparing 05:01:00 82059ab30e76: Preparing 05:01:00 8963063c2df4: Preparing 05:01:00 3223614f8ac2: Preparing 05:01:00 02a88cfff88f: Preparing 05:01:00 3223614f8ac2: Waiting 05:01:00 4f7b8ae378ff: Waiting 05:01:00 82059ab30e76: Waiting 05:01:00 8963063c2df4: Waiting 05:01:00 02a88cfff88f: Waiting 05:01:00 b6a19767c53e: Layer already exists 05:01:00 eb09688f9415: Layer already exists 05:01:00 613a70fb7fd1: Layer already exists 05:01:00 c7624053ab55: Layer already exists 05:01:00 1a45e9f25803: Layer already exists 05:01:00 8963063c2df4: Layer already exists 05:01:00 4f7b8ae378ff: Layer already exists 05:01:00 3223614f8ac2: Layer already exists 05:01:00 02a88cfff88f: Layer already exists 05:01:00 82059ab30e76: Layer already exists 05:01:00 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123: digest: sha256:728442ec625dbe80688653141e787ee3ed44951c0e51938d9051b5f6b7ace64f size: 2816 [Pipeline] isUnix [Pipeline] sh 05:01:01 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:01:01 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 05:01:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 05:01:01 c7624053ab55: Preparing 05:01:01 c7624053ab55: Preparing 05:01:01 eb09688f9415: Preparing 05:01:01 613a70fb7fd1: Preparing 05:01:01 b6a19767c53e: Preparing 05:01:01 1a45e9f25803: Preparing 05:01:01 4f7b8ae378ff: Preparing 05:01:01 82059ab30e76: Preparing 05:01:01 82059ab30e76: Preparing 05:01:01 8963063c2df4: Preparing 05:01:01 3223614f8ac2: Preparing 05:01:01 02a88cfff88f: Preparing 05:01:01 4f7b8ae378ff: Waiting 05:01:01 82059ab30e76: Waiting 05:01:01 8963063c2df4: Waiting 05:01:01 3223614f8ac2: Waiting 05:01:01 02a88cfff88f: Waiting 05:01:01 eb09688f9415: Layer already exists 05:01:01 c7624053ab55: Layer already exists 05:01:01 1a45e9f25803: Layer already exists 05:01:01 613a70fb7fd1: Layer already exists 05:01:01 4f7b8ae378ff: Layer already exists 05:01:01 b6a19767c53e: Layer already exists 05:01:01 82059ab30e76: Layer already exists 05:01:01 8963063c2df4: Layer already exists 05:01:01 3223614f8ac2: Layer already exists 05:01:01 02a88cfff88f: Layer already exists 05:01:01 master: digest: sha256:728442ec625dbe80688653141e787ee3ed44951c0e51938d9051b5f6b7ace64f size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:01:02 ===================================================== [Pipeline] echo 05:01:02 taggedImages: 05:01:02 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 05:01:02 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.123 05:01:02 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:01:02 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 05:01:02 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 05:01:02 8a69c127c9b04e641d44d2e92838084644d97324 05:01:02 2.0.0-dev.123 05:01:02 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:01:02 master 05:01:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:01:02 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 [Pipeline] isUnix [Pipeline] sh 05:01:02 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 05:01:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 05:01:02 4a8061af17c6: Preparing 05:01:02 2febcf127a5c: Preparing 05:01:02 2e5292ed76f9: Preparing 05:01:02 3ff631bf0805: Preparing 05:01:02 60fa5271731f: Preparing 05:01:02 02a88cfff88f: Preparing 05:01:02 02a88cfff88f: Waiting 05:01:03 2e5292ed76f9: Pushed 05:01:03 3ff631bf0805: Pushed 05:01:03 02a88cfff88f: Layer already exists 05:01:03 60fa5271731f: Pushed 05:01:05 4a8061af17c6: Pushed 05:01:05 2febcf127a5c: Pushed 05:01:05 8a69c127c9b04e641d44d2e92838084644d97324: digest: sha256:fd0080a80f58dc3ba0e37f61487b41f0a541944fda8e2e2640b912f8434b86cd size: 1575 [Pipeline] isUnix [Pipeline] sh 05:01:06 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:01:06 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.123 05:01:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 05:01:06 4a8061af17c6: Preparing 05:01:06 2febcf127a5c: Preparing 05:01:06 2e5292ed76f9: Preparing 05:01:06 3ff631bf0805: Preparing 05:01:06 60fa5271731f: Preparing 05:01:06 02a88cfff88f: Preparing 05:01:06 02a88cfff88f: Waiting 05:01:06 4a8061af17c6: Layer already exists 05:01:06 60fa5271731f: Layer already exists 05:01:06 3ff631bf0805: Layer already exists 05:01:06 2febcf127a5c: Layer already exists 05:01:06 2e5292ed76f9: Layer already exists 05:01:06 02a88cfff88f: Layer already exists 05:01:06 2.0.0-dev.123: digest: sha256:fd0080a80f58dc3ba0e37f61487b41f0a541944fda8e2e2640b912f8434b86cd size: 1575 [Pipeline] isUnix [Pipeline] sh 05:01:07 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:01:07 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:01:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 05:01:07 4a8061af17c6: Preparing 05:01:07 2febcf127a5c: Preparing 05:01:07 2e5292ed76f9: Preparing 05:01:07 3ff631bf0805: Preparing 05:01:07 60fa5271731f: Preparing 05:01:07 02a88cfff88f: Preparing 05:01:07 02a88cfff88f: Waiting 05:01:07 3ff631bf0805: Layer already exists 05:01:07 2febcf127a5c: Layer already exists 05:01:07 2e5292ed76f9: Layer already exists 05:01:07 4a8061af17c6: Layer already exists 05:01:07 60fa5271731f: Layer already exists 05:01:07 02a88cfff88f: Layer already exists 05:01:07 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123: digest: sha256:fd0080a80f58dc3ba0e37f61487b41f0a541944fda8e2e2640b912f8434b86cd size: 1575 [Pipeline] isUnix [Pipeline] sh 05:01:08 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:01:08 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 05:01:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 05:01:08 4a8061af17c6: Preparing 05:01:08 2febcf127a5c: Preparing 05:01:08 2e5292ed76f9: Preparing 05:01:08 3ff631bf0805: Preparing 05:01:08 60fa5271731f: Preparing 05:01:08 02a88cfff88f: Preparing 05:01:08 02a88cfff88f: Waiting 05:01:08 3ff631bf0805: Layer already exists 05:01:08 2e5292ed76f9: Layer already exists 05:01:08 4a8061af17c6: Layer already exists 05:01:08 60fa5271731f: Layer already exists 05:01:08 2febcf127a5c: Layer already exists 05:01:08 02a88cfff88f: Layer already exists 05:01:08 master: digest: sha256:fd0080a80f58dc3ba0e37f61487b41f0a541944fda8e2e2640b912f8434b86cd size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:01:08 ===================================================== [Pipeline] echo 05:01:09 taggedImages: 05:01:09 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 05:01:09 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.123 05:01:09 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:01:09 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 05:01:09 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 05:01:09 8a69c127c9b04e641d44d2e92838084644d97324 05:01:09 2.0.0-dev.123 05:01:09 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:01:09 master 05:01:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:01:09 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 [Pipeline] isUnix [Pipeline] sh 05:01:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 05:01:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 05:01:10 9ba93963b46f: Preparing 05:01:10 d4a48c6c286c: Preparing 05:01:10 cd807f788747: Preparing 05:01:10 d8df5a2aec1c: Preparing 05:01:10 c0d98bccc0a7: Preparing 05:01:10 1cb10d66e20f: Preparing 05:01:10 54bdcdc09ece: Preparing 05:01:10 c43e3d0516a8: Preparing 05:01:10 02a88cfff88f: Preparing 05:01:10 1cb10d66e20f: Waiting 05:01:10 54bdcdc09ece: Waiting 05:01:10 c43e3d0516a8: Waiting 05:01:10 02a88cfff88f: Waiting 05:01:10 d4a48c6c286c: Pushed 05:01:10 9ba93963b46f: Pushed 05:01:10 c0d98bccc0a7: Pushed 05:01:10 1cb10d66e20f: Pushed 05:01:10 54bdcdc09ece: Pushed 05:01:10 02a88cfff88f: Layer already exists 05:01:11 c43e3d0516a8: Pushed 05:01:12 cd807f788747: Pushed 05:01:12 d8df5a2aec1c: Pushed 05:01:12 8a69c127c9b04e641d44d2e92838084644d97324: digest: sha256:c9623f5f4d43a9d68ee18bc0f41756640957e4257c9d64eec571d9d3b90e6c4b size: 2198 [Pipeline] isUnix [Pipeline] sh 05:01:13 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:01:13 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.123 05:01:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 05:01:13 9ba93963b46f: Preparing 05:01:13 d4a48c6c286c: Preparing 05:01:13 cd807f788747: Preparing 05:01:13 d8df5a2aec1c: Preparing 05:01:13 c0d98bccc0a7: Preparing 05:01:13 1cb10d66e20f: Preparing 05:01:13 54bdcdc09ece: Preparing 05:01:13 c43e3d0516a8: Preparing 05:01:13 02a88cfff88f: Preparing 05:01:13 c43e3d0516a8: Waiting 05:01:13 54bdcdc09ece: Waiting 05:01:13 02a88cfff88f: Waiting 05:01:13 1cb10d66e20f: Waiting 05:01:13 d8df5a2aec1c: Layer already exists 05:01:13 c0d98bccc0a7: Layer already exists 05:01:13 cd807f788747: Layer already exists 05:01:13 d4a48c6c286c: Layer already exists 05:01:13 9ba93963b46f: Layer already exists 05:01:13 54bdcdc09ece: Layer already exists 05:01:13 1cb10d66e20f: Layer already exists 05:01:13 02a88cfff88f: Layer already exists 05:01:13 c43e3d0516a8: Layer already exists 05:01:13 2.0.0-dev.123: digest: sha256:c9623f5f4d43a9d68ee18bc0f41756640957e4257c9d64eec571d9d3b90e6c4b size: 2198 [Pipeline] isUnix [Pipeline] sh 05:01:14 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:01:14 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:01:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 05:01:14 9ba93963b46f: Preparing 05:01:14 d4a48c6c286c: Preparing 05:01:14 cd807f788747: Preparing 05:01:14 d8df5a2aec1c: Preparing 05:01:14 c0d98bccc0a7: Preparing 05:01:14 1cb10d66e20f: Preparing 05:01:14 54bdcdc09ece: Preparing 05:01:14 c43e3d0516a8: Preparing 05:01:14 02a88cfff88f: Preparing 05:01:14 1cb10d66e20f: Waiting 05:01:14 54bdcdc09ece: Waiting 05:01:14 c43e3d0516a8: Waiting 05:01:14 02a88cfff88f: Waiting 05:01:14 9ba93963b46f: Layer already exists 05:01:14 d4a48c6c286c: Layer already exists 05:01:14 c0d98bccc0a7: Layer already exists 05:01:14 d8df5a2aec1c: Layer already exists 05:01:14 cd807f788747: Layer already exists 05:01:14 1cb10d66e20f: Layer already exists 05:01:14 c43e3d0516a8: Layer already exists 05:01:14 54bdcdc09ece: Layer already exists 05:01:14 02a88cfff88f: Layer already exists 05:01:14 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123: digest: sha256:c9623f5f4d43a9d68ee18bc0f41756640957e4257c9d64eec571d9d3b90e6c4b size: 2198 [Pipeline] isUnix [Pipeline] sh 05:01:15 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:01:15 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 05:01:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 05:01:15 9ba93963b46f: Preparing 05:01:15 d4a48c6c286c: Preparing 05:01:15 cd807f788747: Preparing 05:01:15 d8df5a2aec1c: Preparing 05:01:15 c0d98bccc0a7: Preparing 05:01:15 1cb10d66e20f: Preparing 05:01:15 54bdcdc09ece: Preparing 05:01:15 c43e3d0516a8: Preparing 05:01:15 02a88cfff88f: Preparing 05:01:15 1cb10d66e20f: Waiting 05:01:15 54bdcdc09ece: Waiting 05:01:15 c43e3d0516a8: Waiting 05:01:15 02a88cfff88f: Waiting 05:01:15 d4a48c6c286c: Layer already exists 05:01:15 d8df5a2aec1c: Layer already exists 05:01:15 cd807f788747: Layer already exists 05:01:15 c0d98bccc0a7: Layer already exists 05:01:15 9ba93963b46f: Layer already exists 05:01:15 1cb10d66e20f: Layer already exists 05:01:15 c43e3d0516a8: Layer already exists 05:01:15 54bdcdc09ece: Layer already exists 05:01:15 02a88cfff88f: Layer already exists 05:01:15 master: digest: sha256:c9623f5f4d43a9d68ee18bc0f41756640957e4257c9d64eec571d9d3b90e6c4b size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:01:15 ===================================================== [Pipeline] echo 05:01:15 taggedImages: 05:01:15 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 05:01:15 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.123 05:01:15 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:01:15 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 05:01:16 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 05:01:16 8a69c127c9b04e641d44d2e92838084644d97324 05:01:16 2.0.0-dev.123 05:01:16 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:01:16 master 05:01:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:01:16 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 [Pipeline] isUnix [Pipeline] sh 05:01:16 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 05:01:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 05:01:16 597d90b603a2: Preparing 05:01:16 ed1f22a6a359: Preparing 05:01:16 4f7b8ae378ff: Preparing 05:01:16 34117b1f6ec4: Preparing 05:01:16 02a88cfff88f: Preparing 05:01:17 4f7b8ae378ff: Layer already exists 05:01:17 02a88cfff88f: Layer already exists 05:01:17 597d90b603a2: Pushed 05:01:17 34117b1f6ec4: Pushed 05:01:19 ed1f22a6a359: Pushed 05:01:19 8a69c127c9b04e641d44d2e92838084644d97324: digest: sha256:d4a0b87460a02798e22390684ab29249134031d237cdbe9dcc7dcdc333d21458 size: 1364 [Pipeline] isUnix [Pipeline] sh 05:01:20 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:01:20 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.123 05:01:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 05:01:20 597d90b603a2: Preparing 05:01:20 ed1f22a6a359: Preparing 05:01:20 4f7b8ae378ff: Preparing 05:01:20 34117b1f6ec4: Preparing 05:01:20 02a88cfff88f: Preparing 05:01:20 02a88cfff88f: Layer already exists 05:01:21 ed1f22a6a359: Layer already exists 05:01:21 4f7b8ae378ff: Layer already exists 05:01:21 597d90b603a2: Layer already exists 05:01:21 34117b1f6ec4: Layer already exists 05:01:21 2.0.0-dev.123: digest: sha256:d4a0b87460a02798e22390684ab29249134031d237cdbe9dcc7dcdc333d21458 size: 1364 [Pipeline] isUnix [Pipeline] sh 05:01:21 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:01:21 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:01:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 05:01:21 597d90b603a2: Preparing 05:01:21 ed1f22a6a359: Preparing 05:01:21 4f7b8ae378ff: Preparing 05:01:21 34117b1f6ec4: Preparing 05:01:21 02a88cfff88f: Preparing 05:01:21 34117b1f6ec4: Layer already exists 05:01:21 02a88cfff88f: Layer already exists 05:01:21 4f7b8ae378ff: Layer already exists 05:01:21 597d90b603a2: Layer already exists 05:01:21 ed1f22a6a359: Layer already exists 05:01:21 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123: digest: sha256:d4a0b87460a02798e22390684ab29249134031d237cdbe9dcc7dcdc333d21458 size: 1364 [Pipeline] isUnix [Pipeline] sh 05:01:22 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:01:22 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 05:01:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 05:01:22 597d90b603a2: Preparing 05:01:22 ed1f22a6a359: Preparing 05:01:22 4f7b8ae378ff: Preparing 05:01:22 34117b1f6ec4: Preparing 05:01:22 02a88cfff88f: Preparing 05:01:22 ed1f22a6a359: Layer already exists 05:01:22 597d90b603a2: Layer already exists 05:01:22 02a88cfff88f: Layer already exists 05:01:22 4f7b8ae378ff: Layer already exists 05:01:22 34117b1f6ec4: Layer already exists 05:01:22 master: digest: sha256:d4a0b87460a02798e22390684ab29249134031d237cdbe9dcc7dcdc333d21458 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:01:23 ===================================================== [Pipeline] echo 05:01:23 taggedImages: 05:01:23 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 05:01:23 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.123 05:01:23 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:01:23 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 05:01:23 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 05:01:23 8a69c127c9b04e641d44d2e92838084644d97324 05:01:23 2.0.0-dev.123 05:01:23 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:01:23 master 05:01:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:01:23 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 [Pipeline] isUnix [Pipeline] sh 05:01:24 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 05:01:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 05:01:24 14156955f0a9: Preparing 05:01:24 3a5238a7810f: Preparing 05:01:24 4f7b8ae378ff: Preparing 05:01:24 bacee1b3d0a4: Preparing 05:01:24 02a88cfff88f: Preparing 05:01:24 4f7b8ae378ff: Layer already exists 05:01:24 bacee1b3d0a4: Layer already exists 05:01:24 02a88cfff88f: Layer already exists 05:01:24 14156955f0a9: Pushed 05:01:26 3a5238a7810f: Pushed 05:01:27 8a69c127c9b04e641d44d2e92838084644d97324: digest: sha256:02ef543507af4ededb106792b20bcceb706d5a2e3a05cafadde3c59bdbb765d0 size: 1363 [Pipeline] isUnix [Pipeline] sh 05:01:27 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:01:27 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.123 05:01:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 05:01:27 14156955f0a9: Preparing 05:01:27 3a5238a7810f: Preparing 05:01:27 4f7b8ae378ff: Preparing 05:01:27 bacee1b3d0a4: Preparing 05:01:27 02a88cfff88f: Preparing 05:01:27 bacee1b3d0a4: Layer already exists 05:01:27 3a5238a7810f: Layer already exists 05:01:27 02a88cfff88f: Layer already exists 05:01:27 4f7b8ae378ff: Layer already exists 05:01:27 14156955f0a9: Layer already exists 05:01:28 2.0.0-dev.123: digest: sha256:02ef543507af4ededb106792b20bcceb706d5a2e3a05cafadde3c59bdbb765d0 size: 1363 [Pipeline] isUnix [Pipeline] sh 05:01:28 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:01:28 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:01:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 05:01:28 14156955f0a9: Preparing 05:01:28 3a5238a7810f: Preparing 05:01:28 4f7b8ae378ff: Preparing 05:01:28 bacee1b3d0a4: Preparing 05:01:28 02a88cfff88f: Preparing 05:01:28 4f7b8ae378ff: Layer already exists 05:01:28 14156955f0a9: Layer already exists 05:01:28 02a88cfff88f: Layer already exists 05:01:28 bacee1b3d0a4: Layer already exists 05:01:28 3a5238a7810f: Layer already exists 05:01:29 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123: digest: sha256:02ef543507af4ededb106792b20bcceb706d5a2e3a05cafadde3c59bdbb765d0 size: 1363 [Pipeline] isUnix [Pipeline] sh 05:01:29 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:01:29 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 05:01:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 05:01:29 14156955f0a9: Preparing 05:01:29 3a5238a7810f: Preparing 05:01:29 4f7b8ae378ff: Preparing 05:01:29 bacee1b3d0a4: Preparing 05:01:29 02a88cfff88f: Preparing 05:01:29 4f7b8ae378ff: Layer already exists 05:01:29 14156955f0a9: Layer already exists 05:01:29 02a88cfff88f: Layer already exists 05:01:29 3a5238a7810f: Layer already exists 05:01:29 bacee1b3d0a4: Layer already exists 05:01:30 master: digest: sha256:02ef543507af4ededb106792b20bcceb706d5a2e3a05cafadde3c59bdbb765d0 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:01:30 ===================================================== [Pipeline] echo 05:01:30 taggedImages: 05:01:30 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 05:01:30 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.123 05:01:30 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:01:30 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 05:01:30 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 05:01:30 8a69c127c9b04e641d44d2e92838084644d97324 05:01:30 2.0.0-dev.123 05:01:30 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:01:30 master 05:01:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:01:31 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 [Pipeline] isUnix [Pipeline] sh 05:01:31 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 05:01:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 05:01:31 671fcbbe41b1: Preparing 05:01:31 a48bc1f9c137: Preparing 05:01:31 1a05c6a925c2: Preparing 05:01:31 c61dd6c671b6: Preparing 05:01:31 5d84a9a02fbe: Preparing 05:01:31 b7813b03da7e: Preparing 05:01:31 692ba2ee5f36: Preparing 05:01:31 9ded3b6bb9b5: Preparing 05:01:31 fa1afe8e6ed9: Preparing 05:01:31 87a09b4c083e: Preparing 05:01:31 0f74e9ff2a61: Preparing 05:01:31 b122376c33c6: Preparing 05:01:31 f8381ed47b22: Preparing 05:01:31 e934a737d657: Preparing 05:01:31 b7813b03da7e: Waiting 05:01:31 9ded3b6bb9b5: Waiting 05:01:31 fa1afe8e6ed9: Waiting 05:01:31 87a09b4c083e: Waiting 05:01:31 692ba2ee5f36: Waiting 05:01:31 0f74e9ff2a61: Waiting 05:01:31 e934a737d657: Waiting 05:01:31 b122376c33c6: Waiting 05:01:31 f8381ed47b22: Waiting 05:01:32 5d84a9a02fbe: Pushed 05:01:32 671fcbbe41b1: Pushed 05:01:32 c61dd6c671b6: Pushed 05:01:32 9ded3b6bb9b5: Layer already exists 05:01:32 fa1afe8e6ed9: Layer already exists 05:01:32 692ba2ee5f36: Pushed 05:01:32 87a09b4c083e: Layer already exists 05:01:32 0f74e9ff2a61: Layer already exists 05:01:32 b122376c33c6: Layer already exists 05:01:32 f8381ed47b22: Layer already exists 05:01:32 e934a737d657: Layer already exists 05:01:33 a48bc1f9c137: Pushed 05:01:34 b7813b03da7e: Pushed 05:01:46 1a05c6a925c2: Pushed 05:01:46 8a69c127c9b04e641d44d2e92838084644d97324: digest: sha256:3dae447f104c9461478331e1051ad02457ba092fd9a55c4bf33bbab3771b14e5 size: 3252 [Pipeline] isUnix [Pipeline] sh 05:01:47 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:01:47 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.123 05:01:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 05:01:47 671fcbbe41b1: Preparing 05:01:47 a48bc1f9c137: Preparing 05:01:47 1a05c6a925c2: Preparing 05:01:47 c61dd6c671b6: Preparing 05:01:47 5d84a9a02fbe: Preparing 05:01:47 b7813b03da7e: Preparing 05:01:47 692ba2ee5f36: Preparing 05:01:47 9ded3b6bb9b5: Preparing 05:01:47 fa1afe8e6ed9: Preparing 05:01:47 87a09b4c083e: Preparing 05:01:47 9ded3b6bb9b5: Waiting 05:01:47 0f74e9ff2a61: Preparing 05:01:47 b122376c33c6: Preparing 05:01:47 f8381ed47b22: Preparing 05:01:47 e934a737d657: Preparing 05:01:47 fa1afe8e6ed9: Waiting 05:01:47 87a09b4c083e: Waiting 05:01:47 0f74e9ff2a61: Waiting 05:01:47 b122376c33c6: Waiting 05:01:47 f8381ed47b22: Waiting 05:01:47 e934a737d657: Waiting 05:01:47 b7813b03da7e: Waiting 05:01:47 692ba2ee5f36: Waiting 05:01:47 671fcbbe41b1: Layer already exists 05:01:47 5d84a9a02fbe: Layer already exists 05:01:47 c61dd6c671b6: Layer already exists 05:01:47 1a05c6a925c2: Layer already exists 05:01:47 a48bc1f9c137: Layer already exists 05:01:47 692ba2ee5f36: Layer already exists 05:01:47 b7813b03da7e: Layer already exists 05:01:47 fa1afe8e6ed9: Layer already exists 05:01:47 87a09b4c083e: Layer already exists 05:01:47 9ded3b6bb9b5: Layer already exists 05:01:47 0f74e9ff2a61: Layer already exists 05:01:47 b122376c33c6: Layer already exists 05:01:47 f8381ed47b22: Layer already exists 05:01:47 e934a737d657: Layer already exists 05:01:47 2.0.0-dev.123: digest: sha256:3dae447f104c9461478331e1051ad02457ba092fd9a55c4bf33bbab3771b14e5 size: 3252 [Pipeline] isUnix [Pipeline] sh 05:01:48 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 [Pipeline] isUnix [Pipeline] sh 05:01:48 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:01:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 05:01:48 671fcbbe41b1: Preparing 05:01:48 a48bc1f9c137: Preparing 05:01:48 1a05c6a925c2: Preparing 05:01:48 c61dd6c671b6: Preparing 05:01:48 5d84a9a02fbe: Preparing 05:01:48 b7813b03da7e: Preparing 05:01:48 692ba2ee5f36: Preparing 05:01:48 9ded3b6bb9b5: Preparing 05:01:48 fa1afe8e6ed9: Preparing 05:01:48 87a09b4c083e: Preparing 05:01:48 0f74e9ff2a61: Preparing 05:01:48 b122376c33c6: Preparing 05:01:48 f8381ed47b22: Preparing 05:01:48 e934a737d657: Preparing 05:01:48 b7813b03da7e: Waiting 05:01:48 692ba2ee5f36: Waiting 05:01:48 9ded3b6bb9b5: Waiting 05:01:48 b122376c33c6: Waiting 05:01:48 fa1afe8e6ed9: Waiting 05:01:48 f8381ed47b22: Waiting 05:01:48 0f74e9ff2a61: Waiting 05:01:48 e934a737d657: Waiting 05:01:48 87a09b4c083e: Waiting 05:01:48 5d84a9a02fbe: Layer already exists 05:01:48 c61dd6c671b6: Layer already exists 05:01:48 1a05c6a925c2: Layer already exists 05:01:48 a48bc1f9c137: Layer already exists 05:01:48 671fcbbe41b1: Layer already exists 05:01:48 9ded3b6bb9b5: Layer already exists 05:01:48 692ba2ee5f36: Layer already exists 05:01:48 b7813b03da7e: Layer already exists 05:01:48 fa1afe8e6ed9: Layer already exists 05:01:48 87a09b4c083e: Layer already exists 05:01:48 b122376c33c6: Layer already exists 05:01:48 0f74e9ff2a61: Layer already exists 05:01:48 e934a737d657: Layer already exists 05:01:48 f8381ed47b22: Layer already exists 05:01:48 8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123: digest: sha256:3dae447f104c9461478331e1051ad02457ba092fd9a55c4bf33bbab3771b14e5 size: 3252 [Pipeline] isUnix [Pipeline] sh 05:01:49 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:01:49 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 05:01:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 05:01:49 671fcbbe41b1: Preparing 05:01:49 a48bc1f9c137: Preparing 05:01:49 1a05c6a925c2: Preparing 05:01:49 c61dd6c671b6: Preparing 05:01:49 5d84a9a02fbe: Preparing 05:01:49 b7813b03da7e: Preparing 05:01:49 692ba2ee5f36: Preparing 05:01:49 9ded3b6bb9b5: Preparing 05:01:49 fa1afe8e6ed9: Preparing 05:01:49 87a09b4c083e: Preparing 05:01:49 0f74e9ff2a61: Preparing 05:01:49 b122376c33c6: Preparing 05:01:49 f8381ed47b22: Preparing 05:01:49 e934a737d657: Preparing 05:01:49 b7813b03da7e: Waiting 05:01:49 0f74e9ff2a61: Waiting 05:01:49 b122376c33c6: Waiting 05:01:49 f8381ed47b22: Waiting 05:01:49 e934a737d657: Waiting 05:01:49 692ba2ee5f36: Waiting 05:01:49 9ded3b6bb9b5: Waiting 05:01:49 87a09b4c083e: Waiting 05:01:49 5d84a9a02fbe: Layer already exists 05:01:49 1a05c6a925c2: Layer already exists 05:01:49 a48bc1f9c137: Layer already exists 05:01:49 671fcbbe41b1: Layer already exists 05:01:49 c61dd6c671b6: Layer already exists 05:01:49 fa1afe8e6ed9: Layer already exists 05:01:49 9ded3b6bb9b5: Layer already exists 05:01:49 87a09b4c083e: Layer already exists 05:01:49 692ba2ee5f36: Layer already exists 05:01:49 b7813b03da7e: Layer already exists 05:01:49 0f74e9ff2a61: Layer already exists 05:01:49 e934a737d657: Layer already exists 05:01:49 b122376c33c6: Layer already exists 05:01:49 f8381ed47b22: Layer already exists 05:01:49 master: digest: sha256:3dae447f104c9461478331e1051ad02457ba092fd9a55c4bf33bbab3771b14e5 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:01:49 ===================================================== [Pipeline] echo 05:01:49 taggedImages: 05:01:49 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324 05:01:49 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.123 05:01:49 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8a69c127c9b04e641d44d2e92838084644d97324-2.0.0-dev.123 05:01:49 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 05:01:50 ---> job-cost.sh 05:01:50 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wma9 05:02:29 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:04:06 lf-activate-venv(): INFO: Adding /tmp/venv-wma9/bin to PATH 05:04:06 INFO: No Stack... 05:04:06 INFO: Retrieving Pricing Info for: lf-standard-4 05:04:06 INFO: Archiving Costs [Pipeline] sh 05:04:06 + cat /w/workspace/edgex-go/390/archives/cost.csv 05:04:06 + cut -d, -f6 [Pipeline] lock 05:04:08 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-390-stack-cost] 05:04:08 Resource [jenkins-edgexfoundry-edgex-go-master-390-stack-cost] did not exist. Created. 05:04:08 Lock acquired on [jenkins-edgexfoundry-edgex-go-master-390-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:04:08 + echo total: 0.20999999344348907 [Pipeline] stash 05:04:09 Stashed 1 file(s) [Pipeline] } 05:04:09 Lock released on resource [jenkins-edgexfoundry-edgex-go-master-390-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 05:04:11 provisioning config files... 05:04:11 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/390@tmp/config4795292936675147720tmp [Pipeline] { [Pipeline] sh 05:04:11 + set +x 05:04:11 + curl -s https://codecov.io/bash 05:04:11 + bash -s -- 05:04:12 05:04:12 _____ _ 05:04:12 / ____| | | 05:04:12 | | ___ __| | ___ ___ _____ __ 05:04:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:04:12 | |___| (_) | (_| | __/ (_| (_) \ V / 05:04:12 \_____\___/ \__,_|\___|\___\___/ \_/ 05:04:12 Bash-20210309-2b87ace 05:04:12 05:04:12 05:04:12 ==> git version 2.24.3 found 05:04:12 ==> 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 05:04:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:04:12 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:04:12 ==> Jenkins CI detected. 05:04:12 project root: . 05:04:12 --> token set from env 05:04:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:04:12 ==> Running gcov in . (disable via -X gcov) 05:04:12 ==> Python coveragepy not found 05:04:12 ==> Searching for coverage reports in: 05:04:12 + . 05:04:12 -> Found 1 reports 05:04:12 ==> Detecting git/mercurial file structure 05:04:12 ==> Reading reports 05:04:12 + ./coverage.out bytes=628838 05:04:12 ==> Appending adjustments 05:04:12 https://docs.codecov.io/docs/fixing-reports 05:04:16 + Found adjustments 05:04:16 ==> Gzipping contents 05:04:16 92K /tmp/codecov.FWkouM.gz 05:04:16 ==> Uploading reports 05:04:16 url: https://codecov.io 05:04:16 query: branch=master&commit=8a69c127c9b04e641d44d2e92838084644d97324&build=390&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F390%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:04:16 -> Pinging Codecov 05:04:16 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=8a69c127c9b04e641d44d2e92838084644d97324&build=390&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F390%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:04:16 -> Uploading to 05:04:16 https://storage.googleapis.com/codecov/v4/raw/2021-03-11/00271124DB129430A58F1EEE437C3FCB/8a69c127c9b04e641d44d2e92838084644d97324/0278a5a6-8f00-4b15-a04e-a780701fbfac.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210311T050416Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=aaf1c980a5ba33a5918566414673f194a8ac4ff82f6ef188282eea8edd62b329 05:04:16 % Total % Received % Xferd Average Speed Time Time Time Current 05:04:16 Dload Upload Total Spent Left Speed 05:04:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92763 0 0 100 92763 0 160k --:--:-- --:--:-- --:--:-- 160k 05:04:17 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/8a69c127c9b04e641d44d2e92838084644d97324 [Pipeline] } 05:04:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 05:04:18 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:04:18 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:04:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:04:18 05:04:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 05:04:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:04:18 1.410.4: Pulling from edgex-devops/edgex-snyk-go 05:04:18 188c0c94c7c5: Already exists 05:04:18 0ef7d3d256c8: Already exists 05:04:18 de9db76c5a1d: Already exists 05:04:18 0eba1c9be4d2: Pulling fs layer 05:04:18 0d57e429df01: Pulling fs layer 05:04:18 4e4be7b47b0d: Pulling fs layer 05:04:18 e1f770b5df2f: Pulling fs layer 05:04:18 85a0685a4137: Pulling fs layer 05:04:18 e1f770b5df2f: Waiting 05:04:18 85a0685a4137: Waiting 05:04:18 0d57e429df01: Verifying Checksum 05:04:18 0d57e429df01: Download complete 05:04:18 4e4be7b47b0d: Verifying Checksum 05:04:18 4e4be7b47b0d: Download complete 05:04:21 e1f770b5df2f: Verifying Checksum 05:04:21 e1f770b5df2f: Download complete 05:04:22 0eba1c9be4d2: Verifying Checksum 05:04:22 0eba1c9be4d2: Download complete 05:04:23 85a0685a4137: Verifying Checksum 05:04:23 85a0685a4137: Download complete 05:04:29 0eba1c9be4d2: Pull complete 05:04:29 0d57e429df01: Pull complete 05:04:29 4e4be7b47b0d: Pull complete 05:04:32 e1f770b5df2f: Pull complete 05:04:42 85a0685a4137: Pull complete 05:04:42 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 05:04:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:04:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 05:04:43 prd-centos7-docker-4c-2g-29460 does not seem to be running inside a container 05:04:43 $ 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/390 -v /w/workspace/edgex-go/390:/w/workspace/edgex-go/390:rw,z -v /w/workspace/edgex-go/390@tmp:/w/workspace/edgex-go/390@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 05:04:45 $ docker top f0ddb635c9a2c454cc873a051e4e9c22e5df1e59278b5db746cd5a7929173ca6 -eo pid,comm [Pipeline] { [Pipeline] echo 05:04:45 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 05:04:45 + set -o pipefail 05:04:45 + snyk monitor '--org=edgex-jenkins' 05:05:07 05:05:07 Monitoring /w/workspace/edgex-go/390 (github.com/edgexfoundry/edgex-go)... 05:05:07 05:05:07 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/a6ad14bd-2835-47ad-84e7-24c3f9c7e63d 05:05:07 05:05:07 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:05:07 05:05:07 [Pipeline] } 05:05:07 $ docker stop --time=1 f0ddb635c9a2c454cc873a051e4e9c22e5df1e59278b5db746cd5a7929173ca6 05:05:10 $ docker rm -f f0ddb635c9a2c454cc873a051e4e9c22e5df1e59278b5db746cd5a7929173ca6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 05:05:12 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:05:12 provisioning config files... 05:05:12 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/390@tmp/config3564692934591871262tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:05:12 --> edgex-publish-swagger.sh 05:05:12 === Publish openapi/v1 API === 05:05:12 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 05:05:12 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/390/openapi/v1/core-command.yaml] 05:05:12 % Total % Received % Xferd Average Speed Time Time Time Current 05:05:12 Dload Upload Total Spent Left Speed 05:05:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 10522 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8450 0:00:01 0:00:01 --:--:-- 8458 05:05:13 05:05:13 05:05:13 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/390/openapi/v1/core-data.yaml] 05:05:13 % Total % Received % Xferd Average Speed Time Time Time Current 05:05:13 Dload Upload Total Spent Left Speed 05:05:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 28552 0:00:01 0:00:01 --:--:-- 28533 100 32557 0 0 100 32557 0 28548 0:00:01 0:00:01 --:--:-- 28533 05:05:15 05:05:15 05:05:15 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/390/openapi/v1/core-metadata.yaml] 05:05:15 % Total % Received % Xferd Average Speed Time Time Time Current 05:05:15 Dload Upload Total Spent Left Speed 05:05:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 67204 0:00:01 0:00:01 --:--:-- 67263 100 73721 0 0 100 73721 0 67194 0:00:01 0:00:01 --:--:-- 67263 05:05:15 05:05:15 05:05:15 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/390/openapi/v1/support-logging.yaml] 05:05:15 % Total % Received % Xferd Average Speed Time Time Time Current 05:05:15 Dload Upload Total Spent Left Speed 05:05:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11681 0:00:01 0:00:01 --:--:-- 11687 100 13581 0 0 100 13581 0 11680 0:00:01 0:00:01 --:--:-- 11687 05:05:17 05:05:17 05:05:17 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/390/openapi/v1/support-notifications.yaml] 05:05:17 % Total % Received % Xferd Average Speed Time Time Time Current 05:05:17 Dload Upload Total Spent Left Speed 05:05:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 32852 0:00:01 0:00:01 --:--:-- 32874 100 38890 0 0 100 38890 0 32845 0:00:01 0:00:01 --:--:-- 32874 05:05:18 05:05:18 05:05:18 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/390/openapi/v1/support-scheduler.yaml] 05:05:18 % Total % Received % Xferd Average Speed Time Time Time Current 05:05:18 Dload Upload Total Spent Left Speed 05:05:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12918 0:00:01 0:00:01 --:--:-- 12930 100 14249 0 0 100 14249 0 12916 0:00:01 0:00:01 --:--:-- 12930 05:05:19 05:05:19 05:05:19 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/390/openapi/v1/system-agent.yaml] 05:05:19 % Total % Received % Xferd Average Speed Time Time Time Current 05:05:19 Dload Upload Total Spent Left Speed 05:05:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3795 0:00:01 0:00:01 --:--:-- 3798 100 4110 0 0 100 4110 0 3795 0:00:01 0:00:01 --:--:-- 3798 05:05:20 05:05:20 05:05:20 === Publish openapi/v2 API === 05:05:20 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 05:05:20 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/390/openapi/v2/core-command.yaml] 05:05:20 % Total % Received % Xferd Average Speed Time Time Time Current 05:05:20 Dload Upload Total Spent Left Speed 05:05:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 24481 0:00:01 0:00:01 --:--:-- 24480 100 29744 0 0 100 29744 0 24187 0:00:01 0:00:01 --:--:-- 24182 05:05:21 05:05:21 05:05:21 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/390/openapi/v2/core-data.yaml] 05:05:21 % Total % Received % Xferd Average Speed Time Time Time Current 05:05:21 Dload Upload Total Spent Left Speed 05:05:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57358 0 0 100 57358 0 49457 0:00:01 0:00:01 --:--:-- 49489 100 57358 0 0 100 57358 0 49450 0:00:01 0:00:01 --:--:-- 49489 05:05:23 05:05:23 05:05:23 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/390/openapi/v2/core-metadata.yaml] 05:05:23 % Total % Received % Xferd Average Speed Time Time Time Current 05:05:23 Dload Upload Total Spent Left Speed 05:05:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 105k 0:00:01 0:00:01 --:--:-- 106k 100 118k 0 0 100 118k 0 105k 0:00:01 0:00:01 --:--:-- 106k 05:05:24 05:05:24 05:05:24 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/390/openapi/v2/support-notifications.yaml] 05:05:24 % Total % Received % Xferd Average Speed Time Time Time Current 05:05:24 Dload Upload Total Spent Left Speed 05:05:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71727 0 0 100 71727 0 64678 0:00:01 0:00:01 --:--:-- 64735 100 71727 0 0 100 71727 0 64668 0:00:01 0:00:01 --:--:-- 64735 05:05:25 05:05:25 05:05:25 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/390/openapi/v2/support-scheduler.yaml] 05:05:25 % Total % Received % Xferd Average Speed Time Time Time Current 05:05:25 Dload Upload Total Spent Left Speed 05:05:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39069 0 0 100 39069 0 33983 0:00:01 0:00:01 --:--:-- 34002 100 39069 0 0 100 39069 0 33978 0:00:01 0:00:01 --:--:-- 34002 05:05:26 05:05:26 05:05:26 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/390/openapi/v2/system-agent.yaml] 05:05:26 % Total % Received % Xferd Average Speed Time Time Time Current 05:05:26 Dload Upload Total Spent Left Speed 05:05:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 21977 0:00:01 0:00:01 --:--:-- 21983 100 24182 0 0 100 24182 0 21973 0:00:01 0:00:01 --:--:-- 21983 05:05:27 05:05:27 [Pipeline] } 05:05:27 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 05:05:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:05:28 . [Pipeline] withDockerContainer 05:05:28 prd-centos7-docker-4c-2g-29460 does not seem to be running inside a container 05:05:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/390 -v /w/workspace/edgex-go/390:/w/workspace/edgex-go/390:rw,z -v /w/workspace/edgex-go/390@tmp:/w/workspace/edgex-go/390@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:05:29 $ docker top d2711e366e8192a74f3a199c708c9a77b5c18f67ac23124398f8211a38b8e0f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:05:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:05:29 [ssh-agent] Looking for ssh-agent implementation... 05:05:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:05:30 $ docker exec d2711e366e8192a74f3a199c708c9a77b5c18f67ac23124398f8211a38b8e0f4 ssh-agent 05:05:30 SSH_AUTH_SOCK=/tmp/ssh-Cj3n8tbYDeaQ/agent.11 05:05:30 SSH_AGENT_PID=17 05:05:30 Running ssh-add (command line suppressed) 05:05:30 Identity added: /w/workspace/edgex-go/390@tmp/private_key_3182135665601471132.key (/w/workspace/edgex-go/390@tmp/private_key_3182135665601471132.key) 05:05:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:05:30 + git semver tag 05:05:31 # -> Open(): unable to determine branch for HEAD 05:05:31 # $GIT_DIR = /w/workspace/edgex-go/390/.git 05:05:31 # $GIT_WORK_TREE = /w/workspace/edgex-go/390 05:05:31 # $SEMVER_REMOTE_NAME = origin 05:05:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:05:31 # $SEMVER_USER_NAME = edgex-jenkins 05:05:31 # $SEMVER_BRANCH = master 05:05:31 # $SEMVER_DIR = /w/workspace/edgex-go/390/.semver 05:05:31 # 8a69c127c9b04e641d44d2e92838084644d97324 HEAD 05:05:31 # -> Force: false 05:05:31 # e637879bc5c93c570f726ad21b7b2fa3aeeb907c refs/tags/v2.0.0-dev.123 [Pipeline] } 05:05:31 $ docker exec --env ******** --env ******** d2711e366e8192a74f3a199c708c9a77b5c18f67ac23124398f8211a38b8e0f4 ssh-agent -k 05:05:31 unset SSH_AUTH_SOCK; 05:05:31 unset SSH_AGENT_PID; 05:05:31 echo Agent pid 17 killed; 05:05:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:05:32 + git semver [Pipeline] } 05:05:32 $ docker stop --time=1 d2711e366e8192a74f3a199c708c9a77b5c18f67ac23124398f8211a38b8e0f4 05:05:33 $ docker rm -f d2711e366e8192a74f3a199c708c9a77b5c18f67ac23124398f8211a38b8e0f4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 05:05:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:05:34 05:05:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 05:05:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:05:34 0.23.1-centos7: Pulling from edgex-lftools 05:05:34 ab5ef0e58194: Pulling fs layer 05:05:34 9712f1f96733: Pulling fs layer 05:05:34 63f879dbbcfc: Pulling fs layer 05:05:34 0d9ebad4ef96: Pulling fs layer 05:05:34 e9a5061849ea: Pulling fs layer 05:05:34 d747dcd14b5f: Pulling fs layer 05:05:34 2de7ff778b66: Pulling fs layer 05:05:34 e9a5061849ea: Waiting 05:05:34 d747dcd14b5f: Waiting 05:05:34 2de7ff778b66: Waiting 05:05:34 0d9ebad4ef96: Waiting 05:05:34 9712f1f96733: Verifying Checksum 05:05:34 9712f1f96733: Download complete 05:05:36 63f879dbbcfc: Verifying Checksum 05:05:36 63f879dbbcfc: Download complete 05:05:36 e9a5061849ea: Verifying Checksum 05:05:36 e9a5061849ea: Download complete 05:05:36 d747dcd14b5f: Download complete 05:05:37 2de7ff778b66: Verifying Checksum 05:05:37 2de7ff778b66: Download complete 05:05:37 0d9ebad4ef96: Verifying Checksum 05:05:37 0d9ebad4ef96: Download complete 05:05:37 ab5ef0e58194: Verifying Checksum 05:05:37 ab5ef0e58194: Download complete 05:05:42 ab5ef0e58194: Pull complete 05:05:42 9712f1f96733: Pull complete 05:05:44 63f879dbbcfc: Pull complete 05:05:51 0d9ebad4ef96: Pull complete 05:05:53 e9a5061849ea: Pull complete 05:05:53 d747dcd14b5f: Pull complete 05:05:56 2de7ff778b66: Pull complete 05:05:56 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:05:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:05:56 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 05:05:56 prd-centos7-docker-4c-2g-29460 does not seem to be running inside a container 05:05:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/390 -v /w/workspace/edgex-go/390:/w/workspace/edgex-go/390:rw,z -v /w/workspace/edgex-go/390@tmp:/w/workspace/edgex-go/390@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 05:06:00 $ docker top dd06feb8dd88690be259d3ce3ef1a042dce738bfbdeb989f84f2ea6cbaf3c666 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:06:00 provisioning config files... 05:06:00 copy managed file [sigul-config] to file:/w/workspace/edgex-go/390@tmp/config9171091826967730064tmp 05:06:00 copy managed file [sigul-password] to file:/w/workspace/edgex-go/390@tmp/config7202316131652057555tmp 05:06:00 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/390@tmp/config8218998305667114128tmp [Pipeline] { [Pipeline] echo 05:06:01 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:06:01 ---> sigul-configuration.sh 05:06:01 gpg: directory `/root/.gnupg' created 05:06:01 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:06:01 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:06:01 gpg: keyring `/root/.gnupg/secring.gpg' created 05:06:01 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:06:01 gpg: CAST5 encrypted data 05:06:01 gpg: encrypted with 1 passphrase 05:06:01 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:06:01 + mkdir /home/jenkins 05:06:01 + mkdir /home/jenkins/sigul [Pipeline] sh 05:06:02 + 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 05:06:02 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:06:02 ---> sigul-install.sh 05:06:09 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 05:06:09 + git tag --list 05:06:09 0.6.0 05:06:09 0.6.1 05:06:09 0.7.0 05:06:09 0.7.1 05:06:09 v0.0.0 05:06:09 v0.0.1-dev.1 05:06:09 v1.0.0 05:06:09 v1.0.1 05:06:09 v1.1.0 05:06:09 v1.2.0 05:06:09 v1.2.1 05:06:09 v1.2.2-dev.1 05:06:09 v1.2.2-dev.10 05:06:09 v1.2.2-dev.100 05:06:09 v1.2.2-dev.101 05:06:09 v1.2.2-dev.102 05:06:09 v1.2.2-dev.103 05:06:09 v1.2.2-dev.104 05:06:09 v1.2.2-dev.105 05:06:09 v1.2.2-dev.106 05:06:09 v1.2.2-dev.107 05:06:09 v1.2.2-dev.11 05:06:09 v1.2.2-dev.12 05:06:09 v1.2.2-dev.13 05:06:09 v1.2.2-dev.14 05:06:09 v1.2.2-dev.15 05:06:09 v1.2.2-dev.16 05:06:09 v1.2.2-dev.17 05:06:09 v1.2.2-dev.18 05:06:09 v1.2.2-dev.19 05:06:09 v1.2.2-dev.2 05:06:09 v1.2.2-dev.20 05:06:09 v1.2.2-dev.21 05:06:09 v1.2.2-dev.22 05:06:09 v1.2.2-dev.23 05:06:09 v1.2.2-dev.24 05:06:09 v1.2.2-dev.25 05:06:09 v1.2.2-dev.26 05:06:09 v1.2.2-dev.27 05:06:09 v1.2.2-dev.28 05:06:09 v1.2.2-dev.29 05:06:09 v1.2.2-dev.3 05:06:09 v1.2.2-dev.30 05:06:09 v1.2.2-dev.31 05:06:09 v1.2.2-dev.32 05:06:09 v1.2.2-dev.33 05:06:09 v1.2.2-dev.34 05:06:09 v1.2.2-dev.35 05:06:09 v1.2.2-dev.36 05:06:09 v1.2.2-dev.37 05:06:09 v1.2.2-dev.38 05:06:09 v1.2.2-dev.39 05:06:09 v1.2.2-dev.4 05:06:09 v1.2.2-dev.40 05:06:09 v1.2.2-dev.41 05:06:09 v1.2.2-dev.42 05:06:09 v1.2.2-dev.43 05:06:09 v1.2.2-dev.44 05:06:09 v1.2.2-dev.45 05:06:09 v1.2.2-dev.46 05:06:09 v1.2.2-dev.47 05:06:09 v1.2.2-dev.48 05:06:09 v1.2.2-dev.49 05:06:09 v1.2.2-dev.5 05:06:09 v1.2.2-dev.50 05:06:09 v1.2.2-dev.51 05:06:09 v1.2.2-dev.52 05:06:09 v1.2.2-dev.53 05:06:09 v1.2.2-dev.54 05:06:09 v1.2.2-dev.55 05:06:09 v1.2.2-dev.56 05:06:09 v1.2.2-dev.57 05:06:09 v1.2.2-dev.58 05:06:09 v1.2.2-dev.59 05:06:09 v1.2.2-dev.6 05:06:09 v1.2.2-dev.60 05:06:09 v1.2.2-dev.61 05:06:09 v1.2.2-dev.62 05:06:09 v1.2.2-dev.63 05:06:09 v1.2.2-dev.64 05:06:09 v1.2.2-dev.65 05:06:09 v1.2.2-dev.66 05:06:09 v1.2.2-dev.67 05:06:09 v1.2.2-dev.68 05:06:09 v1.2.2-dev.69 05:06:09 v1.2.2-dev.7 05:06:09 v1.2.2-dev.70 05:06:09 v1.2.2-dev.71 05:06:09 v1.2.2-dev.72 05:06:09 v1.2.2-dev.73 05:06:09 v1.2.2-dev.74 05:06:09 v1.2.2-dev.75 05:06:09 v1.2.2-dev.76 05:06:09 v1.2.2-dev.77 05:06:09 v1.2.2-dev.78 05:06:09 v1.2.2-dev.79 05:06:09 v1.2.2-dev.8 05:06:09 v1.2.2-dev.80 05:06:09 v1.2.2-dev.81 05:06:09 v1.2.2-dev.82 05:06:09 v1.2.2-dev.83 05:06:09 v1.2.2-dev.84 05:06:09 v1.2.2-dev.85 05:06:09 v1.2.2-dev.86 05:06:09 v1.2.2-dev.87 05:06:09 v1.2.2-dev.88 05:06:09 v1.2.2-dev.89 05:06:09 v1.2.2-dev.9 05:06:09 v1.2.2-dev.90 05:06:09 v1.2.2-dev.91 05:06:09 v1.2.2-dev.92 05:06:09 v1.2.2-dev.93 05:06:09 v1.2.2-dev.94 05:06:09 v1.2.2-dev.95 05:06:09 v1.2.2-dev.96 05:06:09 v1.2.2-dev.97 05:06:09 v1.2.2-dev.98 05:06:09 v1.2.2-dev.99 05:06:09 v1.3.0 05:06:09 v1.3.1 05:06:09 v1.3.1-dev.1 05:06:09 v1.3.1-dev.10 05:06:09 v1.3.1-dev.11 05:06:09 v1.3.1-dev.12 05:06:09 v1.3.1-dev.13 05:06:09 v1.3.1-dev.14 05:06:09 v1.3.1-dev.15 05:06:09 v1.3.1-dev.16 05:06:09 v1.3.1-dev.17 05:06:09 v1.3.1-dev.18 05:06:09 v1.3.1-dev.2 05:06:09 v1.3.1-dev.3 05:06:09 v1.3.1-dev.4 05:06:09 v1.3.1-dev.5 05:06:09 v1.3.1-dev.6 05:06:09 v1.3.1-dev.7 05:06:09 v1.3.1-dev.8 05:06:09 v1.3.1-dev.9 05:06:09 v2.0.0-dev.1 05:06:09 v2.0.0-dev.10 05:06:09 v2.0.0-dev.100 05:06:09 v2.0.0-dev.101 05:06:09 v2.0.0-dev.102 05:06:09 v2.0.0-dev.103 05:06:09 v2.0.0-dev.104 05:06:09 v2.0.0-dev.105 05:06:09 v2.0.0-dev.106 05:06:09 v2.0.0-dev.107 05:06:09 v2.0.0-dev.108 05:06:09 v2.0.0-dev.109 05:06:09 v2.0.0-dev.11 05:06:09 v2.0.0-dev.110 05:06:09 v2.0.0-dev.111 05:06:09 v2.0.0-dev.112 05:06:09 v2.0.0-dev.113 05:06:09 v2.0.0-dev.114 05:06:09 v2.0.0-dev.115 05:06:09 v2.0.0-dev.116 05:06:09 v2.0.0-dev.117 05:06:09 v2.0.0-dev.118 05:06:09 v2.0.0-dev.119 05:06:09 v2.0.0-dev.12 05:06:09 v2.0.0-dev.120 05:06:09 v2.0.0-dev.121 05:06:09 v2.0.0-dev.122 05:06:09 v2.0.0-dev.123 05:06:09 v2.0.0-dev.13 05:06:09 v2.0.0-dev.14 05:06:09 v2.0.0-dev.15 05:06:09 v2.0.0-dev.16 05:06:09 v2.0.0-dev.17 05:06:09 v2.0.0-dev.18 05:06:09 v2.0.0-dev.19 05:06:09 v2.0.0-dev.2 05:06:09 v2.0.0-dev.20 05:06:09 v2.0.0-dev.21 05:06:09 v2.0.0-dev.22 05:06:09 v2.0.0-dev.23 05:06:09 v2.0.0-dev.24 05:06:09 v2.0.0-dev.25 05:06:09 v2.0.0-dev.26 05:06:09 v2.0.0-dev.27 05:06:09 v2.0.0-dev.28 05:06:09 v2.0.0-dev.29 05:06:09 v2.0.0-dev.3 05:06:09 v2.0.0-dev.30 05:06:09 v2.0.0-dev.31 05:06:09 v2.0.0-dev.32 05:06:09 v2.0.0-dev.33 05:06:09 v2.0.0-dev.34 05:06:09 v2.0.0-dev.35 05:06:09 v2.0.0-dev.36 05:06:09 v2.0.0-dev.37 05:06:09 v2.0.0-dev.38 05:06:09 v2.0.0-dev.39 05:06:09 v2.0.0-dev.4 05:06:09 v2.0.0-dev.40 05:06:09 v2.0.0-dev.41 05:06:09 v2.0.0-dev.42 05:06:09 v2.0.0-dev.43 05:06:09 v2.0.0-dev.44 05:06:09 v2.0.0-dev.45 05:06:09 v2.0.0-dev.46 05:06:09 v2.0.0-dev.47 05:06:09 v2.0.0-dev.48 05:06:09 v2.0.0-dev.49 05:06:09 v2.0.0-dev.5 05:06:09 v2.0.0-dev.50 05:06:09 v2.0.0-dev.51 05:06:09 v2.0.0-dev.52 05:06:09 v2.0.0-dev.53 05:06:09 v2.0.0-dev.54 05:06:09 v2.0.0-dev.55 05:06:09 v2.0.0-dev.56 05:06:09 v2.0.0-dev.57 05:06:09 v2.0.0-dev.58 05:06:09 v2.0.0-dev.59 05:06:09 v2.0.0-dev.6 05:06:09 v2.0.0-dev.60 05:06:09 v2.0.0-dev.61 05:06:09 v2.0.0-dev.62 05:06:09 v2.0.0-dev.63 05:06:09 v2.0.0-dev.64 05:06:09 v2.0.0-dev.65 05:06:09 v2.0.0-dev.66 05:06:09 v2.0.0-dev.67 05:06:09 v2.0.0-dev.68 05:06:09 v2.0.0-dev.69 05:06:09 v2.0.0-dev.7 05:06:09 v2.0.0-dev.70 05:06:09 v2.0.0-dev.71 05:06:09 v2.0.0-dev.72 05:06:09 v2.0.0-dev.73 05:06:09 v2.0.0-dev.74 05:06:09 v2.0.0-dev.75 05:06:09 v2.0.0-dev.76 05:06:09 v2.0.0-dev.77 05:06:09 v2.0.0-dev.78 05:06:09 v2.0.0-dev.79 05:06:09 v2.0.0-dev.8 05:06:09 v2.0.0-dev.80 05:06:09 v2.0.0-dev.81 05:06:09 v2.0.0-dev.82 05:06:09 v2.0.0-dev.83 05:06:09 v2.0.0-dev.84 05:06:09 v2.0.0-dev.85 05:06:09 v2.0.0-dev.86 05:06:09 v2.0.0-dev.87 05:06:09 v2.0.0-dev.88 05:06:09 v2.0.0-dev.89 05:06:09 v2.0.0-dev.9 05:06:09 v2.0.0-dev.90 05:06:09 v2.0.0-dev.91 05:06:09 v2.0.0-dev.92 05:06:09 v2.0.0-dev.93 05:06:09 v2.0.0-dev.94 05:06:09 v2.0.0-dev.95 05:06:09 v2.0.0-dev.96 05:06:09 v2.0.0-dev.97 05:06:09 v2.0.0-dev.98 05:06:09 v2.0.0-dev.99 [Pipeline] sh 05:06:09 + lftools sign git-tag v2.0.0-dev.123 05:06:11 Signing Git tag with Sigul... 05:06:11 Signing v2.0.0-dev.123 [Pipeline] echo 05:06:12 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:06:12 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:06:12 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:06:12 $ docker stop --time=1 dd06feb8dd88690be259d3ce3ef1a042dce738bfbdeb989f84f2ea6cbaf3c666 05:06:15 $ docker rm -f dd06feb8dd88690be259d3ce3ef1a042dce738bfbdeb989f84f2ea6cbaf3c666 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 05:06:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:06:15 . [Pipeline] withDockerContainer 05:06:16 prd-centos7-docker-4c-2g-29460 does not seem to be running inside a container 05:06:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/390 -v /w/workspace/edgex-go/390:/w/workspace/edgex-go/390:rw,z -v /w/workspace/edgex-go/390@tmp:/w/workspace/edgex-go/390@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:06:16 $ docker top 1147f99a1adaeecf948a2d415702d8e3c0db090df0fe95a4121e0f1c80028376 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:06:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:06:17 [ssh-agent] Looking for ssh-agent implementation... 05:06:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:06:17 $ docker exec 1147f99a1adaeecf948a2d415702d8e3c0db090df0fe95a4121e0f1c80028376 ssh-agent 05:06:17 SSH_AUTH_SOCK=/tmp/ssh-J8wfaG2AlwWZ/agent.13 05:06:17 SSH_AGENT_PID=18 05:06:17 Running ssh-add (command line suppressed) 05:06:17 Identity added: /w/workspace/edgex-go/390@tmp/private_key_2546074160495273357.key (/w/workspace/edgex-go/390@tmp/private_key_2546074160495273357.key) 05:06:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:06:18 + git semver bump pre 05:06:18 # -> Open(): unable to determine branch for HEAD 05:06:18 # $GIT_DIR = /w/workspace/edgex-go/390/.git 05:06:18 # $GIT_WORK_TREE = /w/workspace/edgex-go/390 05:06:18 # $SEMVER_REMOTE_NAME = origin 05:06:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:06:18 # $SEMVER_USER_NAME = edgex-jenkins 05:06:18 # $SEMVER_BRANCH = master 05:06:18 # $SEMVER_DIR = /w/workspace/edgex-go/390/.semver 05:06:18 2.0.0-dev.124 [Pipeline] } 05:06:18 $ docker exec --env ******** --env ******** 1147f99a1adaeecf948a2d415702d8e3c0db090df0fe95a4121e0f1c80028376 ssh-agent -k 05:06:18 unset SSH_AUTH_SOCK; 05:06:18 unset SSH_AGENT_PID; 05:06:18 echo Agent pid 18 killed; 05:06:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:06:19 + git semver [Pipeline] } 05:06:19 $ docker stop --time=1 1147f99a1adaeecf948a2d415702d8e3c0db090df0fe95a4121e0f1c80028376 05:06:20 $ docker rm -f 1147f99a1adaeecf948a2d415702d8e3c0db090df0fe95a4121e0f1c80028376 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 05:06:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:06:21 . [Pipeline] withDockerContainer 05:06:21 prd-centos7-docker-4c-2g-29460 does not seem to be running inside a container 05:06:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/390 -v /w/workspace/edgex-go/390:/w/workspace/edgex-go/390:rw,z -v /w/workspace/edgex-go/390@tmp:/w/workspace/edgex-go/390@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:06:22 $ docker top 833906d35b2851a8bc8e688039fb81920897882fbb48dea518bb47631479b69f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:06:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:06:22 [ssh-agent] Looking for ssh-agent implementation... 05:06:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:06:22 $ docker exec 833906d35b2851a8bc8e688039fb81920897882fbb48dea518bb47631479b69f ssh-agent 05:06:23 SSH_AUTH_SOCK=/tmp/ssh-GuKpMrOIeaVd/agent.12 05:06:23 SSH_AGENT_PID=18 05:06:23 Running ssh-add (command line suppressed) 05:06:23 Identity added: /w/workspace/edgex-go/390@tmp/private_key_3338627074327810857.key (/w/workspace/edgex-go/390@tmp/private_key_3338627074327810857.key) 05:06:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:06:23 + git semver push 05:06:23 # -> Open(): unable to determine branch for HEAD 05:06:23 # $GIT_DIR = /w/workspace/edgex-go/390/.git 05:06:23 # $GIT_WORK_TREE = /w/workspace/edgex-go/390 05:06:23 # $SEMVER_REMOTE_NAME = origin 05:06:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:06:23 # $SEMVER_USER_NAME = edgex-jenkins 05:06:23 # $SEMVER_BRANCH = master 05:06:23 # $SEMVER_DIR = /w/workspace/edgex-go/390/.semver [Pipeline] } 05:06:31 $ docker exec --env ******** --env ******** 833906d35b2851a8bc8e688039fb81920897882fbb48dea518bb47631479b69f ssh-agent -k 05:06:31 unset SSH_AUTH_SOCK; 05:06:31 unset SSH_AGENT_PID; 05:06:31 echo Agent pid 18 killed; 05:06:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:06:32 + git semver [Pipeline] } 05:06:32 $ docker stop --time=1 833906d35b2851a8bc8e688039fb81920897882fbb48dea518bb47631479b69f 05:06:33 $ docker rm -f 833906d35b2851a8bc8e688039fb81920897882fbb48dea518bb47631479b69f [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 05:06:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:06:36 ---> package-listing.sh 05:06:36 ++ facter osfamily 05:06:36 ++ tr '[:upper:]' '[:lower:]' 05:06:36 + OS_FAMILY=redhat 05:06:36 + workspace=/w/workspace/edgex-go/390 05:06:36 + START_PACKAGES=/tmp/packages_start.txt 05:06:36 + END_PACKAGES=/tmp/packages_end.txt 05:06:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:06:36 + PACKAGES=/tmp/packages_start.txt 05:06:36 + '[' /w/workspace/edgex-go/390 ']' 05:06:36 + PACKAGES=/tmp/packages_end.txt 05:06:36 + case "${OS_FAMILY}" in 05:06:36 + rpm -qa 05:06:36 + sort 05:06:41 + '[' -f /tmp/packages_start.txt ']' 05:06:41 + '[' -f /tmp/packages_end.txt ']' 05:06:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:06:41 + '[' /w/workspace/edgex-go/390 ']' 05:06:41 + mkdir -p /w/workspace/edgex-go/390/archives/ 05:06:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/390/archives/ [Pipeline] echo 05:06:41 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/390/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:06:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:06:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:06:41 05:06:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:06:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:06:42 alpine: Pulling from edgex-lftools-log-publisher 05:06:42 df20fa9351a1: Pulling fs layer 05:06:42 36b3adc4ff6f: Pulling fs layer 05:06:42 8ad3a11d3b57: Pulling fs layer 05:06:42 46f8f816bc3b: Pulling fs layer 05:06:42 93b61091891f: Pulling fs layer 05:06:42 93b9cdb0e59b: Pulling fs layer 05:06:42 5e14af77c1be: Pulling fs layer 05:06:42 01666e4c0597: Pulling fs layer 05:06:42 aa168da1d23b: Pulling fs layer 05:06:42 46f8f816bc3b: Waiting 05:06:42 93b61091891f: Waiting 05:06:42 93b9cdb0e59b: Waiting 05:06:42 5e14af77c1be: Waiting 05:06:42 01666e4c0597: Waiting 05:06:42 aa168da1d23b: Waiting 05:06:42 36b3adc4ff6f: Verifying Checksum 05:06:42 36b3adc4ff6f: Download complete 05:06:42 46f8f816bc3b: Verifying Checksum 05:06:42 46f8f816bc3b: Download complete 05:06:42 df20fa9351a1: Verifying Checksum 05:06:42 df20fa9351a1: Download complete 05:06:42 93b9cdb0e59b: Verifying Checksum 05:06:42 93b9cdb0e59b: Download complete 05:06:42 93b61091891f: Verifying Checksum 05:06:42 93b61091891f: Download complete 05:06:42 5e14af77c1be: Verifying Checksum 05:06:42 5e14af77c1be: Download complete 05:06:42 01666e4c0597: Verifying Checksum 05:06:42 01666e4c0597: Download complete 05:06:42 8ad3a11d3b57: Verifying Checksum 05:06:42 8ad3a11d3b57: Download complete 05:06:43 df20fa9351a1: Pull complete 05:06:43 36b3adc4ff6f: Pull complete 05:06:45 aa168da1d23b: Verifying Checksum 05:06:45 aa168da1d23b: Download complete 05:06:45 8ad3a11d3b57: Pull complete 05:06:45 46f8f816bc3b: Pull complete 05:06:45 93b61091891f: Pull complete 05:06:46 93b9cdb0e59b: Pull complete 05:06:46 5e14af77c1be: Pull complete 05:06:46 01666e4c0597: Pull complete 05:06:53 aa168da1d23b: Pull complete 05:06:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:06:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:06:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:06:53 prd-centos7-docker-4c-2g-29460 does not seem to be running inside a container 05:06:53 $ 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/390/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/390 -v /w/workspace/edgex-go/390:/w/workspace/edgex-go/390:rw,z -v /w/workspace/edgex-go/390@tmp:/w/workspace/edgex-go/390@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:06:56 $ docker top fbb2acaae124036a4704787fa69d9f5e808ca0e88ca883d654f954387bdb94f0 -eo pid,comm [Pipeline] { [Pipeline] sh 05:06:57 + touch /tmp/pre-build-complete [Pipeline] sh 05:06:57 + mkdir -p /var/log/sa [Pipeline] sh 05:06:57 + ls /var/log/sa-host 05:06:57 + sadf -c /var/log/sa-host/sa11 05:06:57 file_magic: OK 05:06:57 HZ: Using current value: 100 05:06:57 file_header: OK 05:06:57 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 05:06:57 Statistics: 05:06:57 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... 05:06:57 File successfully converted to sysstat format version 12.2.1 05:06:57 + sadf -c /var/log/sa-host/sa23 05:06:57 file_magic: OK 05:06:57 HZ: Using current value: 100 05:06:57 file_header: OK 05:06:57 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 05:06:57 Statistics: 05:06:57 Hnuu...uuuununununu... 05:06:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:06:58 provisioning config files... 05:06:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/390@tmp/config9131623343987576265tmp [Pipeline] { [Pipeline] echo 05:06:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:06:58 ---> create-netrc.sh [Pipeline] } 05:06:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:06:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:06:59 ---> python-tools-install.sh [Pipeline] echo 05:06:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:06:59 ---> sudo-logs.sh 05:06:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:06:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:07:00 ---> job-cost.sh 05:07:00 lf-activate-venv: SKIPPING 05:07:00 DEBUG: total: 0.20999999344348907 05:07:00 INFO: Retrieving Stack Cost... 05:07:00 INFO: Retrieving Pricing Info for: v1-standard-2 05:07:01 INFO: Archiving Costs [Pipeline] echo 05:07:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:07:01 ---> logs-deploy.sh 05:07:01 lf-activate-venv: SKIPPING 05:07:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/390 05:07:01 INFO: archiving workspace using pattern(s): 05:07:03 Archives upload complete. 05:07:03 INFO: archiving logs to Nexus 05:07:04 ---> uname -a: 05:07:04 Linux prd-centos7-docker-4c-2g-29460.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 05:07:04 05:07:04 05:07:04 ---> lscpu: 05:07:04 Architecture: x86_64 05:07:04 CPU op-mode(s): 32-bit, 64-bit 05:07:04 Byte Order: Little Endian 05:07:04 Address sizes: 40 bits physical, 48 bits virtual 05:07:04 CPU(s): 4 05:07:04 On-line CPU(s) list: 0-3 05:07:04 Thread(s) per core: 1 05:07:04 Core(s) per socket: 1 05:07:04 Socket(s): 4 05:07:04 NUMA node(s): 1 05:07:04 Vendor ID: GenuineIntel 05:07:04 CPU family: 6 05:07:04 Model: 44 05:07:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:07:04 Stepping: 1 05:07:04 CPU MHz: 2933.442 05:07:04 BogoMIPS: 5866.88 05:07:04 Virtualization: VT-x 05:07:04 Hypervisor vendor: KVM 05:07:04 Virtualization type: full 05:07:04 L1d cache: 128 KiB 05:07:04 L1i cache: 128 KiB 05:07:04 L2 cache: 16 MiB 05:07:04 L3 cache: 64 MiB 05:07:04 NUMA node0 CPU(s): 0-3 05:07:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 05:07:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 05:07:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 05:07:04 Vulnerability Meltdown: Mitigation; PTI 05:07:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:07:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:07:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:07:04 Vulnerability Srbds: Not affected 05:07:04 Vulnerability Tsx async abort: Not affected 05:07:04 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 05:07:04 05:07:04 05:07:04 ---> nproc: 05:07:04 4 05:07:04 05:07:04 05:07:04 ---> df -h: 05:07:04 Filesystem Size Used Available Use% Mounted on 05:07:04 overlay 50.0G 13.5G 36.5G 27% / 05:07:04 tmpfs 64.0M 0 64.0M 0% /dev 05:07:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 05:07:04 shm 64.0M 0 64.0M 0% /dev/shm 05:07:04 /dev/vda1 50.0G 13.5G 36.5G 27% /facter-os 05:07:04 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/resolv.conf 05:07:04 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hostname 05:07:04 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hosts 05:07:04 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/secure 05:07:04 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/auth.log 05:07:04 /dev/vda1 50.0G 13.5G 36.5G 27% /run/cloud-init/result.json 05:07:04 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/sa-host 05:07:04 /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/390 05:07:04 /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/390@tmp 05:07:04 05:07:04 05:07:04 ---> free -m: 05:07:04 total used free shared buff/cache available 05:07:04 Mem: 1837 771 148 0 917 1002 05:07:04 Swap: 1023 67 956 05:07:04 05:07:04 05:07:04 ---> ip addr: 05:07:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:07:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:07:04 inet 127.0.0.1/8 scope host lo 05:07:04 valid_lft forever preferred_lft forever 05:07:04 inet6 ::1/128 scope host 05:07:04 valid_lft forever preferred_lft forever 05:07:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:07:04 link/ether fa:16:3e:32:84:2d brd ff:ff:ff:ff:ff:ff 05:07:04 inet 10.30.122.254/23 brd 10.30.123.255 scope global dynamic eth0 05:07:04 valid_lft 85135sec preferred_lft 85135sec 05:07:04 inet6 fe80::f816:3eff:fe32:842d/64 scope link 05:07:04 valid_lft forever preferred_lft forever 05:07:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:07:04 link/ether 02:42:19:7c:d4:b9 brd ff:ff:ff:ff:ff:ff 05:07:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:07:04 valid_lft forever preferred_lft forever 05:07:04 inet6 fe80::42:19ff:fe7c:d4b9/64 scope link 05:07:04 valid_lft forever preferred_lft forever 05:07:04 05:07:04 05:07:04 ---> sar -b -r -n DEV: 05:07:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 05:07:04 05:07:04 04:45:46 LINUX RESTART (4 CPU) 05:07:04 05:07:04 04:47:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:07:04 04:48:01 22.90 13.75 9.15 0.00 793.91 3373.95 0.00 05:07:04 04:49:01 220.88 104.63 116.26 0.00 7467.15 45844.08 0.00 05:07:04 04:50:02 251.27 112.00 139.27 0.00 4231.38 16303.82 0.00 05:07:04 04:51:01 79.35 20.11 59.23 0.00 677.69 9085.94 0.00 05:07:04 04:52:01 123.54 72.10 51.44 0.00 3106.84 3856.15 0.00 05:07:04 04:53:01 90.00 9.46 80.54 0.00 1011.54 20098.14 0.00 05:07:04 04:54:02 940.13 703.06 237.07 0.00 93692.38 151432.08 0.00 05:07:04 04:55:01 2166.73 1893.30 273.43 0.00 142232.92 152728.48 0.00 05:07:04 04:56:02 249.39 150.96 98.43 0.00 11982.64 19235.67 0.00 05:07:04 04:57:02 613.45 334.86 278.60 0.00 68749.39 116011.11 0.00 05:07:04 04:58:02 1343.20 1115.89 227.31 0.00 82022.85 87211.59 0.00 05:07:04 04:59:02 318.99 151.89 167.10 0.00 9425.92 28506.86 0.00 05:07:04 05:00:01 92.45 27.09 65.37 0.00 4785.52 4530.60 0.00 05:07:04 05:01:01 19.11 10.94 8.18 0.00 1298.30 155.76 0.00 05:07:04 05:02:01 1.36 0.35 1.02 0.00 8.52 21.02 0.00 05:07:04 05:03:01 0.48 0.18 0.30 0.00 2.00 4.10 0.00 05:07:04 05:04:02 0.27 0.02 0.25 0.00 0.27 2.60 0.00 05:07:04 05:05:01 360.51 221.35 139.16 0.00 11954.39 35191.76 0.00 05:07:04 05:06:01 194.01 57.57 136.44 0.00 4968.52 31825.19 0.00 05:07:04 Average: 373.32 263.24 110.08 0.00 23641.13 38263.49 0.00 05:07:04 05:07:04 04:47:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:07:04 04:48:01 79620 0 856928 45.54 2620 942376 1518760 51.83 642080 957620 60868 05:07:04 04:49:01 116328 0 700424 37.23 1604 1063188 1321548 45.10 591644 932916 12 05:07:04 04:50:02 81220 0 1035300 55.02 792 764232 1929276 65.84 776472 743488 61276 05:07:04 04:51:01 124616 0 892452 47.43 568 863908 1781924 60.81 760000 708556 19348 05:07:04 04:52:01 86636 0 913184 48.53 568 881156 1578828 53.88 701044 795868 61928 05:07:04 04:53:01 177060 0 758104 40.29 376 946004 1317660 44.97 552016 862308 93176 05:07:04 04:54:02 372092 0 721976 38.37 0 787476 1933484 65.99 555916 736916 72 05:07:04 04:55:01 585236 0 705204 37.48 0 591104 1396696 47.67 502372 564252 52 05:07:04 04:56:02 200708 0 724280 38.49 0 956556 1391444 47.49 671692 758928 74712 05:07:04 04:57:02 80848 0 800832 42.56 0 999864 2212660 75.51 765992 825056 96044 05:07:04 04:58:02 77812 0 736412 39.14 0 1067320 1795336 61.27 598832 977964 26812 05:07:04 04:59:02 146784 0 696060 36.99 0 1038700 1414136 48.26 571144 913680 2420 05:07:04 05:00:01 116808 0 652316 34.67 0 1112420 1269832 43.34 605112 909772 36 05:07:04 05:01:01 101792 0 649424 34.52 0 1130328 1267168 43.25 667680 864300 20 05:07:04 05:02:01 109436 0 641500 34.09 0 1130608 1214628 41.45 661604 863676 12 05:07:04 05:03:01 109600 0 641340 34.09 0 1130604 1214728 41.46 661732 863720 8 05:07:04 05:04:02 110720 0 640208 34.03 0 1130616 1207412 41.21 660940 863688 8 05:07:04 05:05:01 101812 0 767360 40.78 0 1012372 1392860 47.54 653452 815176 69492 05:07:04 05:06:01 291052 0 758056 40.29 0 832436 1538416 52.50 433288 823168 28 05:07:04 Average: 161588 0 752177 39.98 344 967435 1510358 51.55 633316 830582 29807 05:07:04 05:07:04 04:47:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:07:04 04:48:01 eth0 808.32 1127.98 2742.64 104.55 0.00 0.00 0.00 0.00 05:07:04 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 04:48:01 veth53bab80 1120.64 782.17 99.48 2729.47 0.00 0.00 0.00 0.00 05:07:04 04:48:01 docker0 1120.64 782.09 84.16 2729.46 0.00 0.00 0.00 0.00 05:07:04 04:49:01 eth0 365.02 298.89 3202.64 32.23 0.00 0.00 0.00 0.00 05:07:04 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 04:49:01 docker0 57.74 74.46 3.04 360.96 0.00 0.00 0.00 0.00 05:07:04 04:50:02 vethc2d47b8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:07:04 04:50:02 eth0 135.12 114.35 497.35 76.99 0.00 0.00 0.00 0.00 05:07:04 04:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 04:50:02 docker0 83.48 95.30 6.69 469.18 0.00 0.00 0.00 0.00 05:07:04 04:51:01 vethc2d47b8 1.96 1.96 0.16 0.16 0.00 0.00 0.00 0.00 05:07:04 04:51:01 eth0 29.62 20.22 19.41 10.60 0.00 0.00 0.00 0.00 05:07:04 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 04:51:01 docker0 1.96 1.96 0.13 0.16 0.00 0.00 0.00 0.00 05:07:04 04:52:01 vethc2d47b8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 04:52:01 eth0 20.21 12.96 15.50 8.63 0.00 0.00 0.00 0.00 05:07:04 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 04:53:01 eth0 252.25 228.94 1697.42 97.65 0.00 0.00 0.00 0.00 05:07:04 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 04:54:02 veth6ce9dc4 0.74 0.97 0.05 4.33 0.00 0.00 0.00 0.00 05:07:04 04:54:02 veth070d568 0.18 0.20 0.01 0.24 0.00 0.00 0.00 0.00 05:07:04 04:54:02 vethdb10e16 0.40 0.48 0.03 1.62 0.00 0.00 0.00 0.00 05:07:04 04:54:02 eth0 21.44 16.06 32.44 8.20 0.00 0.00 0.00 0.00 05:07:04 04:55:01 veth17d1f4f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 04:55:01 veth6d50ad5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 04:55:01 veth00efd2e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 04:55:01 vethe9776aa 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 04:56:02 eth0 2656.99 2450.93 11997.46 458.95 0.00 0.00 0.00 0.00 05:07:04 04:56:02 veth9d79ff8 0.00 0.36 0.00 0.02 0.00 0.00 0.00 0.00 05:07:04 04:56:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 05:07:04 04:56:02 docker0 1251.86 960.07 92.89 3646.83 0.00 0.00 0.00 0.00 05:07:04 04:57:02 eth0 86.13 55.36 247.28 72.62 0.00 0.00 0.00 0.00 05:07:04 04:57:02 veth9d79ff8 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 05:07:04 04:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 04:57:02 docker0 11.11 28.83 0.61 168.74 0.00 0.00 0.00 0.00 05:07:04 04:58:02 eth0 29.91 22.98 71.21 7.55 0.00 0.00 0.00 0.00 05:07:04 04:58:02 veth9d79ff8 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 04:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 04:58:02 docker0 10.91 12.91 0.61 58.83 0.00 0.00 0.00 0.00 05:07:04 04:59:02 eth0 243.37 188.91 1629.35 94.84 0.00 0.00 0.00 0.00 05:07:04 04:59:02 veth9d79ff8 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 04:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 04:59:02 docker0 24.08 51.18 1.32 386.78 0.00 0.00 0.00 0.00 05:07:04 05:00:01 eth0 247.72 212.25 173.80 732.35 0.00 0.00 0.00 0.00 05:07:04 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 05:00:01 docker0 8.22 11.93 0.72 55.23 0.00 0.00 0.00 0.00 05:07:04 05:01:01 eth0 190.36 181.04 77.06 848.67 0.00 0.00 0.00 0.00 05:07:04 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 05:02:01 eth0 1.56 0.45 0.50 0.24 0.00 0.00 0.00 0.00 05:07:04 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 05:03:01 eth0 0.67 0.35 0.28 0.23 0.00 0.00 0.00 0.00 05:07:04 05:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 05:04:02 eth0 0.65 0.07 0.06 0.01 0.00 0.00 0.00 0.00 05:07:04 05:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 05:04:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 05:05:01 veth78be2c1 44.63 45.53 4.56 254.56 0.00 0.00 0.00 0.00 05:07:04 05:05:01 eth0 498.34 439.59 4359.60 84.15 0.00 0.00 0.00 0.00 05:07:04 05:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 05:05:01 docker0 44.63 45.39 3.95 254.55 0.00 0.00 0.00 0.00 05:07:04 05:06:01 veth640a850 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 05:06:01 eth0 424.11 368.59 3231.26 98.70 0.00 0.00 0.00 0.00 05:07:04 05:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 05:06:01 docker0 0.25 0.30 0.04 0.06 0.00 0.00 0.00 0.00 05:07:04 Average: veth640a850 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 Average: eth0 178.11 173.45 952.13 120.00 0.00 0.00 0.00 0.00 05:07:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:07:04 Average: docker0 71.56 58.80 5.30 241.92 0.00 0.00 0.00 0.00 05:07:04 05:07:04 05:07:04 ---> sar -P ALL: 05:07:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 05:07:04 05:07:04 04:45:46 LINUX RESTART (4 CPU) 05:07:04 05:07:04 04:47:02 CPU %user %nice %system %iowait %steal %idle 05:07:04 04:48:01 all 7.79 0.00 3.16 0.06 1.59 87.40 05:07:04 04:48:01 0 10.00 0.00 3.50 0.05 1.50 84.94 05:07:04 04:48:01 1 7.29 0.00 3.34 0.09 1.55 87.73 05:07:04 04:48:01 2 6.44 0.00 2.89 0.05 1.84 88.77 05:07:04 04:48:01 3 7.49 0.00 2.90 0.05 1.47 88.09 05:07:04 04:49:01 all 9.06 0.00 7.07 2.89 1.04 79.94 05:07:04 04:49:01 0 8.09 0.00 6.68 2.64 1.06 81.52 05:07:04 04:49:01 1 7.85 0.00 7.57 4.57 1.09 78.92 05:07:04 04:49:01 2 9.32 0.00 7.31 1.26 0.99 81.11 05:07:04 04:49:01 3 10.98 0.00 6.71 3.09 1.01 78.21 05:07:04 04:50:02 all 31.63 0.00 10.60 5.03 2.55 50.19 05:07:04 04:50:02 0 31.95 0.00 10.96 3.93 2.58 50.56 05:07:04 04:50:02 1 30.86 0.00 10.97 7.04 2.36 48.76 05:07:04 04:50:02 2 32.73 0.00 10.59 5.08 2.59 49.01 05:07:04 04:50:02 3 30.97 0.00 9.90 4.06 2.66 52.41 05:07:04 04:51:01 all 45.73 0.00 14.45 3.00 7.62 29.19 05:07:04 04:51:01 0 48.27 0.00 14.93 3.42 6.75 26.63 05:07:04 04:51:01 1 47.12 0.00 15.08 2.80 6.61 28.40 05:07:04 04:51:01 2 38.21 0.00 13.35 4.16 11.36 32.92 05:07:04 04:51:01 3 49.83 0.00 14.53 1.53 5.53 28.58 05:07:04 04:52:01 all 45.34 0.00 16.75 3.33 12.04 22.54 05:07:04 04:52:01 0 48.14 0.00 17.54 3.94 11.50 18.87 05:07:04 04:52:01 1 42.96 0.00 16.28 3.60 13.46 23.69 05:07:04 04:52:01 2 40.59 0.00 14.26 2.70 14.53 27.92 05:07:04 04:52:01 3 49.94 0.00 19.03 3.07 8.52 19.44 05:07:04 04:53:01 all 22.96 0.00 10.92 1.48 9.91 54.74 05:07:04 04:53:01 0 23.98 0.00 11.82 1.20 9.51 53.48 05:07:04 04:53:01 1 23.74 0.00 10.57 0.71 10.48 54.50 05:07:04 04:53:01 2 21.12 0.00 10.56 0.82 9.85 57.64 05:07:04 04:53:01 3 23.01 0.00 10.75 3.20 9.77 53.27 05:07:04 04:54:02 all 20.36 0.00 23.64 7.02 9.80 39.18 05:07:04 04:54:02 0 23.91 0.00 25.28 6.29 8.46 36.06 05:07:04 04:54:02 1 18.36 0.00 21.62 7.80 10.87 41.36 05:07:04 04:54:02 2 19.08 0.00 23.34 6.93 10.07 40.59 05:07:04 04:54:02 3 20.16 0.00 24.39 7.06 9.76 38.64 05:07:04 04:55:01 all 16.83 0.00 21.98 22.71 16.30 22.20 05:07:04 04:55:01 0 16.93 0.00 22.13 24.31 16.62 20.00 05:07:04 04:55:01 1 16.92 0.00 20.61 20.86 16.27 25.35 05:07:04 04:55:01 2 18.28 0.00 23.26 22.75 15.33 20.38 05:07:04 04:55:01 3 15.17 0.00 21.93 22.93 16.96 23.01 05:07:04 04:56:02 all 70.08 0.00 16.41 3.67 6.36 3.49 05:07:04 04:56:02 0 69.53 0.00 16.08 3.79 7.18 3.43 05:07:04 04:56:02 1 68.56 0.00 16.08 4.37 7.29 3.71 05:07:04 04:56:02 2 70.91 0.00 17.64 3.08 5.39 2.98 05:07:04 04:56:02 3 71.30 0.00 15.86 3.43 5.58 3.82 05:07:04 04:57:02 all 14.99 0.00 18.03 9.94 24.43 32.61 05:07:04 04:57:02 0 14.15 0.00 16.47 7.59 25.05 36.74 05:07:04 04:57:02 1 13.95 0.00 17.64 11.61 24.78 32.02 05:07:04 04:57:02 2 17.24 0.00 21.32 11.41 23.27 26.76 05:07:04 04:57:02 3 14.72 0.00 16.79 9.22 24.58 34.68 05:07:04 04:58:02 all 41.51 0.00 18.20 11.57 14.14 14.57 05:07:04 04:58:02 0 43.70 0.00 17.96 11.02 13.76 13.57 05:07:04 04:58:02 1 40.35 0.00 19.58 11.22 14.21 14.63 05:07:04 04:58:02 2 39.41 0.00 18.38 12.73 14.06 15.42 05:07:04 04:58:02 3 42.59 0.00 16.88 11.33 14.54 14.66 05:07:04 05:07:04 04:58:02 CPU %user %nice %system %iowait %steal %idle 05:07:04 04:59:02 all 35.37 0.00 15.66 7.20 9.81 31.95 05:07:04 04:59:02 0 38.04 0.00 18.12 8.74 8.93 26.17 05:07:04 04:59:02 1 34.85 0.00 15.09 7.18 9.82 33.06 05:07:04 04:59:02 2 35.54 0.00 15.40 7.64 10.05 31.36 05:07:04 04:59:02 3 33.11 0.00 14.08 5.27 10.44 37.10 05:07:04 05:00:01 all 10.06 0.00 5.70 3.04 4.00 77.20 05:07:04 05:00:01 0 11.01 0.00 6.14 1.94 3.89 77.02 05:07:04 05:00:01 1 8.45 0.00 5.24 6.60 4.24 75.46 05:07:04 05:00:01 2 12.06 0.00 6.19 1.29 3.67 76.79 05:07:04 05:00:01 3 8.72 0.00 5.24 2.31 4.19 79.54 05:07:04 05:01:01 all 5.01 0.00 1.83 0.34 0.17 92.65 05:07:04 05:01:01 0 4.55 0.00 1.95 0.44 0.15 92.91 05:07:04 05:01:01 1 5.46 0.00 1.88 0.18 0.18 92.29 05:07:04 05:01:01 2 5.24 0.00 1.80 0.24 0.15 92.57 05:07:04 05:01:01 3 4.81 0.00 1.67 0.50 0.18 92.83 05:07:04 05:02:01 all 0.18 0.00 0.07 0.00 0.00 99.74 05:07:04 05:02:01 0 0.03 0.00 0.07 0.02 0.00 99.88 05:07:04 05:02:01 1 0.48 0.00 0.08 0.00 0.00 99.43 05:07:04 05:02:01 2 0.18 0.00 0.07 0.00 0.00 99.75 05:07:04 05:02:01 3 0.03 0.00 0.07 0.00 0.00 99.90 05:07:04 05:03:01 all 0.20 0.00 0.04 0.01 0.00 99.75 05:07:04 05:03:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:07:04 05:03:01 1 0.58 0.00 0.03 0.02 0.00 99.37 05:07:04 05:03:01 2 0.17 0.00 0.03 0.02 0.00 99.78 05:07:04 05:03:01 3 0.03 0.00 0.07 0.00 0.00 99.90 05:07:04 05:04:02 all 0.15 0.00 0.03 0.00 0.00 99.82 05:07:04 05:04:02 0 0.02 0.00 0.02 0.00 0.00 99.97 05:07:04 05:04:02 1 0.02 0.00 0.02 0.00 0.00 99.97 05:07:04 05:04:02 2 0.55 0.00 0.03 0.00 0.02 99.40 05:07:04 05:04:02 3 0.03 0.00 0.03 0.00 0.00 99.93 05:07:04 05:05:01 all 11.04 0.00 8.62 5.48 0.06 74.80 05:07:04 05:05:01 0 11.15 0.00 9.35 4.64 0.05 74.81 05:07:04 05:05:01 1 10.50 0.00 8.85 5.88 0.03 74.74 05:07:04 05:05:01 2 10.81 0.00 8.55 4.89 0.09 75.66 05:07:04 05:05:01 3 11.70 0.00 7.72 6.52 0.05 74.00 05:07:04 05:06:01 all 9.08 0.00 8.27 2.24 0.05 80.36 05:07:04 05:06:01 0 8.99 0.00 8.22 1.78 0.07 80.94 05:07:04 05:06:01 1 8.95 0.00 8.79 3.20 0.05 79.01 05:07:04 05:06:01 2 9.33 0.00 7.49 3.20 0.03 79.94 05:07:04 05:06:01 3 9.03 0.00 8.57 0.77 0.05 81.58 05:07:04 Average: all 20.77 0.00 10.61 4.70 6.39 57.53 05:07:04 Average: 0 21.54 0.00 10.91 4.54 6.27 56.75 05:07:04 Average: 1 20.20 0.00 10.50 5.17 6.59 57.54 05:07:04 Average: 2 20.29 0.00 10.67 4.65 6.56 57.83 05:07:04 Average: 3 21.06 0.00 10.36 4.45 6.15 57.98 05:07:04 05:07:04 05:07:04