Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e395d696b4e6122b6a4fdab5d2b3787aeaccfdce # timeout=10 Commit message: "Merge pull request #320 from ernestojeda/fix-email" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27876 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/373 [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/373 # 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 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 (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 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 # timeout=10 Commit message: "feat(security): Create a Vault mgmt token for Consul Secrets API Operations (#3192)" > git rev-list --no-walk 73dc428bea26e7bc953b08348183f35641f26ad3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:22:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:22:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:22:57 ========================================================= 20:22:57 EdgeX Global Pipelines Version Info 20:22:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:22:58 ------------------- 20:22:58 stable info: 20:22:58 ------------------- 20:22:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:22:58 Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 20:22:58 Message: update stable to v1.0.183 20:22:59 ------------------- 20:22:59 experimental info: 20:22:59 ------------------- 20:22:59 Commited By: **** collab-it+edgex@linuxfoundation.org 20:22:59 Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 20:22:59 Message: update experimental to v1.0.183 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:22:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:23:00 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:23:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:23:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:23:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:23:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:23:00 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:23:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:23:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:23:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:23:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:23:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:23:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:23:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:23:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:23:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:23:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:23:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:23:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:23:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:23:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:23:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:23:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:23:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:23:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:23:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] echo 20:23:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 257616a [Pipeline] echo 20:23:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:23:02 provisioning config files... 20:23:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/373@tmp/config9032774086909997476tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:23:03 ---> docker-login.sh 20:23:03 nexus3.edgexfoundry.org:10001 20:23:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:03 Configure a credential helper to remove this warning. See 20:23:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:03 20:23:03 Login Succeeded 20:23:03 nexus3.edgexfoundry.org:10002 20:23:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:03 Configure a credential helper to remove this warning. See 20:23:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:03 20:23:03 Login Succeeded 20:23:03 nexus3.edgexfoundry.org:10003 20:23:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:04 Configure a credential helper to remove this warning. See 20:23:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:04 20:23:04 Login Succeeded 20:23:04 nexus3.edgexfoundry.org:10004 20:23:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:04 Configure a credential helper to remove this warning. See 20:23:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:04 20:23:04 Login Succeeded 20:23:04 docker.io 20:23:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:04 Configure a credential helper to remove this warning. See 20:23:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:04 20:23:04 Login Succeeded 20:23:04 ---> docker-login.sh ends [Pipeline] } 20:23:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:23:05 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 20:23:05 + for file in '`ls cmd/**/Dockerfile`' 20:23:05 ++ dirname cmd/core-command/Dockerfile 20:23:05 ++ cut -d/ -f2 20:23:05 + echo core-command,cmd/core-command/Dockerfile 20:23:05 + for file in '`ls cmd/**/Dockerfile`' 20:23:05 ++ dirname cmd/core-data/Dockerfile 20:23:05 ++ cut -d/ -f2 20:23:05 + echo core-data,cmd/core-data/Dockerfile 20:23:05 + for file in '`ls cmd/**/Dockerfile`' 20:23:05 ++ dirname cmd/core-metadata/Dockerfile 20:23:05 ++ cut -d/ -f2 20:23:05 + echo core-metadata,cmd/core-metadata/Dockerfile 20:23:05 + for file in '`ls cmd/**/Dockerfile`' 20:23:05 ++ dirname cmd/security-bootstrapper/Dockerfile 20:23:05 ++ cut -d/ -f2 20:23:05 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:23:05 + for file in '`ls cmd/**/Dockerfile`' 20:23:05 ++ dirname cmd/security-proxy-setup/Dockerfile 20:23:05 ++ cut -d/ -f2 20:23:05 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:23:05 + for file in '`ls cmd/**/Dockerfile`' 20:23:05 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:23:05 ++ cut -d/ -f2 20:23:05 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:23:05 + for file in '`ls cmd/**/Dockerfile`' 20:23:05 ++ dirname cmd/support-notifications/Dockerfile 20:23:05 ++ cut -d/ -f2 20:23:05 + echo support-notifications,cmd/support-notifications/Dockerfile 20:23:05 + for file in '`ls cmd/**/Dockerfile`' 20:23:05 ++ dirname cmd/support-scheduler/Dockerfile 20:23:05 ++ cut -d/ -f2 20:23:05 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:23:05 + for file in '`ls cmd/**/Dockerfile`' 20:23:05 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:23:05 ++ cut -d/ -f2 20:23:05 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:23:05 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 20:23:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:23:06 20:23:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:23:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:23:07 latest: Pulling from edgex-devops/git-semver 20:23:07 31603596830f: Pulling fs layer 20:23:07 2a8b12db71e7: Pulling fs layer 20:23:07 6ca5941a6612: Pulling fs layer 20:23:07 ecc8261a40a4: Pulling fs layer 20:23:07 ecc8261a40a4: Waiting 20:23:07 2a8b12db71e7: Verifying Checksum 20:23:07 2a8b12db71e7: Download complete 20:23:07 31603596830f: Verifying Checksum 20:23:07 31603596830f: Download complete 20:23:07 ecc8261a40a4: Verifying Checksum 20:23:07 ecc8261a40a4: Download complete 20:23:07 6ca5941a6612: Verifying Checksum 20:23:07 6ca5941a6612: Download complete 20:23:07 31603596830f: Pull complete 20:23:07 2a8b12db71e7: Pull complete 20:23:08 6ca5941a6612: Pull complete 20:23:08 ecc8261a40a4: Pull complete 20:23:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:23:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:23:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:23:09 prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container 20:23:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 20:23:11 $ docker top 2f16455b0f4be5af4de923a0ec75b2df47990cfef192d7290075634012d3626b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:23:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:23:12 [ssh-agent] Looking for ssh-agent implementation... 20:23:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:23:12 $ docker exec 2f16455b0f4be5af4de923a0ec75b2df47990cfef192d7290075634012d3626b ssh-agent 20:23:12 SSH_AUTH_SOCK=/tmp/ssh-7aLOShcPZN9g/agent.12 20:23:12 SSH_AGENT_PID=17 20:23:12 Running ssh-add (command line suppressed) 20:23:12 Identity added: /w/workspace/edgex-go/373@tmp/private_key_6395758394861130267.key (/w/workspace/edgex-go/373@tmp/private_key_6395758394861130267.key) 20:23:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:23:13 + git tag --points-at HEAD [Pipeline] } 20:23:13 $ docker exec --env ******** --env ******** 2f16455b0f4be5af4de923a0ec75b2df47990cfef192d7290075634012d3626b ssh-agent -k 20:23:13 unset SSH_AUTH_SOCK; 20:23:13 unset SSH_AGENT_PID; 20:23:13 echo Agent pid 17 killed; 20:23:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:23:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:23:13 [ssh-agent] Looking for ssh-agent implementation... 20:23:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:23:13 $ docker exec 2f16455b0f4be5af4de923a0ec75b2df47990cfef192d7290075634012d3626b ssh-agent 20:23:13 SSH_AUTH_SOCK=/tmp/ssh-sDvFK9xNW6W9/agent.47 20:23:13 SSH_AGENT_PID=53 20:23:13 Running ssh-add (command line suppressed) 20:23:13 Identity added: /w/workspace/edgex-go/373@tmp/private_key_6776003192002921733.key (/w/workspace/edgex-go/373@tmp/private_key_6776003192002921733.key) 20:23:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:23:14 + git semver init 20:23:14 # -> Open(): unable to determine branch for HEAD 20:23:14 # $GIT_DIR = /w/workspace/edgex-go/373/.git 20:23:14 # $GIT_WORK_TREE = /w/workspace/edgex-go/373 20:23:14 # $SEMVER_REMOTE_NAME = origin 20:23:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:23:14 # $SEMVER_USER_NAME = edgex-jenkins 20:23:14 # $SEMVER_BRANCH = master 20:23:14 # $SEMVER_TEMP = /tmp/semver-095578845 20:23:14 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:23:32 # '/tmp/semver-095578845' -> '/w/workspace/edgex-go/373/.semver' 20:23:32 # -> Force: false 20:23:32 # $SEMVER_DIR = /w/workspace/edgex-go/373/.semver [Pipeline] } 20:23:32 $ docker exec --env ******** --env ******** 2f16455b0f4be5af4de923a0ec75b2df47990cfef192d7290075634012d3626b ssh-agent -k 20:23:32 unset SSH_AUTH_SOCK; 20:23:32 unset SSH_AGENT_PID; 20:23:32 echo Agent pid 53 killed; 20:23:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:23:33 + git semver [Pipeline] } 20:23:33 $ docker stop --time=1 2f16455b0f4be5af4de923a0ec75b2df47990cfef192d7290075634012d3626b 20:23:34 $ docker rm -f 2f16455b0f4be5af4de923a0ec75b2df47990cfef192d7290075634012d3626b [Pipeline] // withDockerContainer [Pipeline] sh 20:23:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:23:35 Stashed 1 file(s) [Pipeline] echo 20:23:35 [edgeXSemver]: initialized semver on version 2.0.0-dev.107 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:23:37 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:23:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:23:37 + sudo service docker restart 20:23:37 + true 20:23:37 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:23:38 ========================================================= 20:23:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:23:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:23:38 + 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 . 20:23:42 Sending build context to Docker daemon 328MB 20:23:42 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:23:42 Step 2/6 : FROM ${BASE} 20:23:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:23:42 188c0c94c7c5: Pulling fs layer 20:23:42 0ef7d3d256c8: Pulling fs layer 20:23:42 de9db76c5a1d: Pulling fs layer 20:23:42 bca2f99d35d6: Pulling fs layer 20:23:42 93359f2a8cfa: Pulling fs layer 20:23:42 7c6f9722023f: Pulling fs layer 20:23:42 a35cf1a2eb13: Pulling fs layer 20:23:42 bca2f99d35d6: Waiting 20:23:42 93359f2a8cfa: Waiting 20:23:42 7c6f9722023f: Waiting 20:23:42 a35cf1a2eb13: Waiting 20:23:42 de9db76c5a1d: Verifying Checksum 20:23:42 de9db76c5a1d: Download complete 20:23:42 0ef7d3d256c8: Verifying Checksum 20:23:42 0ef7d3d256c8: Download complete 20:23:42 93359f2a8cfa: Verifying Checksum 20:23:42 93359f2a8cfa: Download complete 20:23:42 7c6f9722023f: Verifying Checksum 20:23:42 7c6f9722023f: Download complete 20:23:42 188c0c94c7c5: Verifying Checksum 20:23:42 188c0c94c7c5: Download complete 20:23:43 188c0c94c7c5: Pull complete 20:23:43 0ef7d3d256c8: Pull complete 20:23:43 de9db76c5a1d: Pull complete 20:23:44 a35cf1a2eb13: Verifying Checksum 20:23:44 a35cf1a2eb13: Download complete 20:23:45 bca2f99d35d6: Verifying Checksum 20:23:45 bca2f99d35d6: Download complete 20:23:51 bca2f99d35d6: Pull complete 20:23:51 93359f2a8cfa: Pull complete 20:23:51 7c6f9722023f: Pull complete 20:23:51 Still waiting to schedule task 20:23:51 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 20:23:57 a35cf1a2eb13: Pull complete 20:23:57 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:23:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:23:57 ---> a62c8e92a672 20:23:57 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:23:57 ---> Running in 3d7fe6248152 20:23:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:23:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:23:59 (1/12) Installing libmagic (5.38-r0) 20:23:59 (2/12) Installing file (5.38-r0) 20:23:59 (3/12) Installing libc-dev (0.7.2-r3) 20:23:59 (4/12) Installing g++ (9.3.0-r2) 20:24:05 (5/12) Installing fortify-headers (1.1-r0) 20:24:05 (6/12) Installing patch (2.7.6-r6) 20:24:05 (7/12) Installing build-base (0.5-r2) 20:24:05 (8/12) Installing libsodium (1.0.18-r0) 20:24:05 (9/12) Installing pkgconf (1.7.2-r0) 20:24:05 (10/12) Installing libsodium-dev (1.0.18-r0) 20:24:05 (11/12) Installing libzmq (4.3.3-r0) 20:24:05 (12/12) Installing zeromq-dev (4.3.3-r0) 20:24:05 Executing busybox-1.31.1-r19.trigger 20:24:05 OK: 233 MiB in 51 packages 20:24:08 Removing intermediate container 3d7fe6248152 20:24:08 ---> 7e33e8da3464 20:24:08 Step 4/6 : WORKDIR /edgex-go 20:24:09 ---> Running in b83680e08719 20:24:09 Removing intermediate container b83680e08719 20:24:09 ---> 79834a634abe 20:24:09 Step 5/6 : COPY go.mod . 20:24:09 ---> 6f53d203159d 20:24:09 Step 6/6 : RUN go mod download 20:24:09 ---> Running in 1fdc505f71d9 20:24:31 Removing intermediate container 1fdc505f71d9 20:24:31 ---> 90d55ff40848 20:24:31 Successfully built 90d55ff40848 20:24:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:24:31 + docker inspect -f . ci-base-image-x86_64 20:24:31 . [Pipeline] withDockerContainer 20:24:31 prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container 20:24:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 20:24:32 $ docker top c8075b8dfb7d414f003e01762a96a54a8fe0af1129923fdd9681073a3fb699a8 -eo pid,comm [Pipeline] { [Pipeline] sh 20:24:33 + go version 20:24:33 go version go1.15.5 linux/amd64 [Pipeline] } 20:24:33 $ docker stop --time=1 c8075b8dfb7d414f003e01762a96a54a8fe0af1129923fdd9681073a3fb699a8 20:24:34 $ docker rm -f c8075b8dfb7d414f003e01762a96a54a8fe0af1129923fdd9681073a3fb699a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:24:35 + docker inspect -f . ci-base-image-x86_64 20:24:35 . [Pipeline] withDockerContainer 20:24:35 prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container 20:24:35 $ 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/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 20:24:36 $ docker top 35dfc643228fa659a503ad28078ee945c5da945b0ef8fe77fe6082570ed791e7 -eo pid,comm [Pipeline] { [Pipeline] echo 20:24:36 ========================================================= 20:24:36 [edgeXBuildGoParallel] Running Tests and Build... 20:24:36 ========================================================= [Pipeline] sh 20:24:36 + make test 20:24:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:24:45 ? github.com/edgexfoundry/edgex-go [no test files] 20:25:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:25:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:25:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:25:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:25:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:25:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:25:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:25:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:25:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:25:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:25:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:25:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:25:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:25:16 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 45.9% of statements 20:25:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:25:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:25:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:25:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:25:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:25:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:25:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 20:25:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.097s coverage: 100.0% of statements 20:25:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.350s coverage: 27.1% of statements 20:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:25:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements 20:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:25:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements 20:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:25:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.102s coverage: 65.8% of statements 20:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:25:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.428s coverage: 82.3% of statements 20:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:25:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.366s coverage: 28.6% of statements 20:25:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:25:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:25:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:25:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:25:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:25:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.051s coverage: 100.0% of statements 20:25:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:25:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements 20:25:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:25:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 86.7% of statements 20:25:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:25:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.140s coverage: 97.5% of statements 20:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:25:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements 20:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:25:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.369s coverage: 92.8% of statements 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:25:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:25:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:25:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:25:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.043s coverage: 45.5% of statements 20:25:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.064s coverage: 79.5% of statements 20:25:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 20:25:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements 20:25:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements 20:25:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.036s coverage: 94.4% of statements 20:25:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 20:25:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27877 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 20:25:41 Running in /w/workspace/edgex-go/373 [Pipeline] { [Pipeline] checkout 20:25:46 using credential edgex-jenkins-ssh 20:25:46 Cloning the remote Git repository 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.067s coverage: 92.9% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.079s coverage: 91.6% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.159s coverage: 62.4% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.269s coverage: 68.9% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 38.4% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.039s coverage: 89.5% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.045s coverage: 84.8% of statements 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.130s coverage: 47.0% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.044s coverage: 100.0% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.113s coverage: 89.4% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.762s coverage: 29.1% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.057s coverage: 92.9% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:25:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 20:25:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 20:25:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:25:47 GO111MODULE=on go vet ./... 20:25:47 > git init /w/workspace/edgex-go/373 # timeout=10 20:25:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:25:47 > git --version # timeout=10 20:25:47 > git --version # 'git version 2.17.1' 20:25:47 using GIT_SSH to set credentials SSH Credentials for GitHub 20:25:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:26:05 Checking out Revision 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 (master) 20:26:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:26:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:26:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:26:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:26:05 using GIT_SSH to set credentials SSH Credentials for GitHub 20:26:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:26:05 > git config core.sparsecheckout # timeout=10 20:26:05 > git checkout -f 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 # timeout=10 20:26:10 Commit message: "feat(security): Create a Vault mgmt token for Consul Secrets API Operations (#3192)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:26:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:26:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:26:12 + true 20:26:12 + sudo service docker restart 20:26:14 gofmt -l . 20:26:14 [ "`gofmt -l .`" = "" ] 20:26:14 ./bin/test-go-mod-tidy.sh 20:26:14 ./bin/test-attribution-txt.sh [Pipeline] sh 20:26:15 + ls -al . 20:26:15 total 712 20:26:15 drwxrwxr-x 10 1001 1001 4096 Feb 26 20:26 . 20:26:15 drwxr-xr-x 4 root root 32 Feb 26 20:24 .. 20:26:15 -rw-rw-r-- 1 1001 1001 11 Feb 26 20:22 .dockerignore 20:26:15 drwxrwxr-x 8 1001 1001 162 Feb 26 20:22 .git 20:26:15 drwxrwxr-x 3 1001 1001 125 Feb 26 20:22 .github 20:26:15 -rw-rw-r-- 1 1001 1001 818 Feb 26 20:22 .gitignore 20:26:15 drwx------ 3 1001 1001 45 Feb 26 20:23 .semver 20:26:15 -rw-rw-r-- 1 1001 1001 166 Feb 26 20:22 .sonarcloud.properties 20:26:15 -rw-rw-r-- 1 1001 1001 8475 Feb 26 20:22 Attribution.txt 20:26:15 -rw-rw-r-- 1 1001 1001 3804 Feb 26 20:22 CONTRIBUTING.md 20:26:15 -rw-rw-r-- 1 1001 1001 931 Feb 26 20:22 Dockerfile.build 20:26:15 -rw-rw-r-- 1 1001 1001 863 Feb 26 20:22 Jenkinsfile 20:26:15 -rw-rw-r-- 1 1001 1001 10775 Feb 26 20:22 LICENSE 20:26:15 -rw-rw-r-- 1 1001 1001 5774 Feb 26 20:22 Makefile 20:26:15 -rw-rw-r-- 1 1001 1001 6524 Feb 26 20:22 README.md 20:26:15 -rw-rw-r-- 1 1001 1001 6755 Feb 26 20:22 SECURITY.md 20:26:15 -rw-rw-r-- 1 1001 1001 13 Feb 26 20:23 VERSION 20:26:15 -rw-rw-r-- 1 1001 1001 4131 Feb 26 20:22 ZMQWindows.md 20:26:15 drwxrwxr-x 2 1001 1001 117 Feb 26 20:22 bin 20:26:15 drwxrwxr-x 14 1001 1001 4096 Feb 26 20:22 cmd 20:26:15 -rw-r--r-- 1 root root 599431 Feb 26 20:25 coverage.out 20:26:15 -rw-r--r-- 1 root root 1055 Feb 26 20:26 go.mod 20:26:15 -rw-r--r-- 1 root root 21699 Feb 26 20:26 go.sum 20:26:15 drwxrwxr-x 8 1001 1001 127 Feb 26 20:22 internal 20:26:15 drwxrwxr-x 4 1001 1001 26 Feb 26 20:22 openapi 20:26:15 drwxrwxr-x 4 1001 1001 71 Feb 26 20:22 snap 20:26:15 -rw-rw-r-- 1 1001 1001 168 Feb 26 20:22 version.go [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:26:15 provisioning config files... 20:26:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/373@tmp/config1115049888006724057tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:26:15 + '[' -e coverage.out ] 20:26:15 + chown 1001:1001 coverage.out [Pipeline] stash 20:26:16 ---> docker-login.sh 20:26:16 nexus3.edgexfoundry.org:10001 20:26:16 Stashed 1 file(s) [Pipeline] sh 20:26:16 + make build 20:26:16 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/core-data/core-data ./cmd/core-data 20:26:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:17 Configure a credential helper to remove this warning. See 20:26:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:17 20:26:17 Login Succeeded 20:26:17 nexus3.edgexfoundry.org:10002 20:26:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:17 Configure a credential helper to remove this warning. See 20:26:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:17 20:26:17 Login Succeeded 20:26:17 nexus3.edgexfoundry.org:10003 20:26:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:18 Configure a credential helper to remove this warning. See 20:26:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:18 20:26:18 Login Succeeded 20:26:18 nexus3.edgexfoundry.org:10004 20:26:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:19 Configure a credential helper to remove this warning. See 20:26:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:19 20:26:19 Login Succeeded 20:26:19 docker.io 20:26:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:19 Configure a credential helper to remove this warning. See 20:26:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:19 20:26:19 Login Succeeded 20:26:19 ---> docker-login.sh ends [Pipeline] } 20:26:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:26:20 ========================================================= 20:26:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:26:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:26:20 + 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 . 20:26:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:26:23 Sending build context to Docker daemon 166.4MB 20:26:23 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:26:23 Step 2/6 : FROM ${BASE} 20:26:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:26:23 5f621e34cdf4: Pulling fs layer 20:26:23 a4357932f1b6: Pulling fs layer 20:26:23 18c013af1878: Pulling fs layer 20:26:23 00ac8860ef70: Pulling fs layer 20:26:23 63d7cb157983: Pulling fs layer 20:26:23 b116817d02f9: Pulling fs layer 20:26:23 745a02a5169b: Pulling fs layer 20:26:23 00ac8860ef70: Waiting 20:26:23 63d7cb157983: Waiting 20:26:23 b116817d02f9: Waiting 20:26:23 745a02a5169b: Waiting 20:26:23 18c013af1878: Verifying Checksum 20:26:23 18c013af1878: Download complete 20:26:23 a4357932f1b6: Verifying Checksum 20:26:23 a4357932f1b6: Download complete 20:26:23 63d7cb157983: Verifying Checksum 20:26:23 63d7cb157983: Download complete 20:26:23 b116817d02f9: Verifying Checksum 20:26:23 b116817d02f9: Download complete 20:26:23 5f621e34cdf4: Verifying Checksum 20:26:23 5f621e34cdf4: Download complete 20:26:24 5f621e34cdf4: Pull complete 20:26:24 a4357932f1b6: Pull complete 20:26:25 18c013af1878: Pull complete 20:26:26 745a02a5169b: Verifying Checksum 20:26:26 745a02a5169b: Download complete 20:26:27 00ac8860ef70: Verifying Checksum 20:26:27 00ac8860ef70: Download complete 20:26:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/core-command/core-command ./cmd/core-command 20:26:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:26:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:26:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:26:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:26:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:26:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:26:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:26:37 00ac8860ef70: Pull complete 20:26:37 63d7cb157983: Pull complete 20:26:37 b116817d02f9: Pull complete 20:26:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/secrets-config ./cmd/secrets-config 20:26:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 20:26:40 $ docker stop --time=1 35dfc643228fa659a503ad28078ee945c5da945b0ef8fe77fe6082570ed791e7 20:26:42 745a02a5169b: Pull complete 20:26:42 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:26:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:26:42 ---> b7e6874047d6 20:26:42 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:26:42 $ docker rm -f 35dfc643228fa659a503ad28078ee945c5da945b0ef8fe77fe6082570ed791e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 20:26:44 ---> Running in 781d42ffe9f6 [Pipeline] isUnix [Pipeline] sh 20:26:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:26:46 20:26:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:26:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 20:26:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:26:46 latest: Pulling from edgex-devops/edgex-compose 20:26:46 cbdbe7a5bc2a: Pulling fs layer 20:26:46 ca9280d653b3: Pulling fs layer 20:26:46 7e9c9ca2126c: Pulling fs layer 20:26:46 cbdbe7a5bc2a: Download complete 20:26:47 cbdbe7a5bc2a: Pull complete 20:26:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:26:47 ca9280d653b3: Verifying Checksum 20:26:47 ca9280d653b3: Download complete 20:26:48 7e9c9ca2126c: Download complete 20:26:48 ca9280d653b3: Pull complete 20:26:48 (1/12) Installing libmagic (5.38-r0) 20:26:48 (2/12) Installing file (5.38-r0) 20:26:48 (3/12) Installing libc-dev (0.7.2-r3) 20:26:48 (4/12) Installing g++ (9.3.0-r2) 20:26:54 7e9c9ca2126c: Pull complete 20:26:54 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:26:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:26:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:26:54 prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container 20:26:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:26:56 $ docker top 9a511f3476f2c93c3ccae7ebfe56275f44bbb8d0bc2d558b763dcef49ac23699 -eo pid,comm [Pipeline] { [Pipeline] sh 20:26:56 + docker-compose build --help 20:26:56 + grep parallel 20:26:57 --parallel Build images in parallel. [Pipeline] } 20:26:57 $ docker stop --time=1 9a511f3476f2c93c3ccae7ebfe56275f44bbb8d0bc2d558b763dcef49ac23699 20:26:58 (5/12) Installing fortify-headers (1.1-r0) 20:26:58 (6/12) Installing patch (2.7.6-r6) 20:26:58 (7/12) Installing build-base (0.5-r2) 20:26:58 (8/12) Installing libsodium (1.0.18-r0) 20:26:58 (9/12) Installing pkgconf (1.7.2-r0) 20:26:58 (10/12) Installing libsodium-dev (1.0.18-r0) 20:26:58 (11/12) Installing libzmq (4.3.3-r0) 20:26:58 (12/12) Installing zeromq-dev (4.3.3-r0) 20:26:59 Executing busybox-1.31.1-r19.trigger 20:26:59 OK: 217 MiB in 51 packages 20:26:59 $ docker rm -f 9a511f3476f2c93c3ccae7ebfe56275f44bbb8d0bc2d558b763dcef49ac23699 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:26:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:26:59 . [Pipeline] withDockerContainer 20:27:00 prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container 20:27:00 $ 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/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 20:27:00 $ docker top 75507d2ffc456d127664000a382884f5c90cfc520e405cec5070344c9430477e -eo pid,comm [Pipeline] { [Pipeline] sh 20:27:01 + docker-compose -f ./docker-compose-build.yml build --parallel 20:27:03 Removing intermediate container 781d42ffe9f6 20:27:03 ---> 6a7766db410c 20:27:03 Step 4/6 : WORKDIR /edgex-go 20:27:03 ---> Running in e6de1d1f38f4 20:27:03 Removing intermediate container e6de1d1f38f4 20:27:03 ---> 1c8393acb927 20:27:03 Step 5/6 : COPY go.mod . 20:27:03 Building docker-core-command-go ... 20:27:03 Building docker-core-data-go ... 20:27:03 Building docker-core-metadata-go ... 20:27:03 Building docker-security-bootstrapper-go ... 20:27:03 Building docker-security-proxy-setup-go ... 20:27:03 Building docker-security-secretstore-setup-go ... 20:27:03 Building docker-support-notifications-go ... 20:27:03 Building docker-support-scheduler-go ... 20:27:03 Building docker-sys-mgmt-agent-go ... 20:27:03 Building docker-support-notifications-go 20:27:03 Building docker-sys-mgmt-agent-go 20:27:03 Building docker-support-scheduler-go 20:27:03 Building docker-security-proxy-setup-go 20:27:03 Building docker-security-secretstore-setup-go 20:27:04 ---> ce189b1fb225 20:27:04 Step 6/6 : RUN go mod download 20:27:04 ---> Running in c508f22ce64b 20:27:35 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:27:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:27:35 ---> 90d55ff40848 20:27:35 Step 3/24 : WORKDIR /edgex-go 20:27:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:27:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:27:35 ---> 90d55ff40848 20:27:35 Step 3/22 : WORKDIR /edgex-go 20:27:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:27:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:27:35 ---> 90d55ff40848 20:27:35 Step 3/22 : WORKDIR /edgex-go 20:27:35 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:27:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:27:35 ---> 90d55ff40848 20:27:35 Step 3/21 : WORKDIR /edgex-go 20:27:35 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:27:35 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:27:35 ---> 90d55ff40848 20:27:35 Step 3/26 : WORKDIR /edgex-go 20:27:35 ---> Running in f567fa95d18a 20:27:35 ---> Running in 4f59f7ce9f37 20:27:35 ---> Running in edfc048c0356 20:27:35 ---> Running in 137ec76d1532 20:27:35 ---> Running in cc895e524876 20:27:35 Removing intermediate container 4f59f7ce9f37 20:27:35 ---> 80daed164c94 20:27:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:35 Removing intermediate container f567fa95d18a 20:27:35 ---> f0628f70d2ed 20:27:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:35 Removing intermediate container cc895e524876 20:27:35 ---> 0106a6bb60c3 20:27:35 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:35 Removing intermediate container edfc048c0356 20:27:35 ---> 598d5560aa75 20:27:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:35 Removing intermediate container 137ec76d1532 20:27:35 ---> de755ca4fd92 20:27:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:35 ---> Running in 626a2ee5c822 20:27:35 ---> Running in 74eef637027f 20:27:35 ---> Running in e1cd1a1af57a 20:27:35 ---> Running in e742c949140f 20:27:35 ---> Running in 4945aaaebf8e 20:27:36 Removing intermediate container 74eef637027f 20:27:36 ---> dc90b5b020d6 20:27:36 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:27:36 Removing intermediate container 626a2ee5c822 20:27:36 ---> c86dea144f6e 20:27:36 Step 5/24 : RUN apk add --update --no-cache make git 20:27:36 ---> Running in c33c5de71113 20:27:36 Removing intermediate container e1cd1a1af57a 20:27:36 ---> 155186cb5bed 20:27:36 Step 5/26 : RUN apk add --update --no-cache make bash git 20:27:36 ---> Running in 047e5ce13627 20:27:36 Removing intermediate container e742c949140f 20:27:36 ---> 86b01b761483 20:27:36 Step 5/22 : RUN apk add --update --no-cache make git 20:27:36 Removing intermediate container c508f22ce64b 20:27:36 ---> 603c3adb633a 20:27:36 Successfully built 603c3adb633a 20:27:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:27:36 ---> Running in 5407e55750c3 20:27:36 Removing intermediate container 4945aaaebf8e 20:27:36 ---> f72da8b8a074 20:27:36 Step 5/21 : RUN apk add --update --no-cache make git 20:27:36 ---> Running in b2cb9d64ece2 20:27:36 ---> Running in eb4d118a7d0f 20:27:37 + docker inspect -f . ci-base-image-arm64 20:27:37 . [Pipeline] withDockerContainer 20:27:37 prd-ubuntu18.04-docker-arm64-4c-16g-27877 does not seem to be running inside a container 20:27:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 20:27:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:27:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:27:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:27:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:27:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:27:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:27:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:27:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:27:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:27:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:27:38 OK: 233 MiB in 51 packages 20:27:38 $ docker top 8c5bcc5ca73bc9808c4cf1b01fda45b514c487496c1715c5f4cb4db4688c3218 -eo pid,comm 20:27:39 OK: 233 MiB in 51 packages 20:27:39 OK: 233 MiB in 51 packages [Pipeline] { [Pipeline] sh 20:27:39 Removing intermediate container c33c5de71113 20:27:39 ---> f2d1d7f3cfcc 20:27:39 Step 6/22 : COPY go.mod . 20:27:39 OK: 233 MiB in 51 packages 20:27:39 OK: 233 MiB in 51 packages 20:27:39 Removing intermediate container 047e5ce13627 20:27:39 ---> 63bddceebbe0 20:27:39 Step 6/24 : COPY go.mod . 20:27:39 ---> 705835d838c7 20:27:39 Step 7/22 : RUN go mod download 20:27:39 Removing intermediate container 5407e55750c3 20:27:39 ---> 99bea27ff366 20:27:39 Step 6/26 : COPY go.mod . 20:27:39 ---> Running in 97faf8fa5c0d 20:27:39 + go version 20:27:39 go version go1.15.5 linux/arm64 [Pipeline] } 20:27:39 $ docker stop --time=1 8c5bcc5ca73bc9808c4cf1b01fda45b514c487496c1715c5f4cb4db4688c3218 20:27:40 ---> 64d89581942b 20:27:40 Step 7/24 : RUN go mod download 20:27:40 ---> Running in 13f8926827c1 20:27:40 ---> ea570a6410dc 20:27:40 Step 7/26 : RUN go mod download 20:27:40 Removing intermediate container b2cb9d64ece2 20:27:40 ---> 86f4744a6804 20:27:40 Step 6/22 : COPY go.mod . 20:27:40 Removing intermediate container eb4d118a7d0f 20:27:40 ---> 80dd996bf8aa 20:27:40 Step 6/21 : COPY go.mod . 20:27:40 ---> Running in 5714255d47f8 20:27:40 ---> 793de49133fa 20:27:40 Step 7/22 : RUN go mod download 20:27:41 ---> f0bc10ee8f99 20:27:41 Step 7/21 : RUN go mod download 20:27:41 ---> Running in 418ac916ed4b 20:27:41 ---> Running in 63280a2988f6 20:27:41 $ docker rm -f 8c5bcc5ca73bc9808c4cf1b01fda45b514c487496c1715c5f4cb4db4688c3218 [Pipeline] // withDockerContainer 20:27:42 Removing intermediate container 97faf8fa5c0d 20:27:42 ---> 2fa1c4b84613 20:27:42 Step 8/22 : COPY . . [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 20:27:42 Removing intermediate container 13f8926827c1 20:27:42 ---> a0418be4e2ec 20:27:42 Step 8/24 : COPY . . 20:27:42 Removing intermediate container 5714255d47f8 20:27:42 ---> 32ea85d92d28 20:27:42 Step 8/26 : COPY . . Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:27:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:27:43 20:27:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:27:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:27:43 latest: Pulling from edgex-devops/edgex-compose-arm64 20:27:43 29e5d40040c1: Pulling fs layer 20:27:43 1ce36da41761: Pulling fs layer 20:27:43 25b303627fd3: Pulling fs layer 20:27:43 29e5d40040c1: Download complete 20:27:44 1ce36da41761: Verifying Checksum 20:27:44 1ce36da41761: Download complete 20:27:44 29e5d40040c1: Pull complete 20:27:45 1ce36da41761: Pull complete 20:27:45 25b303627fd3: Verifying Checksum 20:27:45 25b303627fd3: Download complete 20:27:46 Removing intermediate container 418ac916ed4b 20:27:46 ---> 4f7b669e7f90 20:27:46 Step 8/22 : COPY . . 20:27:49 Removing intermediate container 63280a2988f6 20:27:49 ---> 048da1be43ad 20:27:49 Step 8/21 : COPY . . 20:27:56 25b303627fd3: Pull complete 20:27:56 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:27:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:27:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:27:56 prd-ubuntu18.04-docker-arm64-4c-16g-27877 does not seem to be running inside a container 20:27:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:27:59 $ docker top 20fabd11a49ef9006ada7dfdaab5dc20d69e9d411824147b7fb95067062ef33b -eo pid,comm [Pipeline] { [Pipeline] sh 20:28:00 + docker-compose build --help 20:28:00 + grep parallel 20:28:03 --parallel Build images in parallel. [Pipeline] } 20:28:04 $ docker stop --time=1 20fabd11a49ef9006ada7dfdaab5dc20d69e9d411824147b7fb95067062ef33b 20:28:05 $ docker rm -f 20fabd11a49ef9006ada7dfdaab5dc20d69e9d411824147b7fb95067062ef33b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:28:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:28:06 . [Pipeline] withDockerContainer 20:28:07 prd-ubuntu18.04-docker-arm64-4c-16g-27877 does not seem to be running inside a container 20:28:07 $ 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/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 20:28:08 $ docker top 81a060434fcc31ed924daa8d08d205da533954b5d7b58c7bc6c159345dbb2ec3 -eo pid,comm [Pipeline] { [Pipeline] sh 20:28:09 + docker-compose -f ./docker-compose-build.yml build --parallel 20:28:12 Building docker-core-command-go ... 20:28:12 Building docker-core-data-go ... 20:28:12 Building docker-core-metadata-go ... 20:28:12 Building docker-security-bootstrapper-go ... 20:28:12 Building docker-security-proxy-setup-go ... 20:28:12 Building docker-security-secretstore-setup-go ... 20:28:12 Building docker-support-notifications-go ... 20:28:12 Building docker-support-scheduler-go ... 20:28:12 Building docker-sys-mgmt-agent-go ... 20:28:12 Building docker-security-secretstore-setup-go 20:28:12 Building docker-security-proxy-setup-go 20:28:12 Building docker-support-scheduler-go 20:28:12 Building docker-support-notifications-go 20:28:12 Building docker-sys-mgmt-agent-go 20:28:28 ---> 5f5e07e1ee16 20:28:28 ---> 36cfa0cd354d 20:28:28 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:28:28 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:28:28 ---> fc4ebe854fd9 20:28:28 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:28:28 ---> Running in cf6605b08338 20:28:28 ---> Running in 670b27899e2b 20:28:28 ---> Running in 59ffc49fd885 20:28:28 ---> 224e048bb9e7 20:28:28 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:28:28 ---> a9c7d1163a78 20:28:28 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:28:28 ---> Running in e93dce54b690 20:28:28 ---> Running in 8a97cd857e72 20:28:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:28:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:28:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:28:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:28:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:28:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:28:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/secrets-config ./cmd/secrets-config 20:28:58 Removing intermediate container 670b27899e2b 20:28:58 ---> ffb775ac1382 20:28:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:28:59 ---> Running in 3d0ba15f71df 20:28:59 Removing intermediate container cf6605b08338 20:28:59 ---> b11089da4a14 20:28:59 20:28:59 Step 10/24 : FROM alpine:3.12 20:28:59 3.12: Pulling from library/alpine 20:28:59 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:28:59 ---> 603c3adb633a 20:28:59 Step 3/26 : WORKDIR /edgex-go 20:28:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:28:59 ---> 603c3adb633a 20:28:59 Step 3/22 : WORKDIR /edgex-go 20:28:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:28:59 ---> 603c3adb633a 20:28:59 Step 3/22 : WORKDIR /edgex-go 20:28:59 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:28:59 ---> 603c3adb633a 20:28:59 Step 3/24 : WORKDIR /edgex-go 20:28:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:28:59 ---> 603c3adb633a 20:28:59 Step 3/21 : WORKDIR /edgex-go 20:29:00 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:29:00 Status: Downloaded newer image for alpine:3.12 20:29:00 ---> 88dd2752d2ea 20:29:00 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:29:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:29:02 ---> Running in ce3113ea0cc3 20:29:02 ---> Running in 1522e6020ad4 20:29:02 ---> Running in c609091a39b7 20:29:02 ---> Running in 629f59a2143f 20:29:02 ---> Running in d9879c1e82ac 20:29:02 Removing intermediate container 1522e6020ad4 20:29:02 ---> f2501c696f70 20:29:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:02 Removing intermediate container c609091a39b7 20:29:02 ---> 072fa6b77e1b 20:29:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:03 Removing intermediate container d9879c1e82ac 20:29:03 ---> 83a8295caaf5 20:29:03 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:03 Removing intermediate container ce3113ea0cc3 20:29:03 ---> 341e756c7d20 20:29:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:03 Removing intermediate container 629f59a2143f 20:29:03 ---> 0bfa78c2cbd0 20:29:03 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:03 ---> Running in 55bc034a27a8 20:29:03 ---> Running in 76cd662fe593 20:29:03 ---> Running in 725494ca434f 20:29:03 ---> Running in c197cbf6d3aa 20:29:03 ---> Running in deb0eeb285c2 20:29:05 ---> Running in 58050b003ea4 20:29:05 Removing intermediate container 8a97cd857e72 20:29:05 ---> 27eff13de658 20:29:05 20:29:05 Step 10/21 : FROM alpine:3.12 20:29:05 ---> 88dd2752d2ea 20:29:05 Step 11/21 : RUN apk add --update --no-cache curl 20:29:05 Removing intermediate container e93dce54b690 20:29:05 ---> 4661e9cc7bec 20:29:05 20:29:05 Step 10/22 : FROM alpine:3.12 20:29:05 ---> 88dd2752d2ea 20:29:05 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:29:05 Removing intermediate container 59ffc49fd885 20:29:05 ---> 754d1275e3f1 20:29:05 20:29:05 Step 10/22 : FROM alpine:3.12 20:29:05 ---> 88dd2752d2ea 20:29:05 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:29:06 ---> Running in db11a77d11b1 20:29:06 ---> Running in 9f98855981fa 20:29:06 ---> Running in a75dc6abd9b1 20:29:06 Removing intermediate container 3d0ba15f71df 20:29:06 ---> 9d573ffa75c6 20:29:06 20:29:06 Step 11/26 : FROM docker:20.10.0 20:29:06 20.10.0: Pulling from library/docker 20:29:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:29:06 Removing intermediate container 55bc034a27a8 20:29:06 ---> 042edc1b0f07 20:29:06 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:29:06 ---> Running in 618aab5344be 20:29:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:29:07 Removing intermediate container 76cd662fe593 20:29:07 ---> 6c4e3fd5c457 20:29:07 Step 5/22 : RUN apk add --update --no-cache make git 20:29:07 (1/5) Installing ca-certificates (20191127-r4) 20:29:07 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:29:07 (3/5) Installing libcurl (7.69.1-r3) 20:29:07 (4/5) Installing curl (7.69.1-r3) 20:29:07 (5/5) Installing dumb-init (1.2.2-r1) 20:29:07 Executing busybox-1.31.1-r19.trigger 20:29:07 Executing ca-certificates-20191127-r4.trigger 20:29:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:29:07 OK: 7 MiB in 19 packages 20:29:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:29:07 Removing intermediate container deb0eeb285c2 20:29:07 ---> 5c8f184179ae 20:29:07 Step 5/26 : RUN apk add --update --no-cache make bash git 20:29:07 ---> Running in f1d5ca7d02c5 20:29:07 Removing intermediate container 725494ca434f 20:29:07 ---> d4424017ef6f 20:29:07 Step 5/24 : RUN apk add --update --no-cache make git 20:29:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:29:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:29:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:29:07 (1/2) Installing ca-certificates (20191127-r4) 20:29:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:29:07 (2/2) Installing dumb-init (1.2.2-r1) 20:29:07 Executing busybox-1.31.1-r19.trigger 20:29:07 Executing ca-certificates-20191127-r4.trigger 20:29:07 Removing intermediate container c197cbf6d3aa 20:29:07 ---> 89a9f9ba6468 20:29:07 Step 5/21 : RUN apk add --update --no-cache make git 20:29:07 ---> Running in 8f52884af903 20:29:07 OK: 6 MiB in 16 packages 20:29:07 (1/1) Installing dumb-init (1.2.2-r1) 20:29:07 Executing busybox-1.31.1-r19.trigger 20:29:07 OK: 6 MiB in 15 packages 20:29:07 (1/4) Installing ca-certificates (20191127-r4) 20:29:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:29:07 (3/4) Installing libcurl (7.69.1-r3) 20:29:07 (4/4) Installing curl (7.69.1-r3) 20:29:07 Executing busybox-1.31.1-r19.trigger 20:29:07 Executing ca-certificates-20191127-r4.trigger 20:29:07 OK: 7 MiB in 18 packages 20:29:07 ---> Running in f38bf21693e6 20:29:07 ---> Running in e2432e0400b2 20:29:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:29:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:29:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:29:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:29:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:29:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:29:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:29:10 OK: 217 MiB in 51 packages 20:29:10 Removing intermediate container 58050b003ea4 20:29:10 ---> 375feeed4063 20:29:10 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:29:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:29:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:29:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:29:10 OK: 217 MiB in 51 packages 20:29:11 ---> Running in 80133aac2e81 20:29:11 Removing intermediate container db11a77d11b1 20:29:11 ---> 50e6cb14d023 20:29:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:29:11 Removing intermediate container a75dc6abd9b1 20:29:11 ---> 92273fedb49a 20:29:11 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:29:11 Removing intermediate container 9f98855981fa 20:29:11 ---> bf9c05b7a3a4 20:29:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:29:11 OK: 217 MiB in 51 packages 20:29:11 OK: 217 MiB in 51 packages 20:29:11 OK: 217 MiB in 51 packages 20:29:11 ---> Running in a1e01e6034e3 20:29:12 Removing intermediate container 618aab5344be 20:29:12 ---> b408d25cad79 20:29:12 Step 6/22 : COPY go.mod . 20:29:12 ---> Running in 3c93e89be86b 20:29:12 ---> Running in 17a00e4e598f 20:29:12 Removing intermediate container 80133aac2e81 20:29:12 ---> 3248e8704141 20:29:12 Step 13/24 : WORKDIR / 20:29:12 Removing intermediate container a1e01e6034e3 20:29:12 ---> 4624e81bcb45 20:29:12 Step 13/22 : ENV APP_PORT=48085 20:29:12 ---> Running in 445a4d3413e2 20:29:12 Removing intermediate container 17a00e4e598f 20:29:12 ---> 122e156aa812 20:29:12 Step 13/22 : ENV APP_PORT=48060 20:29:12 Removing intermediate container 3c93e89be86b 20:29:12 ---> 8e66f47ecc97 20:29:12 Step 13/21 : WORKDIR /edgex 20:29:12 ---> Running in 30fcf7643947 20:29:12 ---> Running in 47470b37c82d 20:29:12 Removing intermediate container f1d5ca7d02c5 20:29:12 ---> f7d2cd2409a8 20:29:12 Step 6/22 : COPY go.mod . 20:29:12 ---> Running in eff5c77c4e9e 20:29:12 Removing intermediate container 445a4d3413e2 20:29:12 ---> 8caea59d9672 20:29:12 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:29:12 Removing intermediate container 30fcf7643947 20:29:12 ---> e4bc19f0aa6a 20:29:12 Step 14/22 : EXPOSE $APP_PORT 20:29:13 ---> 47b93d12c613 20:29:13 Step 7/22 : RUN go mod download 20:29:13 Removing intermediate container 47470b37c82d 20:29:13 ---> 93280d7528a2 20:29:13 Step 14/22 : EXPOSE $APP_PORT 20:29:13 ---> Running in bbcb461e98ea 20:29:13 ---> Running in 1f95834ffa3a 20:29:13 Removing intermediate container eff5c77c4e9e 20:29:13 ---> 8d386f5fd073 20:29:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:29:13 Removing intermediate container f38bf21693e6 20:29:13 ---> b26035cd77fb 20:29:13 Step 6/24 : COPY go.mod . 20:29:13 ---> Running in 7d5ac53fc7a1 20:29:13 Removing intermediate container 8f52884af903 20:29:13 ---> 1d3b4669269a 20:29:13 Step 6/26 : COPY go.mod . 20:29:13 ---> 9aa2188c9842 20:29:13 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:29:13 Removing intermediate container e2432e0400b2 20:29:13 ---> 9a3da771669a 20:29:13 Step 6/21 : COPY go.mod . 20:29:13 ---> 28ac21a0b920 20:29:13 Step 7/22 : RUN go mod download 20:29:13 Removing intermediate container bbcb461e98ea 20:29:13 ---> 6ab34d1a268e 20:29:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:13 Removing intermediate container 1f95834ffa3a 20:29:13 ---> 954c5a685bdf 20:29:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:13 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:29:13 ---> 5c41729dcb0f 20:29:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:29:13 ---> 92cd39350489 20:29:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:29:13 Status: Downloaded newer image for docker:20.10.0 20:29:13 ---> aefe523efa57 20:29:13 Step 12/26 : RUN apk add --no-cache bash 20:29:13 ---> Running in f1c65ca23b56 20:29:14 ---> Running in 45605eb19e71 20:29:14 ---> f3337abf1b95 20:29:14 Step 7/24 : RUN go mod download 20:29:14 ---> 1391e3c9b336 20:29:14 Step 7/26 : RUN go mod download 20:29:14 ---> f144a692a82c 20:29:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:29:14 ---> 536e079b7112 20:29:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:29:14 ---> ce919883f880 20:29:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:29:14 ---> 1950f82f4402 20:29:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:29:14 ---> Running in 1777d6185d62 20:29:14 ---> 3dd5d84acec8 20:29:14 Step 7/21 : RUN go mod download 20:29:14 ---> Running in 96f4d7c1a5f8 20:29:15 ---> Running in 3423e2a02902 20:29:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:29:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:29:15 (1/2) Installing readline (8.0.4-r0) 20:29:15 (2/2) Installing bash (5.0.17-r0) 20:29:15 Executing bash-5.0.17-r0.post-install 20:29:15 Executing busybox-1.31.1-r19.trigger 20:29:15 OK: 12 MiB in 22 packages 20:29:16 ---> 48b0552da151 20:29:16 ---> 9e635b294a57 20:29:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.tomlStep 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:29:16 20:29:16 ---> 920c25e16a08 20:29:16 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:29:16 ---> 211f8bf12b1c 20:29:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:29:16 ---> Running in e2cfa93f3981 20:29:16 ---> 135baab1d34a 20:29:16 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:29:16 ---> 07ba6c8d6286 20:29:16 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:29:16 ---> Running in c2df50bba67a 20:29:16 ---> Running in 1eae061c436f 20:29:16 Removing intermediate container e2cfa93f3981 20:29:16 ---> 8ee783cdc924 20:29:16 Step 18/21 : CMD ["--init=true"] 20:29:16 Removing intermediate container 45605eb19e71 20:29:16 ---> a773b0621ad5 20:29:16 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:29:16 ---> 864b3cd58d81 20:29:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:29:17 ---> Running in 04b3734a00d8 20:29:17 ---> Running in 3e60a473871a 20:29:17 Removing intermediate container c2df50bba67a 20:29:17 ---> 979a792f0ed7 20:29:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:29:17 Removing intermediate container 1eae061c436f 20:29:17 ---> 7f230960ce58 20:29:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:29:17 ---> Running in 17be3d3b9fdd 20:29:17 ---> Running in 1ba41f5d5a9a 20:29:17 ---> 8e38a045ce59 20:29:17 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/ 20:29:17 Removing intermediate container 04b3734a00d8 20:29:17 ---> 2b64c34070e6 20:29:17 Step 19/21 : LABEL arch=x86_64 20:29:17 Removing intermediate container 3e60a473871a 20:29:17 ---> 461997f2f4cb 20:29:17 Step 14/26 : ENV APP_PORT=48090 20:29:17 ---> Running in 70461d10beac 20:29:17 ---> Running in 6b35cca6f2aa 20:29:17 ---> Running in 944757069d78 20:29:17 Removing intermediate container 7d5ac53fc7a1 20:29:17 ---> 50177b819b08 20:29:17 Step 8/22 : COPY . . 20:29:17 Removing intermediate container f1c65ca23b56 20:29:17 ---> 44865e732089 20:29:17 Step 8/22 : COPY . . 20:29:17 Removing intermediate container 1ba41f5d5a9a 20:29:17 ---> be7b7784de46 20:29:17 Step 20/22 : LABEL arch=x86_64 20:29:17 Removing intermediate container 17be3d3b9fdd 20:29:17 ---> 758a2c2faa13 20:29:17 Step 20/22 : LABEL arch=x86_64 20:29:17 ---> Running in 438e0cac817d 20:29:18 ---> Running in 32e299e9a733 20:29:18 Removing intermediate container 944757069d78 20:29:18 ---> 4810908a4eda 20:29:18 Step 15/26 : EXPOSE $APP_PORT 20:29:18 Removing intermediate container 6b35cca6f2aa 20:29:18 ---> 1fcc4e3f3ffb 20:29:18 Step 20/21 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:29:18 ---> Running in aaa5c0e7d064 20:29:18 ---> Running in d991faf80764 20:29:18 Removing intermediate container 438e0cac817d 20:29:18 ---> 9e8d40539f2e 20:29:18 Step 21/22 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:29:18 Removing intermediate container 32e299e9a733 20:29:18 ---> 60f50809d610 20:29:18 Step 21/22 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:29:18 ---> Running in 1357bed70cec 20:29:18 ---> Running in 500c7bd8e77a 20:29:18 Removing intermediate container aaa5c0e7d064 20:29:18 ---> 0efa638f01f4 20:29:18 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:29:18 Removing intermediate container d991faf80764 20:29:18 ---> ee4346c65d87 20:29:18 Step 21/21 : LABEL version=2.0.0-dev.107 20:29:19 ---> Running in 0da9420776a4 20:29:19 Removing intermediate container 1357bed70cec 20:29:19 ---> e92a6c76ac10 20:29:19 Step 22/22 : LABEL version=2.0.0-dev.107 20:29:19 Removing intermediate container 500c7bd8e77a 20:29:19 ---> d1ab5cf70513 20:29:19 Step 22/22 : LABEL version=2.0.0-dev.107 20:29:19 ---> Running in a7f41fc86a68 20:29:19 ---> Running in a5789b2544a0 20:29:19 ---> 0a954a4cf6c5 20:29:19 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:29:19 Removing intermediate container 70461d10beac 20:29:19 ---> 6b546ce4f70b 20:29:19 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:29:19 Removing intermediate container 0da9420776a4 20:29:19 ---> 2aa54d95bb55 20:29:19 20:29:19 ---> Running in 5bd8242ede0d 20:29:19 Removing intermediate container a7f41fc86a68 20:29:19 ---> 650195eec753 20:29:19 20:29:19 Removing intermediate container a5789b2544a0 20:29:19 ---> 3b7cba40da08 20:29:19 20:29:19 Successfully built 2aa54d95bb55 20:29:19 Successfully built 650195eec753 20:29:20 Successfully built 3b7cba40da08 20:29:20 ---> 712cdcd81d35 20:29:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:29:20 Successfully tagged docker-security-proxy-setup-go:latest 20:29:20 Building docker-core-data-go 20:29:20  Building docker-security-proxy-setup-go ... done Successfully tagged docker-support-scheduler-go:latest 20:29:20  Building docker-support-scheduler-go ... done Building docker-core-command-go 20:29:20 Successfully tagged docker-support-notifications-go:latest 20:29:20  Building docker-support-notifications-go ... done Building docker-core-metadata-go 20:29:20 Removing intermediate container 5bd8242ede0d 20:29:20 ---> 6c31e6849b0a 20:29:20 Step 22/24 : LABEL arch=x86_64 20:29:20 ---> Running in f1edebec8b1a 20:29:20 ---> e5ecc9727649 20:29:20 Step 19/26 : RUN apk --no-cache add py3-pip 20:29:20 Removing intermediate container f1edebec8b1a 20:29:20 ---> 7de83f9cf738 20:29:20 Step 23/24 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:29:20 Removing intermediate container 1777d6185d62 20:29:20 ---> f3d9ae2ee6f7 20:29:20 Step 8/24 : COPY . . 20:29:20 Removing intermediate container 96f4d7c1a5f8 20:29:20 ---> fdca3dae3a77 20:29:20 Step 8/26 : COPY . . 20:29:20 ---> Running in da938b761dad 20:29:20 ---> Running in 422c51a50d9d 20:29:20 Removing intermediate container 422c51a50d9d 20:29:20 ---> 4388af942797 20:29:20 Step 24/24 : LABEL version=2.0.0-dev.107 20:29:20 ---> Running in f2ab430ed1d7 20:29:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:29:21 Removing intermediate container 3423e2a02902 20:29:21 ---> fc51ad2b782e 20:29:21 Step 8/21 : COPY . . 20:29:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:29:21 Removing intermediate container f2ab430ed1d7 20:29:21 ---> f8a1d42aed55 20:29:21 20:29:21 (1/33) Installing libbz2 (1.0.8-r1) 20:29:21 (2/33) Installing expat (2.2.9-r1) 20:29:21 (3/33) Installing libffi (3.3-r2) 20:29:21 (4/33) Installing gdbm (1.13-r1) 20:29:23 (5/33) Installing xz-libs (5.2.5-r0) 20:29:23 (6/33) Installing sqlite-libs (3.32.1-r0) 20:29:23 (7/33) Installing python3 (3.8.5-r1) 20:29:24 Successfully built f8a1d42aed55 20:29:26 Successfully tagged docker-security-secretstore-setup-go:latest 20:29:26  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 20:29:32 (8/33) Installing py3-appdirs (1.4.4-r1) 20:29:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:29:32 (10/33) Installing py3-parsing (2.4.7-r0) 20:29:32 (11/33) Installing py3-six (1.15.0-r0) 20:29:32 (12/33) Installing py3-packaging (20.4-r0) 20:29:32 (13/33) Installing py3-setuptools (47.0.0-r0) 20:29:32 (14/33) Installing py3-chardet (3.0.4-r4) 20:29:32 (15/33) Installing py3-idna (2.9-r0) 20:29:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:29:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:29:32 (18/33) Installing py3-requests (2.23.0-r0) 20:29:32 (19/33) Installing py3-msgpack (1.0.0-r0) 20:29:32 (20/33) Installing py3-lockfile (0.12.2-r3) 20:29:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:29:35 (22/33) Installing py3-colorama (0.4.3-r0) 20:29:36 (23/33) Installing py3-distlib (0.3.0-r0) 20:29:37 (24/33) Installing py3-distro (1.5.0-r1) 20:29:37 (25/33) Installing py3-webencodings (0.5.1-r3) 20:29:37 (26/33) Installing py3-html5lib (1.0.1-r4) 20:29:37 (27/33) Installing py3-pytoml (0.1.21-r0) 20:29:37 (28/33) Installing py3-pep517 (0.8.2-r0) 20:29:37 (29/33) Installing py3-progress (1.5-r0) 20:29:37 (30/33) Installing py3-toml (0.10.1-r0) 20:29:37 (31/33) Installing py3-retrying (1.3.3-r0) 20:29:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:29:37 (33/33) Installing py3-pip (20.1.1-r0) 20:29:37 Executing busybox-1.31.1-r19.trigger 20:29:37 OK: 71 MiB in 55 packages 20:29:39 ---> 93f144b3854e 20:29:39 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:29:39 ---> 1801f3f12a96 20:29:39 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:29:39 ---> 56dd60dc9d04 20:29:39 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:29:39 ---> 030bf97a3dd8 20:29:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:29:39 ---> Running in ff7a117564b3 20:29:39 ---> Running in d18fc0522e2e 20:29:39 ---> Running in e3af465a58c1 20:29:39 ---> Running in f097e24d446d 20:29:39 ---> 9590a823be1e 20:29:39 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:29:39 ---> Running in d070d0aab8ae 20:29:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:29:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:29:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:29:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:29:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:29:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:29:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:29:53 ---> 90d55ff40848 20:29:53 Step 3/23 : WORKDIR /edgex-go 20:29:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:29:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:29:53 ---> 90d55ff40848 20:29:53 Step 3/23 : WORKDIR /edgex-go 20:29:53 ---> Using cache 20:29:53 ---> 598d5560aa75 20:29:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:53 ---> Using cache 20:29:53 ---> 598d5560aa75 20:29:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:29:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:29:53 ---> 90d55ff40848 20:29:53 Step 3/23 : WORKDIR /edgex-go 20:29:53 ---> Using cache 20:29:53 ---> 598d5560aa75 20:29:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:53 ---> Using cache 20:29:53 ---> f72da8b8a074 20:29:53 Step 5/23 : RUN apk add --update --no-cache make git 20:29:53 ---> Using cache 20:29:53 ---> f72da8b8a074 20:29:53 Step 5/23 : RUN apk add --update --no-cache make git 20:29:53 ---> Using cache 20:29:53 ---> f72da8b8a074 20:29:53 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:29:53 ---> Using cache 20:29:53 ---> 80dd996bf8aa 20:29:53 Step 6/23 : COPY go.mod . 20:29:53 ---> Using cache 20:29:53 ---> f0bc10ee8f99 20:29:53 Step 7/23 : RUN go mod download 20:29:53 ---> Using cache 20:29:53 ---> 80dd996bf8aa 20:29:53 Step 6/23 : COPY go.mod . 20:29:53 ---> Using cache 20:29:53 ---> f0bc10ee8f99 20:29:53 Step 7/23 : RUN go mod download 20:29:53 ---> Using cache 20:29:53 ---> 048da1be43ad 20:29:53 Step 8/23 : COPY . . 20:29:53 ---> Using cache 20:29:53 ---> 048da1be43ad 20:29:53 Step 8/23 : COPY . . 20:29:53 ---> Using cache 20:29:53 ---> a9c7d1163a78 20:29:53 ---> Using cache 20:29:53 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:29:53 ---> a9c7d1163a78 20:29:53 Step 9/23 : RUN make cmd/core-command/core-command 20:29:53 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:29:53 Step 2/30 : FROM ${BUILDER_BASE} AS builder 20:29:53 ---> 90d55ff40848 20:29:53 Step 3/30 : WORKDIR /edgex-go 20:29:53 ---> Using cache 20:29:53 ---> 598d5560aa75 20:29:53 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:53 ---> Using cache 20:29:53 ---> f72da8b8a074 20:29:53 Step 5/30 : RUN apk add --update --no-cache make git 20:29:53 ---> Using cache 20:29:53 ---> 80dd996bf8aa 20:29:53 Step 6/30 : COPY go.mod . 20:29:53 ---> Using cache 20:29:53 ---> f0bc10ee8f99 20:29:53 Step 7/30 : RUN go mod download 20:29:53 ---> Using cache 20:29:53 ---> 048da1be43ad 20:29:53 Step 8/30 : COPY . . 20:29:53 ---> Using cache 20:29:53 ---> a9c7d1163a78 20:29:53 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:29:54 ---> Running in 0980467eb756 20:29:54 ---> Running in 05f46dcc08dc 20:29:55 ---> Running in 98f21ad13c6f 20:29:55 ---> Running in 4959f524cc7e 20:29:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:29:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:29:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/core-command/core-command ./cmd/core-command 20:29:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:29:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:29:57 OK: 233 MiB in 51 packages 20:30:00 Removing intermediate container da938b761dad 20:30:00 ---> 4046d74804ae 20:30:00 Step 20/26 : RUN pip install docker-compose==1.23.2 20:30:01 ---> Running in e6aaba0a324d 20:30:01 Removing intermediate container 05f46dcc08dc 20:30:01 ---> 00d0b5bb6f45 20:30:01 Step 6/23 : COPY go.mod . 20:30:02 ---> 4b7b913648d1 20:30:02 Step 7/23 : RUN go mod download 20:30:02 ---> Running in 9b4538e4a357 20:30:04 Collecting docker-compose==1.23.2 20:30:04 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:30:05 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:30:05 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:30:05 Collecting jsonschema<3,>=2.5.1 20:30:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:30:06 Collecting texttable<0.10,>=0.9.0 20:30:06 Downloading texttable-0.9.1.tar.gz (11 kB) 20:30:06 Removing intermediate container 9b4538e4a357 20:30:06 ---> 23f06224c0a1 20:30:06 Step 8/23 : COPY . . 20:30:09 Collecting docker<4.0,>=3.6.0 20:30:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:30:09 Collecting dockerpty<0.5,>=0.4.1 20:30:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:30:12 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:30:12 Collecting websocket-client<1.0,>=0.32.0 20:30:12 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:30:12 Collecting PyYAML<4,>=3.10 20:30:12 Downloading PyYAML-3.13.tar.gz (270 kB) 20:30:14 Collecting docopt<0.7,>=0.6.1 20:30:14 Downloading docopt-0.6.2.tar.gz (25 kB) 20:30:15 Collecting cached-property<2,>=1.2.0 20:30:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:30:15 Collecting urllib3<1.25,>=1.21.1 20:30:15 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:30:15 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 20:30:15 Collecting idna<2.8,>=2.5 20:30:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:30:15 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 20:30:15 Collecting docker-pycreds>=0.4.0 20:30:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:30:15 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:30:15 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:30:15 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:30:15 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:30:16 Installing collected packages: urllib3, idna, requests, jsonschema, texttable, websocket-client, docker-pycreds, docker, dockerpty, PyYAML, docopt, cached-property, docker-compose 20:30:16 Attempting uninstall: urllib3 20:30:16 Found existing installation: urllib3 1.25.9 20:30:16 Uninstalling urllib3-1.25.9: 20:30:16 Successfully uninstalled urllib3-1.25.9 20:30:16 Attempting uninstall: idna 20:30:16 Found existing installation: idna 2.9 20:30:16 Uninstalling idna-2.9: 20:30:16 Successfully uninstalled idna-2.9 20:30:17 Attempting uninstall: requests 20:30:17 Found existing installation: requests 2.23.0 20:30:17 Uninstalling requests-2.23.0: 20:30:18 Successfully uninstalled requests-2.23.0 20:30:22 Running setup.py install for texttable: started 20:30:22 Running setup.py install for texttable: finished with status 'done' 20:30:25 Running setup.py install for dockerpty: started 20:30:27 Running setup.py install for dockerpty: finished with status 'done' 20:30:27 Running setup.py install for PyYAML: started 20:30:28 Running setup.py install for PyYAML: finished with status 'done' 20:30:28 Running setup.py install for docopt: started 20:30:30 Running setup.py install for docopt: finished with status 'done' 20:30:31 ---> 79d17ffa1f21 20:30:31 Step 9/23 : RUN make cmd/core-data/core-data 20:30:31 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 20:30:31 ---> Running in c8897bfb6d9a 20:30:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/core-data/core-data ./cmd/core-data 20:30:38 Removing intermediate container 4959f524cc7e 20:30:38 ---> 3bc775bf68e4 20:30:38 20:30:38 Step 10/30 : FROM alpine:3.12 20:30:38 ---> 88dd2752d2ea 20:30:38 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:30:38 Removing intermediate container e6aaba0a324d 20:30:38 ---> 79cdf00e74bd 20:30:38 Step 21/26 : RUN apk --no-cache add curl 20:30:38 ---> Running in 30dcf3ddfeaa 20:30:38 ---> Running in 2bcafce6e3e5 20:30:38 Removing intermediate container 98f21ad13c6f 20:30:38 ---> 28bdb382bf8f 20:30:38 20:30:38 Step 10/23 : FROM alpine:3.12 20:30:38 ---> 88dd2752d2ea 20:30:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:30:38 ---> Using cache 20:30:38 ---> 50e6cb14d023 20:30:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:30:38 ---> Using cache 20:30:38 ---> 4624e81bcb45 20:30:38 Step 13/23 : ENV APP_PORT=48082 20:30:39 ---> Running in b8ac5e0a0dac 20:30:40 Removing intermediate container 30dcf3ddfeaa 20:30:40 ---> e4113ef7d072 20:30:40 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 20:30:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:30:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:30:40 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:30:40 (2/3) Installing libcurl (7.69.1-r3) 20:30:40 (3/3) Installing curl (7.69.1-r3) 20:30:40 Executing busybox-1.31.1-r19.trigger 20:30:42 OK: 72 MiB in 58 packages 20:30:42 ---> Running in 2e67788824d2 20:30:42 Removing intermediate container b8ac5e0a0dac 20:30:42 ---> b35ec0722f22 20:30:42 Step 14/23 : EXPOSE $APP_PORT 20:30:43 Removing intermediate container 0980467eb756 20:30:43 ---> c76d5b8b9420 20:30:43 20:30:43 Step 10/23 : FROM alpine:3.12 20:30:43 ---> 88dd2752d2ea 20:30:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:30:43 ---> Using cache 20:30:43 ---> 50e6cb14d023 20:30:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:30:43 ---> Using cache 20:30:43 ---> 4624e81bcb45 20:30:43 Step 13/23 : ENV APP_PORT=48081 20:30:43 ---> Running in 8e57ef27d441 20:30:43 ---> Running in 3ee6e8baaff0 20:30:44 Removing intermediate container 2bcafce6e3e5 20:30:44 ---> ee4b0688ca18 20:30:44 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:30:44 Removing intermediate container 8e57ef27d441 20:30:44 ---> d45b4485f8ef 20:30:44 Step 15/23 : WORKDIR / 20:30:44 ---> Running in 2bdbbc089e66 20:30:44 ---> Running in ac357f3b85b6 20:30:44 Removing intermediate container 3ee6e8baaff0 20:30:44 ---> 0b5297f88b0f 20:30:44 Step 14/23 : EXPOSE $APP_PORT 20:30:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:30:44 ---> Running in 9528fa7cc2b2 20:30:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:30:44 (1/2) Installing dumb-init (1.2.2-r1) 20:30:44 (2/2) Installing su-exec (0.2-r1) 20:30:44 Executing busybox-1.31.1-r19.trigger 20:30:44 Removing intermediate container 2bdbbc089e66 20:30:44 ---> 33650fc6ec5e 20:30:44 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:44 OK: 6 MiB in 16 packages 20:30:44 Removing intermediate container ac357f3b85b6 20:30:44 ---> f4b46f4f4017 20:30:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:45 Removing intermediate container 9528fa7cc2b2 20:30:45 ---> 8053e3145ea5 20:30:45 Step 15/23 : WORKDIR / 20:30:45 ---> Running in cbc33e958919 20:30:45 ---> Running in 28207fc59bdc 20:30:45 Removing intermediate container cbc33e958919 20:30:45 ---> a7c2bf913ec3 20:30:45 Step 24/26 : LABEL arch=x86_64 20:30:45 ---> 4a735b171848 20:30:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:30:45 Removing intermediate container 28207fc59bdc 20:30:45 ---> 2f3c7d9b2c96 20:30:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:45 ---> Running in 92d552134e7a 20:30:45 Removing intermediate container 2e67788824d2 20:30:45 ---> 98977475b525 20:30:45 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 20:30:46 ---> Running in bb8e6831941e 20:30:46 ---> 4ee0a0fb9ae9 20:30:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:30:46 Removing intermediate container 92d552134e7a 20:30:46 ---> f646517fd83d 20:30:46 Step 25/26 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:30:46 ---> cbc731bd0bfb 20:30:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:30:46 ---> Running in b27d234aa0c9 20:30:47 Removing intermediate container bb8e6831941e 20:30:47 ---> e6aacae310d4 20:30:47 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:30:47 Removing intermediate container b27d234aa0c9 20:30:47 ---> be03607bbc9c 20:30:47 Step 26/26 : LABEL version=2.0.0-dev.107 20:30:47 ---> Running in 2518c323c5f3 20:30:47 ---> 2197489f96b0 20:30:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:30:47 ---> f2a2d146c7a8 20:30:47 Step 19/23 : ENTRYPOINT ["/core-command"] 20:30:47 ---> Running in 02fc5f198e9a 20:30:47 ---> Running in eb8ef4f20555 20:30:47 Removing intermediate container 2518c323c5f3 20:30:47 ---> 70db0d2ce407 20:30:47 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:30:47 ---> Running in 38cc38a6e31a 20:30:48 ---> 41f69f0273db 20:30:48 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:30:48 Removing intermediate container 02fc5f198e9a 20:30:48 ---> 2de9895fa2e2 20:30:48 20:30:49 Successfully built 2de9895fa2e2 20:30:49 ---> Running in f24c4c373a46 20:30:49 Successfully tagged docker-sys-mgmt-agent-go:latest 20:30:49 Removing intermediate container eb8ef4f20555 20:30:49 ---> 9905a3b6f5b4 20:30:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:49  Building docker-sys-mgmt-agent-go ... done  ---> Running in d3aec32844b5 20:30:49 Removing intermediate container f24c4c373a46 20:30:49 ---> 653818f55643 20:30:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:49 ---> Running in d17a1da82e74 20:30:49 Removing intermediate container d3aec32844b5 20:30:49 ---> 64ff00a19633 20:30:49 Step 21/23 : LABEL arch=x86_64 20:30:50 ---> Running in a70146daaaed 20:30:50 Removing intermediate container d17a1da82e74 20:30:50 ---> 2106d00efc35 20:30:50 Step 21/23 : LABEL arch=x86_64 20:30:50 ---> Running in 9b1218ca44e6 20:30:50 Removing intermediate container a70146daaaed 20:30:50 ---> 8dc6550caa6c 20:30:50 Step 22/23 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:30:50 Removing intermediate container 38cc38a6e31a 20:30:50 ---> 9a46282a31ff 20:30:50 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 20:30:50 ---> Running in 1c4cd9462d98 20:30:50 Removing intermediate container 9b1218ca44e6 20:30:50 ---> 97f78cb2a061 20:30:50 Step 22/23 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:30:50 ---> Running in 92e9fb1c3d51 20:30:50 ---> Running in 401bff611ea0 20:30:50 Removing intermediate container 1c4cd9462d98 20:30:50 ---> 03132b8fdf1a 20:30:50 Step 23/23 : LABEL version=2.0.0-dev.107 20:30:51 ---> Running in 9e774eaefa9e 20:30:51 Removing intermediate container 92e9fb1c3d51 20:30:51 ---> d7ecf3b26e61 20:30:51 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:30:51 Removing intermediate container 401bff611ea0 20:30:51 ---> 6faff8616cd4 20:30:51 Step 23/23 : LABEL version=2.0.0-dev.107 20:30:52 ---> Running in f78633963a49 20:30:52 Removing intermediate container 9e774eaefa9e 20:30:52 ---> 0f74760dcd56 20:30:52 20:30:53 Successfully built 0f74760dcd56 20:30:53 Successfully tagged docker-core-command-go:latest 20:30:53  Building docker-core-command-go ... done Removing intermediate container f78633963a49 20:30:53 ---> 4add1e385cab 20:30:53 20:30:53 ---> 43c86adf9bdb 20:30:53 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:30:53 ---> Running in 99eed7b89ee9 20:30:54 Successfully built 4add1e385cab 20:30:54 Successfully tagged docker-core-metadata-go:latest 20:30:56  Building docker-core-metadata-go ... done Removing intermediate container c8897bfb6d9a 20:30:56 ---> 930d5fcec306 20:30:56 20:30:56 Step 10/23 : FROM alpine:3.12 20:30:56 ---> 88dd2752d2ea 20:30:56 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:30:56 Removing intermediate container 99eed7b89ee9 20:30:56 ---> 2f9febbeb0fb 20:30:56 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:56 ---> Running in e4085ccd9e14 20:30:56 Removing intermediate container e4085ccd9e14 20:30:56 ---> 802a11991b43 20:30:56 Step 12/23 : ENV APP_PORT=48080 20:30:56 ---> f7c0355fdd1d 20:30:56 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:30:56 ---> Running in dd8528c4a005 20:30:57 Removing intermediate container dd8528c4a005 20:30:57 ---> 9e9b59da9a4b 20:30:57 Step 13/23 : EXPOSE $APP_PORT 20:30:57 ---> Running in 340762a14a82 20:30:57 ---> 8d4b74d32955 20:30:57 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:30:57 Removing intermediate container 340762a14a82 20:30:57 ---> 42bdca2f10f3 20:30:57 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:30:57 ---> Running in 48d05e631de3 20:30:57 ---> ff9d79edc023 20:30:57 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:30:57 ---> 3c493f9b51d4 20:30:57 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 20:30:58 ---> Running in 55f227bde322 20:30:58 Removing intermediate container 55f227bde322 20:30:58 ---> 8d5fa0521820 20:30:58 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:30:58 Removing intermediate container 48d05e631de3 20:30:58 ---> 821011f9a6ca 20:30:58 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:30:58 ---> Running in ab51e0c19f2c 20:30:58 ---> 8f68004658ee 20:30:58 Step 25/30 : RUN chmod +x /entrypoint.sh 20:30:58 ---> Running in 8d7f46541fec 20:30:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:30:59 Removing intermediate container 8d7f46541fec 20:30:59 ---> 2c06cf75f385 20:30:59 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 20:30:59 ---> Running in 0144990caf70 20:30:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:31:00 Removing intermediate container 0144990caf70 20:31:00 ---> 0d9fe0bcfa5a 20:31:00 Step 27/30 : CMD ["gate"] 20:31:00 ---> Running in 07544c4aac15 20:31:00 Removing intermediate container 07544c4aac15 20:31:00 ---> 2bbe79da3391 20:31:00 Step 28/30 : LABEL arch=x86_64 20:31:00 ---> Running in f496b9769712 20:31:00 (1/6) Installing dumb-init (1.2.2-r1) 20:31:00 (2/6) Installing libgcc (9.3.0-r2) 20:31:00 Removing intermediate container f496b9769712 20:31:00 ---> c7f12495fd12 20:31:00 Step 29/30 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:00 (3/6) Installing libsodium (1.0.18-r0) 20:31:00 (4/6) Installing libstdc++ (9.3.0-r2) 20:31:00 ---> Running in 32db1e79189c 20:31:00 Removing intermediate container 32db1e79189c 20:31:00 ---> 230e936011b1 20:31:00 Step 30/30 : LABEL version=2.0.0-dev.107 20:31:01 (5/6) Installing libzmq (4.3.3-r0) 20:31:01 ---> Running in be47fab761e1 20:31:01 (6/6) Installing zeromq (4.3.3-r0) 20:31:01 Executing busybox-1.31.1-r19.trigger 20:31:01 OK: 8 MiB in 20 packages 20:31:01 Removing intermediate container be47fab761e1 20:31:01 ---> 9a89cf287b68 20:31:01 20:31:02 Successfully built 9a89cf287b68 20:31:02 Successfully tagged docker-security-bootstrapper-go:latest 20:31:02  Building docker-security-bootstrapper-go ... done Removing intermediate container ab51e0c19f2c 20:31:02 ---> aadf0f72bca4 20:31:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:31:02 ---> c3b34c77cd67 20:31:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:31:03 ---> b22013143a82 20:31:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:31:03 ---> 0339a7bdd929 20:31:03 Step 19/23 : ENTRYPOINT ["/core-data"] 20:31:03 ---> Running in 781c50ad7565 20:31:03 Removing intermediate container 781c50ad7565 20:31:03 ---> 56ae3e64de96 20:31:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:31:03 ---> Running in c0c5fab742c6 20:31:04 Removing intermediate container c0c5fab742c6 20:31:04 ---> 6fdcd6eec431 20:31:04 Step 21/23 : LABEL arch=x86_64 20:31:04 ---> Running in d233a448dab9 20:31:04 Removing intermediate container d233a448dab9 20:31:04 ---> f83819e7e0aa 20:31:04 Step 22/23 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:04 ---> Running in 16f64f6156d1 20:31:04 Removing intermediate container 16f64f6156d1 20:31:04 ---> 108fdb536660 20:31:04 Step 23/23 : LABEL version=2.0.0-dev.107 20:31:04 ---> Running in a34e431c36c0 20:31:05 Removing intermediate container a34e431c36c0 20:31:05 ---> 484429ac1d6e 20:31:05 20:31:05 Successfully built 484429ac1d6e 20:31:05 Successfully tagged docker-core-data-go:latest 20:31:05  Building docker-core-data-go ... done  [Pipeline] } 20:31:05 $ docker stop --time=1 75507d2ffc456d127664000a382884f5c90cfc520e405cec5070344c9430477e 20:31:07 $ docker rm -f 75507d2ffc456d127664000a382884f5c90cfc520e405cec5070344c9430477e [Pipeline] // withDockerContainer [Pipeline] sh 20:31:08 + docker images 20:31:08 + grep docker 20:31:08 docker-core-data-go latest 484429ac1d6e 3 seconds ago 22.4MB 20:31:08 docker-security-bootstrapper-go latest 9a89cf287b68 7 seconds ago 18.7MB 20:31:08 docker-core-metadata-go latest 4add1e385cab 15 seconds ago 19MB 20:31:08 docker-core-command-go latest 0f74760dcd56 16 seconds ago 17MB 20:31:08 docker-sys-mgmt-agent-go latest 2de9895fa2e2 21 seconds ago 313MB 20:31:08 docker-security-secretstore-setup-go latest f8a1d42aed55 About a minute ago 24.9MB 20:31:08 docker-support-scheduler-go latest 650195eec753 About a minute ago 17.2MB 20:31:08 docker-security-proxy-setup-go latest 2aa54d95bb55 About a minute ago 24.7MB 20:31:08 docker-support-notifications-go latest 3b7cba40da08 About a minute ago 17.8MB 20:31:08 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 20:31:08 provisioning config files... 20:31:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/373@tmp/config3854365331109656493tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:31:09 ---> docker-login.sh 20:31:09 nexus3.edgexfoundry.org:10001 20:31:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:31:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:31:09 Configure a credential helper to remove this warning. See 20:31:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:31:09 20:31:09 Login Succeeded 20:31:09 nexus3.edgexfoundry.org:10002 20:31:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:31:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:31:09 Configure a credential helper to remove this warning. See 20:31:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:31:09 20:31:09 Login Succeeded 20:31:09 nexus3.edgexfoundry.org:10003 20:31:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:31:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:31:09 Configure a credential helper to remove this warning. See 20:31:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:31:09 20:31:09 Login Succeeded 20:31:09 nexus3.edgexfoundry.org:10004 20:31:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:31:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:31:10 Configure a credential helper to remove this warning. See 20:31:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:31:10 20:31:10 Login Succeeded 20:31:10 docker.io 20:31:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:31:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:31:10 Configure a credential helper to remove this warning. See 20:31:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:31:10 20:31:10 Login Succeeded 20:31:10 ---> docker-login.sh ends [Pipeline] } 20:31:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:31:10 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 20:31:10 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:10 2.0.0-dev.107 20:31:10 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:10 master 20:31:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:31:11 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh 20:31:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 20:31:11 f70118b043a9: Preparing 20:31:11 20ae14bf63bc: Preparing 20:31:11 7ae5b813af00: Preparing 20:31:11 364c236affea: Preparing 20:31:11 33e8713114f8: Preparing 20:31:11 33e8713114f8: Layer already exists 20:31:11 364c236affea: Pushed 20:31:11 f70118b043a9: Pushed 20:31:11 7ae5b813af00: Pushed 20:31:12 20ae14bf63bc: Pushed 20:31:12 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:849c8cc65a5dfa3212e600d9eeb3f54e9c3c423e2bda0161cb52b2269552c3ed size: 1363 [Pipeline] isUnix [Pipeline] sh 20:31:13 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:31:13 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.107 20:31:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 20:31:13 f70118b043a9: Preparing 20:31:13 20ae14bf63bc: Preparing 20:31:13 7ae5b813af00: Preparing 20:31:13 364c236affea: Preparing 20:31:13 33e8713114f8: Preparing 20:31:13 364c236affea: Layer already exists 20:31:13 20ae14bf63bc: Layer already exists 20:31:13 f70118b043a9: Layer already exists 20:31:13 33e8713114f8: Layer already exists 20:31:13 7ae5b813af00: Layer already exists 20:31:13 2.0.0-dev.107: digest: sha256:849c8cc65a5dfa3212e600d9eeb3f54e9c3c423e2bda0161cb52b2269552c3ed size: 1363 [Pipeline] isUnix [Pipeline] sh 20:31:13 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:31:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 20:31:14 f70118b043a9: Preparing 20:31:14 20ae14bf63bc: Preparing 20:31:14 7ae5b813af00: Preparing 20:31:14 364c236affea: Preparing 20:31:14 33e8713114f8: Preparing 20:31:14 7ae5b813af00: Layer already exists 20:31:14 20ae14bf63bc: Layer already exists 20:31:14 33e8713114f8: Layer already exists 20:31:14 364c236affea: Layer already exists 20:31:14 f70118b043a9: Layer already exists 20:31:14 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:849c8cc65a5dfa3212e600d9eeb3f54e9c3c423e2bda0161cb52b2269552c3ed size: 1363 [Pipeline] isUnix [Pipeline] sh 20:31:14 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 20:31:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 20:31:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 20:31:14 f70118b043a9: Preparing 20:31:14 20ae14bf63bc: Preparing 20:31:14 7ae5b813af00: Preparing 20:31:14 364c236affea: Preparing 20:31:14 33e8713114f8: Preparing 20:31:14 20ae14bf63bc: Layer already exists 20:31:14 364c236affea: Layer already exists 20:31:14 33e8713114f8: Layer already exists 20:31:14 f70118b043a9: Layer already exists 20:31:14 7ae5b813af00: Layer already exists 20:31:14 master: digest: sha256:849c8cc65a5dfa3212e600d9eeb3f54e9c3c423e2bda0161cb52b2269552c3ed size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:31:14 ===================================================== [Pipeline] echo 20:31:14 taggedImages: 20:31:14 - nexus3.edgexfoundry.org:10004/docker-core-command-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:14 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.107 20:31:14 - nexus3.edgexfoundry.org:10004/docker-core-command-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:14 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 20:31:14 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 20:31:14 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:14 2.0.0-dev.107 20:31:14 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:14 master 20:31:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:31:15 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh 20:31:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 20:31:15 db54c141ebda: Preparing 20:31:15 cb56c7a4725c: Preparing 20:31:15 7ae5b813af00: Preparing 20:31:15 0fe19e4d3df1: Preparing 20:31:15 6f6ea02123b9: Preparing 20:31:15 33e8713114f8: Preparing 20:31:15 33e8713114f8: Waiting 20:31:15 7ae5b813af00: Layer already exists 20:31:15 33e8713114f8: Layer already exists 20:31:15 6f6ea02123b9: Pushed 20:31:15 db54c141ebda: Pushed 20:31:16 0fe19e4d3df1: Pushed 20:31:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:31:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/secrets-config ./cmd/secrets-config 20:31:17 cb56c7a4725c: Pushed 20:31:17 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:b0716d6fd269eaf45f2d6852a3b4bfb71db3d097f8e3a1c453e8dc5614525267 size: 1572 [Pipeline] isUnix [Pipeline] sh 20:31:17 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:31:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.107 20:31:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 20:31:17 db54c141ebda: Preparing 20:31:17 cb56c7a4725c: Preparing 20:31:17 7ae5b813af00: Preparing 20:31:17 0fe19e4d3df1: Preparing 20:31:17 6f6ea02123b9: Preparing 20:31:17 33e8713114f8: Preparing 20:31:17 33e8713114f8: Waiting 20:31:17 7ae5b813af00: Layer already exists 20:31:17 db54c141ebda: Layer already exists 20:31:17 0fe19e4d3df1: Layer already exists 20:31:17 6f6ea02123b9: Layer already exists 20:31:17 cb56c7a4725c: Layer already exists 20:31:17 33e8713114f8: Layer already exists 20:31:17 2.0.0-dev.107: digest: sha256:b0716d6fd269eaf45f2d6852a3b4bfb71db3d097f8e3a1c453e8dc5614525267 size: 1572 [Pipeline] isUnix [Pipeline] sh 20:31:18 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:31:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 20:31:18 db54c141ebda: Preparing 20:31:18 cb56c7a4725c: Preparing 20:31:18 7ae5b813af00: Preparing 20:31:18 0fe19e4d3df1: Preparing 20:31:18 6f6ea02123b9: Preparing 20:31:18 33e8713114f8: Preparing 20:31:18 33e8713114f8: Waiting 20:31:18 db54c141ebda: Layer already exists 20:31:18 cb56c7a4725c: Layer already exists 20:31:18 7ae5b813af00: Layer already exists 20:31:18 6f6ea02123b9: Layer already exists 20:31:18 0fe19e4d3df1: Layer already exists 20:31:18 33e8713114f8: Layer already exists 20:31:18 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:b0716d6fd269eaf45f2d6852a3b4bfb71db3d097f8e3a1c453e8dc5614525267 size: 1572 [Pipeline] isUnix [Pipeline] sh 20:31:18 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 20:31:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 20:31:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 20:31:19 db54c141ebda: Preparing 20:31:19 cb56c7a4725c: Preparing 20:31:19 7ae5b813af00: Preparing 20:31:19 0fe19e4d3df1: Preparing 20:31:19 6f6ea02123b9: Preparing 20:31:19 33e8713114f8: Preparing 20:31:19 33e8713114f8: Waiting 20:31:19 0fe19e4d3df1: Layer already exists 20:31:19 cb56c7a4725c: Layer already exists 20:31:19 7ae5b813af00: Layer already exists 20:31:19 db54c141ebda: Layer already exists 20:31:19 6f6ea02123b9: Layer already exists 20:31:19 33e8713114f8: Layer already exists 20:31:19 master: digest: sha256:b0716d6fd269eaf45f2d6852a3b4bfb71db3d097f8e3a1c453e8dc5614525267 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:31:19 ===================================================== [Pipeline] echo 20:31:19 taggedImages: 20:31:19 - nexus3.edgexfoundry.org:10004/docker-core-data-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:19 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.107 20:31:19 - nexus3.edgexfoundry.org:10004/docker-core-data-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:19 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 20:31:19 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 20:31:19 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:19 2.0.0-dev.107 20:31:19 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:19 master 20:31:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:31:19 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh 20:31:20 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 20:31:20 ed2d1dd46049: Preparing 20:31:20 0f3590d8062d: Preparing 20:31:20 7ae5b813af00: Preparing 20:31:20 364c236affea: Preparing 20:31:20 33e8713114f8: Preparing 20:31:20 33e8713114f8: Layer already exists 20:31:20 364c236affea: Layer already exists 20:31:20 7ae5b813af00: Layer already exists 20:31:20 ed2d1dd46049: Pushed 20:31:21 0f3590d8062d: Pushed 20:31:21 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:1daba58803b2544650bf6e9d0fd8ea7984fe28fc5366dcd7588962377e55e0a4 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:31:21 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:31:22 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.107 20:31:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 20:31:22 ed2d1dd46049: Preparing 20:31:22 0f3590d8062d: Preparing 20:31:22 7ae5b813af00: Preparing 20:31:22 364c236affea: Preparing 20:31:22 33e8713114f8: Preparing 20:31:22 7ae5b813af00: Layer already exists 20:31:22 ed2d1dd46049: Layer already exists 20:31:22 33e8713114f8: Layer already exists 20:31:22 364c236affea: Layer already exists 20:31:22 0f3590d8062d: Layer already exists 20:31:22 2.0.0-dev.107: digest: sha256:1daba58803b2544650bf6e9d0fd8ea7984fe28fc5366dcd7588962377e55e0a4 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:31:22 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:31:22 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 20:31:22 ed2d1dd46049: Preparing 20:31:22 0f3590d8062d: Preparing 20:31:22 7ae5b813af00: Preparing 20:31:22 364c236affea: Preparing 20:31:22 33e8713114f8: Preparing 20:31:22 ed2d1dd46049: Layer already exists 20:31:22 0f3590d8062d: Layer already exists 20:31:22 7ae5b813af00: Layer already exists 20:31:22 364c236affea: Layer already exists 20:31:22 33e8713114f8: Layer already exists 20:31:22 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:1daba58803b2544650bf6e9d0fd8ea7984fe28fc5366dcd7588962377e55e0a4 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:31:23 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 20:31:23 Removing intermediate container e3af465a58c1 20:31:23 ---> c723e21611d8 20:31:23 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:31:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 20:31:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 20:31:23 ed2d1dd46049: Preparing 20:31:23 0f3590d8062d: Preparing 20:31:23 7ae5b813af00: Preparing 20:31:23 364c236affea: Preparing 20:31:23 33e8713114f8: Preparing 20:31:23 33e8713114f8: Layer already exists 20:31:23 ed2d1dd46049: Layer already exists 20:31:23 7ae5b813af00: Layer already exists 20:31:23 364c236affea: Layer already exists 20:31:23 0f3590d8062d: Layer already exists 20:31:23 master: digest: sha256:1daba58803b2544650bf6e9d0fd8ea7984fe28fc5366dcd7588962377e55e0a4 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:31:23 ===================================================== [Pipeline] echo 20:31:23 taggedImages: 20:31:23 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:23 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.107 20:31:23 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:23 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 20:31:23 Removing intermediate container d070d0aab8ae 20:31:23 ---> ecbd195c2469 20:31:23 20:31:23 Step 10/24 : FROM alpine:3.12 20:31:23 3.12: Pulling from library/alpine 20:31:23 Removing intermediate container f097e24d446d 20:31:23 ---> 201da3af4ac6 20:31:23 20:31:23 Step 10/21 : FROM alpine:3.12 [Pipeline] echo 20:31:23 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 20:31:23 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:23 2.0.0-dev.107 20:31:23 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:23 master 20:31:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 20:31:23 3.12: Pulling from library/alpine 20:31:23 ---> Running in a11efdbe41f6 [Pipeline] isUnix [Pipeline] sh 20:31:24 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh 20:31:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 20:31:24 5a471754e94e: Preparing 20:31:24 5a471754e94e: Preparing 20:31:24 96367b8fd002: Preparing 20:31:24 5e4b86ef1d99: Preparing 20:31:24 653fcb1bea67: Preparing 20:31:24 7ae5b813af00: Preparing 20:31:24 44b281e4ab7b: Preparing 20:31:24 44b281e4ab7b: Preparing 20:31:24 7ff471665b3d: Preparing 20:31:24 299388346d67: Preparing 20:31:24 33e8713114f8: Preparing 20:31:24 44b281e4ab7b: Waiting 20:31:24 7ff471665b3d: Waiting 20:31:24 299388346d67: Waiting 20:31:24 33e8713114f8: Waiting 20:31:24 7ae5b813af00: Layer already exists 20:31:24 5e4b86ef1d99: Pushed 20:31:24 96367b8fd002: Pushed 20:31:24 5a471754e94e: Pushed 20:31:24 44b281e4ab7b: Pushed 20:31:24 33e8713114f8: Layer already exists 20:31:24 7ff471665b3d: Pushed 20:31:24 299388346d67: Pushed 20:31:25 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:31:25 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:31:25 Status: Downloaded newer image for alpine:3.12 20:31:25 Status: Downloaded newer image for alpine:3.12 20:31:25 ---> d10569e2745f 20:31:25 Step 11/21 : RUN apk add --update --no-cache curl 20:31:25 ---> d10569e2745f 20:31:25 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:31:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:31:25 653fcb1bea67: Pushed 20:31:26 ---> Running in 4dc45d03f91e 20:31:26 ---> Running in cc13832cd343 20:31:26 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:99073cfb2a773102b302096d894f29863904f11136b3a37cee5f528ca7ec162e size: 2609 [Pipeline] isUnix [Pipeline] sh 20:31:26 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:31:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.107 20:31:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 20:31:26 5a471754e94e: Preparing 20:31:26 5a471754e94e: Preparing 20:31:26 96367b8fd002: Preparing 20:31:26 5e4b86ef1d99: Preparing 20:31:26 653fcb1bea67: Preparing 20:31:26 7ae5b813af00: Preparing 20:31:26 44b281e4ab7b: Preparing 20:31:26 44b281e4ab7b: Preparing 20:31:26 7ff471665b3d: Preparing 20:31:26 299388346d67: Preparing 20:31:26 33e8713114f8: Preparing 20:31:26 44b281e4ab7b: Waiting 20:31:26 7ff471665b3d: Waiting 20:31:26 33e8713114f8: Waiting 20:31:26 5a471754e94e: Layer already exists 20:31:26 5e4b86ef1d99: Layer already exists 20:31:26 96367b8fd002: Layer already exists 20:31:26 7ae5b813af00: Layer already exists 20:31:26 653fcb1bea67: Layer already exists 20:31:26 7ff471665b3d: Layer already exists 20:31:26 44b281e4ab7b: Layer already exists 20:31:26 299388346d67: Layer already exists 20:31:26 33e8713114f8: Layer already exists 20:31:26 2.0.0-dev.107: digest: sha256:99073cfb2a773102b302096d894f29863904f11136b3a37cee5f528ca7ec162e size: 2609 [Pipeline] isUnix [Pipeline] sh 20:31:26 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:31:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 20:31:27 5a471754e94e: Preparing 20:31:27 5a471754e94e: Preparing 20:31:27 96367b8fd002: Preparing 20:31:27 5e4b86ef1d99: Preparing 20:31:27 653fcb1bea67: Preparing 20:31:27 7ae5b813af00: Preparing 20:31:27 44b281e4ab7b: Preparing 20:31:27 44b281e4ab7b: Preparing 20:31:27 7ff471665b3d: Preparing 20:31:27 299388346d67: Preparing 20:31:27 33e8713114f8: Preparing 20:31:27 7ff471665b3d: Waiting 20:31:27 299388346d67: Waiting 20:31:27 33e8713114f8: Waiting 20:31:27 44b281e4ab7b: Waiting 20:31:27 7ae5b813af00: Layer already exists 20:31:27 96367b8fd002: Layer already exists 20:31:27 5a471754e94e: Layer already exists 20:31:27 653fcb1bea67: Layer already exists 20:31:27 5e4b86ef1d99: Layer already exists 20:31:27 299388346d67: Layer already exists 20:31:27 33e8713114f8: Layer already exists 20:31:27 44b281e4ab7b: Layer already exists 20:31:27 7ff471665b3d: Layer already exists 20:31:27 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:99073cfb2a773102b302096d894f29863904f11136b3a37cee5f528ca7ec162e size: 2609 [Pipeline] isUnix [Pipeline] sh 20:31:27 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 20:31:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 20:31:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 20:31:27 5a471754e94e: Preparing 20:31:27 5a471754e94e: Preparing 20:31:27 96367b8fd002: Preparing 20:31:27 5e4b86ef1d99: Preparing 20:31:27 653fcb1bea67: Preparing 20:31:27 7ae5b813af00: Preparing 20:31:27 44b281e4ab7b: Preparing 20:31:27 44b281e4ab7b: Preparing 20:31:27 7ff471665b3d: Preparing 20:31:27 299388346d67: Preparing 20:31:27 33e8713114f8: Preparing 20:31:27 44b281e4ab7b: Waiting 20:31:27 7ff471665b3d: Waiting 20:31:27 299388346d67: Waiting 20:31:27 33e8713114f8: Waiting 20:31:27 5a471754e94e: Layer already exists 20:31:27 7ae5b813af00: Layer already exists 20:31:27 96367b8fd002: Layer already exists 20:31:27 5e4b86ef1d99: Layer already exists 20:31:27 653fcb1bea67: Layer already exists 20:31:27 7ff471665b3d: Layer already exists 20:31:27 33e8713114f8: Layer already exists 20:31:27 44b281e4ab7b: Layer already exists 20:31:27 299388346d67: Layer already exists 20:31:27 master: digest: sha256:99073cfb2a773102b302096d894f29863904f11136b3a37cee5f528ca7ec162e size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:31:28 ===================================================== [Pipeline] echo 20:31:28 taggedImages: 20:31:28 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:28 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.107 20:31:28 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:28 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 20:31:28 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 20:31:28 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:28 2.0.0-dev.107 20:31:28 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:28 master 20:31:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:31:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:31:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:31:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:31:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:31:28 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh 20:31:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 20:31:29 c1c9e328d1b8: Preparing 20:31:29 a2c80a1d719a: Preparing 20:31:29 6b4fdfbdd157: Preparing 20:31:29 3ed1c64db955: Preparing 20:31:29 bdb3abf41123: Preparing 20:31:29 33e8713114f8: Preparing 20:31:29 33e8713114f8: Waiting 20:31:29 (1/5) Installing ca-certificates (20191127-r4) 20:31:29 (1/4) Installing ca-certificates (20191127-r4) 20:31:29 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:31:29 (3/5) Installing libcurl (7.69.1-r3) 20:31:29 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:31:29 (3/4) Installing libcurl (7.69.1-r3) 20:31:29 (4/5) Installing curl (7.69.1-r3) 20:31:29 (5/5) Installing dumb-init (1.2.2-r1) 20:31:29 Executing busybox-1.31.1-r19.trigger 20:31:29 (4/4) Installing curl (7.69.1-r3) 20:31:29 Executing busybox-1.31.1-r19.trigger 20:31:29 Executing ca-certificates-20191127-r4.trigger 20:31:29 Executing ca-certificates-20191127-r4.trigger 20:31:29 6b4fdfbdd157: Pushed 20:31:29 3ed1c64db955: Pushed 20:31:29 33e8713114f8: Layer already exists 20:31:29 OK: 7 MiB in 19 packages 20:31:29 OK: 7 MiB in 18 packages 20:31:29 bdb3abf41123: Pushed 20:31:29 a2c80a1d719a: Pushed 20:31:29 c1c9e328d1b8: Pushed 20:31:30 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:41e8671d603403fe07d417466e762e2da2076a865dd4b01a74981480c37eec80 size: 1575 [Pipeline] isUnix [Pipeline] sh 20:31:30 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:31:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.107 20:31:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 20:31:30 c1c9e328d1b8: Preparing 20:31:30 a2c80a1d719a: Preparing 20:31:30 6b4fdfbdd157: Preparing 20:31:30 3ed1c64db955: Preparing 20:31:30 bdb3abf41123: Preparing 20:31:30 33e8713114f8: Preparing 20:31:30 33e8713114f8: Waiting 20:31:30 c1c9e328d1b8: Layer already exists 20:31:30 a2c80a1d719a: Layer already exists 20:31:30 6b4fdfbdd157: Layer already exists 20:31:30 bdb3abf41123: Layer already exists 20:31:30 3ed1c64db955: Layer already exists 20:31:30 33e8713114f8: Layer already exists 20:31:30 2.0.0-dev.107: digest: sha256:41e8671d603403fe07d417466e762e2da2076a865dd4b01a74981480c37eec80 size: 1575 [Pipeline] isUnix [Pipeline] sh 20:31:31 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:31:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 20:31:31 c1c9e328d1b8: Preparing 20:31:31 a2c80a1d719a: Preparing 20:31:31 6b4fdfbdd157: Preparing 20:31:31 3ed1c64db955: Preparing 20:31:31 bdb3abf41123: Preparing 20:31:31 33e8713114f8: Preparing 20:31:31 33e8713114f8: Waiting 20:31:31 bdb3abf41123: Layer already exists 20:31:31 c1c9e328d1b8: Layer already exists 20:31:31 a2c80a1d719a: Layer already exists 20:31:31 6b4fdfbdd157: Layer already exists 20:31:31 3ed1c64db955: Layer already exists 20:31:31 33e8713114f8: Layer already exists 20:31:31 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:41e8671d603403fe07d417466e762e2da2076a865dd4b01a74981480c37eec80 size: 1575 [Pipeline] isUnix [Pipeline] sh 20:31:31 Removing intermediate container a11efdbe41f6 20:31:31 ---> 951ad51071a8 20:31:31 20:31:31 Step 11/26 : FROM docker:20.10.0 20:31:31 20.10.0: Pulling from library/docker 20:31:31 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 20:31:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 20:31:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 20:31:31 c1c9e328d1b8: Preparing 20:31:31 a2c80a1d719a: Preparing 20:31:31 6b4fdfbdd157: Preparing 20:31:31 3ed1c64db955: Preparing 20:31:31 bdb3abf41123: Preparing 20:31:31 33e8713114f8: Preparing 20:31:31 33e8713114f8: Waiting 20:31:31 c1c9e328d1b8: Layer already exists 20:31:31 a2c80a1d719a: Layer already exists 20:31:31 bdb3abf41123: Layer already exists 20:31:31 3ed1c64db955: Layer already exists 20:31:31 6b4fdfbdd157: Layer already exists 20:31:31 33e8713114f8: Layer already exists 20:31:31 master: digest: sha256:41e8671d603403fe07d417466e762e2da2076a865dd4b01a74981480c37eec80 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:31:32 ===================================================== 20:31:32 Removing intermediate container ff7a117564b3 20:31:32 ---> 2c758df78e86 20:31:32 20:31:32 Step 10/22 : FROM alpine:3.12 20:31:32 ---> d10569e2745f 20:31:32 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:31:32 Removing intermediate container d18fc0522e2e 20:31:32 ---> dd9bc2169f9e 20:31:32 20:31:32 Step 10/22 : FROM alpine:3.12 20:31:32 ---> d10569e2745f 20:31:32 Step 11/22 : RUN apk add --update --no-cache dumb-init [Pipeline] echo 20:31:32 taggedImages: 20:31:32 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:32 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.107 20:31:32 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:32 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 20:31:32 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 20:31:32 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:32 2.0.0-dev.107 20:31:32 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:32 master 20:31:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:31:32 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh 20:31:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 20:31:33 aca1343d0320: Preparing 20:31:33 05259eaa882a: Preparing 20:31:33 967f065e9db9: Preparing 20:31:33 7afbafb647d1: Preparing 20:31:33 10a46a8a1946: Preparing 20:31:33 49d10bf0a7dc: Preparing 20:31:33 d3f74da17ab9: Preparing 20:31:33 b05e4d8231da: Preparing 20:31:33 33e8713114f8: Preparing 20:31:33 49d10bf0a7dc: Waiting 20:31:33 d3f74da17ab9: Waiting 20:31:33 b05e4d8231da: Waiting 20:31:33 33e8713114f8: Waiting 20:31:33 ---> Running in 6fc963190c6c 20:31:33 ---> Running in c1700b28fa96 20:31:33 10a46a8a1946: Pushed 20:31:33 aca1343d0320: Pushed 20:31:33 05259eaa882a: Pushed 20:31:33 49d10bf0a7dc: Pushed 20:31:33 d3f74da17ab9: Pushed 20:31:33 33e8713114f8: Layer already exists 20:31:33 Removing intermediate container cc13832cd343 20:31:33 ---> 89278fce0da0 20:31:33 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:31:33 Removing intermediate container 4dc45d03f91e 20:31:33 ---> 7681a59cf583 20:31:33 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:31:33 b05e4d8231da: Pushed 20:31:34 967f065e9db9: Pushed 20:31:34 7afbafb647d1: Pushed 20:31:34 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:d6b9ae788490e026abebe49850f01edbbdefef411ee795a3370193f1930f6184 size: 2198 [Pipeline] isUnix [Pipeline] sh 20:31:34 ---> Running in bb62ce1f881e 20:31:34 ---> Running in f9d2b3254fd7 20:31:34 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:31:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.107 20:31:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 20:31:34 aca1343d0320: Preparing 20:31:34 05259eaa882a: Preparing 20:31:34 967f065e9db9: Preparing 20:31:34 7afbafb647d1: Preparing 20:31:34 10a46a8a1946: Preparing 20:31:34 49d10bf0a7dc: Preparing 20:31:34 d3f74da17ab9: Preparing 20:31:34 b05e4d8231da: Preparing 20:31:34 33e8713114f8: Preparing 20:31:34 b05e4d8231da: Waiting 20:31:34 33e8713114f8: Waiting 20:31:34 49d10bf0a7dc: Waiting 20:31:34 d3f74da17ab9: Waiting 20:31:34 10a46a8a1946: Layer already exists 20:31:34 7afbafb647d1: Layer already exists 20:31:34 967f065e9db9: Layer already exists 20:31:34 aca1343d0320: Layer already exists 20:31:34 05259eaa882a: Layer already exists 20:31:34 d3f74da17ab9: Layer already exists 20:31:34 49d10bf0a7dc: Layer already exists 20:31:34 b05e4d8231da: Layer already exists 20:31:34 33e8713114f8: Layer already exists 20:31:34 2.0.0-dev.107: digest: sha256:d6b9ae788490e026abebe49850f01edbbdefef411ee795a3370193f1930f6184 size: 2198 [Pipeline] isUnix [Pipeline] sh 20:31:35 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:35 Removing intermediate container bb62ce1f881e 20:31:35 ---> 468e3ce797fd 20:31:35 Step 13/24 : WORKDIR / 20:31:35 ---> Running in 520e58a919ad 20:31:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 20:31:35 Removing intermediate container f9d2b3254fd7 20:31:35 ---> d65bdc84c2f9 20:31:35 Step 13/21 : WORKDIR /edgex 20:31:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:31:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:31:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:31:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 20:31:35 aca1343d0320: Preparing 20:31:35 05259eaa882a: Preparing 20:31:35 967f065e9db9: Preparing 20:31:35 7afbafb647d1: Preparing 20:31:35 10a46a8a1946: Preparing 20:31:35 49d10bf0a7dc: Preparing 20:31:35 d3f74da17ab9: Preparing 20:31:35 b05e4d8231da: Preparing 20:31:35 33e8713114f8: Preparing 20:31:35 49d10bf0a7dc: Waiting 20:31:35 d3f74da17ab9: Waiting 20:31:35 b05e4d8231da: Waiting 20:31:35 33e8713114f8: Waiting 20:31:35 aca1343d0320: Layer already exists 20:31:35 7afbafb647d1: Layer already exists 20:31:35 967f065e9db9: Layer already exists 20:31:35 10a46a8a1946: Layer already exists 20:31:35 05259eaa882a: Layer already exists 20:31:35 49d10bf0a7dc: Layer already exists 20:31:35 b05e4d8231da: Layer already exists 20:31:35 d3f74da17ab9: Layer already exists 20:31:35 33e8713114f8: Layer already exists 20:31:35 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:d6b9ae788490e026abebe49850f01edbbdefef411ee795a3370193f1930f6184 size: 2198 [Pipeline] isUnix [Pipeline] sh 20:31:35 ---> Running in 0e3b2040e4c7 20:31:36 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 20:31:36 (1/1) Installing dumb-init (1.2.2-r1) 20:31:36 Executing busybox-1.31.1-r19.trigger 20:31:36 (1/2) Installing ca-certificates (20191127-r4) 20:31:36 OK: 5 MiB in 15 packages 20:31:36 Removing intermediate container 520e58a919ad 20:31:36 ---> 136dc7c5142c 20:31:36 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:31:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 20:31:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 20:31:36 aca1343d0320: Preparing 20:31:36 05259eaa882a: Preparing 20:31:36 967f065e9db9: Preparing 20:31:36 7afbafb647d1: Preparing 20:31:36 10a46a8a1946: Preparing 20:31:36 49d10bf0a7dc: Preparing 20:31:36 d3f74da17ab9: Preparing 20:31:36 b05e4d8231da: Preparing 20:31:36 33e8713114f8: Preparing 20:31:36 d3f74da17ab9: Waiting 20:31:36 b05e4d8231da: Waiting 20:31:36 49d10bf0a7dc: Waiting 20:31:36 33e8713114f8: Waiting 20:31:36 aca1343d0320: Layer already exists 20:31:36 967f065e9db9: Layer already exists 20:31:36 7afbafb647d1: Layer already exists 20:31:36 05259eaa882a: Layer already exists 20:31:36 10a46a8a1946: Layer already exists 20:31:36 d3f74da17ab9: Layer already exists 20:31:36 49d10bf0a7dc: Layer already exists 20:31:36 b05e4d8231da: Layer already exists 20:31:36 33e8713114f8: Layer already exists 20:31:36 master: digest: sha256:d6b9ae788490e026abebe49850f01edbbdefef411ee795a3370193f1930f6184 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry 20:31:36 (2/2) Installing dumb-init (1.2.2-r1) 20:31:36 Executing busybox-1.31.1-r19.trigger 20:31:36 Executing ca-certificates-20191127-r4.trigger [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:31:36 ===================================================== [Pipeline] echo 20:31:36 taggedImages: 20:31:36 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:36 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.107 20:31:36 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:36 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 20:31:36 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 20:31:36 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:36 2.0.0-dev.107 20:31:36 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:36 master 20:31:36 ===================================================== [Pipeline] withEnv [Pipeline] { 20:31:36 OK: 6 MiB in 16 packages 20:31:36 Removing intermediate container 0e3b2040e4c7 20:31:36 ---> 7350bbe3a259 20:31:36 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:31:37 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh 20:31:37 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 20:31:37 278a125e679e: Preparing 20:31:37 79070b55f030: Preparing 20:31:37 7ae5b813af00: Preparing 20:31:37 fbef261fe16a: Preparing 20:31:37 33e8713114f8: Preparing 20:31:37 33e8713114f8: Layer already exists 20:31:37 7ae5b813af00: Layer already exists 20:31:37 278a125e679e: Pushed 20:31:37 fbef261fe16a: Pushed 20:31:38 ---> e988fb929d3c 20:31:38 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:31:38 ---> c1d63708e4e7 20:31:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:31:38 79070b55f030: Pushed 20:31:38 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:160d873e1fc6fad9e0e41c786f57da4d4fec9222ba63be10496c11252862e692 size: 1364 [Pipeline] isUnix [Pipeline] sh 20:31:38 Removing intermediate container c1700b28fa96 20:31:38 ---> 89f5cc9db745 20:31:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:31:38 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:31:39 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.107 20:31:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 20:31:39 278a125e679e: Preparing 20:31:39 79070b55f030: Preparing 20:31:39 7ae5b813af00: Preparing 20:31:39 fbef261fe16a: Preparing 20:31:39 33e8713114f8: Preparing 20:31:39 fbef261fe16a: Layer already exists 20:31:39 278a125e679e: Layer already exists 20:31:39 79070b55f030: Layer already exists 20:31:39 7ae5b813af00: Layer already exists 20:31:39 33e8713114f8: Layer already exists 20:31:39 2.0.0-dev.107: digest: sha256:160d873e1fc6fad9e0e41c786f57da4d4fec9222ba63be10496c11252862e692 size: 1364 [Pipeline] isUnix [Pipeline] sh 20:31:39 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:31:39 ---> Running in 8291021f7a09 20:31:39 ---> aa4d1aa06322 20:31:39 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:31:39 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 20:31:39 278a125e679e: Preparing 20:31:39 79070b55f030: Preparing 20:31:39 7ae5b813af00: Preparing 20:31:39 fbef261fe16a: Preparing 20:31:39 33e8713114f8: Preparing 20:31:39 278a125e679e: Layer already exists 20:31:39 7ae5b813af00: Layer already exists 20:31:39 79070b55f030: Layer already exists 20:31:39 33e8713114f8: Layer already exists 20:31:39 fbef261fe16a: Layer already exists 20:31:39 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:160d873e1fc6fad9e0e41c786f57da4d4fec9222ba63be10496c11252862e692 size: 1364 [Pipeline] isUnix [Pipeline] sh 20:31:40 Removing intermediate container 6fc963190c6c 20:31:40 ---> 648baffd0d02 20:31:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:31:40 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 20:31:40 ---> 069d537baad5 20:31:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:31:40 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 20:31:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 20:31:40 278a125e679e: Preparing 20:31:40 79070b55f030: Preparing 20:31:40 7ae5b813af00: Preparing 20:31:40 fbef261fe16a: Preparing 20:31:40 33e8713114f8: Preparing 20:31:40 fbef261fe16a: Layer already exists 20:31:40 7ae5b813af00: Layer already exists 20:31:40 33e8713114f8: Layer already exists 20:31:40 79070b55f030: Layer already exists 20:31:40 278a125e679e: Layer already exists 20:31:40 master: digest: sha256:160d873e1fc6fad9e0e41c786f57da4d4fec9222ba63be10496c11252862e692 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 20:31:40 ---> Running in 2bc15b570a5b 20:31:40 Removing intermediate container 8291021f7a09 20:31:40 ---> e50c53bf1a3e 20:31:40 Step 13/22 : ENV APP_PORT=48085 [Pipeline] // withEnv [Pipeline] echo 20:31:40 ===================================================== [Pipeline] echo 20:31:40 taggedImages: 20:31:40 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:40 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.107 20:31:40 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:40 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 20:31:40 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 20:31:40 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:40 2.0.0-dev.107 20:31:40 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:40 master 20:31:40 ===================================================== [Pipeline] withEnv [Pipeline] { 20:31:40 ---> b849e91dbf7b 20:31:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:31:41 ---> Running in 793e2bbefaeb 20:31:41 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh 20:31:41 Removing intermediate container 2bc15b570a5b 20:31:41 ---> 2e9420b02b01 20:31:41 Step 13/22 : ENV APP_PORT=48060 20:31:41 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 20:31:41 88dab4300851: Preparing 20:31:41 1e3b2f12083b: Preparing 20:31:41 7ae5b813af00: Preparing 20:31:41 364c236affea: Preparing 20:31:41 33e8713114f8: Preparing 20:31:41 33e8713114f8: Layer already exists 20:31:41 7ae5b813af00: Layer already exists 20:31:41 364c236affea: Layer already exists 20:31:41 88dab4300851: Pushed 20:31:41 ---> Running in 1ef71f2a0a62 20:31:42 Removing intermediate container 793e2bbefaeb 20:31:42 ---> c590f90ab7b2 20:31:42 Step 14/22 : EXPOSE $APP_PORT 20:31:42 ---> bdc5d95c3008 20:31:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:31:42 ---> Running in 8c3bb7f87f90 20:31:42 Removing intermediate container 1ef71f2a0a62 20:31:42 ---> 964bbfc4301b 20:31:42 Step 14/22 : EXPOSE $APP_PORT 20:31:42 ---> 10781babb701 20:31:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:31:42 1e3b2f12083b: Pushed 20:31:42 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:575212407ba431ba30c8e4f989f8a16d517214b96235aa72ef1537f872a8e3c8 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:31:43 ---> Running in 1675feea99f6 20:31:43 ---> Running in f7550ab2762e 20:31:43 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:31:43 Removing intermediate container 8c3bb7f87f90 20:31:43 ---> 21aa499c35f2 20:31:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:31:43 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.107 20:31:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 20:31:43 88dab4300851: Preparing 20:31:43 1e3b2f12083b: Preparing 20:31:43 7ae5b813af00: Preparing 20:31:43 364c236affea: Preparing 20:31:43 33e8713114f8: Preparing 20:31:43 33e8713114f8: Layer already exists 20:31:43 364c236affea: Layer already exists 20:31:43 1e3b2f12083b: Layer already exists 20:31:43 88dab4300851: Layer already exists 20:31:43 7ae5b813af00: Layer already exists 20:31:43 2.0.0-dev.107: digest: sha256:575212407ba431ba30c8e4f989f8a16d517214b96235aa72ef1537f872a8e3c8 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:31:43 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:31:43 Removing intermediate container 1675feea99f6 20:31:43 ---> 872f1a1555fe 20:31:43 Step 18/21 : CMD ["--init=true"] 20:31:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 20:31:44 88dab4300851: Preparing 20:31:44 1e3b2f12083b: Preparing 20:31:44 7ae5b813af00: Preparing 20:31:44 364c236affea: Preparing 20:31:44 33e8713114f8: Preparing 20:31:44 88dab4300851: Layer already exists 20:31:44 364c236affea: Layer already exists 20:31:44 7ae5b813af00: Layer already exists 20:31:44 1e3b2f12083b: Layer already exists 20:31:44 33e8713114f8: Layer already exists 20:31:44 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:575212407ba431ba30c8e4f989f8a16d517214b96235aa72ef1537f872a8e3c8 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:31:44 ---> Running in d1df4a21cb23 20:31:44 Removing intermediate container f7550ab2762e 20:31:44 ---> cb5475a571c8 20:31:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:31:44 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 20:31:44 ---> b0f941df193e 20:31:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:31:44 ---> 6aec5b396254 20:31:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:31:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 20:31:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 20:31:44 88dab4300851: Preparing 20:31:44 1e3b2f12083b: Preparing 20:31:44 7ae5b813af00: Preparing 20:31:44 364c236affea: Preparing 20:31:44 33e8713114f8: Preparing 20:31:44 33e8713114f8: Layer already exists 20:31:44 7ae5b813af00: Layer already exists 20:31:44 1e3b2f12083b: Layer already exists 20:31:44 88dab4300851: Layer already exists 20:31:44 364c236affea: Layer already exists 20:31:44 Removing intermediate container d1df4a21cb23 20:31:44 ---> 2ca578ca3ecc 20:31:44 Step 19/21 : LABEL arch=arm64 20:31:45 master: digest: sha256:575212407ba431ba30c8e4f989f8a16d517214b96235aa72ef1537f872a8e3c8 size: 1363 [Pipeline] } 20:31:45 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:31:45 Status: Downloaded newer image for docker:20.10.0 20:31:45 ---> eeaf43b92773 20:31:45 Step 12/26 : RUN apk add --no-cache bash 20:31:45 ---> Running in 8fe8f80e1a76 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:31:45 ===================================================== [Pipeline] echo 20:31:45 taggedImages: 20:31:45 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:45 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.107 20:31:45 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:45 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 20:31:45 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 20:31:45 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:45 2.0.0-dev.107 20:31:45 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:45 master 20:31:45 ===================================================== 20:31:45 ---> Running in 9e1e7eea531b 20:31:45 ---> 020a4bcfd853 20:31:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:31:45 ---> 0154fc2b1ce2 20:31:45 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/ 20:31:45 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh 20:31:45 Removing intermediate container 8fe8f80e1a76 20:31:45 ---> d604d74940f4 20:31:45 Step 20/21 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:46 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 20:31:46 bc0ff7b9dac2: Preparing 20:31:46 ba0f590c1338: Preparing 20:31:46 b8bd1934e0bd: Preparing 20:31:46 46f337d24cdb: Preparing 20:31:46 80fe716bfed2: Preparing 20:31:46 cd3d17346ab6: Preparing 20:31:46 8fbdc36cfd50: Preparing 20:31:46 0754057c0ad3: Preparing 20:31:46 998cdf262ab1: Preparing 20:31:46 02e56110abd2: Preparing 20:31:46 abc36efb885a: Preparing 20:31:46 b0b09059f4e1: Preparing 20:31:46 bb961f40224b: Preparing 20:31:46 f4666769fca7: Preparing 20:31:46 cd3d17346ab6: Waiting 20:31:46 998cdf262ab1: Waiting 20:31:46 8fbdc36cfd50: Waiting 20:31:46 02e56110abd2: Waiting 20:31:46 0754057c0ad3: Waiting 20:31:46 abc36efb885a: Waiting 20:31:46 b0b09059f4e1: Waiting 20:31:46 f4666769fca7: Waiting 20:31:46 bb961f40224b: Waiting 20:31:46 80fe716bfed2: Pushed 20:31:46 ---> Running in e09e10f4cf18 20:31:46 bc0ff7b9dac2: Pushed 20:31:46 46f337d24cdb: Pushed 20:31:46 0754057c0ad3: Layer already exists 20:31:46 998cdf262ab1: Layer already exists 20:31:46 8fbdc36cfd50: Pushed 20:31:46 02e56110abd2: Layer already exists 20:31:46 abc36efb885a: Layer already exists 20:31:46 ---> 039b913608e8 20:31:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:31:46 ---> Running in 74f67f763317 20:31:46 b0b09059f4e1: Layer already exists 20:31:46 bb961f40224b: Layer already exists 20:31:46 f4666769fca7: Layer already exists 20:31:46 ba0f590c1338: Pushed 20:31:47 ---> 2696a572a9da 20:31:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:31:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:31:47 cd3d17346ab6: Pushed 20:31:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:31:47 Removing intermediate container 74f67f763317 20:31:47 ---> a77be42a69a3 20:31:47 Step 21/21 : LABEL version=2.0.0-dev.107 20:31:47 ---> Running in 3ad09b72471b 20:31:47 ---> a33a852ca0bf 20:31:47 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:31:47 (1/2) Installing readline (8.0.4-r0) 20:31:47 (2/2) Installing bash (5.0.17-r0) 20:31:47 Executing bash-5.0.17-r0.post-install 20:31:47 Executing busybox-1.31.1-r19.trigger 20:31:47 OK: 12 MiB in 22 packages 20:31:48 ---> Running in 8a003666834f 20:31:48 ---> 68f8f5d9b347 20:31:48 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:31:48 Removing intermediate container 3ad09b72471b 20:31:48 ---> b5eafc804f5e 20:31:48 20:31:48 ---> Running in 9304031c9e4f 20:31:48 Removing intermediate container 8a003666834f 20:31:48 ---> 0597d387de77 20:31:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:31:49 Successfully built b5eafc804f5e 20:31:49 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:31:49  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 20:31:49 ---> Running in f0ae89965f26 20:31:49 Removing intermediate container 9304031c9e4f 20:31:49 ---> 1d2a86f5eab7 20:31:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:31:49 ---> Running in 325458e252a2 20:31:49 Removing intermediate container f0ae89965f26 20:31:49 ---> 108339bafd5c 20:31:50 Step 20/22 : LABEL arch=arm64 20:31:50 Removing intermediate container 9e1e7eea531b 20:31:50 ---> d9606cc9b1a6 20:31:50 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:31:50 Removing intermediate container e09e10f4cf18 20:31:50 ---> 6787fdd840fc 20:31:50 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:31:50 ---> Running in 63b1dd09cb8b 20:31:50 ---> Running in 5c594068774d 20:31:50 Removing intermediate container 325458e252a2 20:31:50 ---> 5e9478d4bc70 20:31:50 Step 20/22 : LABEL arch=arm64 20:31:51 ---> Running in 67fb0e4e6dfa 20:31:52 ---> Running in 164dc7a0df6a 20:31:52 Removing intermediate container 63b1dd09cb8b 20:31:52 ---> a174624e89aa 20:31:52 Step 21/22 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:52 Removing intermediate container 5c594068774d 20:31:52 ---> ad85f11f46e6 20:31:52 Step 14/26 : ENV APP_PORT=48090 20:31:52 Removing intermediate container 67fb0e4e6dfa 20:31:52 ---> 4215f0c713c5 20:31:52 Step 22/24 : LABEL arch=arm64 20:31:52 ---> Running in ebcb4f0373d5 20:31:52 ---> Running in 7dcd364b11a7 20:31:52 ---> Running in f8aaf7fcc9b2 20:31:52 Removing intermediate container 164dc7a0df6a 20:31:52 ---> 875f04b5bc2d 20:31:52 Step 21/22 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:53 ---> Running in 240df6cb6791 20:31:53 Removing intermediate container ebcb4f0373d5 20:31:53 ---> b121d62e0050 20:31:53 Step 15/26 : EXPOSE $APP_PORT 20:31:53 Removing intermediate container 7dcd364b11a7 20:31:53 ---> 69ba2204150b 20:31:53 Step 22/22 : LABEL version=2.0.0-dev.107 20:31:53 Removing intermediate container f8aaf7fcc9b2 20:31:53 ---> c58f012dbafe 20:31:53 Step 23/24 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:53 ---> Running in 6df18ffacf35 20:31:53 ---> Running in e436be212a35 20:31:53 ---> Running in 5bcaf3a3fdb0 20:31:53 Removing intermediate container 240df6cb6791 20:31:53 ---> f58a55de29a7 20:31:53 Step 22/22 : LABEL version=2.0.0-dev.107 20:31:53 b8bd1934e0bd: Pushed 20:31:53 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:14d9b928068a8e39c6950e0ba6f296bf2a51bec030413c14ec0e96d561c91757 size: 3252 [Pipeline] isUnix [Pipeline] sh 20:31:53 ---> Running in eb14d05b4e53 20:31:54 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:31:54 Removing intermediate container 6df18ffacf35 20:31:54 ---> 3062c3789442 20:31:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:31:54 Removing intermediate container e436be212a35 20:31:54 ---> 41ca806316c6 20:31:54 20:31:54 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.107 20:31:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 20:31:54 bc0ff7b9dac2: Preparing 20:31:54 ba0f590c1338: Preparing 20:31:54 b8bd1934e0bd: Preparing 20:31:54 46f337d24cdb: Preparing 20:31:54 80fe716bfed2: Preparing 20:31:54 cd3d17346ab6: Preparing 20:31:54 8fbdc36cfd50: Preparing 20:31:54 0754057c0ad3: Preparing 20:31:54 998cdf262ab1: Preparing 20:31:54 02e56110abd2: Preparing 20:31:54 abc36efb885a: Preparing 20:31:54 b0b09059f4e1: Preparing 20:31:54 bb961f40224b: Preparing 20:31:54 f4666769fca7: Preparing 20:31:54 cd3d17346ab6: Waiting 20:31:54 8fbdc36cfd50: Waiting 20:31:54 02e56110abd2: Waiting 20:31:54 abc36efb885a: Waiting 20:31:54 b0b09059f4e1: Waiting 20:31:54 bb961f40224b: Waiting 20:31:54 f4666769fca7: Waiting 20:31:54 0754057c0ad3: Waiting 20:31:54 998cdf262ab1: Waiting 20:31:54 46f337d24cdb: Layer already exists 20:31:54 bc0ff7b9dac2: Layer already exists 20:31:54 ba0f590c1338: Layer already exists 20:31:54 b8bd1934e0bd: Layer already exists 20:31:54 80fe716bfed2: Layer already exists 20:31:54 0754057c0ad3: Layer already exists 20:31:54 cd3d17346ab6: Layer already exists 20:31:54 8fbdc36cfd50: Layer already exists 20:31:54 02e56110abd2: Layer already exists 20:31:54 998cdf262ab1: Layer already exists 20:31:54 b0b09059f4e1: Layer already exists 20:31:54 bb961f40224b: Layer already exists 20:31:54 f4666769fca7: Layer already exists 20:31:54 abc36efb885a: Layer already exists 20:31:54 2.0.0-dev.107: digest: sha256:14d9b928068a8e39c6950e0ba6f296bf2a51bec030413c14ec0e96d561c91757 size: 3252 [Pipeline] isUnix [Pipeline] sh 20:31:54 Removing intermediate container 5bcaf3a3fdb0 20:31:54 ---> 2903cf59d9e4 20:31:54 Step 24/24 : LABEL version=2.0.0-dev.107 20:31:54 Successfully built 41ca806316c6 20:31:54 Removing intermediate container eb14d05b4e53 20:31:54 ---> 42b579e8c790 20:31:54 20:31:54 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:31:54 Successfully tagged docker-support-scheduler-go-arm64:latest 20:31:54  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 20:31:54 ---> Running in 6c9baed9f510 20:31:55 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 20:31:55 bc0ff7b9dac2: Preparing 20:31:55 ba0f590c1338: Preparing 20:31:55 b8bd1934e0bd: Preparing 20:31:55 46f337d24cdb: Preparing 20:31:55 80fe716bfed2: Preparing 20:31:55 cd3d17346ab6: Preparing 20:31:55 8fbdc36cfd50: Preparing 20:31:55 0754057c0ad3: Preparing 20:31:55 998cdf262ab1: Preparing 20:31:55 02e56110abd2: Preparing 20:31:55 abc36efb885a: Preparing 20:31:55 b0b09059f4e1: Preparing 20:31:55 bb961f40224b: Preparing 20:31:55 f4666769fca7: Preparing 20:31:55 cd3d17346ab6: Waiting 20:31:55 8fbdc36cfd50: Waiting 20:31:55 0754057c0ad3: Waiting 20:31:55 998cdf262ab1: Waiting 20:31:55 b0b09059f4e1: Waiting 20:31:55 02e56110abd2: Waiting 20:31:55 bb961f40224b: Waiting 20:31:55 abc36efb885a: Waiting 20:31:55 f4666769fca7: Waiting 20:31:55 bc0ff7b9dac2: Layer already exists 20:31:55 80fe716bfed2: Layer already exists 20:31:55 ba0f590c1338: Layer already exists 20:31:55 b8bd1934e0bd: Layer already exists 20:31:55 46f337d24cdb: Layer already exists 20:31:55 cd3d17346ab6: Layer already exists 20:31:55 998cdf262ab1: Layer already exists 20:31:55 8fbdc36cfd50: Layer already exists 20:31:55 0754057c0ad3: Layer already exists 20:31:55 02e56110abd2: Layer already exists 20:31:55 abc36efb885a: Layer already exists 20:31:55 b0b09059f4e1: Layer already exists 20:31:55 f4666769fca7: Layer already exists 20:31:55 bb961f40224b: Layer already exists 20:31:55 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:14d9b928068a8e39c6950e0ba6f296bf2a51bec030413c14ec0e96d561c91757 size: 3252 20:31:55 Successfully built 42b579e8c790 20:31:55 Successfully tagged docker-support-notifications-go-arm64:latest 20:31:55  Building docker-support-notifications-go ... done Building docker-core-command-go [Pipeline] isUnix [Pipeline] sh 20:31:55 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 20:31:55 Removing intermediate container 6c9baed9f510 20:31:55 ---> 4fb8e2519328 20:31:55 20:31:55 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 20:31:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 20:31:55 bc0ff7b9dac2: Preparing 20:31:55 ba0f590c1338: Preparing 20:31:55 b8bd1934e0bd: Preparing 20:31:55 46f337d24cdb: Preparing 20:31:55 80fe716bfed2: Preparing 20:31:55 cd3d17346ab6: Preparing 20:31:55 8fbdc36cfd50: Preparing 20:31:55 0754057c0ad3: Preparing 20:31:55 998cdf262ab1: Preparing 20:31:55 02e56110abd2: Preparing 20:31:55 abc36efb885a: Preparing 20:31:55 b0b09059f4e1: Preparing 20:31:55 bb961f40224b: Preparing 20:31:55 f4666769fca7: Preparing 20:31:55 cd3d17346ab6: Waiting 20:31:55 8fbdc36cfd50: Waiting 20:31:55 0754057c0ad3: Waiting 20:31:55 998cdf262ab1: Waiting 20:31:55 02e56110abd2: Waiting 20:31:55 abc36efb885a: Waiting 20:31:55 b0b09059f4e1: Waiting 20:31:55 bb961f40224b: Waiting 20:31:55 f4666769fca7: Waiting 20:31:55 bc0ff7b9dac2: Layer already exists 20:31:55 80fe716bfed2: Layer already exists 20:31:55 46f337d24cdb: Layer already exists 20:31:55 b8bd1934e0bd: Layer already exists 20:31:55 ba0f590c1338: Layer already exists 20:31:55 cd3d17346ab6: Layer already exists 20:31:55 0754057c0ad3: Layer already exists 20:31:55 998cdf262ab1: Layer already exists 20:31:55 02e56110abd2: Layer already exists 20:31:55 8fbdc36cfd50: Layer already exists 20:31:55 abc36efb885a: Layer already exists 20:31:55 bb961f40224b: Layer already exists 20:31:55 f4666769fca7: Layer already exists 20:31:55 b0b09059f4e1: Layer already exists 20:31:55 master: digest: sha256:14d9b928068a8e39c6950e0ba6f296bf2a51bec030413c14ec0e96d561c91757 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:31:55 ===================================================== [Pipeline] echo 20:31:55 taggedImages: 20:31:55 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:31:55 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.107 20:31:55 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:31:55 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } 20:31:55 ---> 57d2ed62bd55 20:31:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:31:55 Successfully built 4fb8e2519328 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles 20:31:56 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:31:56  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:31:56 ---> a5d2183d3e93 20:31:56 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:31:57 ---> d33883776b33 20:31:57 Step 19/26 : RUN apk --no-cache add py3-pip 20:31:58 ---> Running in b0e1ac0e507e 20:31:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:31:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:32:00 (1/33) Installing libbz2 (1.0.8-r1) 20:32:00 (2/33) Installing expat (2.2.9-r1) 20:32:00 (3/33) Installing libffi (3.3-r2) 20:32:00 (4/33) Installing gdbm (1.13-r1) 20:32:00 (5/33) Installing xz-libs (5.2.5-r0) 20:32:00 (6/33) Installing sqlite-libs (3.32.1-r0) 20:32:00 (7/33) Installing python3 (3.8.5-r1) 20:32:02 (8/33) Installing py3-appdirs (1.4.4-r1) 20:32:02 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:32:02 (10/33) Installing py3-parsing (2.4.7-r0) 20:32:02 (11/33) Installing py3-six (1.15.0-r0) 20:32:02 (12/33) Installing py3-packaging (20.4-r0) 20:32:02 (13/33) Installing py3-setuptools (47.0.0-r0) 20:32:02 (14/33) Installing py3-chardet (3.0.4-r4) 20:32:02 (15/33) Installing py3-idna (2.9-r0) 20:32:02 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:32:02 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:32:02 (18/33) Installing py3-requests (2.23.0-r0) 20:32:02 (19/33) Installing py3-msgpack (1.0.0-r0) 20:32:02 (20/33) Installing py3-lockfile (0.12.2-r3) 20:32:02 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:32:02 (22/33) Installing py3-colorama (0.4.3-r0) 20:32:02 (23/33) Installing py3-distlib (0.3.0-r0) 20:32:02 (24/33) Installing py3-distro (1.5.0-r1) 20:32:02 (25/33) Installing py3-webencodings (0.5.1-r3) 20:32:02 (26/33) Installing py3-html5lib (1.0.1-r4) 20:32:02 (27/33) Installing py3-pytoml (0.1.21-r0) 20:32:02 (28/33) Installing py3-pep517 (0.8.2-r0) 20:32:02 (29/33) Installing py3-progress (1.5-r0) 20:32:02 (30/33) Installing py3-toml (0.10.1-r0) 20:32:02 (31/33) Installing py3-retrying (1.3.3-r0) 20:32:02 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:32:02 (33/33) Installing py3-pip (20.1.1-r0) 20:32:02 Executing busybox-1.31.1-r19.trigger 20:32:02 OK: 71 MiB in 55 packages 20:32:12 Removing intermediate container b0e1ac0e507e 20:32:12 ---> 61123a208b53 20:32:12 Step 20/26 : RUN pip install docker-compose==1.23.2 20:32:12 ---> Running in b9a46d88bff7 20:32:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:32:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:32:17 ---> 603c3adb633a 20:32:17 Step 3/23 : WORKDIR /edgex-go 20:32:17 ---> Using cache 20:32:17 ---> 0bfa78c2cbd0 20:32:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:32:17 ---> Using cache 20:32:17 ---> 5c8f184179ae 20:32:17 Step 5/23 : RUN apk add --update --no-cache make git 20:32:18 ---> Running in 92577b75b033 20:32:19 Collecting docker-compose==1.23.2 20:32:19 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:32:20 Collecting jsonschema<3,>=2.5.1 20:32:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:32:20 Collecting cached-property<2,>=1.2.0 20:32:20 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:32:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:32:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:32:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:32:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:32:22 OK: 217 MiB in 51 packages 20:32:22 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:32:22 Collecting docopt<0.7,>=0.6.1 20:32:22 Downloading docopt-0.6.2.tar.gz (25 kB) 20:32:26 Collecting websocket-client<1.0,>=0.32.0 20:32:26 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:32:26 Removing intermediate container 92577b75b033 20:32:26 ---> a5bcde91a0c4 20:32:26 Step 6/23 : COPY go.mod . 20:32:26 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:32:26 Step 2/30 : FROM ${BUILDER_BASE} AS builder 20:32:26 ---> 603c3adb633a 20:32:26 Step 3/30 : WORKDIR /edgex-go 20:32:26 ---> Using cache 20:32:26 ---> 0bfa78c2cbd0 20:32:26 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:32:26 ---> Using cache 20:32:26 ---> 5c8f184179ae 20:32:26 Step 5/30 : RUN apk add --update --no-cache make git 20:32:26 ---> Using cache 20:32:26 ---> a5bcde91a0c4 20:32:26 Step 6/30 : COPY go.mod . 20:32:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:32:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:32:27 ---> 603c3adb633a 20:32:27 Step 3/23 : WORKDIR /edgex-go 20:32:27 ---> Using cache 20:32:27 ---> 0bfa78c2cbd0 20:32:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:32:27 ---> Using cache 20:32:27 ---> 5c8f184179ae 20:32:27 Step 5/23 : RUN apk add --update --no-cache make git 20:32:27 ---> Using cache 20:32:27 ---> a5bcde91a0c4 20:32:27 Step 6/23 : COPY go.mod . 20:32:27 Collecting PyYAML<4,>=3.10 20:32:27 Downloading PyYAML-3.13.tar.gz (270 kB) 20:32:28 ---> 7d2ea9c72ff3 20:32:28 Step 7/23 : RUN go mod download 20:32:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:32:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:32:28 ---> 603c3adb633a 20:32:28 Step 3/23 : WORKDIR /edgex-go 20:32:28 ---> Using cache 20:32:28 ---> 0bfa78c2cbd0 20:32:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:32:28 ---> Using cache 20:32:28 ---> 5c8f184179ae 20:32:28 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:32:28 ---> 65ffd519290e 20:32:28 Step 7/30 : RUN go mod download 20:32:28 ---> Running in c8b52f8953ea 20:32:28 ---> Running in f3cd3e30bce6 20:32:28 ---> a934c391780c 20:32:28 Step 7/23 : RUN go mod download 20:32:28 ---> Running in 45d5ac01505e 20:32:29 ---> Running in 5bdb0a6ad449 20:32:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:32:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:32:31 Collecting docker<4.0,>=3.6.0 20:32:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:32:32 OK: 217 MiB in 51 packages 20:32:32 Collecting dockerpty<0.5,>=0.4.1 20:32:32 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:32:33 Removing intermediate container f3cd3e30bce6 20:32:33 ---> 7467aa00336e 20:32:33 Step 8/23 : COPY . . 20:32:33 Removing intermediate container 5bdb0a6ad449 20:32:33 ---> 93d1d2864b74 20:32:33 Step 8/23 : COPY . . 20:32:33 Removing intermediate container 45d5ac01505e 20:32:33 ---> 779ce1e41ea5 20:32:33 Step 8/30 : COPY . . 20:32:34 Removing intermediate container c8b52f8953ea 20:32:34 ---> 0f8095041e82 20:32:34 Step 6/23 : COPY go.mod . 20:32:36 Collecting texttable<0.10,>=0.9.0 20:32:36 Downloading texttable-0.9.1.tar.gz (11 kB) 20:32:36 ---> 083a8f5d2675 20:32:36 Step 7/23 : RUN go mod download 20:32:38 ---> Running in 58d3c6914d32 20:32:38 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 20:32:38 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 20:32:39 Collecting idna<2.8,>=2.5 20:32:39 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:32:40 Collecting urllib3<1.25,>=1.21.1 20:32:40 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:32:40 Collecting docker-pycreds>=0.4.0 20:32:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:32:40 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:32:40 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:32:40 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:32:40 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:32:41 Installing collected packages: jsonschema, cached-property, idna, urllib3, requests, docopt, websocket-client, PyYAML, docker-pycreds, docker, dockerpty, texttable, docker-compose 20:32:42 Attempting uninstall: idna 20:32:42 Found existing installation: idna 2.9 20:32:42 Uninstalling idna-2.9: 20:32:42 Successfully uninstalled idna-2.9 20:32:43 Attempting uninstall: urllib3 20:32:43 Found existing installation: urllib3 1.25.9 20:32:43 Uninstalling urllib3-1.25.9: 20:32:43 Removing intermediate container 58d3c6914d32 20:32:43 ---> 6b3098228e7b 20:32:43 Step 8/23 : COPY . . 20:32:43 Successfully uninstalled urllib3-1.25.9 20:32:44 Attempting uninstall: requests 20:32:44 Found existing installation: requests 2.23.0 20:32:44 Uninstalling requests-2.23.0: 20:32:44 Successfully uninstalled requests-2.23.0 20:32:45 Running setup.py install for docopt: started 20:32:47 Running setup.py install for docopt: finished with status 'done' 20:32:47 Running setup.py install for PyYAML: started 20:32:49 Running setup.py install for PyYAML: finished with status 'done' 20:32:49 ---> 4fb3699fec34 20:32:50 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:32:50 ---> 96b1fbb65d28 20:32:50 Step 9/23 : RUN make cmd/core-command/core-command 20:32:50 ---> a04eea4da729 20:32:50 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:32:50 Running setup.py install for dockerpty: started 20:32:51 ---> Running in 4edaa3f000c9 20:32:51 ---> Running in 7aed349d24cc 20:32:51 ---> Running in b1c492b28a8f 20:32:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:32:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/core-command/core-command ./cmd/core-command 20:32:53 Running setup.py install for dockerpty: finished with status 'done' 20:32:53 Running setup.py install for texttable: started 20:32:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:32:56 Running setup.py install for texttable: finished with status 'done' 20:32:57 ---> 517189a4d8f1 20:32:57 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 20:32:57 Step 9/23 : RUN make cmd/core-data/core-data 20:32:57 ---> Running in 5cc4d452f097 20:32:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/core-data/core-data ./cmd/core-data 20:33:04 Removing intermediate container b9a46d88bff7 20:33:04 ---> ed826e09b797 20:33:04 Step 21/26 : RUN apk --no-cache add curl 20:33:04 ---> Running in 7d0563b6ac1c 20:33:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:33:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:33:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:33:06 (2/3) Installing libcurl (7.69.1-r3) 20:33:06 (3/3) Installing curl (7.69.1-r3) 20:33:06 Executing busybox-1.31.1-r19.trigger 20:33:06 OK: 71 MiB in 58 packages 20:33:08 Removing intermediate container 7d0563b6ac1c 20:33:08 ---> 54f128553429 20:33:08 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:33:08 ---> Running in a5338e0dafaa 20:33:09 Removing intermediate container a5338e0dafaa 20:33:09 ---> ce57ada9110b 20:33:09 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:33:09 ---> Running in f695661d3e17 20:33:10 Removing intermediate container f695661d3e17 20:33:10 ---> 7879a5dbdd3f 20:33:10 Step 24/26 : LABEL arch=arm64 20:33:10 ---> Running in b2ca877a8a15 20:33:11 Removing intermediate container b2ca877a8a15 20:33:11 ---> 6eb7e045a747 20:33:11 Step 25/26 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:33:11 ---> Running in 86e280d48833 20:33:12 Removing intermediate container 86e280d48833 20:33:12 ---> bcde82598e8d 20:33:12 Step 26/26 : LABEL version=2.0.0-dev.107 20:33:12 ---> Running in 7ab4cc5c36d2 20:33:12 Removing intermediate container 7ab4cc5c36d2 20:33:12 ---> 8e486f0575bf 20:33:12 20:33:12 Successfully built 8e486f0575bf 20:33:12 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:34:35  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7aed349d24cc 20:34:35 ---> 375ca9f3fc39 20:34:35 20:34:35 Step 10/30 : FROM alpine:3.12 20:34:35 ---> d10569e2745f 20:34:35 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:34:35 ---> Running in 39c25f9c7a4c 20:34:35 Removing intermediate container 39c25f9c7a4c 20:34:35 ---> 5df323092559 20:34:35 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 20:34:35 ---> Running in 36e64d25e3ad 20:34:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:34:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:34:35 (1/2) Installing dumb-init (1.2.2-r1) 20:34:35 (2/2) Installing su-exec (0.2-r1) 20:34:35 Executing busybox-1.31.1-r19.trigger 20:34:35 OK: 5 MiB in 16 packages 20:34:35 Removing intermediate container 36e64d25e3ad 20:34:35 ---> a55efe6ce450 20:34:35 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 20:34:35 ---> Running in 9a4b08a0d0db 20:34:35 Removing intermediate container 9a4b08a0d0db 20:34:35 ---> 0670b69386fe 20:34:35 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:34:35 ---> Running in 30f3dae805d2 20:34:35 Removing intermediate container 30f3dae805d2 20:34:35 ---> 160da403d44f 20:34:35 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:34:35 ---> Running in b20c00ef7063 20:34:35 Removing intermediate container b1c492b28a8f 20:34:35 ---> cb528ef4119f 20:34:35 20:34:35 Step 10/23 : FROM alpine:3.12 20:34:35 ---> d10569e2745f 20:34:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:34:35 ---> Using cache 20:34:35 ---> 89f5cc9db745 20:34:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:34:35 ---> Using cache 20:34:35 ---> e50c53bf1a3e 20:34:35 Step 13/23 : ENV APP_PORT=48082 20:34:35 ---> Running in 5e40b63786d8 20:34:35 Removing intermediate container 5e40b63786d8 20:34:35 ---> 593e0aa91de0 20:34:35 Step 14/23 : EXPOSE $APP_PORT 20:34:35 ---> Running in 0fe523d448e2 20:34:35 Removing intermediate container 0fe523d448e2 20:34:35 ---> 97aab4e569ac 20:34:35 Step 15/23 : WORKDIR / 20:34:35 Removing intermediate container b20c00ef7063 20:34:35 ---> 39563662526e 20:34:35 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 20:34:35 ---> Running in 7163a24b081d 20:34:35 ---> Running in f540ca8b573a 20:34:35 Removing intermediate container 7163a24b081d 20:34:35 ---> feb1e4c156ab 20:34:35 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:34:35 Removing intermediate container f540ca8b573a 20:34:35 ---> 2123b5aec099 20:34:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:34:36 ---> 64139d9da9aa 20:34:36 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:34:36 ---> 4da73a67e4ae 20:34:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:34:36 ---> Running in 5fdacea40d96 20:34:38 ---> b49df486ef18 20:34:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:34:39 ---> 3df6fff764e1 20:34:40 Step 19/23 : ENTRYPOINT ["/core-command"] 20:34:40 ---> Running in 7b602e660f14 20:34:40 Removing intermediate container 5fdacea40d96 20:34:40 ---> ba3570117b11 20:34:40 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 20:34:41 Removing intermediate container 7b602e660f14 20:34:41 ---> 4d439d8c16cd 20:34:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:34:41 ---> Running in 48c8ea9003a6 20:34:41 ---> 668a6468281e 20:34:41 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:34:42 Removing intermediate container 48c8ea9003a6 20:34:42 ---> 7ca98fb505f1 20:34:42 Step 21/23 : LABEL arch=arm64 20:34:42 ---> Running in e5c96e6ad208 20:34:43 Removing intermediate container 4edaa3f000c9 20:34:43 ---> 08981768c0af 20:34:43 20:34:43 Step 10/23 : FROM alpine:3.12 20:34:43 ---> d10569e2745f 20:34:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:34:43 ---> Using cache 20:34:43 ---> 89f5cc9db745 20:34:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:34:43 ---> Using cache 20:34:43 ---> e50c53bf1a3e 20:34:43 Step 13/23 : ENV APP_PORT=48081 20:34:43 Removing intermediate container e5c96e6ad208 20:34:43 ---> a49b785e99cb 20:34:43 Step 22/23 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:34:43 ---> ebe87020db70 20:34:43 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:34:43 ---> Running in cfb231cb8747 20:34:43 ---> Running in 8b6ab4e80401 20:34:44 Removing intermediate container cfb231cb8747 20:34:44 ---> 73166c7464af 20:34:44 Step 23/23 : LABEL version=2.0.0-dev.107 20:34:44 Removing intermediate container 8b6ab4e80401 20:34:44 ---> c8d974346434 20:34:44 Step 14/23 : EXPOSE $APP_PORT 20:34:44 ---> Running in ea96795e0ef4 20:34:44 ---> Running in bd9523adbfa6 20:34:45 ---> 89e80bbf7e43 20:34:45 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:34:45 Removing intermediate container ea96795e0ef4 20:34:45 ---> 9d43d5cdbfdd 20:34:45 20:34:45 Removing intermediate container bd9523adbfa6 20:34:45 ---> 4822f49e1f36 20:34:45 Step 15/23 : WORKDIR / 20:34:45 Successfully built 9d43d5cdbfdd 20:34:45 Successfully tagged docker-core-command-go-arm64:latest 20:34:45  Building docker-core-command-go ... done  ---> Running in 846555c6567b 20:34:45 ---> 3e125c528732 20:34:45 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 20:34:46 ---> Running in f2ad8c5e5331 20:34:46 Removing intermediate container 846555c6567b 20:34:46 ---> 3ab13fe441a3 20:34:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:34:46 Removing intermediate container f2ad8c5e5331 20:34:46 ---> 6b0961df3321 20:34:46 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:34:47 ---> 89783f9689fe 20:34:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:34:47 ---> cd3736602aa0 20:34:47 Step 25/30 : RUN chmod +x /entrypoint.sh 20:34:48 ---> Running in 03103afe5d1c 20:34:49 ---> e6b8f61681eb 20:34:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:34:50 Removing intermediate container 5cc4d452f097 20:34:50 ---> 73f2e319e3e3 20:34:50 20:34:50 Step 10/23 : FROM alpine:3.12 20:34:50 ---> d10569e2745f 20:34:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:34:50 ---> 8ae77bb96816 20:34:50 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:34:50 ---> Running in 0fc8f97dbe07 20:34:50 ---> Running in 69f206db76cb 20:34:50 Removing intermediate container 0fc8f97dbe07 20:34:50 ---> 254c0fb2f0c3 20:34:50 Step 12/23 : ENV APP_PORT=48080 20:34:50 Removing intermediate container 69f206db76cb 20:34:50 ---> e358dd9b47d2 20:34:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:34:51 ---> Running in 1d8fb2358139 20:34:51 ---> Running in 424105ad5076 20:34:51 Removing intermediate container 03103afe5d1c 20:34:51 ---> 705db9fe46be 20:34:51 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 20:34:51 ---> Running in 042692accdcc 20:34:51 Removing intermediate container 1d8fb2358139 20:34:51 ---> bd1a1d8a17c5 20:34:51 Step 13/23 : EXPOSE $APP_PORT 20:34:51 Removing intermediate container 424105ad5076 20:34:51 ---> f56365bbc10f 20:34:51 Step 21/23 : LABEL arch=arm64 20:34:51 ---> Running in 8a3c2704734f 20:34:52 ---> Running in 547a5325736e 20:34:52 Removing intermediate container 042692accdcc 20:34:52 ---> 6d14239b9443 20:34:52 Step 27/30 : CMD ["gate"] 20:34:52 ---> Running in 25e2217e63b1 20:34:52 Removing intermediate container 8a3c2704734f 20:34:52 ---> 6bd342b64bf4 20:34:52 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:34:52 Removing intermediate container 547a5325736e 20:34:52 ---> 19b3b58c6c61 20:34:52 Step 22/23 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:34:52 ---> Running in 20e6c61d2128 20:34:52 ---> Running in c013a31370d8 20:34:53 Removing intermediate container 25e2217e63b1 20:34:53 ---> 87aa94e4ad08 20:34:53 Step 28/30 : LABEL arch=arm64 20:34:53 ---> Running in fc2a7b2e1db4 20:34:53 Removing intermediate container c013a31370d8 20:34:53 ---> 7f6066b29da3 20:34:53 Step 23/23 : LABEL version=2.0.0-dev.107 20:34:53 ---> Running in 432cfc560c58 20:34:54 Removing intermediate container fc2a7b2e1db4 20:34:54 ---> 94e204d556e1 20:34:54 Step 29/30 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:34:54 ---> Running in 4a9773253115 20:34:54 Removing intermediate container 432cfc560c58 20:34:54 ---> 99c6b4024697 20:34:54 20:34:54 Successfully built 99c6b4024697 20:34:54 Successfully tagged docker-core-metadata-go-arm64:latest 20:34:55  Building docker-core-metadata-go ... done Removing intermediate container 4a9773253115 20:34:55 ---> 008bf881413a 20:34:55 Step 30/30 : LABEL version=2.0.0-dev.107 20:34:55 ---> Running in 62103b530e25 20:34:55 Removing intermediate container 20e6c61d2128 20:34:55 ---> 63c9a5a39a60 20:34:55 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:34:55 ---> Running in 4b07ccca60e8 20:34:55 Removing intermediate container 62103b530e25 20:34:55 ---> 89c326a74ac2 20:34:55 20:34:56 Successfully built 89c326a74ac2 20:34:56 Successfully tagged docker-security-bootstrapper-go-arm64:latest 20:34:56  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:34:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:34:58 (1/6) Installing dumb-init (1.2.2-r1) 20:34:58 (2/6) Installing libgcc (9.3.0-r2) 20:34:58 (3/6) Installing libsodium (1.0.18-r0) 20:34:58 (4/6) Installing libstdc++ (9.3.0-r2) 20:34:58 (5/6) Installing libzmq (4.3.3-r0) 20:34:58 (6/6) Installing zeromq (4.3.3-r0) 20:34:58 Executing busybox-1.31.1-r19.trigger 20:34:58 OK: 8 MiB in 20 packages 20:35:00 Removing intermediate container 4b07ccca60e8 20:35:00 ---> 9ce3c347ccc2 20:35:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:35:00 ---> 332e7ebc77e1 20:35:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:35:02 ---> ce5c18289276 20:35:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:35:03 ---> 0e99968e1bdc 20:35:03 Step 19/23 : ENTRYPOINT ["/core-data"] 20:35:03 ---> Running in f2ce8e92bcd1 20:35:03 Removing intermediate container f2ce8e92bcd1 20:35:03 ---> 5bb5f3341654 20:35:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:35:03 ---> Running in b5864428509e 20:35:04 Removing intermediate container b5864428509e 20:35:04 ---> 29e53b8748e6 20:35:04 Step 21/23 : LABEL arch=arm64 20:35:04 ---> Running in 93a8ce01eb1a 20:35:05 Removing intermediate container 93a8ce01eb1a 20:35:05 ---> d25e6939d346 20:35:05 Step 22/23 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:35:05 ---> Running in a7e455ce81b4 20:35:05 Removing intermediate container a7e455ce81b4 20:35:05 ---> d692af9fa3e7 20:35:05 Step 23/23 : LABEL version=2.0.0-dev.107 20:35:05 ---> Running in 36b64fac503d 20:35:06 Removing intermediate container 36b64fac503d 20:35:06 ---> f2f9f7bee3ba 20:35:06 20:35:06 Successfully built f2f9f7bee3ba 20:35:06 Successfully tagged docker-core-data-go-arm64:latest 20:35:06  Building docker-core-data-go ... done  [Pipeline] } 20:35:06 $ docker stop --time=1 81a060434fcc31ed924daa8d08d205da533954b5d7b58c7bc6c159345dbb2ec3 20:35:08 $ docker rm -f 81a060434fcc31ed924daa8d08d205da533954b5d7b58c7bc6c159345dbb2ec3 [Pipeline] // withDockerContainer [Pipeline] sh 20:35:09 + + grepdocker docker images 20:35:09 20:35:09 docker-core-data-go-arm64 latest f2f9f7bee3ba 4 seconds ago 21.1MB 20:35:09 docker-security-bootstrapper-go-arm64 latest 89c326a74ac2 14 seconds ago 17.6MB 20:35:09 docker-core-metadata-go-arm64 latest 99c6b4024697 15 seconds ago 17.9MB 20:35:09 docker-core-command-go-arm64 latest 9d43d5cdbfdd 24 seconds ago 16.2MB 20:35:09 docker-sys-mgmt-agent-go-arm64 latest 8e486f0575bf About a minute ago 300MB 20:35:09 docker-security-secretstore-setup-go-arm64 latest 4fb8e2519328 3 minutes ago 23.7MB 20:35:09 docker-support-notifications-go-arm64 latest 42b579e8c790 3 minutes ago 16.8MB 20:35:09 docker-support-scheduler-go-arm64 latest 41ca806316c6 3 minutes ago 16.3MB 20:35:09 docker-security-proxy-setup-go-arm64 latest b5eafc804f5e 3 minutes ago 23.4MB 20:35:09 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:35:10 provisioning config files... 20:35:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/373@tmp/config8563119816382277875tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:35:10 ---> docker-login.sh 20:35:10 nexus3.edgexfoundry.org:10001 20:35:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:11 Configure a credential helper to remove this warning. See 20:35:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:11 20:35:11 Login Succeeded 20:35:11 nexus3.edgexfoundry.org:10002 20:35:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:11 Configure a credential helper to remove this warning. See 20:35:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:11 20:35:11 Login Succeeded 20:35:11 nexus3.edgexfoundry.org:10003 20:35:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:12 Configure a credential helper to remove this warning. See 20:35:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:12 20:35:12 Login Succeeded 20:35:12 nexus3.edgexfoundry.org:10004 20:35:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:13 Configure a credential helper to remove this warning. See 20:35:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:13 20:35:13 Login Succeeded 20:35:13 docker.io 20:35:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:13 Configure a credential helper to remove this warning. See 20:35:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:13 20:35:13 Login Succeeded 20:35:13 ---> docker-login.sh ends [Pipeline] } 20:35:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:35:14 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 20:35:14 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:35:14 2.0.0-dev.107 20:35:14 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:35:14 master 20:35:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:35:14 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh 20:35:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:35:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 20:35:15 3bc7019ed528: Preparing 20:35:15 d29e1e9e6708: Preparing 20:35:15 1ae862800d98: Preparing 20:35:15 03ecf2432e90: Preparing 20:35:15 02a88cfff88f: Preparing 20:35:15 02a88cfff88f: Layer already exists 20:35:15 03ecf2432e90: Pushed 20:35:15 3bc7019ed528: Pushed 20:35:15 1ae862800d98: Pushed 20:35:18 d29e1e9e6708: Pushed 20:35:18 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:127a4906de24aa5553b3702882a9d67838fbe0b55d4e2a1ed44214e068f3681f size: 1363 [Pipeline] isUnix [Pipeline] sh 20:35:19 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:35:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.107 20:35:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 20:35:19 3bc7019ed528: Preparing 20:35:19 d29e1e9e6708: Preparing 20:35:19 1ae862800d98: Preparing 20:35:19 03ecf2432e90: Preparing 20:35:19 02a88cfff88f: Preparing 20:35:19 03ecf2432e90: Layer already exists 20:35:19 1ae862800d98: Layer already exists 20:35:19 d29e1e9e6708: Layer already exists 20:35:19 02a88cfff88f: Layer already exists 20:35:19 3bc7019ed528: Layer already exists 20:35:19 2.0.0-dev.107: digest: sha256:127a4906de24aa5553b3702882a9d67838fbe0b55d4e2a1ed44214e068f3681f size: 1363 [Pipeline] isUnix [Pipeline] sh 20:35:20 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:35:20 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:35:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 20:35:20 3bc7019ed528: Preparing 20:35:20 d29e1e9e6708: Preparing 20:35:20 1ae862800d98: Preparing 20:35:20 03ecf2432e90: Preparing 20:35:20 02a88cfff88f: Preparing 20:35:20 3bc7019ed528: Layer already exists 20:35:20 03ecf2432e90: Layer already exists 20:35:20 d29e1e9e6708: Layer already exists 20:35:20 1ae862800d98: Layer already exists 20:35:20 02a88cfff88f: Layer already exists 20:35:20 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:127a4906de24aa5553b3702882a9d67838fbe0b55d4e2a1ed44214e068f3681f size: 1363 [Pipeline] isUnix [Pipeline] sh 20:35:21 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:35:21 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 20:35:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 20:35:21 3bc7019ed528: Preparing 20:35:21 d29e1e9e6708: Preparing 20:35:21 1ae862800d98: Preparing 20:35:21 03ecf2432e90: Preparing 20:35:21 02a88cfff88f: Preparing 20:35:21 1ae862800d98: Layer already exists 20:35:21 3bc7019ed528: Layer already exists 20:35:21 02a88cfff88f: Layer already exists 20:35:21 03ecf2432e90: Layer already exists 20:35:21 d29e1e9e6708: Layer already exists 20:35:21 master: digest: sha256:127a4906de24aa5553b3702882a9d67838fbe0b55d4e2a1ed44214e068f3681f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:35:21 ===================================================== [Pipeline] echo 20:35:21 taggedImages: 20:35:21 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:35:21 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.107 20:35:21 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:35:21 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 20:35:22 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 20:35:22 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:35:22 2.0.0-dev.107 20:35:22 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:35:22 master 20:35:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:35:22 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh 20:35:22 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:35:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 20:35:22 7531f69f214b: Preparing 20:35:22 d46afefc36f5: Preparing 20:35:22 1ae862800d98: Preparing 20:35:22 74f251638790: Preparing 20:35:22 0612c49e9f8e: Preparing 20:35:22 02a88cfff88f: Preparing 20:35:22 02a88cfff88f: Waiting 20:35:23 1ae862800d98: Layer already exists 20:35:23 02a88cfff88f: Layer already exists 20:35:23 7531f69f214b: Pushed 20:35:23 0612c49e9f8e: Pushed 20:35:24 74f251638790: Pushed 20:35:26 d46afefc36f5: Pushed 20:35:26 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:db4a20ce8ec5649d518fe169e2c9da706c455b78de34bc706fbc97633456afb8 size: 1572 [Pipeline] isUnix [Pipeline] sh 20:35:27 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:35:27 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.107 20:35:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 20:35:27 7531f69f214b: Preparing 20:35:27 d46afefc36f5: Preparing 20:35:27 1ae862800d98: Preparing 20:35:27 74f251638790: Preparing 20:35:27 0612c49e9f8e: Preparing 20:35:27 02a88cfff88f: Preparing 20:35:27 02a88cfff88f: Waiting 20:35:27 74f251638790: Layer already exists 20:35:27 7531f69f214b: Layer already exists 20:35:27 d46afefc36f5: Layer already exists 20:35:27 1ae862800d98: Layer already exists 20:35:27 0612c49e9f8e: Layer already exists 20:35:27 02a88cfff88f: Layer already exists 20:35:27 2.0.0-dev.107: digest: sha256:db4a20ce8ec5649d518fe169e2c9da706c455b78de34bc706fbc97633456afb8 size: 1572 [Pipeline] isUnix [Pipeline] sh 20:35:28 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:35:28 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:35:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 20:35:28 7531f69f214b: Preparing 20:35:28 d46afefc36f5: Preparing 20:35:28 1ae862800d98: Preparing 20:35:28 74f251638790: Preparing 20:35:28 0612c49e9f8e: Preparing 20:35:28 02a88cfff88f: Preparing 20:35:28 02a88cfff88f: Waiting 20:35:28 7531f69f214b: Layer already exists 20:35:28 d46afefc36f5: Layer already exists 20:35:28 1ae862800d98: Layer already exists 20:35:28 74f251638790: Layer already exists 20:35:28 0612c49e9f8e: Layer already exists 20:35:28 02a88cfff88f: Layer already exists 20:35:28 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:db4a20ce8ec5649d518fe169e2c9da706c455b78de34bc706fbc97633456afb8 size: 1572 [Pipeline] isUnix [Pipeline] sh 20:35:29 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:35:29 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 20:35:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 20:35:29 7531f69f214b: Preparing 20:35:29 d46afefc36f5: Preparing 20:35:29 1ae862800d98: Preparing 20:35:29 74f251638790: Preparing 20:35:29 0612c49e9f8e: Preparing 20:35:29 02a88cfff88f: Preparing 20:35:29 02a88cfff88f: Waiting 20:35:29 7531f69f214b: Layer already exists 20:35:29 74f251638790: Layer already exists 20:35:29 0612c49e9f8e: Layer already exists 20:35:29 d46afefc36f5: Layer already exists 20:35:29 1ae862800d98: Layer already exists 20:35:29 02a88cfff88f: Layer already exists 20:35:29 master: digest: sha256:db4a20ce8ec5649d518fe169e2c9da706c455b78de34bc706fbc97633456afb8 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:35:30 ===================================================== [Pipeline] echo 20:35:30 taggedImages: 20:35:30 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:35:30 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.107 20:35:30 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:35:30 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 20:35:30 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 20:35:30 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:35:30 2.0.0-dev.107 20:35:30 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:35:30 master 20:35:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:35:30 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh 20:35:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:35:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 20:35:31 9956941d9e59: Preparing 20:35:31 190ee1515280: Preparing 20:35:31 1ae862800d98: Preparing 20:35:31 03ecf2432e90: Preparing 20:35:31 02a88cfff88f: Preparing 20:35:31 1ae862800d98: Layer already exists 20:35:31 02a88cfff88f: Layer already exists 20:35:31 03ecf2432e90: Layer already exists 20:35:31 9956941d9e59: Pushed 20:35:34 190ee1515280: Pushed 20:35:34 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:bb2ba6b1e76d5cfa0832a66d974f50d8c54dddde4490b384357f555573161b80 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:35:35 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:35:35 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.107 20:35:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 20:35:35 9956941d9e59: Preparing 20:35:35 190ee1515280: Preparing 20:35:35 1ae862800d98: Preparing 20:35:35 03ecf2432e90: Preparing 20:35:35 02a88cfff88f: Preparing 20:35:35 9956941d9e59: Layer already exists 20:35:35 1ae862800d98: Layer already exists 20:35:35 02a88cfff88f: Layer already exists 20:35:35 03ecf2432e90: Layer already exists 20:35:35 190ee1515280: Layer already exists 20:35:35 2.0.0-dev.107: digest: sha256:bb2ba6b1e76d5cfa0832a66d974f50d8c54dddde4490b384357f555573161b80 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:35:36 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:35:36 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:35:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 20:35:36 9956941d9e59: Preparing 20:35:36 190ee1515280: Preparing 20:35:36 1ae862800d98: Preparing 20:35:36 03ecf2432e90: Preparing 20:35:36 02a88cfff88f: Preparing 20:35:36 02a88cfff88f: Layer already exists 20:35:36 1ae862800d98: Layer already exists 20:35:36 03ecf2432e90: Layer already exists 20:35:36 190ee1515280: Layer already exists 20:35:36 9956941d9e59: Layer already exists 20:35:36 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:bb2ba6b1e76d5cfa0832a66d974f50d8c54dddde4490b384357f555573161b80 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:35:37 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:35:37 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 20:35:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 20:35:37 9956941d9e59: Preparing 20:35:37 190ee1515280: Preparing 20:35:37 1ae862800d98: Preparing 20:35:37 03ecf2432e90: Preparing 20:35:37 02a88cfff88f: Preparing 20:35:37 190ee1515280: Layer already exists 20:35:37 02a88cfff88f: Layer already exists 20:35:37 1ae862800d98: Layer already exists 20:35:37 03ecf2432e90: Layer already exists 20:35:37 9956941d9e59: Layer already exists 20:35:37 master: digest: sha256:bb2ba6b1e76d5cfa0832a66d974f50d8c54dddde4490b384357f555573161b80 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:35:37 ===================================================== [Pipeline] echo 20:35:38 taggedImages: 20:35:38 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:35:38 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.107 20:35:38 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:35:38 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 20:35:38 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 20:35:38 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:35:38 2.0.0-dev.107 20:35:38 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:35:38 master 20:35:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:35:38 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh 20:35:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:35:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 20:35:38 67ca542bee85: Preparing 20:35:38 67ca542bee85: Preparing 20:35:38 37c29b3c82fe: Preparing 20:35:38 230ece5bcba5: Preparing 20:35:38 22dce170c045: Preparing 20:35:38 1ae862800d98: Preparing 20:35:38 8e644f8ffefd: Preparing 20:35:38 8e644f8ffefd: Preparing 20:35:38 2df8a473efb0: Preparing 20:35:38 9bf7e6289e29: Preparing 20:35:38 02a88cfff88f: Preparing 20:35:38 8e644f8ffefd: Waiting 20:35:38 9bf7e6289e29: Waiting 20:35:38 2df8a473efb0: Waiting 20:35:38 02a88cfff88f: Waiting 20:35:39 1ae862800d98: Layer already exists 20:35:39 230ece5bcba5: Pushed 20:35:39 37c29b3c82fe: Pushed 20:35:39 67ca542bee85: Pushed 20:35:39 8e644f8ffefd: Pushed 20:35:39 02a88cfff88f: Layer already exists 20:35:39 2df8a473efb0: Pushed 20:35:39 9bf7e6289e29: Pushed 20:35:42 22dce170c045: Pushed 20:35:42 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:98882034748f7dacd429c3f6397099c71a021f16a4e75159198b45593a3d56c6 size: 2609 [Pipeline] isUnix [Pipeline] sh 20:35:42 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:35:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.107 20:35:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 20:35:43 67ca542bee85: Preparing 20:35:43 67ca542bee85: Preparing 20:35:43 37c29b3c82fe: Preparing 20:35:43 230ece5bcba5: Preparing 20:35:43 22dce170c045: Preparing 20:35:43 1ae862800d98: Preparing 20:35:43 8e644f8ffefd: Preparing 20:35:43 8e644f8ffefd: Preparing 20:35:43 2df8a473efb0: Preparing 20:35:43 9bf7e6289e29: Preparing 20:35:43 02a88cfff88f: Preparing 20:35:43 2df8a473efb0: Waiting 20:35:43 9bf7e6289e29: Waiting 20:35:43 02a88cfff88f: Waiting 20:35:43 8e644f8ffefd: Waiting 20:35:43 230ece5bcba5: Layer already exists 20:35:43 67ca542bee85: Layer already exists 20:35:43 37c29b3c82fe: Layer already exists 20:35:43 1ae862800d98: Layer already exists 20:35:43 22dce170c045: Layer already exists 20:35:43 8e644f8ffefd: Layer already exists 20:35:43 2df8a473efb0: Layer already exists 20:35:43 02a88cfff88f: Layer already exists 20:35:43 9bf7e6289e29: Layer already exists 20:35:43 2.0.0-dev.107: digest: sha256:98882034748f7dacd429c3f6397099c71a021f16a4e75159198b45593a3d56c6 size: 2609 [Pipeline] isUnix [Pipeline] sh 20:35:43 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:35:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:35:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 20:35:43 67ca542bee85: Preparing 20:35:43 67ca542bee85: Preparing 20:35:43 37c29b3c82fe: Preparing 20:35:43 230ece5bcba5: Preparing 20:35:43 22dce170c045: Preparing 20:35:43 1ae862800d98: Preparing 20:35:43 8e644f8ffefd: Preparing 20:35:43 8e644f8ffefd: Preparing 20:35:43 2df8a473efb0: Preparing 20:35:43 9bf7e6289e29: Preparing 20:35:43 02a88cfff88f: Preparing 20:35:43 8e644f8ffefd: Waiting 20:35:43 2df8a473efb0: Waiting 20:35:43 9bf7e6289e29: Waiting 20:35:43 02a88cfff88f: Waiting 20:35:43 230ece5bcba5: Layer already exists 20:35:43 22dce170c045: Layer already exists 20:35:43 67ca542bee85: Layer already exists 20:35:43 1ae862800d98: Layer already exists 20:35:44 37c29b3c82fe: Layer already exists 20:35:44 8e644f8ffefd: Layer already exists 20:35:44 2df8a473efb0: Layer already exists 20:35:44 02a88cfff88f: Layer already exists 20:35:44 9bf7e6289e29: Layer already exists 20:35:44 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:98882034748f7dacd429c3f6397099c71a021f16a4e75159198b45593a3d56c6 size: 2609 [Pipeline] isUnix [Pipeline] sh 20:35:44 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:35:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 20:35:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 20:35:44 67ca542bee85: Preparing 20:35:44 67ca542bee85: Preparing 20:35:44 37c29b3c82fe: Preparing 20:35:44 230ece5bcba5: Preparing 20:35:44 22dce170c045: Preparing 20:35:44 1ae862800d98: Preparing 20:35:44 8e644f8ffefd: Preparing 20:35:44 8e644f8ffefd: Preparing 20:35:44 2df8a473efb0: Preparing 20:35:44 9bf7e6289e29: Preparing 20:35:44 02a88cfff88f: Preparing 20:35:44 8e644f8ffefd: Waiting 20:35:44 2df8a473efb0: Waiting 20:35:44 9bf7e6289e29: Waiting 20:35:44 02a88cfff88f: Waiting 20:35:44 67ca542bee85: Layer already exists 20:35:44 1ae862800d98: Layer already exists 20:35:45 230ece5bcba5: Layer already exists 20:35:45 22dce170c045: Layer already exists 20:35:45 37c29b3c82fe: Layer already exists 20:35:45 2df8a473efb0: Layer already exists 20:35:45 8e644f8ffefd: Layer already exists 20:35:45 02a88cfff88f: Layer already exists 20:35:45 9bf7e6289e29: Layer already exists 20:35:45 master: digest: sha256:98882034748f7dacd429c3f6397099c71a021f16a4e75159198b45593a3d56c6 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:35:45 ===================================================== [Pipeline] echo 20:35:45 taggedImages: 20:35:45 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:35:45 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.107 20:35:45 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:35:45 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 20:35:45 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 20:35:45 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:35:45 2.0.0-dev.107 20:35:45 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:35:45 master 20:35:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:35:46 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh 20:35:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:35:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 20:35:46 0f0e1abf1ac1: Preparing 20:35:46 02e01c9ec649: Preparing 20:35:46 795edf35a3b1: Preparing 20:35:46 97dbc86cb1ac: Preparing 20:35:46 424487500e51: Preparing 20:35:46 02a88cfff88f: Preparing 20:35:46 02a88cfff88f: Waiting 20:35:46 97dbc86cb1ac: Pushed 20:35:46 795edf35a3b1: Pushed 20:35:46 02a88cfff88f: Layer already exists 20:35:47 424487500e51: Pushed 20:35:48 0f0e1abf1ac1: Pushed 20:35:48 02e01c9ec649: Pushed 20:35:49 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:3ec966ac283ec62704477df072d0bd41dce2a9a866ba29736197780a4d114905 size: 1575 [Pipeline] isUnix [Pipeline] sh 20:35:49 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:35:49 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.107 20:35:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 20:35:49 0f0e1abf1ac1: Preparing 20:35:49 02e01c9ec649: Preparing 20:35:49 795edf35a3b1: Preparing 20:35:49 97dbc86cb1ac: Preparing 20:35:49 424487500e51: Preparing 20:35:49 02a88cfff88f: Preparing 20:35:49 02a88cfff88f: Waiting 20:35:49 02e01c9ec649: Layer already exists 20:35:49 795edf35a3b1: Layer already exists 20:35:49 0f0e1abf1ac1: Layer already exists 20:35:49 424487500e51: Layer already exists 20:35:49 97dbc86cb1ac: Layer already exists 20:35:50 02a88cfff88f: Layer already exists 20:35:50 2.0.0-dev.107: digest: sha256:3ec966ac283ec62704477df072d0bd41dce2a9a866ba29736197780a4d114905 size: 1575 [Pipeline] isUnix [Pipeline] sh 20:35:50 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:35:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:35:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 20:35:50 0f0e1abf1ac1: Preparing 20:35:50 02e01c9ec649: Preparing 20:35:50 795edf35a3b1: Preparing 20:35:50 97dbc86cb1ac: Preparing 20:35:50 424487500e51: Preparing 20:35:50 02a88cfff88f: Preparing 20:35:50 02a88cfff88f: Waiting 20:35:50 97dbc86cb1ac: Layer already exists 20:35:50 0f0e1abf1ac1: Layer already exists 20:35:50 02e01c9ec649: Layer already exists 20:35:50 424487500e51: Layer already exists 20:35:50 795edf35a3b1: Layer already exists 20:35:51 02a88cfff88f: Layer already exists 20:35:51 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:3ec966ac283ec62704477df072d0bd41dce2a9a866ba29736197780a4d114905 size: 1575 [Pipeline] isUnix [Pipeline] sh 20:35:51 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:35:51 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 20:35:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 20:35:51 0f0e1abf1ac1: Preparing 20:35:51 02e01c9ec649: Preparing 20:35:51 795edf35a3b1: Preparing 20:35:51 97dbc86cb1ac: Preparing 20:35:51 424487500e51: Preparing 20:35:51 02a88cfff88f: Preparing 20:35:51 795edf35a3b1: Layer already exists 20:35:51 424487500e51: Layer already exists 20:35:51 02e01c9ec649: Layer already exists 20:35:51 0f0e1abf1ac1: Layer already exists 20:35:52 97dbc86cb1ac: Layer already exists 20:35:52 02a88cfff88f: Layer already exists 20:35:52 master: digest: sha256:3ec966ac283ec62704477df072d0bd41dce2a9a866ba29736197780a4d114905 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:35:52 ===================================================== [Pipeline] echo 20:35:52 taggedImages: 20:35:52 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:35:52 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.107 20:35:52 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:35:52 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 20:35:52 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 20:35:52 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:35:52 2.0.0-dev.107 20:35:52 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:35:52 master 20:35:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:35:52 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh 20:35:53 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:35:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 20:35:53 0a02f443433d: Preparing 20:35:53 ae24c9bb4ce7: Preparing 20:35:53 4d0f636bf518: Preparing 20:35:53 5b123001285c: Preparing 20:35:53 30721c63888b: Preparing 20:35:53 67544a438228: Preparing 20:35:53 59a179f74e65: Preparing 20:35:53 d81a9e419c5d: Preparing 20:35:53 02a88cfff88f: Preparing 20:35:53 59a179f74e65: Waiting 20:35:53 02a88cfff88f: Waiting 20:35:53 d81a9e419c5d: Waiting 20:35:53 30721c63888b: Pushed 20:35:53 0a02f443433d: Pushed 20:35:53 ae24c9bb4ce7: Pushed 20:35:53 67544a438228: Pushed 20:35:53 02a88cfff88f: Layer already exists 20:35:53 59a179f74e65: Pushed 20:35:54 d81a9e419c5d: Pushed 20:35:55 5b123001285c: Pushed 20:35:55 4d0f636bf518: Pushed 20:35:55 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:af257dd14287b9c075648193d94b68122e0015e462e6314ab6188a73cf0b114a size: 2198 [Pipeline] isUnix [Pipeline] sh 20:35:56 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:35:56 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.107 20:35:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 20:35:56 0a02f443433d: Preparing 20:35:56 ae24c9bb4ce7: Preparing 20:35:56 4d0f636bf518: Preparing 20:35:56 5b123001285c: Preparing 20:35:56 30721c63888b: Preparing 20:35:56 67544a438228: Preparing 20:35:56 59a179f74e65: Preparing 20:35:56 d81a9e419c5d: Preparing 20:35:56 02a88cfff88f: Preparing 20:35:56 67544a438228: Waiting 20:35:56 59a179f74e65: Waiting 20:35:56 d81a9e419c5d: Waiting 20:35:56 02a88cfff88f: Waiting 20:35:56 4d0f636bf518: Layer already exists 20:35:56 30721c63888b: Layer already exists 20:35:56 ae24c9bb4ce7: Layer already exists 20:35:56 0a02f443433d: Layer already exists 20:35:56 5b123001285c: Layer already exists 20:35:56 67544a438228: Layer already exists 20:35:56 d81a9e419c5d: Layer already exists 20:35:56 59a179f74e65: Layer already exists 20:35:56 02a88cfff88f: Layer already exists 20:35:56 2.0.0-dev.107: digest: sha256:af257dd14287b9c075648193d94b68122e0015e462e6314ab6188a73cf0b114a size: 2198 [Pipeline] isUnix [Pipeline] sh 20:35:57 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:35:57 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:35:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 20:35:57 0a02f443433d: Preparing 20:35:57 ae24c9bb4ce7: Preparing 20:35:57 4d0f636bf518: Preparing 20:35:57 5b123001285c: Preparing 20:35:57 30721c63888b: Preparing 20:35:57 67544a438228: Preparing 20:35:57 59a179f74e65: Preparing 20:35:57 d81a9e419c5d: Preparing 20:35:57 02a88cfff88f: Preparing 20:35:57 59a179f74e65: Waiting 20:35:57 67544a438228: Waiting 20:35:57 02a88cfff88f: Waiting 20:35:57 d81a9e419c5d: Waiting 20:35:57 ae24c9bb4ce7: Layer already exists 20:35:57 4d0f636bf518: Layer already exists 20:35:57 0a02f443433d: Layer already exists 20:35:57 5b123001285c: Layer already exists 20:35:57 30721c63888b: Layer already exists 20:35:57 67544a438228: Layer already exists 20:35:57 59a179f74e65: Layer already exists 20:35:57 02a88cfff88f: Layer already exists 20:35:57 d81a9e419c5d: Layer already exists 20:35:57 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:af257dd14287b9c075648193d94b68122e0015e462e6314ab6188a73cf0b114a size: 2198 [Pipeline] isUnix [Pipeline] sh 20:35:57 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:35:58 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 20:35:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 20:35:58 0a02f443433d: Preparing 20:35:58 ae24c9bb4ce7: Preparing 20:35:58 4d0f636bf518: Preparing 20:35:58 5b123001285c: Preparing 20:35:58 30721c63888b: Preparing 20:35:58 67544a438228: Preparing 20:35:58 59a179f74e65: Preparing 20:35:58 d81a9e419c5d: Preparing 20:35:58 02a88cfff88f: Preparing 20:35:58 59a179f74e65: Waiting 20:35:58 67544a438228: Waiting 20:35:58 d81a9e419c5d: Waiting 20:35:58 4d0f636bf518: Layer already exists 20:35:58 30721c63888b: Layer already exists 20:35:58 0a02f443433d: Layer already exists 20:35:58 5b123001285c: Layer already exists 20:35:58 ae24c9bb4ce7: Layer already exists 20:35:58 67544a438228: Layer already exists 20:35:58 59a179f74e65: Layer already exists 20:35:58 d81a9e419c5d: Layer already exists 20:35:58 02a88cfff88f: Layer already exists 20:35:58 master: digest: sha256:af257dd14287b9c075648193d94b68122e0015e462e6314ab6188a73cf0b114a size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:35:58 ===================================================== [Pipeline] echo 20:35:58 taggedImages: 20:35:58 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:35:58 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.107 20:35:58 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:35:58 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 20:35:58 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 20:35:58 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:35:58 2.0.0-dev.107 20:35:58 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:35:58 master 20:35:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:35:59 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh 20:35:59 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:35:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 20:35:59 33e3e706baf7: Preparing 20:35:59 86ebaf9b9eb5: Preparing 20:35:59 1ae862800d98: Preparing 20:35:59 ce669cd6e2ba: Preparing 20:35:59 02a88cfff88f: Preparing 20:36:00 02a88cfff88f: Layer already exists 20:36:00 1ae862800d98: Layer already exists 20:36:00 33e3e706baf7: Pushed 20:36:00 ce669cd6e2ba: Pushed 20:36:02 86ebaf9b9eb5: Pushed 20:36:03 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:206128215c16490fe5c85344b2dcd951499df1405586599936c83d57dc783a32 size: 1364 [Pipeline] isUnix [Pipeline] sh 20:36:03 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:36:03 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.107 20:36:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 20:36:03 33e3e706baf7: Preparing 20:36:03 86ebaf9b9eb5: Preparing 20:36:03 1ae862800d98: Preparing 20:36:03 ce669cd6e2ba: Preparing 20:36:03 02a88cfff88f: Preparing 20:36:03 02a88cfff88f: Layer already exists 20:36:03 86ebaf9b9eb5: Layer already exists 20:36:03 ce669cd6e2ba: Layer already exists 20:36:03 1ae862800d98: Layer already exists 20:36:04 33e3e706baf7: Layer already exists 20:36:04 2.0.0-dev.107: digest: sha256:206128215c16490fe5c85344b2dcd951499df1405586599936c83d57dc783a32 size: 1364 [Pipeline] isUnix [Pipeline] sh 20:36:04 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:36:04 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:36:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 20:36:04 33e3e706baf7: Preparing 20:36:04 86ebaf9b9eb5: Preparing 20:36:04 1ae862800d98: Preparing 20:36:04 ce669cd6e2ba: Preparing 20:36:04 02a88cfff88f: Preparing 20:36:04 ce669cd6e2ba: Layer already exists 20:36:04 1ae862800d98: Layer already exists 20:36:04 86ebaf9b9eb5: Layer already exists 20:36:04 33e3e706baf7: Layer already exists 20:36:04 02a88cfff88f: Layer already exists 20:36:05 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:206128215c16490fe5c85344b2dcd951499df1405586599936c83d57dc783a32 size: 1364 [Pipeline] isUnix [Pipeline] sh 20:36:05 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:36:05 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 20:36:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 20:36:05 33e3e706baf7: Preparing 20:36:05 86ebaf9b9eb5: Preparing 20:36:05 1ae862800d98: Preparing 20:36:05 ce669cd6e2ba: Preparing 20:36:05 02a88cfff88f: Preparing 20:36:05 ce669cd6e2ba: Layer already exists 20:36:05 86ebaf9b9eb5: Layer already exists 20:36:05 02a88cfff88f: Layer already exists 20:36:05 1ae862800d98: Layer already exists 20:36:05 33e3e706baf7: Layer already exists 20:36:05 master: digest: sha256:206128215c16490fe5c85344b2dcd951499df1405586599936c83d57dc783a32 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:36:06 ===================================================== [Pipeline] echo 20:36:06 taggedImages: 20:36:06 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:36:06 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.107 20:36:06 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:36:06 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 20:36:06 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 20:36:06 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:36:06 2.0.0-dev.107 20:36:06 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:36:06 master 20:36:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:36:06 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh 20:36:07 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:36:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 20:36:07 e75056c741b3: Preparing 20:36:07 20551cb7988d: Preparing 20:36:07 1ae862800d98: Preparing 20:36:07 03ecf2432e90: Preparing 20:36:07 02a88cfff88f: Preparing 20:36:07 03ecf2432e90: Layer already exists 20:36:07 02a88cfff88f: Layer already exists 20:36:07 1ae862800d98: Layer already exists 20:36:07 e75056c741b3: Pushed 20:36:10 20551cb7988d: Pushed 20:36:10 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:a0abbddc3354b01779e79e22696d6c3440948053c64b6af5f06a4eaa07d9c867 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:36:10 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:36:10 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.107 20:36:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 20:36:10 e75056c741b3: Preparing 20:36:10 20551cb7988d: Preparing 20:36:10 1ae862800d98: Preparing 20:36:10 03ecf2432e90: Preparing 20:36:10 02a88cfff88f: Preparing 20:36:10 20551cb7988d: Layer already exists 20:36:10 02a88cfff88f: Layer already exists 20:36:10 03ecf2432e90: Layer already exists 20:36:10 1ae862800d98: Layer already exists 20:36:10 e75056c741b3: Layer already exists 20:36:10 2.0.0-dev.107: digest: sha256:a0abbddc3354b01779e79e22696d6c3440948053c64b6af5f06a4eaa07d9c867 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:36:11 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:36:11 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:36:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 20:36:11 e75056c741b3: Preparing 20:36:11 20551cb7988d: Preparing 20:36:11 1ae862800d98: Preparing 20:36:11 03ecf2432e90: Preparing 20:36:11 02a88cfff88f: Preparing 20:36:11 20551cb7988d: Layer already exists 20:36:11 e75056c741b3: Layer already exists 20:36:11 03ecf2432e90: Layer already exists 20:36:11 02a88cfff88f: Layer already exists 20:36:11 1ae862800d98: Layer already exists 20:36:11 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:a0abbddc3354b01779e79e22696d6c3440948053c64b6af5f06a4eaa07d9c867 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:36:12 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:36:12 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 20:36:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 20:36:12 e75056c741b3: Preparing 20:36:12 20551cb7988d: Preparing 20:36:12 1ae862800d98: Preparing 20:36:12 03ecf2432e90: Preparing 20:36:12 02a88cfff88f: Preparing 20:36:12 02a88cfff88f: Layer already exists 20:36:12 03ecf2432e90: Layer already exists 20:36:12 1ae862800d98: Layer already exists 20:36:12 e75056c741b3: Layer already exists 20:36:12 20551cb7988d: Layer already exists 20:36:12 master: digest: sha256:a0abbddc3354b01779e79e22696d6c3440948053c64b6af5f06a4eaa07d9c867 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:36:13 ===================================================== [Pipeline] echo 20:36:13 taggedImages: 20:36:13 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:36:13 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.107 20:36:13 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:36:13 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 20:36:13 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 20:36:13 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:36:13 2.0.0-dev.107 20:36:13 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:36:13 master 20:36:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:36:13 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh 20:36:14 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:36:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 20:36:14 31dd0c8a2ba7: Preparing 20:36:14 e48c723112ff: Preparing 20:36:14 3474b8bb151b: Preparing 20:36:14 be33e460a7b9: Preparing 20:36:14 6650b9f75eef: Preparing 20:36:14 c9bc702381b2: Preparing 20:36:14 88daf7e109d6: Preparing 20:36:14 9ded3b6bb9b5: Preparing 20:36:14 fa1afe8e6ed9: Preparing 20:36:14 87a09b4c083e: Preparing 20:36:14 0f74e9ff2a61: Preparing 20:36:14 b122376c33c6: Preparing 20:36:14 f8381ed47b22: Preparing 20:36:14 e934a737d657: Preparing 20:36:14 87a09b4c083e: Waiting 20:36:14 0f74e9ff2a61: Waiting 20:36:14 b122376c33c6: Waiting 20:36:14 f8381ed47b22: Waiting 20:36:14 c9bc702381b2: Waiting 20:36:14 88daf7e109d6: Waiting 20:36:14 9ded3b6bb9b5: Waiting 20:36:14 fa1afe8e6ed9: Waiting 20:36:14 e934a737d657: Waiting 20:36:14 6650b9f75eef: Pushed 20:36:14 31dd0c8a2ba7: Pushed 20:36:15 be33e460a7b9: Pushed 20:36:15 9ded3b6bb9b5: Layer already exists 20:36:15 fa1afe8e6ed9: Layer already exists 20:36:15 87a09b4c083e: Layer already exists 20:36:15 0f74e9ff2a61: Layer already exists 20:36:15 88daf7e109d6: Pushed 20:36:15 b122376c33c6: Layer already exists 20:36:15 f8381ed47b22: Layer already exists 20:36:15 e934a737d657: Layer already exists 20:36:16 e48c723112ff: Pushed 20:36:17 c9bc702381b2: Pushed 20:36:27 3474b8bb151b: Pushed 20:36:27 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:fd1d8e8b9995ae0e4468b74460430e4f7389a45eac9fa60d923624f34d62ef5c size: 3252 [Pipeline] isUnix [Pipeline] sh 20:36:28 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:36:28 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.107 20:36:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 20:36:28 31dd0c8a2ba7: Preparing 20:36:28 e48c723112ff: Preparing 20:36:28 3474b8bb151b: Preparing 20:36:28 be33e460a7b9: Preparing 20:36:28 6650b9f75eef: Preparing 20:36:28 c9bc702381b2: Preparing 20:36:28 88daf7e109d6: Preparing 20:36:28 9ded3b6bb9b5: Preparing 20:36:28 fa1afe8e6ed9: Preparing 20:36:28 87a09b4c083e: Preparing 20:36:28 0f74e9ff2a61: Preparing 20:36:28 b122376c33c6: Preparing 20:36:28 f8381ed47b22: Preparing 20:36:28 e934a737d657: Preparing 20:36:28 fa1afe8e6ed9: Waiting 20:36:28 b122376c33c6: Waiting 20:36:28 87a09b4c083e: Waiting 20:36:28 0f74e9ff2a61: Waiting 20:36:28 88daf7e109d6: Waiting 20:36:28 9ded3b6bb9b5: Waiting 20:36:28 c9bc702381b2: Waiting 20:36:28 f8381ed47b22: Waiting 20:36:28 e934a737d657: Waiting 20:36:28 be33e460a7b9: Layer already exists 20:36:28 3474b8bb151b: Layer already exists 20:36:28 e48c723112ff: Layer already exists 20:36:28 31dd0c8a2ba7: Layer already exists 20:36:28 6650b9f75eef: Layer already exists 20:36:28 9ded3b6bb9b5: Layer already exists 20:36:28 c9bc702381b2: Layer already exists 20:36:28 88daf7e109d6: Layer already exists 20:36:28 87a09b4c083e: Layer already exists 20:36:28 fa1afe8e6ed9: Layer already exists 20:36:28 0f74e9ff2a61: Layer already exists 20:36:28 b122376c33c6: Layer already exists 20:36:28 f8381ed47b22: Layer already exists 20:36:28 e934a737d657: Layer already exists 20:36:28 2.0.0-dev.107: digest: sha256:fd1d8e8b9995ae0e4468b74460430e4f7389a45eac9fa60d923624f34d62ef5c size: 3252 [Pipeline] isUnix [Pipeline] sh 20:36:29 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh 20:36:29 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:36:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 20:36:29 31dd0c8a2ba7: Preparing 20:36:29 e48c723112ff: Preparing 20:36:29 3474b8bb151b: Preparing 20:36:29 be33e460a7b9: Preparing 20:36:29 6650b9f75eef: Preparing 20:36:29 c9bc702381b2: Preparing 20:36:29 88daf7e109d6: Preparing 20:36:29 9ded3b6bb9b5: Preparing 20:36:29 fa1afe8e6ed9: Preparing 20:36:29 87a09b4c083e: Preparing 20:36:29 0f74e9ff2a61: Preparing 20:36:29 b122376c33c6: Preparing 20:36:29 f8381ed47b22: Preparing 20:36:29 e934a737d657: Preparing 20:36:29 87a09b4c083e: Waiting 20:36:29 0f74e9ff2a61: Waiting 20:36:29 b122376c33c6: Waiting 20:36:29 f8381ed47b22: Waiting 20:36:29 e934a737d657: Waiting 20:36:29 c9bc702381b2: Waiting 20:36:29 88daf7e109d6: Waiting 20:36:29 9ded3b6bb9b5: Waiting 20:36:29 fa1afe8e6ed9: Waiting 20:36:29 e48c723112ff: Layer already exists 20:36:29 31dd0c8a2ba7: Layer already exists 20:36:29 be33e460a7b9: Layer already exists 20:36:29 6650b9f75eef: Layer already exists 20:36:29 3474b8bb151b: Layer already exists 20:36:29 c9bc702381b2: Layer already exists 20:36:29 87a09b4c083e: Layer already exists 20:36:29 fa1afe8e6ed9: Layer already exists 20:36:29 88daf7e109d6: Layer already exists 20:36:29 9ded3b6bb9b5: Layer already exists 20:36:29 0f74e9ff2a61: Layer already exists 20:36:29 e934a737d657: Layer already exists 20:36:29 b122376c33c6: Layer already exists 20:36:29 f8381ed47b22: Layer already exists 20:36:29 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:fd1d8e8b9995ae0e4468b74460430e4f7389a45eac9fa60d923624f34d62ef5c size: 3252 [Pipeline] isUnix [Pipeline] sh 20:36:30 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:36:30 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 20:36:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 20:36:30 31dd0c8a2ba7: Preparing 20:36:30 e48c723112ff: Preparing 20:36:30 3474b8bb151b: Preparing 20:36:30 be33e460a7b9: Preparing 20:36:30 6650b9f75eef: Preparing 20:36:30 c9bc702381b2: Preparing 20:36:30 88daf7e109d6: Preparing 20:36:30 9ded3b6bb9b5: Preparing 20:36:30 fa1afe8e6ed9: Preparing 20:36:30 87a09b4c083e: Preparing 20:36:30 0f74e9ff2a61: Preparing 20:36:30 b122376c33c6: Preparing 20:36:30 f8381ed47b22: Preparing 20:36:30 e934a737d657: Preparing 20:36:30 c9bc702381b2: Waiting 20:36:30 88daf7e109d6: Waiting 20:36:30 9ded3b6bb9b5: Waiting 20:36:30 fa1afe8e6ed9: Waiting 20:36:30 87a09b4c083e: Waiting 20:36:30 0f74e9ff2a61: Waiting 20:36:30 b122376c33c6: Waiting 20:36:30 f8381ed47b22: Waiting 20:36:30 e934a737d657: Waiting 20:36:30 31dd0c8a2ba7: Layer already exists 20:36:30 be33e460a7b9: Layer already exists 20:36:30 3474b8bb151b: Layer already exists 20:36:30 6650b9f75eef: Layer already exists 20:36:30 c9bc702381b2: Layer already exists 20:36:30 e48c723112ff: Layer already exists 20:36:30 9ded3b6bb9b5: Layer already exists 20:36:30 88daf7e109d6: Layer already exists 20:36:30 fa1afe8e6ed9: Layer already exists 20:36:30 87a09b4c083e: Layer already exists 20:36:30 0f74e9ff2a61: Layer already exists 20:36:30 b122376c33c6: Layer already exists 20:36:30 f8381ed47b22: Layer already exists 20:36:30 e934a737d657: Layer already exists 20:36:30 master: digest: sha256:fd1d8e8b9995ae0e4468b74460430e4f7389a45eac9fa60d923624f34d62ef5c size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:36:30 ===================================================== [Pipeline] echo 20:36:30 taggedImages: 20:36:30 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 20:36:30 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.107 20:36:30 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 20:36:30 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 20:36:31 ---> job-cost.sh 20:36:31 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FJv9 20:37:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:39:32 lf-activate-venv(): INFO: Adding /tmp/venv-FJv9/bin to PATH 20:39:32 INFO: No Stack... 20:39:32 INFO: Retrieving Pricing Info for: lf-standard-4 20:39:32 INFO: Archiving Costs [Pipeline] sh 20:39:32 + cat /w/workspace/edgex-go/373/archives/cost.csv 20:39:32 + cut -d, -f6 [Pipeline] lock 20:39:33 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-373-stack-cost] 20:39:33 Resource [jenkins-edgexfoundry-edgex-go-master-373-stack-cost] did not exist. Created. 20:39:33 Lock acquired on [jenkins-edgexfoundry-edgex-go-master-373-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:39:33 + echo total: 0.20999999344348907 [Pipeline] stash 20:39:34 Stashed 1 file(s) [Pipeline] } 20:39:34 Lock released on resource [jenkins-edgexfoundry-edgex-go-master-373-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:39:36 provisioning config files... 20:39:36 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/373@tmp/config6991609408656462560tmp [Pipeline] { [Pipeline] sh 20:39:36 + set +x 20:39:36 + curl -s https://codecov.io/bash 20:39:36 + bash -s -- 20:39:37 20:39:37 _____ _ 20:39:37 / ____| | | 20:39:37 | | ___ __| | ___ ___ _____ __ 20:39:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:39:37 | |___| (_) | (_| | __/ (_| (_) \ V / 20:39:37 \_____\___/ \__,_|\___|\___\___/ \_/ 20:39:37 Bash-20210226-7100762 20:39:37 20:39:37 20:39:37 ==> git version 2.24.3 found 20:39:37 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 20:39:37 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:39:37 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:39:37 ==> Jenkins CI detected. 20:39:37 project root: . 20:39:37 --> token set from env 20:39:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:39:37 ==> Running gcov in . (disable via -X gcov) 20:39:37 ==> Python coveragepy not found 20:39:37 ==> Searching for coverage reports in: 20:39:37 + . 20:39:37 -> Found 1 reports 20:39:37 ==> Detecting git/mercurial file structure 20:39:37 ==> Reading reports 20:39:37 + ./coverage.out bytes=599431 20:39:37 ==> Appending adjustments 20:39:37 https://docs.codecov.io/docs/fixing-reports 20:39:40 + Found adjustments 20:39:40 ==> Gzipping contents 20:39:40 88K /tmp/codecov.W9i1Ku.gz 20:39:40 ==> Uploading reports 20:39:40 url: https://codecov.io 20:39:40 query: branch=master&commit=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80&build=373&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F373%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:39:40 -> Pinging Codecov 20:39:40 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80&build=373&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F373%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:39:40 -> Uploading to 20:39:40 https://storage.googleapis.com/codecov/v4/raw/2021-02-26/00271124DB129430A58F1EEE437C3FCB/257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80/aac208f2-1b95-4115-a223-9534c1db9412.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210226%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210226T203940Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ee6f11299241a3fde7580541864c09b6e98d8bdbb1a052d666c2935b5052bc1d 20:39:40 % Total % Received % Xferd Average Speed Time Time Time Current 20:39:40 Dload Upload Total Spent Left Speed 20:39:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89264 0 0 100 89264 0 143k --:--:-- --:--:-- --:--:-- 143k 20:39:41 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] } 20:39:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 20:39:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:39:42 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:39:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:39:42 20:39:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:39:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:39:43 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:39:43 188c0c94c7c5: Already exists 20:39:43 0ef7d3d256c8: Already exists 20:39:43 de9db76c5a1d: Already exists 20:39:43 0eba1c9be4d2: Pulling fs layer 20:39:43 0d57e429df01: Pulling fs layer 20:39:43 4e4be7b47b0d: Pulling fs layer 20:39:43 e1f770b5df2f: Pulling fs layer 20:39:43 85a0685a4137: Pulling fs layer 20:39:43 e1f770b5df2f: Waiting 20:39:43 85a0685a4137: Waiting 20:39:43 0d57e429df01: Verifying Checksum 20:39:43 4e4be7b47b0d: Verifying Checksum 20:39:43 4e4be7b47b0d: Download complete 20:39:43 0d57e429df01: Download complete 20:39:45 e1f770b5df2f: Verifying Checksum 20:39:45 e1f770b5df2f: Download complete 20:39:47 0eba1c9be4d2: Verifying Checksum 20:39:47 0eba1c9be4d2: Download complete 20:39:47 85a0685a4137: Verifying Checksum 20:39:47 85a0685a4137: Download complete 20:39:52 0eba1c9be4d2: Pull complete 20:39:53 0d57e429df01: Pull complete 20:39:53 4e4be7b47b0d: Pull complete 20:39:56 e1f770b5df2f: Pull complete 20:40:04 85a0685a4137: Pull complete 20:40:04 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:40:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:40:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:40:05 prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container 20:40:05 $ 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/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 20:40:06 $ docker top b2445dd6e9157fe9a1759f5983c8451c4978740d66c5debc02c8574c3d4a355f -eo pid,comm [Pipeline] { [Pipeline] echo 20:40:06 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:40:07 + set -o pipefail 20:40:07 + snyk monitor '--org=edgex-jenkins' 20:40:19 20:40:19 Monitoring /w/workspace/edgex-go/373 (github.com/edgexfoundry/edgex-go)... 20:40:19 20:40:19 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/a4e2e503-d992-4e30-987b-61299c666a75 20:40:19 20:40:19 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:40:19 20:40:19 20:40:19 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 20:40:19 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 20:40:20 $ docker stop --time=1 b2445dd6e9157fe9a1759f5983c8451c4978740d66c5debc02c8574c3d4a355f 20:40:23 $ docker rm -f b2445dd6e9157fe9a1759f5983c8451c4978740d66c5debc02c8574c3d4a355f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 20:40:24 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:40:24 provisioning config files... 20:40:24 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/373@tmp/config6141753714812794744tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:40:24 --> edgex-publish-swagger.sh 20:40:24 === Publish openapi/v1 API === 20:40:24 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 20:40:24 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/373/openapi/v1/core-command.yaml] 20:40:24 % Total % Received % Xferd Average Speed Time Time Time Current 20:40:24 Dload Upload Total Spent Left Speed 20:40:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9484 0:00:01 0:00:01 --:--:-- 9496 20:40:25 20:40:25 20:40:25 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/373/openapi/v1/core-data.yaml] 20:40:25 % Total % Received % Xferd Average Speed Time Time Time Current 20:40:25 Dload Upload Total Spent Left Speed 20:40:26 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 30756 0:00:01 0:00:01 --:--:-- 30743 100 32557 0 0 100 32557 0 30750 0:00:01 0:00:01 --:--:-- 30743 20:40:26 20:40:26 20:40:26 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/373/openapi/v1/core-metadata.yaml] 20:40:26 % Total % Received % Xferd Average Speed Time Time Time Current 20:40:26 Dload Upload Total Spent Left Speed 20:40:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 67164 0:00:01 0:00:01 --:--:-- 67202 100 73721 0 0 100 73721 0 67147 0:00:01 0:00:01 --:--:-- 67202 20:40:28 20:40:28 20:40:28 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/373/openapi/v1/support-logging.yaml] 20:40:28 % Total % Received % Xferd Average Speed Time Time Time Current 20:40:28 Dload Upload Total Spent Left Speed 20:40:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13331 0:00:01 0:00:01 --:--:-- 13340 100 13581 0 0 100 13581 0 13328 0:00:01 0:00:01 --:--:-- 13340 20:40:29 20:40:29 20:40:29 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/373/openapi/v1/support-notifications.yaml] 20:40:29 % Total % Received % Xferd Average Speed Time Time Time Current 20:40:29 Dload Upload Total Spent Left Speed 20:40:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 36956 0:00:01 0:00:01 --:--:-- 36967 100 38890 0 0 100 38890 0 36949 0:00:01 0:00:01 --:--:-- 36967 20:40:30 20:40:30 20:40:30 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/373/openapi/v1/support-scheduler.yaml] 20:40:30 % Total % Received % Xferd Average Speed Time Time Time Current 20:40:30 Dload Upload Total Spent Left Speed 20:40:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 11765 0:00:01 0:00:01 --:--:-- 11776 100 14249 0 0 100 14249 0 6443 0:00:02 0:00:02 --:--:-- 6444 100 14249 0 0 100 14249 0 5803 0:00:02 0:00:02 --:--:-- 5804 20:40:32 20:40:32 20:40:32 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/373/openapi/v1/system-agent.yaml] 20:40:32 % Total % Received % Xferd Average Speed Time Time Time Current 20:40:32 Dload Upload Total Spent Left Speed 20:40:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3778 0:00:01 0:00:01 --:--:-- 3781 100 4110 0 0 100 4110 0 3777 0:00:01 0:00:01 --:--:-- 3781 20:40:33 20:40:33 20:40:33 === Publish openapi/v2 API === 20:40:33 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 20:40:33 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/373/openapi/v2/core-command.yaml] 20:40:33 % Total % Received % Xferd Average Speed Time Time Time Current 20:40:33 Dload Upload Total Spent Left Speed 20:40:34 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 28796 0:00:01 0:00:01 --:--:-- 28821 20:40:34 20:40:34 20:40:34 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/373/openapi/v2/core-data.yaml] 20:40:34 % Total % Received % Xferd Average Speed Time Time Time Current 20:40:34 Dload Upload Total Spent Left Speed 20:40:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57136 0 0 100 57136 0 52557 0:00:01 0:00:01 --:--:-- 52611 20:40:35 20:40:35 20:40:35 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/373/openapi/v2/core-metadata.yaml] 20:40:35 % Total % Received % Xferd Average Speed Time Time Time Current 20:40:35 Dload Upload Total Spent Left Speed 20:40:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 112k 0:00:01 0:00:01 --:--:-- 112k 100 118k 0 0 100 118k 0 112k 0:00:01 0:00:01 --:--:-- 112k 20:40:37 20:40:37 20:40:37 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/373/openapi/v2/support-notifications.yaml] 20:40:37 % Total % Received % Xferd Average Speed Time Time Time Current 20:40:37 Dload Upload Total Spent Left Speed 20:40:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 55264 0:00:01 0:00:01 --:--:-- 55282 100 59705 0 0 100 59705 0 55253 0:00:01 0:00:01 --:--:-- 55282 20:40:38 20:40:38 20:40:38 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/373/openapi/v2/support-scheduler.yaml] 20:40:38 % Total % Received % Xferd Average Speed Time Time Time Current 20:40:38 Dload Upload Total Spent Left Speed 20:40:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37783 0 0 100 37783 0 34510 0:00:01 0:00:01 --:--:-- 34536 100 37783 0 0 100 37783 0 34503 0:00:01 0:00:01 --:--:-- 34536 20:40:38 20:40:38 20:40:38 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/373/openapi/v2/system-agent.yaml] 20:40:38 % Total % Received % Xferd Average Speed Time Time Time Current 20:40:38 Dload Upload Total Spent Left Speed 20:40:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 28283 --:--:-- --:--:-- --:--:-- 28283 100 24182 0 0 100 24182 0 28277 --:--:-- --:--:-- --:--:-- 28250 20:40:39 20:40:39 [Pipeline] } 20:40:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 20:40:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:40:40 . [Pipeline] withDockerContainer 20:40:40 prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container 20:40:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 20:40:41 $ docker top e3101ca0e655f6ad183e71e205512807e28a86f5ade9d161cf72f55b81606d4b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:40:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:40:42 [ssh-agent] Looking for ssh-agent implementation... 20:40:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:40:42 $ docker exec e3101ca0e655f6ad183e71e205512807e28a86f5ade9d161cf72f55b81606d4b ssh-agent 20:40:42 SSH_AUTH_SOCK=/tmp/ssh-wXpn124UAnzm/agent.12 20:40:42 SSH_AGENT_PID=18 20:40:42 Running ssh-add (command line suppressed) 20:40:42 Identity added: /w/workspace/edgex-go/373@tmp/private_key_8702991765717341762.key (/w/workspace/edgex-go/373@tmp/private_key_8702991765717341762.key) 20:40:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:40:43 + git semver tag 20:40:43 # -> Open(): unable to determine branch for HEAD 20:40:43 # $GIT_DIR = /w/workspace/edgex-go/373/.git 20:40:43 # $GIT_WORK_TREE = /w/workspace/edgex-go/373 20:40:43 # $SEMVER_REMOTE_NAME = origin 20:40:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:40:43 # $SEMVER_USER_NAME = edgex-jenkins 20:40:43 # $SEMVER_BRANCH = master 20:40:43 # $SEMVER_DIR = /w/workspace/edgex-go/373/.semver 20:40:43 # 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 HEAD 20:40:44 # -> Force: false 20:40:44 # e1b076549a6191f1f5fec21f448b9bdfb9c06b92 refs/tags/v2.0.0-dev.107 [Pipeline] } 20:40:44 $ docker exec --env ******** --env ******** e3101ca0e655f6ad183e71e205512807e28a86f5ade9d161cf72f55b81606d4b ssh-agent -k 20:40:44 unset SSH_AUTH_SOCK; 20:40:44 unset SSH_AGENT_PID; 20:40:44 echo Agent pid 18 killed; 20:40:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:40:44 + git semver [Pipeline] } 20:40:44 $ docker stop --time=1 e3101ca0e655f6ad183e71e205512807e28a86f5ade9d161cf72f55b81606d4b 20:40:46 $ docker rm -f e3101ca0e655f6ad183e71e205512807e28a86f5ade9d161cf72f55b81606d4b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:40:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:40:46 20:40:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:40:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:40:47 0.23.1-centos7: Pulling from edgex-lftools 20:40:47 ab5ef0e58194: Pulling fs layer 20:40:47 9712f1f96733: Pulling fs layer 20:40:47 63f879dbbcfc: Pulling fs layer 20:40:47 0d9ebad4ef96: Pulling fs layer 20:40:47 e9a5061849ea: Pulling fs layer 20:40:47 d747dcd14b5f: Pulling fs layer 20:40:47 2de7ff778b66: Pulling fs layer 20:40:47 0d9ebad4ef96: Waiting 20:40:47 e9a5061849ea: Waiting 20:40:47 d747dcd14b5f: Waiting 20:40:47 2de7ff778b66: Waiting 20:40:47 9712f1f96733: Verifying Checksum 20:40:47 9712f1f96733: Download complete 20:40:49 63f879dbbcfc: Verifying Checksum 20:40:49 63f879dbbcfc: Download complete 20:40:49 e9a5061849ea: Verifying Checksum 20:40:49 e9a5061849ea: Download complete 20:40:49 d747dcd14b5f: Verifying Checksum 20:40:49 d747dcd14b5f: Download complete 20:40:49 0d9ebad4ef96: Verifying Checksum 20:40:49 0d9ebad4ef96: Download complete 20:40:49 2de7ff778b66: Verifying Checksum 20:40:49 2de7ff778b66: Download complete 20:40:49 ab5ef0e58194: Verifying Checksum 20:40:49 ab5ef0e58194: Download complete 20:40:54 ab5ef0e58194: Pull complete 20:40:54 9712f1f96733: Pull complete 20:40:57 63f879dbbcfc: Pull complete 20:41:04 0d9ebad4ef96: Pull complete 20:41:07 e9a5061849ea: Pull complete 20:41:07 d747dcd14b5f: Pull complete 20:41:09 2de7ff778b66: Pull complete 20:41:09 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:41:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:41:09 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:41:09 prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container 20:41:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 20:41:12 $ docker top c219b0f89309e421585f17898470e86a978682d980074174a3c8fc12afac8421 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:41:12 provisioning config files... 20:41:12 copy managed file [sigul-config] to file:/w/workspace/edgex-go/373@tmp/config6709309181233351864tmp 20:41:12 copy managed file [sigul-password] to file:/w/workspace/edgex-go/373@tmp/config9005705113705912278tmp 20:41:12 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/373@tmp/config8721412604313337721tmp [Pipeline] { [Pipeline] echo 20:41:13 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:41:13 ---> sigul-configuration.sh 20:41:13 gpg: directory `/root/.gnupg' created 20:41:13 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:41:13 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:41:13 gpg: keyring `/root/.gnupg/secring.gpg' created 20:41:13 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:41:13 gpg: CAST5 encrypted data 20:41:13 gpg: encrypted with 1 passphrase 20:41:13 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:41:13 + mkdir /home/jenkins 20:41:13 + mkdir /home/jenkins/sigul [Pipeline] sh 20:41:14 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 20:41:14 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:41:14 ---> sigul-install.sh 20:41:19 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:41:20 + git tag --list 20:41:20 0.6.0 20:41:20 0.6.1 20:41:20 0.7.0 20:41:20 0.7.1 20:41:20 v0.0.0 20:41:20 v0.0.1-dev.1 20:41:20 v1.0.0 20:41:20 v1.0.1 20:41:20 v1.1.0 20:41:20 v1.2.0 20:41:20 v1.2.1 20:41:20 v1.2.2-dev.1 20:41:20 v1.2.2-dev.10 20:41:20 v1.2.2-dev.100 20:41:20 v1.2.2-dev.101 20:41:20 v1.2.2-dev.102 20:41:20 v1.2.2-dev.103 20:41:20 v1.2.2-dev.104 20:41:20 v1.2.2-dev.105 20:41:20 v1.2.2-dev.106 20:41:20 v1.2.2-dev.107 20:41:20 v1.2.2-dev.11 20:41:20 v1.2.2-dev.12 20:41:20 v1.2.2-dev.13 20:41:20 v1.2.2-dev.14 20:41:20 v1.2.2-dev.15 20:41:20 v1.2.2-dev.16 20:41:20 v1.2.2-dev.17 20:41:20 v1.2.2-dev.18 20:41:20 v1.2.2-dev.19 20:41:20 v1.2.2-dev.2 20:41:20 v1.2.2-dev.20 20:41:20 v1.2.2-dev.21 20:41:20 v1.2.2-dev.22 20:41:20 v1.2.2-dev.23 20:41:20 v1.2.2-dev.24 20:41:20 v1.2.2-dev.25 20:41:20 v1.2.2-dev.26 20:41:20 v1.2.2-dev.27 20:41:20 v1.2.2-dev.28 20:41:20 v1.2.2-dev.29 20:41:20 v1.2.2-dev.3 20:41:20 v1.2.2-dev.30 20:41:20 v1.2.2-dev.31 20:41:20 v1.2.2-dev.32 20:41:20 v1.2.2-dev.33 20:41:20 v1.2.2-dev.34 20:41:20 v1.2.2-dev.35 20:41:20 v1.2.2-dev.36 20:41:20 v1.2.2-dev.37 20:41:20 v1.2.2-dev.38 20:41:20 v1.2.2-dev.39 20:41:20 v1.2.2-dev.4 20:41:20 v1.2.2-dev.40 20:41:20 v1.2.2-dev.41 20:41:20 v1.2.2-dev.42 20:41:20 v1.2.2-dev.43 20:41:20 v1.2.2-dev.44 20:41:20 v1.2.2-dev.45 20:41:20 v1.2.2-dev.46 20:41:20 v1.2.2-dev.47 20:41:20 v1.2.2-dev.48 20:41:20 v1.2.2-dev.49 20:41:20 v1.2.2-dev.5 20:41:20 v1.2.2-dev.50 20:41:20 v1.2.2-dev.51 20:41:20 v1.2.2-dev.52 20:41:20 v1.2.2-dev.53 20:41:20 v1.2.2-dev.54 20:41:20 v1.2.2-dev.55 20:41:20 v1.2.2-dev.56 20:41:20 v1.2.2-dev.57 20:41:20 v1.2.2-dev.58 20:41:20 v1.2.2-dev.59 20:41:20 v1.2.2-dev.6 20:41:20 v1.2.2-dev.60 20:41:20 v1.2.2-dev.61 20:41:20 v1.2.2-dev.62 20:41:20 v1.2.2-dev.63 20:41:20 v1.2.2-dev.64 20:41:20 v1.2.2-dev.65 20:41:20 v1.2.2-dev.66 20:41:20 v1.2.2-dev.67 20:41:20 v1.2.2-dev.68 20:41:20 v1.2.2-dev.69 20:41:20 v1.2.2-dev.7 20:41:20 v1.2.2-dev.70 20:41:20 v1.2.2-dev.71 20:41:20 v1.2.2-dev.72 20:41:20 v1.2.2-dev.73 20:41:20 v1.2.2-dev.74 20:41:20 v1.2.2-dev.75 20:41:20 v1.2.2-dev.76 20:41:20 v1.2.2-dev.77 20:41:20 v1.2.2-dev.78 20:41:20 v1.2.2-dev.79 20:41:20 v1.2.2-dev.8 20:41:20 v1.2.2-dev.80 20:41:20 v1.2.2-dev.81 20:41:20 v1.2.2-dev.82 20:41:20 v1.2.2-dev.83 20:41:20 v1.2.2-dev.84 20:41:20 v1.2.2-dev.85 20:41:20 v1.2.2-dev.86 20:41:20 v1.2.2-dev.87 20:41:20 v1.2.2-dev.88 20:41:20 v1.2.2-dev.89 20:41:20 v1.2.2-dev.9 20:41:20 v1.2.2-dev.90 20:41:20 v1.2.2-dev.91 20:41:20 v1.2.2-dev.92 20:41:20 v1.2.2-dev.93 20:41:20 v1.2.2-dev.94 20:41:20 v1.2.2-dev.95 20:41:20 v1.2.2-dev.96 20:41:20 v1.2.2-dev.97 20:41:20 v1.2.2-dev.98 20:41:20 v1.2.2-dev.99 20:41:20 v1.3.0 20:41:20 v1.3.1 20:41:20 v1.3.1-dev.1 20:41:20 v1.3.1-dev.10 20:41:20 v1.3.1-dev.11 20:41:20 v1.3.1-dev.12 20:41:20 v1.3.1-dev.13 20:41:20 v1.3.1-dev.14 20:41:20 v1.3.1-dev.15 20:41:20 v1.3.1-dev.16 20:41:20 v1.3.1-dev.17 20:41:20 v1.3.1-dev.18 20:41:20 v1.3.1-dev.2 20:41:20 v1.3.1-dev.3 20:41:20 v1.3.1-dev.4 20:41:20 v1.3.1-dev.5 20:41:20 v1.3.1-dev.6 20:41:20 v1.3.1-dev.7 20:41:20 v1.3.1-dev.8 20:41:20 v1.3.1-dev.9 20:41:20 v2.0.0-dev.1 20:41:20 v2.0.0-dev.10 20:41:20 v2.0.0-dev.100 20:41:20 v2.0.0-dev.101 20:41:20 v2.0.0-dev.102 20:41:20 v2.0.0-dev.103 20:41:20 v2.0.0-dev.104 20:41:20 v2.0.0-dev.105 20:41:20 v2.0.0-dev.106 20:41:20 v2.0.0-dev.107 20:41:20 v2.0.0-dev.11 20:41:20 v2.0.0-dev.12 20:41:20 v2.0.0-dev.13 20:41:20 v2.0.0-dev.14 20:41:20 v2.0.0-dev.15 20:41:20 v2.0.0-dev.16 20:41:20 v2.0.0-dev.17 20:41:20 v2.0.0-dev.18 20:41:20 v2.0.0-dev.19 20:41:20 v2.0.0-dev.2 20:41:20 v2.0.0-dev.20 20:41:20 v2.0.0-dev.21 20:41:20 v2.0.0-dev.22 20:41:20 v2.0.0-dev.23 20:41:20 v2.0.0-dev.24 20:41:20 v2.0.0-dev.25 20:41:20 v2.0.0-dev.26 20:41:20 v2.0.0-dev.27 20:41:20 v2.0.0-dev.28 20:41:20 v2.0.0-dev.29 20:41:20 v2.0.0-dev.3 20:41:20 v2.0.0-dev.30 20:41:20 v2.0.0-dev.31 20:41:20 v2.0.0-dev.32 20:41:20 v2.0.0-dev.33 20:41:20 v2.0.0-dev.34 20:41:20 v2.0.0-dev.35 20:41:20 v2.0.0-dev.36 20:41:20 v2.0.0-dev.37 20:41:20 v2.0.0-dev.38 20:41:20 v2.0.0-dev.39 20:41:20 v2.0.0-dev.4 20:41:20 v2.0.0-dev.40 20:41:20 v2.0.0-dev.41 20:41:20 v2.0.0-dev.42 20:41:20 v2.0.0-dev.43 20:41:20 v2.0.0-dev.44 20:41:20 v2.0.0-dev.45 20:41:20 v2.0.0-dev.46 20:41:20 v2.0.0-dev.47 20:41:20 v2.0.0-dev.48 20:41:20 v2.0.0-dev.49 20:41:20 v2.0.0-dev.5 20:41:20 v2.0.0-dev.50 20:41:20 v2.0.0-dev.51 20:41:20 v2.0.0-dev.52 20:41:20 v2.0.0-dev.53 20:41:20 v2.0.0-dev.54 20:41:20 v2.0.0-dev.55 20:41:20 v2.0.0-dev.56 20:41:20 v2.0.0-dev.57 20:41:20 v2.0.0-dev.58 20:41:20 v2.0.0-dev.59 20:41:20 v2.0.0-dev.6 20:41:20 v2.0.0-dev.60 20:41:20 v2.0.0-dev.61 20:41:20 v2.0.0-dev.62 20:41:20 v2.0.0-dev.63 20:41:20 v2.0.0-dev.64 20:41:20 v2.0.0-dev.65 20:41:20 v2.0.0-dev.66 20:41:20 v2.0.0-dev.67 20:41:20 v2.0.0-dev.68 20:41:20 v2.0.0-dev.69 20:41:20 v2.0.0-dev.7 20:41:20 v2.0.0-dev.70 20:41:20 v2.0.0-dev.71 20:41:20 v2.0.0-dev.72 20:41:20 v2.0.0-dev.73 20:41:20 v2.0.0-dev.74 20:41:20 v2.0.0-dev.75 20:41:20 v2.0.0-dev.76 20:41:20 v2.0.0-dev.77 20:41:20 v2.0.0-dev.78 20:41:20 v2.0.0-dev.79 20:41:20 v2.0.0-dev.8 20:41:20 v2.0.0-dev.80 20:41:20 v2.0.0-dev.81 20:41:20 v2.0.0-dev.82 20:41:20 v2.0.0-dev.83 20:41:20 v2.0.0-dev.84 20:41:20 v2.0.0-dev.85 20:41:20 v2.0.0-dev.86 20:41:20 v2.0.0-dev.87 20:41:20 v2.0.0-dev.88 20:41:20 v2.0.0-dev.89 20:41:20 v2.0.0-dev.9 20:41:20 v2.0.0-dev.90 20:41:20 v2.0.0-dev.91 20:41:20 v2.0.0-dev.92 20:41:20 v2.0.0-dev.93 20:41:20 v2.0.0-dev.94 20:41:20 v2.0.0-dev.95 20:41:20 v2.0.0-dev.96 20:41:20 v2.0.0-dev.97 20:41:20 v2.0.0-dev.98 20:41:20 v2.0.0-dev.99 [Pipeline] sh 20:41:20 + lftools sign git-tag v2.0.0-dev.107 20:41:22 Signing Git tag with Sigul... 20:41:22 Signing v2.0.0-dev.107 [Pipeline] echo 20:41:23 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:41:23 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:41:23 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:41:23 $ docker stop --time=1 c219b0f89309e421585f17898470e86a978682d980074174a3c8fc12afac8421 20:41:26 $ docker rm -f c219b0f89309e421585f17898470e86a978682d980074174a3c8fc12afac8421 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:41:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:41:26 . [Pipeline] withDockerContainer 20:41:27 prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container 20:41:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 20:41:27 $ docker top 84c3a4b1ba746b1836f7d38abcbf9e035815d28d149bbc4d10542b26745599b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:41:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:41:28 [ssh-agent] Looking for ssh-agent implementation... 20:41:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:41:28 $ docker exec 84c3a4b1ba746b1836f7d38abcbf9e035815d28d149bbc4d10542b26745599b5 ssh-agent 20:41:28 SSH_AUTH_SOCK=/tmp/ssh-r1i5YACh3Xlx/agent.12 20:41:28 SSH_AGENT_PID=17 20:41:28 Running ssh-add (command line suppressed) 20:41:28 Identity added: /w/workspace/edgex-go/373@tmp/private_key_8587594088523961131.key (/w/workspace/edgex-go/373@tmp/private_key_8587594088523961131.key) 20:41:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:41:28 + git semver bump pre 20:41:28 # -> Open(): unable to determine branch for HEAD 20:41:28 # $GIT_DIR = /w/workspace/edgex-go/373/.git 20:41:28 # $GIT_WORK_TREE = /w/workspace/edgex-go/373 20:41:28 # $SEMVER_REMOTE_NAME = origin 20:41:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:41:28 # $SEMVER_USER_NAME = edgex-jenkins 20:41:28 # $SEMVER_BRANCH = master 20:41:28 # $SEMVER_DIR = /w/workspace/edgex-go/373/.semver 20:41:28 2.0.0-dev.108 [Pipeline] } 20:41:29 $ docker exec --env ******** --env ******** 84c3a4b1ba746b1836f7d38abcbf9e035815d28d149bbc4d10542b26745599b5 ssh-agent -k 20:41:29 unset SSH_AUTH_SOCK; 20:41:29 unset SSH_AGENT_PID; 20:41:29 echo Agent pid 17 killed; 20:41:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:41:29 + git semver [Pipeline] } 20:41:29 $ docker stop --time=1 84c3a4b1ba746b1836f7d38abcbf9e035815d28d149bbc4d10542b26745599b5 20:41:31 $ docker rm -f 84c3a4b1ba746b1836f7d38abcbf9e035815d28d149bbc4d10542b26745599b5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:41:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:41:31 . [Pipeline] withDockerContainer 20:41:31 prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container 20:41:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 20:41:32 $ docker top 66b553ff40bbbc003edcdeae95f7353425224c6c0bfbcc04fab94d8dd5f8aa1b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:41:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:41:32 [ssh-agent] Looking for ssh-agent implementation... 20:41:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:41:32 $ docker exec 66b553ff40bbbc003edcdeae95f7353425224c6c0bfbcc04fab94d8dd5f8aa1b ssh-agent 20:41:32 SSH_AUTH_SOCK=/tmp/ssh-u2jc3nr9xiRw/agent.12 20:41:32 SSH_AGENT_PID=17 20:41:32 Running ssh-add (command line suppressed) 20:41:33 Identity added: /w/workspace/edgex-go/373@tmp/private_key_5982392491987683921.key (/w/workspace/edgex-go/373@tmp/private_key_5982392491987683921.key) 20:41:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:41:33 + git semver push 20:41:33 # -> Open(): unable to determine branch for HEAD 20:41:33 # $GIT_DIR = /w/workspace/edgex-go/373/.git 20:41:33 # $GIT_WORK_TREE = /w/workspace/edgex-go/373 20:41:33 # $SEMVER_REMOTE_NAME = origin 20:41:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:41:33 # $SEMVER_USER_NAME = edgex-jenkins 20:41:33 # $SEMVER_BRANCH = master 20:41:33 # $SEMVER_DIR = /w/workspace/edgex-go/373/.semver [Pipeline] } 20:41:43 $ docker exec --env ******** --env ******** 66b553ff40bbbc003edcdeae95f7353425224c6c0bfbcc04fab94d8dd5f8aa1b ssh-agent -k 20:41:43 unset SSH_AUTH_SOCK; 20:41:43 unset SSH_AGENT_PID; 20:41:43 echo Agent pid 17 killed; 20:41:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:41:44 + git semver [Pipeline] } 20:41:44 $ docker stop --time=1 66b553ff40bbbc003edcdeae95f7353425224c6c0bfbcc04fab94d8dd5f8aa1b 20:41:45 $ docker rm -f 66b553ff40bbbc003edcdeae95f7353425224c6c0bfbcc04fab94d8dd5f8aa1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:41:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:41:47 ---> package-listing.sh 20:41:47 ++ facter osfamily 20:41:47 ++ tr '[:upper:]' '[:lower:]' 20:41:47 + OS_FAMILY=redhat 20:41:47 + workspace=/w/workspace/edgex-go/373 20:41:47 + START_PACKAGES=/tmp/packages_start.txt 20:41:47 + END_PACKAGES=/tmp/packages_end.txt 20:41:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:41:47 + PACKAGES=/tmp/packages_start.txt 20:41:47 + '[' /w/workspace/edgex-go/373 ']' 20:41:47 + PACKAGES=/tmp/packages_end.txt 20:41:47 + case "${OS_FAMILY}" in 20:41:47 + rpm -qa 20:41:47 + sort 20:41:53 + '[' -f /tmp/packages_start.txt ']' 20:41:53 + '[' -f /tmp/packages_end.txt ']' 20:41:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:41:53 + '[' /w/workspace/edgex-go/373 ']' 20:41:53 + mkdir -p /w/workspace/edgex-go/373/archives/ 20:41:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/373/archives/ [Pipeline] echo 20:41:53 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/373/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:41:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:41:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:41:53 20:41:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:41:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:41:54 alpine: Pulling from edgex-lftools-log-publisher 20:41:54 df20fa9351a1: Pulling fs layer 20:41:54 36b3adc4ff6f: Pulling fs layer 20:41:54 8ad3a11d3b57: Pulling fs layer 20:41:54 46f8f816bc3b: Pulling fs layer 20:41:54 93b61091891f: Pulling fs layer 20:41:54 93b9cdb0e59b: Pulling fs layer 20:41:54 5e14af77c1be: Pulling fs layer 20:41:54 01666e4c0597: Pulling fs layer 20:41:54 aa168da1d23b: Pulling fs layer 20:41:54 93b61091891f: Waiting 20:41:54 93b9cdb0e59b: Waiting 20:41:54 5e14af77c1be: Waiting 20:41:54 01666e4c0597: Waiting 20:41:54 aa168da1d23b: Waiting 20:41:54 46f8f816bc3b: Waiting 20:41:54 36b3adc4ff6f: Verifying Checksum 20:41:54 36b3adc4ff6f: Download complete 20:41:54 46f8f816bc3b: Verifying Checksum 20:41:54 46f8f816bc3b: Download complete 20:41:54 df20fa9351a1: Verifying Checksum 20:41:54 93b9cdb0e59b: Verifying Checksum 20:41:54 93b9cdb0e59b: Download complete 20:41:54 5e14af77c1be: Verifying Checksum 20:41:54 5e14af77c1be: Download complete 20:41:54 01666e4c0597: Download complete 20:41:54 93b61091891f: Download complete 20:41:54 8ad3a11d3b57: Verifying Checksum 20:41:54 8ad3a11d3b57: Download complete 20:41:54 df20fa9351a1: Pull complete 20:41:54 36b3adc4ff6f: Pull complete 20:41:55 8ad3a11d3b57: Pull complete 20:41:55 46f8f816bc3b: Pull complete 20:41:56 aa168da1d23b: Verifying Checksum 20:41:56 aa168da1d23b: Download complete 20:41:56 93b61091891f: Pull complete 20:41:56 93b9cdb0e59b: Pull complete 20:41:56 5e14af77c1be: Pull complete 20:41:56 01666e4c0597: Pull complete 20:42:03 aa168da1d23b: Pull complete 20:42:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:42:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:42:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:42:03 prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container 20:42:03 $ 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/373/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/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 20:42:07 $ docker top de2f2b74db85ee4ecd067d7dbe1f647898633ac75cac1957b3057d7faab672e8 -eo pid,comm [Pipeline] { [Pipeline] sh 20:42:08 + touch /tmp/pre-build-complete [Pipeline] sh 20:42:08 + mkdir -p /var/log/sa [Pipeline] sh 20:42:08 + ls /var/log/sa-host 20:42:08 + sadf -c /var/log/sa-host/sa23 20:42:08 file_magic: OK 20:42:08 HZ: Using current value: 100 20:42:08 file_header: OK 20:42:08 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:42:08 Statistics: 20:42:08 Hnuu...uuuununununu... 20:42:08 File successfully converted to sysstat format version 12.2.1 20:42:08 + sadf -c /var/log/sa-host/sa26 20:42:08 file_magic: OK 20:42:08 HZ: Using current value: 100 20:42:08 file_header: OK 20:42:08 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:42:08 Statistics: 20:42:08 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:42:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:42:09 provisioning config files... 20:42:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/373@tmp/config6721223794759385696tmp [Pipeline] { [Pipeline] echo 20:42:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:42:09 ---> create-netrc.sh [Pipeline] } 20:42:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:42:09 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:42:10 ---> python-tools-install.sh [Pipeline] echo 20:42:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:42:10 ---> sudo-logs.sh 20:42:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:42:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:42:10 ---> job-cost.sh 20:42:10 lf-activate-venv: SKIPPING 20:42:10 DEBUG: total: 0.20999999344348907 20:42:10 INFO: Retrieving Stack Cost... 20:42:11 INFO: Retrieving Pricing Info for: v1-standard-2 20:42:12 INFO: Archiving Costs [Pipeline] echo 20:42:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:42:12 ---> logs-deploy.sh 20:42:12 lf-activate-venv: SKIPPING 20:42:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/373 20:42:12 INFO: archiving workspace using pattern(s): 20:42:13 Archives upload complete. 20:42:14 INFO: archiving logs to Nexus 20:42:15 ---> uname -a: 20:42:15 Linux prd-centos7-docker-4c-2g-27876.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:42:15 20:42:15 20:42:15 ---> lscpu: 20:42:15 Architecture: x86_64 20:42:15 CPU op-mode(s): 32-bit, 64-bit 20:42:15 Byte Order: Little Endian 20:42:15 Address sizes: 40 bits physical, 48 bits virtual 20:42:15 CPU(s): 4 20:42:15 On-line CPU(s) list: 0-3 20:42:15 Thread(s) per core: 1 20:42:15 Core(s) per socket: 1 20:42:15 Socket(s): 4 20:42:15 NUMA node(s): 1 20:42:15 Vendor ID: GenuineIntel 20:42:15 CPU family: 6 20:42:15 Model: 44 20:42:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:42:15 Stepping: 1 20:42:15 CPU MHz: 2933.438 20:42:15 BogoMIPS: 5866.87 20:42:15 Virtualization: VT-x 20:42:15 Hypervisor vendor: KVM 20:42:15 Virtualization type: full 20:42:15 L1d cache: 128 KiB 20:42:15 L1i cache: 128 KiB 20:42:15 L2 cache: 16 MiB 20:42:15 L3 cache: 64 MiB 20:42:15 NUMA node0 CPU(s): 0-3 20:42:15 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:42:15 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:42:15 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:42:15 Vulnerability Meltdown: Mitigation; PTI 20:42:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:42:15 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:42:15 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:42:15 Vulnerability Srbds: Not affected 20:42:15 Vulnerability Tsx async abort: Not affected 20:42:15 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 20:42:15 20:42:15 20:42:15 ---> nproc: 20:42:15 4 20:42:15 20:42:15 20:42:15 ---> df -h: 20:42:15 Filesystem Size Used Available Use% Mounted on 20:42:15 overlay 50.0G 12.6G 37.4G 25% / 20:42:15 tmpfs 64.0M 0 64.0M 0% /dev 20:42:15 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:42:15 shm 64.0M 0 64.0M 0% /dev/shm 20:42:15 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 20:42:15 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 20:42:15 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 20:42:15 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 20:42:15 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 20:42:15 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 20:42:15 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 20:42:15 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 20:42:15 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/373 20:42:15 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/373@tmp 20:42:15 20:42:15 20:42:15 ---> free -m: 20:42:15 total used free shared buff/cache available 20:42:15 Mem: 1837 798 137 0 901 989 20:42:15 Swap: 1023 61 962 20:42:15 20:42:15 20:42:15 ---> ip addr: 20:42:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:42:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:42:15 inet 127.0.0.1/8 scope host lo 20:42:15 valid_lft forever preferred_lft forever 20:42:15 inet6 ::1/128 scope host 20:42:15 valid_lft forever preferred_lft forever 20:42:15 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:42:15 link/ether fa:16:3e:70:7b:af brd ff:ff:ff:ff:ff:ff 20:42:15 inet 10.30.122.129/23 brd 10.30.123.255 scope global dynamic eth0 20:42:15 valid_lft 85198sec preferred_lft 85198sec 20:42:15 inet6 fe80::f816:3eff:fe70:7baf/64 scope link 20:42:15 valid_lft forever preferred_lft forever 20:42:15 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:42:15 link/ether 02:42:6a:88:4c:49 brd ff:ff:ff:ff:ff:ff 20:42:15 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:42:15 valid_lft forever preferred_lft forever 20:42:15 inet6 fe80::42:6aff:fe88:4c49/64 scope link 20:42:15 valid_lft forever preferred_lft forever 20:42:15 20:42:15 20:42:15 ---> sar -b -r -n DEV: 20:42:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/26/21 _x86_64_ (4 CPU) 20:42:15 20:42:15 20:22:01 LINUX RESTART (4 CPU) 20:42:15 20:42:15 20:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:42:15 20:24:01 216.14 95.46 120.68 0.00 9736.68 46392.71 0.00 20:42:15 20:25:01 253.40 96.56 156.84 0.00 4018.23 21568.87 0.00 20:42:15 20:26:01 156.35 68.16 88.19 0.00 2479.72 11406.74 0.00 20:42:15 20:27:02 147.59 41.73 105.86 0.00 2842.11 24667.29 0.00 20:42:15 20:28:03 2430.51 2064.17 366.33 0.00 167477.36 226252.78 0.00 20:42:15 20:29:03 1481.66 1246.21 235.45 0.00 70252.59 90548.21 0.00 20:42:15 20:30:02 1139.19 791.05 348.14 0.00 90231.97 146445.97 0.00 20:42:15 20:31:01 1030.41 728.67 301.73 0.00 43501.51 60885.52 0.00 20:42:15 20:32:01 98.92 72.58 26.34 0.00 6904.48 1611.74 0.00 20:42:15 20:33:01 2.88 0.48 2.40 0.00 27.31 55.73 0.00 20:42:15 20:34:01 0.30 0.02 0.28 0.00 0.27 3.23 0.00 20:42:15 20:35:01 0.17 0.00 0.17 0.00 0.00 1.65 0.00 20:42:15 20:36:01 0.32 0.02 0.30 0.00 0.27 3.13 0.00 20:42:15 20:37:02 1.82 1.57 0.25 0.00 54.22 2.43 0.00 20:42:15 20:38:01 3.32 2.49 0.83 0.00 200.75 16.12 0.00 20:42:15 20:39:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 20:42:15 20:40:01 131.95 49.64 82.31 0.00 2194.12 24766.20 0.00 20:42:15 20:41:01 262.54 126.74 135.80 0.00 8476.49 33647.66 0.00 20:42:15 20:42:01 253.98 142.73 111.24 0.00 11613.57 27808.35 0.00 20:42:15 Average: 401.53 291.88 109.64 0.00 22164.61 37767.21 0.00 20:42:15 20:42:15 20:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:42:15 20:24:01 100764 0 695452 36.96 2304 1083024 1439112 49.11 564284 974524 34668 20:42:15 20:25:01 94904 0 826568 43.93 1560 958512 1810360 61.78 687392 823088 77416 20:42:15 20:26:01 344572 0 761004 40.45 728 775240 1378176 47.03 570152 680440 44312 20:42:15 20:27:02 181284 0 746840 39.69 608 952812 1252164 42.73 572728 840244 48 20:42:15 20:28:03 73308 0 853680 45.37 68 954488 2320508 79.20 789508 785500 83508 20:42:15 20:29:03 323500 0 759196 40.35 68 798780 1775228 60.59 582964 723644 3960 20:42:15 20:30:02 214624 0 940552 49.99 68 726300 3228320 110.18 621540 770480 6736 20:42:15 20:31:01 412772 0 697988 37.10 68 770716 1378860 47.06 498344 714364 24 20:42:15 20:32:01 272744 0 648260 34.45 68 960472 1221556 41.69 532332 824960 20 20:42:15 20:33:01 276244 0 643948 34.22 68 961284 1192520 40.70 530888 823960 16 20:42:15 20:34:01 277164 0 643028 34.18 68 961284 1189436 40.59 530476 823964 8 20:42:15 20:35:01 277712 0 642456 34.15 68 961308 1186352 40.49 530344 823948 8 20:42:15 20:36:01 277752 0 642416 34.14 68 961308 1186352 40.49 530224 823948 8 20:42:15 20:37:02 276200 0 643116 34.18 68 962160 1186352 40.49 530644 824372 16 20:42:15 20:38:01 269896 0 646592 34.36 68 964988 1186424 40.49 533864 827468 8 20:42:15 20:39:01 269684 0 646796 34.38 68 964996 1186352 40.49 533540 827468 8 20:42:15 20:40:01 70072 0 750352 39.88 68 1061052 1612848 55.04 692072 828676 95676 20:42:15 20:41:01 89180 0 793236 42.16 68 999060 1622176 55.36 701656 755004 86652 20:42:15 20:42:01 73976 0 818576 43.51 4 988988 1617120 55.19 669152 774176 41988 20:42:15 Average: 219808 0 726319 38.60 324 935093 1524748 52.04 589584 803696 25004 20:42:15 20:42:15 20:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:42:15 20:24:01 eth0 1183.95 1199.27 6002.57 138.84 0.00 0.00 0.00 0.00 20:42:15 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:24:01 veth80f4a14 17.90 28.70 1.24 152.42 0.00 0.00 0.00 0.00 20:42:15 20:24:01 docker0 890.32 827.83 72.34 2837.63 0.00 0.00 0.00 0.00 20:42:15 20:25:01 eth0 187.46 147.06 710.53 22.99 0.00 0.00 0.00 0.00 20:42:15 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:25:01 veth6036fde 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:42:15 20:25:01 docker0 129.12 156.36 9.46 682.69 0.00 0.00 0.00 0.00 20:42:15 20:26:01 eth0 47.71 32.97 27.56 75.08 0.00 0.00 0.00 0.00 20:42:15 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:26:01 veth6036fde 2.15 2.15 0.17 0.18 0.00 0.00 0.00 0.00 20:42:15 20:26:01 docker0 2.15 2.15 0.14 0.18 0.00 0.00 0.00 0.00 20:42:15 20:27:02 eth0 213.37 181.70 1704.11 84.25 0.00 0.00 0.00 0.00 20:42:15 20:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:27:02 vetha4d652a 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 20:42:15 20:27:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:28:03 eth0 42.93 19.33 160.24 9.94 0.00 0.00 0.00 0.00 20:42:15 20:28:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:28:03 vetha4d652a 0.00 0.38 0.00 0.02 0.00 0.00 0.00 0.00 20:42:15 20:28:03 docker0 8.81 23.21 0.47 143.94 0.00 0.00 0.00 0.00 20:42:15 20:29:03 eth0 16.54 10.02 56.55 5.61 0.00 0.00 0.00 0.00 20:42:15 20:29:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:29:03 veth1deaa4f 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 20:42:15 20:29:03 vetha4d652a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:30:02 veth7dd4477 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 20:42:15 20:30:02 vethcb3f82e 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 20:42:15 20:30:02 vethe06465e 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:30:02 eth0 245.11 161.48 1796.15 101.12 0.00 0.00 0.00 0.00 20:42:15 20:31:01 veth8ea4993 6.78 3.14 45.29 0.22 0.00 0.00 0.00 0.00 20:42:15 20:31:01 eth0 69.16 35.23 170.62 21.23 0.00 0.00 0.00 0.00 20:42:15 20:31:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:42:15 20:31:01 vetha4d652a 0.00 1.04 0.00 0.05 0.00 0.00 0.00 0.00 20:42:15 20:32:01 eth0 459.26 429.48 191.51 1620.02 0.00 0.00 0.00 0.00 20:42:15 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:32:01 docker0 1081.22 1116.61 85.45 4313.55 0.00 0.00 0.00 0.00 20:42:15 20:33:01 eth0 0.85 0.87 0.93 0.14 0.00 0.00 0.00 0.00 20:42:15 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:34:01 eth0 0.23 0.20 0.07 0.02 0.00 0.00 0.00 0.00 20:42:15 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:42:15 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:36:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:42:15 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:37:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:42:15 20:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:38:01 eth0 0.22 0.19 0.08 0.07 0.00 0.00 0.00 0.00 20:42:15 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:39:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:42:15 20:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:40:01 eth0 394.09 357.42 3995.54 31.74 0.00 0.00 0.00 0.00 20:42:15 20:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:41:01 eth0 454.52 397.02 3482.51 103.63 0.00 0.00 0.00 0.00 20:42:15 20:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:41:01 docker0 33.85 33.34 3.18 255.10 0.00 0.00 0.00 0.00 20:42:15 20:42:01 eth0 308.82 247.79 2444.52 76.95 0.00 0.00 0.00 0.00 20:42:15 20:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 20:42:01 docker0 32.00 40.39 2.36 218.67 0.00 0.00 0.00 0.00 20:42:15 Average: eth0 190.99 169.75 1093.52 120.66 0.00 0.00 0.00 0.00 20:42:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:42:15 Average: docker0 60.43 62.71 4.79 252.21 0.00 0.00 0.00 0.00 20:42:15 20:42:15 20:42:15 ---> sar -P ALL: 20:42:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/26/21 _x86_64_ (4 CPU) 20:42:15 20:42:15 20:22:01 LINUX RESTART (4 CPU) 20:42:15 20:42:15 20:23:01 CPU %user %nice %system %iowait %steal %idle 20:42:15 20:24:01 all 15.77 0.00 8.89 2.02 0.08 73.25 20:42:15 20:24:01 0 16.73 0.00 11.04 3.80 0.07 68.36 20:42:15 20:24:01 1 15.19 0.00 8.81 1.48 0.03 74.49 20:42:15 20:24:01 2 15.20 0.00 7.98 1.76 0.10 74.95 20:42:15 20:24:01 3 15.94 0.00 7.71 1.03 0.10 75.22 20:42:15 20:25:01 all 29.25 0.00 10.08 6.84 0.05 53.78 20:42:15 20:25:01 0 28.78 0.00 9.97 6.55 0.03 54.67 20:42:15 20:25:01 1 29.87 0.00 9.33 7.56 0.07 53.17 20:42:15 20:25:01 2 28.42 0.00 11.27 8.07 0.05 52.19 20:42:15 20:25:01 3 29.90 0.00 9.78 5.20 0.05 55.07 20:42:15 20:26:01 all 50.29 0.00 13.10 4.46 0.06 32.10 20:42:15 20:26:01 0 50.66 0.00 13.02 3.97 0.05 32.30 20:42:15 20:26:01 1 50.49 0.00 12.59 5.23 0.07 31.62 20:42:15 20:26:01 2 50.38 0.00 13.74 4.25 0.03 31.59 20:42:15 20:26:01 3 49.61 0.00 13.04 4.38 0.07 32.91 20:42:15 20:27:02 all 32.64 0.00 12.13 3.30 0.06 51.86 20:42:15 20:27:02 0 32.71 0.00 11.88 2.43 0.10 52.87 20:42:15 20:27:02 1 32.30 0.00 11.84 4.54 0.05 51.28 20:42:15 20:27:02 2 32.74 0.00 12.70 3.54 0.05 50.97 20:42:15 20:27:02 3 32.83 0.00 12.11 2.70 0.05 52.30 20:42:15 20:28:03 all 19.59 0.00 27.74 23.05 0.12 29.50 20:42:15 20:28:03 0 19.50 0.00 26.38 23.14 0.12 30.86 20:42:15 20:28:03 1 20.60 0.00 27.65 22.46 0.14 29.15 20:42:15 20:28:03 2 18.89 0.00 28.08 24.42 0.14 28.48 20:42:15 20:28:03 3 19.36 0.00 28.88 22.16 0.10 29.49 20:42:15 20:29:03 all 54.25 0.00 17.23 15.63 0.04 12.84 20:42:15 20:29:03 0 53.39 0.00 17.47 17.85 0.05 11.24 20:42:15 20:29:03 1 55.45 0.00 16.54 16.51 0.03 11.47 20:42:15 20:29:03 2 54.14 0.00 16.71 14.19 0.02 14.94 20:42:15 20:29:03 3 54.04 0.00 18.21 13.95 0.07 13.73 20:42:15 20:30:02 all 24.80 0.00 22.18 27.85 0.10 25.07 20:42:15 20:30:02 0 24.26 0.00 20.91 25.50 0.09 29.24 20:42:15 20:30:02 1 24.64 0.00 22.84 28.21 0.09 24.23 20:42:15 20:30:02 2 24.94 0.00 23.03 29.09 0.16 22.78 20:42:15 20:30:02 3 25.37 0.00 21.93 28.63 0.07 24.00 20:42:15 20:31:01 all 46.61 0.00 17.04 20.44 0.05 15.85 20:42:15 20:31:01 0 46.74 0.00 15.95 20.73 0.03 16.55 20:42:15 20:31:01 1 46.82 0.00 17.89 20.35 0.05 14.88 20:42:15 20:31:01 2 47.15 0.00 15.95 20.98 0.07 15.85 20:42:15 20:31:01 3 45.72 0.00 18.38 19.70 0.05 16.15 20:42:15 20:32:01 all 9.54 0.00 4.42 2.40 0.08 83.56 20:42:15 20:32:01 0 9.15 0.00 4.79 1.42 0.07 84.57 20:42:15 20:32:01 1 9.83 0.00 4.25 2.82 0.12 82.98 20:42:15 20:32:01 2 9.75 0.00 4.40 3.08 0.07 82.70 20:42:15 20:32:01 3 9.43 0.00 4.25 2.27 0.07 83.98 20:42:15 20:33:01 all 0.16 0.00 0.04 0.00 0.00 99.80 20:42:15 20:33:01 0 0.05 0.00 0.03 0.00 0.02 99.90 20:42:15 20:33:01 1 0.05 0.00 0.07 0.00 0.00 99.88 20:42:15 20:33:01 2 0.02 0.00 0.03 0.00 0.00 99.95 20:42:15 20:33:01 3 0.52 0.00 0.03 0.00 0.00 99.45 20:42:15 20:34:01 all 0.15 0.00 0.04 0.00 0.00 99.81 20:42:15 20:34:01 0 0.03 0.00 0.05 0.00 0.00 99.92 20:42:15 20:34:01 1 0.05 0.00 0.03 0.00 0.00 99.92 20:42:15 20:34:01 2 0.03 0.00 0.03 0.00 0.00 99.93 20:42:15 20:34:01 3 0.50 0.00 0.03 0.00 0.00 99.47 20:42:15 20:42:15 20:34:01 CPU %user %nice %system %iowait %steal %idle 20:42:15 20:35:01 all 0.15 0.00 0.02 0.00 0.00 99.83 20:42:15 20:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:42:15 20:35:01 1 0.05 0.00 0.05 0.00 0.00 99.90 20:42:15 20:35:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:42:15 20:35:01 3 0.52 0.00 0.02 0.00 0.00 99.47 20:42:15 20:36:01 all 0.16 0.00 0.08 0.00 0.01 99.75 20:42:15 20:36:01 0 0.03 0.00 0.12 0.00 0.02 99.83 20:42:15 20:36:01 1 0.07 0.00 0.10 0.00 0.00 99.83 20:42:15 20:36:01 2 0.03 0.00 0.07 0.00 0.02 99.88 20:42:15 20:36:01 3 0.52 0.00 0.03 0.02 0.00 99.43 20:42:15 20:37:02 all 0.15 0.00 0.06 0.02 0.00 99.77 20:42:15 20:37:02 0 0.03 0.00 0.10 0.08 0.00 99.78 20:42:15 20:37:02 1 0.03 0.00 0.05 0.00 0.00 99.92 20:42:15 20:37:02 2 0.02 0.00 0.03 0.02 0.00 99.93 20:42:15 20:37:02 3 0.52 0.00 0.05 0.00 0.00 99.43 20:42:15 20:38:01 all 0.12 0.00 0.06 0.09 0.00 99.73 20:42:15 20:38:01 0 0.05 0.00 0.07 0.00 0.00 99.88 20:42:15 20:38:01 1 0.05 0.00 0.03 0.10 0.00 99.81 20:42:15 20:38:01 2 0.03 0.00 0.05 0.25 0.00 99.66 20:42:15 20:38:01 3 0.34 0.00 0.08 0.00 0.00 99.58 20:42:15 20:39:01 all 0.12 0.00 0.04 0.00 0.00 99.84 20:42:15 20:39:01 0 0.37 0.00 0.05 0.00 0.00 99.58 20:42:15 20:39:01 1 0.03 0.00 0.05 0.00 0.02 99.90 20:42:15 20:39:01 2 0.03 0.00 0.03 0.00 0.00 99.93 20:42:15 20:39:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:42:15 20:40:01 all 6.91 0.00 4.85 3.05 0.04 85.15 20:42:15 20:40:01 0 6.79 0.00 5.45 4.53 0.03 83.19 20:42:15 20:40:01 1 6.49 0.00 4.59 3.42 0.05 85.44 20:42:15 20:40:01 2 8.22 0.00 5.15 3.29 0.05 83.29 20:42:15 20:40:01 3 6.13 0.00 4.22 0.95 0.03 88.67 20:42:15 20:41:01 all 10.44 0.00 7.99 4.17 0.06 77.34 20:42:15 20:41:01 0 12.39 0.00 8.25 4.02 0.07 75.27 20:42:15 20:41:01 1 9.74 0.00 7.67 2.74 0.05 79.80 20:42:15 20:41:01 2 9.48 0.00 7.99 6.20 0.05 76.27 20:42:15 20:41:01 3 10.13 0.00 8.05 3.72 0.07 78.04 20:42:15 20:42:01 all 10.88 0.00 8.15 4.09 0.06 76.83 20:42:15 20:42:01 0 10.30 0.00 7.92 2.66 0.03 79.09 20:42:15 20:42:01 1 11.14 0.00 8.70 3.88 0.07 76.20 20:42:15 20:42:01 2 10.29 0.00 7.66 6.60 0.05 75.40 20:42:15 20:42:01 3 11.77 0.00 8.30 3.23 0.07 76.63 20:42:15 Average: all 16.22 0.00 8.00 6.06 0.04 69.68 20:42:15 Average: 0 16.23 0.00 7.98 6.04 0.04 69.71 20:42:15 Average: 1 16.28 0.00 7.94 6.16 0.04 69.58 20:42:15 Average: 2 16.11 0.00 8.04 6.50 0.04 69.29 20:42:15 Average: 3 16.25 0.00 8.02 5.53 0.04 70.16 20:42:15 20:42:15 20:42:15