Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 55fea418b1ac49172828e32c63c2641cfdddd142 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28709 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/381 [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/381 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 55fea418b1ac49172828e32c63c2641cfdddd142 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 55fea418b1ac49172828e32c63c2641cfdddd142 # timeout=10 Commit message: "feat(notifications): Implement GET /notification/label/{label} V2 API (#3217)" > git rev-list --no-walk 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:27:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:27:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:27:56 ========================================================= 12:27:56 EdgeX Global Pipelines Version Info 12:27:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:27:57 ------------------- 12:27:57 stable info: 12:27:57 ------------------- 12:27:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:27:57 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 12:27:57 Message: update stable to v1.0.184 12:27:58 ------------------- 12:27:58 experimental info: 12:27:58 ------------------- 12:27:58 Commited By: **** collab-it+edgex@linuxfoundation.org 12:27:58 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 12:27:58 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:27:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:27:59 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:27:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:27:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:27:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:27:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:27:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:27:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:27:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 12:27:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 12:27:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:27:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:28:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:28:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:28:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:28:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:28:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:28:00 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:28:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:28:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 12:28:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 12:28:01 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:28:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 12:28:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 12:28:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 12:28:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] echo 12:28:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 55fea41 [Pipeline] echo 12:28:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:28:02 provisioning config files... 12:28:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/381@tmp/config3058695071444253568tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:28:02 ---> docker-login.sh 12:28:02 nexus3.edgexfoundry.org:10001 12:28:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:28:02 Configure a credential helper to remove this warning. See 12:28:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:28:02 12:28:02 Login Succeeded 12:28:02 nexus3.edgexfoundry.org:10002 12:28:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:28:03 Configure a credential helper to remove this warning. See 12:28:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:28:03 12:28:03 Login Succeeded 12:28:03 nexus3.edgexfoundry.org:10003 12:28:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:28:03 Configure a credential helper to remove this warning. See 12:28:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:28:03 12:28:03 Login Succeeded 12:28:03 nexus3.edgexfoundry.org:10004 12:28:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:28:03 Configure a credential helper to remove this warning. See 12:28:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:28:03 12:28:03 Login Succeeded 12:28:03 docker.io 12:28:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:28:04 Configure a credential helper to remove this warning. See 12:28:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:28:04 12:28:04 Login Succeeded 12:28:04 ---> docker-login.sh ends [Pipeline] } 12:28:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:28:04 ++ 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 12:28:04 + for file in '`ls cmd/**/Dockerfile`' 12:28:04 ++ dirname cmd/core-command/Dockerfile 12:28:04 ++ cut -d/ -f2 12:28:04 + echo core-command,cmd/core-command/Dockerfile 12:28:04 + for file in '`ls cmd/**/Dockerfile`' 12:28:04 ++ dirname cmd/core-data/Dockerfile 12:28:04 ++ cut -d/ -f2 12:28:04 + echo core-data,cmd/core-data/Dockerfile 12:28:04 + for file in '`ls cmd/**/Dockerfile`' 12:28:04 ++ dirname cmd/core-metadata/Dockerfile 12:28:04 ++ cut -d/ -f2 12:28:04 + echo core-metadata,cmd/core-metadata/Dockerfile 12:28:04 + for file in '`ls cmd/**/Dockerfile`' 12:28:04 ++ dirname cmd/security-bootstrapper/Dockerfile 12:28:04 ++ cut -d/ -f2 12:28:04 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 12:28:04 + for file in '`ls cmd/**/Dockerfile`' 12:28:04 ++ dirname cmd/security-proxy-setup/Dockerfile 12:28:04 ++ cut -d/ -f2 12:28:04 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:28:04 + for file in '`ls cmd/**/Dockerfile`' 12:28:04 ++ dirname cmd/security-secretstore-setup/Dockerfile 12:28:04 ++ cut -d/ -f2 12:28:04 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:28:04 + for file in '`ls cmd/**/Dockerfile`' 12:28:04 ++ dirname cmd/support-notifications/Dockerfile 12:28:04 ++ cut -d/ -f2 12:28:04 + echo support-notifications,cmd/support-notifications/Dockerfile 12:28:04 + for file in '`ls cmd/**/Dockerfile`' 12:28:04 ++ dirname cmd/support-scheduler/Dockerfile 12:28:04 ++ cut -d/ -f2 12:28:04 + echo support-scheduler,cmd/support-scheduler/Dockerfile 12:28:04 + for file in '`ls cmd/**/Dockerfile`' 12:28:04 ++ dirname cmd/sys-mgmt-agent/Dockerfile 12:28:04 ++ cut -d/ -f2 12:28:04 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 12:28:04 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 12:28:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:28:06 12:28:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:28:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:28:06 latest: Pulling from edgex-devops/git-semver 12:28:06 31603596830f: Pulling fs layer 12:28:06 2a8b12db71e7: Pulling fs layer 12:28:06 6ca5941a6612: Pulling fs layer 12:28:06 ecc8261a40a4: Pulling fs layer 12:28:06 ecc8261a40a4: Waiting 12:28:06 2a8b12db71e7: Verifying Checksum 12:28:06 2a8b12db71e7: Download complete 12:28:06 31603596830f: Verifying Checksum 12:28:06 31603596830f: Download complete 12:28:07 ecc8261a40a4: Verifying Checksum 12:28:07 ecc8261a40a4: Download complete 12:28:07 6ca5941a6612: Verifying Checksum 12:28:07 6ca5941a6612: Download complete 12:28:07 31603596830f: Pull complete 12:28:07 2a8b12db71e7: Pull complete 12:28:08 6ca5941a6612: Pull complete 12:28:08 ecc8261a40a4: Pull complete 12:28:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:28:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:28:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:28:08 prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container 12:28:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:28:11 $ docker top 677be83d95fd9500d283a935340cf3720e8994d34a7ec06f82ec25601c48b2d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:28:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:28:11 [ssh-agent] Looking for ssh-agent implementation... 12:28:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:28:12 $ docker exec 677be83d95fd9500d283a935340cf3720e8994d34a7ec06f82ec25601c48b2d1 ssh-agent 12:28:12 SSH_AUTH_SOCK=/tmp/ssh-Fep12ovdr5v8/agent.12 12:28:12 SSH_AGENT_PID=17 12:28:12 Running ssh-add (command line suppressed) 12:28:12 Identity added: /w/workspace/edgex-go/381@tmp/private_key_8770719849888090742.key (/w/workspace/edgex-go/381@tmp/private_key_8770719849888090742.key) 12:28:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:28:12 + git tag --points-at HEAD [Pipeline] } 12:28:12 $ docker exec --env ******** --env ******** 677be83d95fd9500d283a935340cf3720e8994d34a7ec06f82ec25601c48b2d1 ssh-agent -k 12:28:13 unset SSH_AUTH_SOCK; 12:28:13 unset SSH_AGENT_PID; 12:28:13 echo Agent pid 17 killed; 12:28:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:28:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:28:13 [ssh-agent] Looking for ssh-agent implementation... 12:28:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:28:13 $ docker exec 677be83d95fd9500d283a935340cf3720e8994d34a7ec06f82ec25601c48b2d1 ssh-agent 12:28:13 SSH_AUTH_SOCK=/tmp/ssh-QkhJxsiKQgie/agent.45 12:28:13 SSH_AGENT_PID=50 12:28:13 Running ssh-add (command line suppressed) 12:28:13 Identity added: /w/workspace/edgex-go/381@tmp/private_key_5474439504681579890.key (/w/workspace/edgex-go/381@tmp/private_key_5474439504681579890.key) 12:28:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:28:14 + git semver init 12:28:14 # -> Open(): unable to determine branch for HEAD 12:28:14 # $GIT_DIR = /w/workspace/edgex-go/381/.git 12:28:14 # $GIT_WORK_TREE = /w/workspace/edgex-go/381 12:28:14 # $SEMVER_REMOTE_NAME = origin 12:28:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:28:14 # $SEMVER_USER_NAME = edgex-jenkins 12:28:14 # $SEMVER_BRANCH = master 12:28:14 # $SEMVER_TEMP = /tmp/semver-179296343 12:28:14 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 12:29:00 # '/tmp/semver-179296343' -> '/w/workspace/edgex-go/381/.semver' 12:29:00 # -> Force: false 12:29:00 # $SEMVER_DIR = /w/workspace/edgex-go/381/.semver [Pipeline] } 12:29:00 $ docker exec --env ******** --env ******** 677be83d95fd9500d283a935340cf3720e8994d34a7ec06f82ec25601c48b2d1 ssh-agent -k 12:29:01 unset SSH_AUTH_SOCK; 12:29:01 unset SSH_AGENT_PID; 12:29:01 echo Agent pid 50 killed; 12:29:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:29:01 + git semver [Pipeline] } 12:29:01 $ docker stop --time=1 677be83d95fd9500d283a935340cf3720e8994d34a7ec06f82ec25601c48b2d1 12:29:03 $ docker rm -f 677be83d95fd9500d283a935340cf3720e8994d34a7ec06f82ec25601c48b2d1 [Pipeline] // withDockerContainer [Pipeline] sh 12:29:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:29:04 Stashed 1 file(s) [Pipeline] echo 12:29:04 [edgeXSemver]: initialized semver on version 2.0.0-dev.114 [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 12:29:05 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:29:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:29:06 + sudo service docker restart 12:29:06 + true 12:29:06 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 12:29:06 ========================================================= 12:29:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:29:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:29:07 + 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 . 12:29:11 Sending build context to Docker daemon 328.2MB 12:29:11 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 12:29:11 Step 2/6 : FROM ${BASE} 12:29:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:29:11 188c0c94c7c5: Pulling fs layer 12:29:11 0ef7d3d256c8: Pulling fs layer 12:29:11 de9db76c5a1d: Pulling fs layer 12:29:11 bca2f99d35d6: Pulling fs layer 12:29:11 93359f2a8cfa: Pulling fs layer 12:29:11 7c6f9722023f: Pulling fs layer 12:29:11 a35cf1a2eb13: Pulling fs layer 12:29:11 bca2f99d35d6: Waiting 12:29:11 93359f2a8cfa: Waiting 12:29:11 7c6f9722023f: Waiting 12:29:11 a35cf1a2eb13: Waiting 12:29:11 de9db76c5a1d: Verifying Checksum 12:29:11 de9db76c5a1d: Download complete 12:29:11 0ef7d3d256c8: Download complete 12:29:11 93359f2a8cfa: Verifying Checksum 12:29:11 93359f2a8cfa: Download complete 12:29:11 188c0c94c7c5: Verifying Checksum 12:29:11 188c0c94c7c5: Download complete 12:29:11 7c6f9722023f: Verifying Checksum 12:29:11 7c6f9722023f: Download complete 12:29:11 188c0c94c7c5: Pull complete 12:29:12 0ef7d3d256c8: Pull complete 12:29:12 de9db76c5a1d: Pull complete 12:29:14 a35cf1a2eb13: Verifying Checksum 12:29:14 a35cf1a2eb13: Download complete 12:29:14 bca2f99d35d6: Verifying Checksum 12:29:14 bca2f99d35d6: Download complete 12:29:19 bca2f99d35d6: Pull complete 12:29:19 93359f2a8cfa: Pull complete 12:29:19 7c6f9722023f: Pull complete 12:29:20 Still waiting to schedule task 12:29:20 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 12:29:26 a35cf1a2eb13: Pull complete 12:29:26 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 12:29:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:29:26 ---> a62c8e92a672 12:29:26 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 12:29:26 ---> Running in ef205fb20f9e 12:29:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:29:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:29:27 (1/12) Installing libmagic (5.38-r0) 12:29:27 (2/12) Installing file (5.38-r0) 12:29:27 (3/12) Installing libc-dev (0.7.2-r3) 12:29:28 (4/12) Installing g++ (9.3.0-r2) 12:29:33 (5/12) Installing fortify-headers (1.1-r0) 12:29:33 (6/12) Installing patch (2.7.6-r6) 12:29:33 (7/12) Installing build-base (0.5-r2) 12:29:33 (8/12) Installing libsodium (1.0.18-r0) 12:29:34 (9/12) Installing pkgconf (1.7.2-r0) 12:29:34 (10/12) Installing libsodium-dev (1.0.18-r0) 12:29:34 (11/12) Installing libzmq (4.3.3-r0) 12:29:34 (12/12) Installing zeromq-dev (4.3.3-r0) 12:29:34 Executing busybox-1.31.1-r19.trigger 12:29:34 OK: 233 MiB in 51 packages 12:29:38 Removing intermediate container ef205fb20f9e 12:29:38 ---> 389d508a51af 12:29:38 Step 4/6 : WORKDIR /edgex-go 12:29:38 ---> Running in 7e9b3b2cf967 12:29:38 Removing intermediate container 7e9b3b2cf967 12:29:38 ---> d2a06844221b 12:29:38 Step 5/6 : COPY go.mod . 12:29:38 ---> a137d7b3363f 12:29:38 Step 6/6 : RUN go mod download 12:29:39 ---> Running in f003c697d190 12:30:01 Removing intermediate container f003c697d190 12:30:01 ---> 3e4a6a35301b 12:30:01 Successfully built 3e4a6a35301b 12:30:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:30:01 + docker inspect -f . ci-base-image-x86_64 12:30:01 . [Pipeline] withDockerContainer 12:30:01 prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container 12:30:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:30:02 $ docker top afabf6df9ab97359a97d1ff8987fa867594e3f57931e71327d399177bcfa7d3c -eo pid,comm [Pipeline] { [Pipeline] sh 12:30:03 + go version 12:30:03 go version go1.15.5 linux/amd64 [Pipeline] } 12:30:03 $ docker stop --time=1 afabf6df9ab97359a97d1ff8987fa867594e3f57931e71327d399177bcfa7d3c 12:30:04 $ docker rm -f afabf6df9ab97359a97d1ff8987fa867594e3f57931e71327d399177bcfa7d3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:30:05 + docker inspect -f . ci-base-image-x86_64 12:30:05 . [Pipeline] withDockerContainer 12:30:05 prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container 12:30:05 $ 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/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:30:06 $ docker top 040a61129ab9c82b9d69775c32a073c55edc01f5a854063ac85ab7a0c2522ec1 -eo pid,comm [Pipeline] { [Pipeline] echo 12:30:06 ========================================================= 12:30:06 [edgeXBuildGoParallel] Running Tests and Build... 12:30:06 ========================================================= [Pipeline] sh 12:30:06 + make test 12:30:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:30:15 ? github.com/edgexfoundry/edgex-go [no test files] 12:30:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:30:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:30:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:30:36 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:30:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 12:30:38 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:30:38 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:30:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:30:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:30:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:30:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:30:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:30:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:30:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.105s coverage: 45.9% of statements 12:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 12:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 12:30:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.086s coverage: 100.0% of statements 12:30:46 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.1% of statements 12:30:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:30:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:30:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:30:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:30:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:30:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:30:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 12:30:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:30:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements 12:30:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:30:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:30:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.102s coverage: 66.2% of statements 12:30:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:30:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:30:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.437s coverage: 82.4% of statements 12:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 12:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 12:30:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.329s coverage: 28.6% of statements 12:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:30:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements 12:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:30:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements 12:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:30:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.123s coverage: 86.7% of statements 12:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:30:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.118s coverage: 97.5% of statements 12:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:30:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.058s coverage: 78.3% of statements 12:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:30:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.361s coverage: 92.8% of statements 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:30:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:30:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.088s coverage: 0.1% of statements 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 12:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 47.1% of statements 12:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.045s coverage: 79.5% of statements 12:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements 12:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.037s coverage: 96.3% of statements 12:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements 12:31:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.043s coverage: 94.4% of statements 12:31:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 12:31:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.048s coverage: 81.4% of statements 12:31:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28710 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 12:31:11 Running in /w/workspace/edgex-go/381 [Pipeline] { [Pipeline] checkout 12:31:16 using credential edgex-jenkins-ssh 12:31:16 Cloning the remote Git repository 12:31:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:31:16 > git init /w/workspace/edgex-go/381 # timeout=10 12:31:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:31:16 > git --version # timeout=10 12:31:16 > git --version # 'git version 2.17.1' 12:31:16 using GIT_SSH to set credentials SSH Credentials for GitHub 12:31:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.061s coverage: 92.9% of statements 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.073s coverage: 91.6% of statements 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.162s coverage: 62.4% of statements 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 69.1% of statements 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 38.4% of statements 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.046s coverage: 89.5% of statements 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.035s coverage: 84.8% of statements 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 47.0% of statements 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.105s coverage: 87.7% of statements 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.723s coverage: 29.1% of statements 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.074s coverage: 95.6% of statements 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:31:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.026s coverage: 32.1% of statements 12:31:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 12:31:17 GO111MODULE=on go vet ./... 12:31:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:31:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:31:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:31:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:31:33 using GIT_SSH to set credentials SSH Credentials for GitHub 12:31:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 12:31:33 Checking out Revision 55fea418b1ac49172828e32c63c2641cfdddd142 (master) 12:31:33 > git config core.sparsecheckout # timeout=10 12:31:33 > git checkout -f 55fea418b1ac49172828e32c63c2641cfdddd142 # timeout=10 12:31:38 Commit message: "feat(notifications): Implement GET /notification/label/{label} V2 API (#3217)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:31:40 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 12:31:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:31:41 + sudo service docker restart 12:31:41 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:31:43 provisioning config files... 12:31:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/381@tmp/config4853962703743290001tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:31:44 ---> docker-login.sh 12:31:44 nexus3.edgexfoundry.org:10001 12:31:44 gofmt -l . 12:31:44 [ "`gofmt -l .`" = "" ] 12:31:44 ./bin/test-go-mod-tidy.sh 12:31:44 ./bin/test-attribution-txt.sh 12:31:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:31:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:31:45 Configure a credential helper to remove this warning. See 12:31:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:31:45 12:31:45 Login Succeeded 12:31:45 nexus3.edgexfoundry.org:10002 [Pipeline] sh 12:31:45 + ls -al . 12:31:45 total 732 12:31:45 drwxrwxr-x 10 1001 1001 4096 Mar 5 12:31 . 12:31:45 drwxr-xr-x 4 root root 32 Mar 5 12:30 .. 12:31:45 -rw-rw-r-- 1 1001 1001 11 Mar 5 12:27 .dockerignore 12:31:45 drwxrwxr-x 8 1001 1001 162 Mar 5 12:27 .git 12:31:45 drwxrwxr-x 3 1001 1001 125 Mar 5 12:27 .github 12:31:45 -rw-rw-r-- 1 1001 1001 818 Mar 5 12:27 .gitignore 12:31:45 drwx------ 3 1001 1001 45 Mar 5 12:28 .semver 12:31:45 -rw-rw-r-- 1 1001 1001 166 Mar 5 12:27 .sonarcloud.properties 12:31:45 -rw-rw-r-- 1 1001 1001 8475 Mar 5 12:27 Attribution.txt 12:31:45 -rw-rw-r-- 1 1001 1001 3804 Mar 5 12:27 CONTRIBUTING.md 12:31:45 -rw-rw-r-- 1 1001 1001 931 Mar 5 12:27 Dockerfile.build 12:31:45 -rw-rw-r-- 1 1001 1001 863 Mar 5 12:27 Jenkinsfile 12:31:45 -rw-rw-r-- 1 1001 1001 10775 Mar 5 12:27 LICENSE 12:31:45 -rw-rw-r-- 1 1001 1001 5774 Mar 5 12:27 Makefile 12:31:45 -rw-rw-r-- 1 1001 1001 6524 Mar 5 12:27 README.md 12:31:45 -rw-rw-r-- 1 1001 1001 6755 Mar 5 12:27 SECURITY.md 12:31:45 -rw-rw-r-- 1 1001 1001 13 Mar 5 12:29 VERSION 12:31:45 -rw-rw-r-- 1 1001 1001 4131 Mar 5 12:27 ZMQWindows.md 12:31:45 drwxrwxr-x 2 1001 1001 117 Mar 5 12:27 bin 12:31:45 drwxrwxr-x 14 1001 1001 4096 Mar 5 12:27 cmd 12:31:45 -rw-r--r-- 1 root root 619895 Mar 5 12:31 coverage.out 12:31:45 -rw-r--r-- 1 root root 1055 Mar 5 12:31 go.mod 12:31:45 -rw-r--r-- 1 root root 21699 Mar 5 12:31 go.sum 12:31:45 drwxrwxr-x 8 1001 1001 127 Mar 5 12:27 internal 12:31:45 drwxrwxr-x 4 1001 1001 26 Mar 5 12:27 openapi 12:31:45 drwxrwxr-x 4 1001 1001 71 Mar 5 12:27 snap 12:31:45 -rw-rw-r-- 1 1001 1001 168 Mar 5 12:27 version.go [Pipeline] sh 12:31:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:31:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:31:46 Configure a credential helper to remove this warning. See 12:31:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:31:46 12:31:46 Login Succeeded 12:31:46 nexus3.edgexfoundry.org:10003 12:31:46 + '[' -e coverage.out ] 12:31:46 + chown 1001:1001 coverage.out [Pipeline] stash 12:31:46 Stashed 1 file(s) [Pipeline] sh 12:31:46 + make build 12:31:46 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/core-data/core-data ./cmd/core-data 12:31:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:31:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:31:46 Configure a credential helper to remove this warning. See 12:31:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:31:46 12:31:46 Login Succeeded 12:31:46 nexus3.edgexfoundry.org:10004 12:31:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:31:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:31:47 Configure a credential helper to remove this warning. See 12:31:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:31:47 12:31:47 Login Succeeded 12:31:47 docker.io 12:31:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:31:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:31:48 Configure a credential helper to remove this warning. See 12:31:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:31:48 12:31:48 Login Succeeded 12:31:48 ---> docker-login.sh ends [Pipeline] } 12:31:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:31:48 ========================================================= 12:31:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 12:31:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:31:49 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 12:31:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:31:51 Sending build context to Docker daemon 166.5MB 12:31:51 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 12:31:51 Step 2/6 : FROM ${BASE} 12:31:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:31:51 5f621e34cdf4: Pulling fs layer 12:31:51 a4357932f1b6: Pulling fs layer 12:31:51 18c013af1878: Pulling fs layer 12:31:51 00ac8860ef70: Pulling fs layer 12:31:51 63d7cb157983: Pulling fs layer 12:31:51 b116817d02f9: Pulling fs layer 12:31:51 745a02a5169b: Pulling fs layer 12:31:51 00ac8860ef70: Waiting 12:31:51 63d7cb157983: Waiting 12:31:51 b116817d02f9: Waiting 12:31:51 745a02a5169b: Waiting 12:31:51 18c013af1878: Verifying Checksum 12:31:51 18c013af1878: Download complete 12:31:51 a4357932f1b6: Verifying Checksum 12:31:51 a4357932f1b6: Download complete 12:31:51 63d7cb157983: Verifying Checksum 12:31:51 63d7cb157983: Download complete 12:31:51 b116817d02f9: Verifying Checksum 12:31:51 b116817d02f9: Download complete 12:31:51 5f621e34cdf4: Download complete 12:31:52 5f621e34cdf4: Pull complete 12:31:52 a4357932f1b6: Pull complete 12:31:53 18c013af1878: Pull complete 12:31:54 745a02a5169b: Download complete 12:31:55 00ac8860ef70: Verifying Checksum 12:31:55 00ac8860ef70: Download complete 12:31:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/core-command/core-command ./cmd/core-command 12:31:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:32:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 12:32:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 12:32:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:32:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 12:32:05 00ac8860ef70: Pull complete 12:32:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:32:05 63d7cb157983: Pull complete 12:32:06 b116817d02f9: Pull complete 12:32:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:32:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/secrets-config ./cmd/secrets-config 12:32:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:32:09 745a02a5169b: Pull complete 12:32:09 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 12:32:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 12:32:09 ---> b7e6874047d6 12:32:09 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 [Pipeline] } 12:32:10 $ docker stop --time=1 040a61129ab9c82b9d69775c32a073c55edc01f5a854063ac85ab7a0c2522ec1 12:32:12 $ docker rm -f 040a61129ab9c82b9d69775c32a073c55edc01f5a854063ac85ab7a0c2522ec1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 12:32:13 ---> Running in 2548514798d2 12:32:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 12:32:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:32:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:32:15 12:32:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 12:32:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:32:16 latest: Pulling from edgex-devops/edgex-compose 12:32:16 cbdbe7a5bc2a: Pulling fs layer 12:32:16 ca9280d653b3: Pulling fs layer 12:32:16 7e9c9ca2126c: Pulling fs layer 12:32:16 cbdbe7a5bc2a: Verifying Checksum 12:32:16 cbdbe7a5bc2a: Download complete 12:32:16 cbdbe7a5bc2a: Pull complete 12:32:16 ca9280d653b3: Verifying Checksum 12:32:16 ca9280d653b3: Download complete 12:32:17 (1/12) Installing libmagic (5.38-r0) 12:32:18 (2/12) Installing file (5.38-r0) 12:32:18 (3/12) Installing libc-dev (0.7.2-r3) 12:32:18 (4/12) Installing g++ (9.3.0-r2) 12:32:18 7e9c9ca2126c: Verifying Checksum 12:32:18 7e9c9ca2126c: Download complete 12:32:18 ca9280d653b3: Pull complete 12:32:24 7e9c9ca2126c: Pull complete 12:32:24 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 12:32:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:32:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 12:32:25 prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container 12:32:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 12:32:27 $ docker top 867556dca601719307a3514849c8595fcca99d0f364b5e1b1457d1fd4dc95e31 -eo pid,comm [Pipeline] { [Pipeline] sh 12:32:28 + docker-compose build --help 12:32:28 + grep parallel 12:32:29 --parallel Build images in parallel. [Pipeline] } 12:32:29 $ docker stop --time=1 867556dca601719307a3514849c8595fcca99d0f364b5e1b1457d1fd4dc95e31 12:32:30 $ docker rm -f 867556dca601719307a3514849c8595fcca99d0f364b5e1b1457d1fd4dc95e31 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:32:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:32:31 . [Pipeline] withDockerContainer 12:32:31 prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container 12:32:31 $ 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/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@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 12:32:32 $ docker top 9952282bd7c0d57f4d6b1161046350affa6495a0d6c6bbd3cb766ef2b41a4202 -eo pid,comm [Pipeline] { [Pipeline] sh 12:32:32 + docker-compose -f ./docker-compose-build.yml build --parallel 12:32:33 Building docker-core-command-go ... 12:32:33 Building docker-core-data-go ... 12:32:33 Building docker-core-metadata-go ... 12:32:33 Building docker-security-bootstrapper-go ... 12:32:33 Building docker-security-proxy-setup-go ... 12:32:33 Building docker-security-secretstore-setup-go ... 12:32:33 Building docker-support-notifications-go ... 12:32:33 Building docker-support-scheduler-go ... 12:32:33 Building docker-sys-mgmt-agent-go ... 12:32:33 Building docker-security-bootstrapper-go 12:32:33 Building docker-core-command-go 12:32:33 Building docker-support-notifications-go 12:32:33 Building docker-support-scheduler-go 12:32:33 Building docker-core-metadata-go 12:32:36 (5/12) Installing fortify-headers (1.1-r0) 12:32:36 (6/12) Installing patch (2.7.6-r6) 12:32:36 (7/12) Installing build-base (0.5-r2) 12:32:36 (8/12) Installing libsodium (1.0.18-r0) 12:32:36 (9/12) Installing pkgconf (1.7.2-r0) 12:32:36 (10/12) Installing libsodium-dev (1.0.18-r0) 12:32:36 (11/12) Installing libzmq (4.3.3-r0) 12:32:36 (12/12) Installing zeromq-dev (4.3.3-r0) 12:32:36 Executing busybox-1.31.1-r19.trigger 12:32:36 OK: 217 MiB in 51 packages 12:32:38 Removing intermediate container 2548514798d2 12:32:38 ---> a25fa9a777bb 12:32:38 Step 4/6 : WORKDIR /edgex-go 12:32:38 ---> Running in 388ac555c8c0 12:32:39 Removing intermediate container 388ac555c8c0 12:32:39 ---> 58eb227bc099 12:32:39 Step 5/6 : COPY go.mod . 12:32:39 ---> 8617ab45130f 12:32:39 Step 6/6 : RUN go mod download 12:32:39 ---> Running in cf5b2259be52 12:33:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:33:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:33:05 ---> 3e4a6a35301b 12:33:05 Step 3/23 : WORKDIR /edgex-go 12:33:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:33:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:33:05 ---> 3e4a6a35301b 12:33:05 Step 3/22 : WORKDIR /edgex-go 12:33:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:33:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:33:05 ---> 3e4a6a35301b 12:33:05 Step 3/22 : WORKDIR /edgex-go 12:33:05 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:33:05 Step 2/31 : FROM ${BUILDER_BASE} AS builder 12:33:05 ---> 3e4a6a35301b 12:33:05 Step 3/31 : WORKDIR /edgex-go 12:33:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:33:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:33:05 ---> 3e4a6a35301b 12:33:05 Step 3/23 : WORKDIR /edgex-go 12:33:05 ---> Running in adbf952ba068 12:33:05 ---> Running in 46f73323b7b2 12:33:05 ---> Running in c4a35a008615 12:33:05 ---> Running in be6b95e6a4fa 12:33:05 ---> Running in de7e3add5521 12:33:05 Removing intermediate container c4a35a008615 12:33:05 ---> 7cfba33bb905 12:33:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:33:05 Removing intermediate container 46f73323b7b2 12:33:05 ---> d1d035c3c7e9 12:33:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:33:05 Removing intermediate container de7e3add5521 12:33:05 ---> 748cc1266db8 12:33:05 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:33:05 Removing intermediate container adbf952ba068 12:33:05 ---> 8dd1d062d3e6 12:33:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:33:05 Removing intermediate container be6b95e6a4fa 12:33:05 ---> 9d71d064ca9d 12:33:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:33:05 ---> Running in 4dcf112d96ad 12:33:05 ---> Running in d6072c139453 12:33:05 ---> Running in aa49d72b5efc 12:33:05 ---> Running in c2a62a4acebc 12:33:05 ---> Running in 1ca4bd76f196 12:33:07 Removing intermediate container 4dcf112d96ad 12:33:07 ---> 352f7e3447c3 12:33:07 Step 5/23 : RUN apk add --update --no-cache make git 12:33:07 Removing intermediate container d6072c139453 12:33:07 ---> 565dc0221bbf 12:33:07 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 12:33:07 ---> Running in c019ebf968d7 12:33:07 Removing intermediate container aa49d72b5efc 12:33:07 ---> fed4013b81ae 12:33:07 Step 5/31 : RUN apk add --update --no-cache make git 12:33:07 ---> Running in 05076444d756 12:33:07 ---> Running in 7c8c35b03102 12:33:07 Removing intermediate container c2a62a4acebc 12:33:07 ---> c4242ee5cfe0 12:33:07 Step 5/22 : RUN apk add --update --no-cache make git 12:33:08 Removing intermediate container 1ca4bd76f196 12:33:08 ---> 5fe59b4326ce 12:33:08 Step 5/23 : RUN apk add --update --no-cache make git 12:33:08 ---> Running in 78955a42c32b 12:33:08 ---> Running in 6a906128cac3 12:33:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:33:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:33:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:33:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:33:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:33:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:33:09 OK: 233 MiB in 51 packages 12:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:33:09 OK: 233 MiB in 51 packages 12:33:09 Removing intermediate container c019ebf968d7 12:33:09 ---> 48a0fb3fa549 12:33:09 Step 6/23 : COPY go.mod . 12:33:09 OK: 233 MiB in 51 packages 12:33:10 OK: 233 MiB in 51 packages 12:33:10 OK: 233 MiB in 51 packages 12:33:10 ---> 97b25de30353 12:33:10 Step 7/23 : RUN go mod download 12:33:10 ---> Running in 93c95af9055f 12:33:11 Removing intermediate container 05076444d756 12:33:11 ---> bb67afd54213 12:33:11 Step 6/22 : COPY go.mod . 12:33:11 Removing intermediate container 7c8c35b03102 12:33:11 ---> 7743d5d7c17c 12:33:11 Step 6/31 : COPY go.mod . 12:33:11 Removing intermediate container 78955a42c32b 12:33:11 ---> 2c4864ce24f6 12:33:11 Step 6/22 : COPY go.mod . 12:33:11 Removing intermediate container 6a906128cac3 12:33:11 ---> 0a2a948e79b1 12:33:11 Step 6/23 : COPY go.mod . 12:33:11 ---> 7d14606cbe1d 12:33:11 Step 7/22 : RUN go mod download 12:33:11 ---> e51592a3b416 12:33:11 Step 7/31 : RUN go mod download 12:33:11 ---> Running in dc408650e56f 12:33:11 ---> Running in 306d659bf7de 12:33:11 ---> e8f9df5ce3bb 12:33:11 Step 7/22 : RUN go mod download 12:33:11 ---> 92606fc8e16c 12:33:11 Step 7/23 : RUN go mod download 12:33:11 ---> Running in 126d02566462 12:33:12 Removing intermediate container cf5b2259be52 12:33:12 ---> b0285f88f5bb 12:33:12 Successfully built b0285f88f5bb 12:33:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:33:12 ---> Running in 11b88b76ee00 12:33:12 + docker inspect -f . ci-base-image-arm64 12:33:12 . [Pipeline] withDockerContainer 12:33:12 prd-ubuntu18.04-docker-arm64-4c-16g-28710 does not seem to be running inside a container 12:33:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@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 12:33:13 Removing intermediate container 93c95af9055f 12:33:13 ---> 6d3ce62e264d 12:33:13 Step 8/23 : COPY . . 12:33:14 $ docker top d68b6a755024b6e07bb8a0dc20afa7f5888eb32244658b92650a29d17bbda2eb -eo pid,comm [Pipeline] { [Pipeline] sh 12:33:15 + go version 12:33:15 go version go1.15.5 linux/arm64 [Pipeline] } 12:33:15 $ docker stop --time=1 d68b6a755024b6e07bb8a0dc20afa7f5888eb32244658b92650a29d17bbda2eb 12:33:17 $ docker rm -f d68b6a755024b6e07bb8a0dc20afa7f5888eb32244658b92650a29d17bbda2eb [Pipeline] // withDockerContainer 12:33:17 Removing intermediate container dc408650e56f 12:33:17 ---> 2508654e0a06 12:33:17 Step 8/22 : COPY . . [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:33:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:33:18 12:33:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:33:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:33:18 latest: Pulling from edgex-devops/edgex-compose-arm64 12:33:18 29e5d40040c1: Pulling fs layer 12:33:18 1ce36da41761: Pulling fs layer 12:33:18 25b303627fd3: Pulling fs layer 12:33:19 29e5d40040c1: Verifying Checksum 12:33:19 29e5d40040c1: Download complete 12:33:19 Removing intermediate container 306d659bf7de 12:33:19 ---> 4d910c85e5db 12:33:19 Step 8/31 : COPY . . 12:33:20 29e5d40040c1: Pull complete 12:33:20 1ce36da41761: Verifying Checksum 12:33:20 1ce36da41761: Download complete 12:33:21 1ce36da41761: Pull complete 12:33:21 25b303627fd3: Verifying Checksum 12:33:21 25b303627fd3: Download complete 12:33:23 Removing intermediate container 126d02566462 12:33:23 ---> b9d2bf0e6523 12:33:23 Step 8/22 : COPY . . 12:33:25 Removing intermediate container 11b88b76ee00 12:33:25 ---> a7af36a01108 12:33:25 Step 8/23 : COPY . . 12:33:32 25b303627fd3: Pull complete 12:33:32 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 12:33:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:33:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 12:33:32 prd-ubuntu18.04-docker-arm64-4c-16g-28710 does not seem to be running inside a container 12:33:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@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 12:33:35 $ docker top f6201d8377c11a95b4bdf7ba6f01057651bfa3193f03b210aa009b912ae0f7ff -eo pid,comm [Pipeline] { [Pipeline] sh 12:33:36 + docker-compose build --help 12:33:36 + grep parallel 12:33:39 --parallel Build images in parallel. [Pipeline] } 12:33:39 $ docker stop --time=1 f6201d8377c11a95b4bdf7ba6f01057651bfa3193f03b210aa009b912ae0f7ff 12:33:41 $ docker rm -f f6201d8377c11a95b4bdf7ba6f01057651bfa3193f03b210aa009b912ae0f7ff [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:33:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:33:42 . [Pipeline] withDockerContainer 12:33:43 prd-ubuntu18.04-docker-arm64-4c-16g-28710 does not seem to be running inside a container 12:33:43 $ 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/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@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 12:33:44 $ docker top d74bdf72536bb167f50307fa9aff2d527c46a20144c25a8076a4bb685404e6d7 -eo pid,comm [Pipeline] { [Pipeline] sh 12:33:45 + docker-compose -f ./docker-compose-build.yml build --parallel 12:33:49 Building docker-core-command-go ... 12:33:49 Building docker-core-data-go ... 12:33:49 Building docker-core-metadata-go ... 12:33:49 Building docker-security-bootstrapper-go ... 12:33:49 Building docker-security-proxy-setup-go ... 12:33:49 Building docker-security-secretstore-setup-go ... 12:33:49 Building docker-support-notifications-go ... 12:33:49 Building docker-support-scheduler-go ... 12:33:49 Building docker-sys-mgmt-agent-go ... 12:33:49 Building docker-core-command-go 12:33:49 Building docker-security-proxy-setup-go 12:33:49 Building docker-security-secretstore-setup-go 12:33:49 Building docker-support-notifications-go 12:33:49 Building docker-core-metadata-go 12:33:52 ---> 57cc6edc789f 12:33:52 Step 9/23 : RUN make cmd/core-command/core-command 12:33:52 ---> Running in ab2d7fe798eb 12:33:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/core-command/core-command ./cmd/core-command 12:33:58 ---> 7aafa43329c3 12:33:58 Step 9/22 : RUN make cmd/support-notifications/support-notifications 12:33:59 ---> ca38ae3e440e 12:33:59 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 12:33:59 ---> 089887c92e5c 12:33:59 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 12:33:59 ---> Running in e4de6a4fb846 12:33:59 ---> 4f0aad9e6901 12:33:59 Step 9/23 : RUN make cmd/core-metadata/core-metadata 12:33:59 ---> Running in d41a28ec98ef 12:33:59 ---> Running in 06644f991283 12:33:59 ---> Running in 133b002383ee 12:34:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:34:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:34:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:34:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:34:33 Removing intermediate container ab2d7fe798eb 12:34:33 ---> 601e81c16a6c 12:34:33 12:34:33 Step 10/23 : FROM alpine:3.12 12:34:33 3.12: Pulling from library/alpine 12:34:34 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 12:34:35 Status: Downloaded newer image for alpine:3.12 12:34:35 ---> 88dd2752d2ea 12:34:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 12:34:35 Removing intermediate container d41a28ec98ef 12:34:35 ---> 6a5508cab764 12:34:35 12:34:35 Step 10/31 : FROM alpine:3.12 12:34:35 ---> 88dd2752d2ea 12:34:35 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 12:34:35 ---> Running in 0eb0ff1f4c5c 12:34:35 ---> Running in b10fce9208c6 12:34:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:34:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:34:36 ---> b0285f88f5bb 12:34:36 Step 3/23 : WORKDIR /edgex-go 12:34:36 Removing intermediate container b10fce9208c6 12:34:36 ---> dd603b5ba493 12:34:36 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 12:34:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:34:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:34:36 ---> b0285f88f5bb 12:34:36 Step 3/24 : WORKDIR /edgex-go 12:34:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:34:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:34:36 ---> b0285f88f5bb 12:34:36 Step 3/23 : WORKDIR /edgex-go 12:34:36 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:34:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:34:36 ---> b0285f88f5bb 12:34:36 Step 3/21 : WORKDIR /edgex-go 12:34:36 ---> Running in f0897a12a988 12:34:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:34:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:34:36 (1/1) Installing dumb-init (1.2.2-r1) 12:34:36 Executing busybox-1.31.1-r19.trigger 12:34:36 OK: 6 MiB in 15 packages 12:34:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:34:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:34:36 ---> b0285f88f5bb 12:34:36 Step 3/22 : WORKDIR /edgex-go 12:34:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:34:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:34:37 (1/2) Installing dumb-init (1.2.2-r1) 12:34:37 (2/2) Installing su-exec (0.2-r1) 12:34:37 Executing busybox-1.31.1-r19.trigger 12:34:37 OK: 6 MiB in 16 packages 12:34:40 ---> Running in 952e9f632cbe 12:34:40 ---> Running in 593fa0ec6f66 12:34:40 ---> Running in 4a1dd288d157 12:34:40 ---> Running in 0aed230ebb11 12:34:40 ---> Running in 886a221c1c5a 12:34:40 Removing intermediate container 593fa0ec6f66 12:34:40 ---> 113a03993a77 12:34:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:34:40 Removing intermediate container 886a221c1c5a 12:34:40 ---> 5bb41a8a1056 12:34:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:34:40 Removing intermediate container 4a1dd288d157 12:34:40 ---> 261e36400583 12:34:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:34:40 Removing intermediate container 0aed230ebb11 12:34:40 ---> 6d85823aa4c2 12:34:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:34:40 Removing intermediate container 952e9f632cbe 12:34:40 ---> 75b452fe6172 12:34:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:34:41 ---> Running in 8f67eb21f6ac 12:34:41 ---> Running in 75fc4c56e838 12:34:41 ---> Running in 09278060c404 12:34:41 ---> Running in 6ce50af8cb57 12:34:41 ---> Running in 929775fe85f7 12:34:41 Removing intermediate container 0eb0ff1f4c5c 12:34:41 ---> 58a1a5dde3fd 12:34:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:34:41 Removing intermediate container e4de6a4fb846 12:34:41 ---> 334f639d9ab6 12:34:41 12:34:41 Step 10/22 : FROM alpine:3.12 12:34:41 ---> 88dd2752d2ea 12:34:41 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 12:34:41 Removing intermediate container 06644f991283 12:34:41 ---> 44eaa43557af 12:34:41 12:34:41 Step 10/22 : FROM alpine:3.12 12:34:41 ---> Running in f9e3f6673781 12:34:41 ---> 88dd2752d2ea 12:34:41 Step 11/22 : RUN apk add --update --no-cache dumb-init 12:34:41 ---> Using cache 12:34:41 ---> 58a1a5dde3fd 12:34:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:34:42 ---> Running in d9179ee31259 12:34:42 Removing intermediate container f0897a12a988 12:34:42 ---> 0e141874ea86 12:34:42 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 12:34:43 ---> Running in c9115c450c9c 12:34:43 Removing intermediate container f9e3f6673781 12:34:43 ---> 42e78ade647c 12:34:43 Step 13/23 : ENV APP_PORT=48082 12:34:43 ---> Running in d8db4ba59102 12:34:44 Removing intermediate container 133b002383ee 12:34:44 ---> bc40a0984328 12:34:44 12:34:44 Step 10/23 : FROM alpine:3.12 12:34:44 ---> 88dd2752d2ea 12:34:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 12:34:44 ---> Using cache 12:34:44 ---> 58a1a5dde3fd 12:34:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:34:44 ---> Using cache 12:34:44 ---> 26dbf0dcf26c 12:34:44 Step 13/23 : ENV APP_PORT=48081 12:34:44 ---> Running in 3c149e578c54 12:34:44 Removing intermediate container c9115c450c9c 12:34:44 ---> 26dbf0dcf26c 12:34:44 Step 13/22 : ENV APP_PORT=48085 12:34:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:34:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:34:44 (1/2) Installing ca-certificates (20191127-r4) 12:34:44 (2/2) Installing dumb-init (1.2.2-r1) 12:34:44 Executing busybox-1.31.1-r19.trigger 12:34:44 Executing ca-certificates-20191127-r4.trigger 12:34:44 OK: 6 MiB in 16 packages 12:34:44 ---> Running in a7610fc0234f 12:34:44 Removing intermediate container d8db4ba59102 12:34:44 ---> 0e9f22c598d4 12:34:44 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 12:34:45 Removing intermediate container 8f67eb21f6ac 12:34:45 ---> bf7dd3d459cf 12:34:45 Step 5/23 : RUN apk add --update --no-cache make git 12:34:45 ---> Running in 495bc256425e 12:34:45 Removing intermediate container 09278060c404 12:34:45 ---> b9db6e818593 12:34:45 Step 5/23 : RUN apk add --update --no-cache make git 12:34:45 ---> Running in fe8750a4eda6 12:34:45 Removing intermediate container 6ce50af8cb57 12:34:45 ---> 0af4ffd8b780 12:34:45 Step 5/21 : RUN apk add --update --no-cache make git 12:34:45 Removing intermediate container 929775fe85f7 12:34:45 ---> d895deb5b60b 12:34:45 Step 5/24 : RUN apk add --update --no-cache make git 12:34:46 Removing intermediate container 75fc4c56e838 12:34:46 ---> eb6691004a0c 12:34:46 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 12:34:46 ---> Running in b45c1020fc42 12:34:46 ---> Running in d4bcd8907db1 12:34:46 ---> Running in ffafe926992e 12:34:46 Removing intermediate container 3c149e578c54 12:34:46 ---> 90672e47eed2 12:34:46 Step 14/23 : EXPOSE $APP_PORT 12:34:46 Removing intermediate container a7610fc0234f 12:34:46 ---> 867e0751a2d4 12:34:46 Step 14/23 : EXPOSE $APP_PORT 12:34:46 ---> Running in 3fc7cdcb0545 12:34:46 ---> Running in 89b99cf578c1 12:34:46 ---> Running in ca82ccc20da6 12:34:46 Removing intermediate container d4bcd8907db1 12:34:46 ---> 238556cdb71e 12:34:46 Step 14/22 : EXPOSE $APP_PORT 12:34:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:34:47 ---> Running in 605da6b60b2f 12:34:47 Removing intermediate container ffafe926992e 12:34:47 ---> 9f9b5fa4a3d5 12:34:47 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 12:34:47 ---> Running in b1ac1e2fea77 12:34:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:34:47 Removing intermediate container d9179ee31259 12:34:47 ---> d6af1b67e3a7 12:34:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 12:34:47 Removing intermediate container ca82ccc20da6 12:34:47 ---> 0349388c50c2 12:34:47 Step 15/23 : WORKDIR / 12:34:47 ---> Running in 74a588095c64 12:34:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:34:47 Removing intermediate container 605da6b60b2f 12:34:47 ---> 014815fae288 12:34:47 Step 15/23 : WORKDIR / 12:34:47 ---> Running in 236df45b25b9 12:34:47 ---> Running in ec0ae6b61742 12:34:47 Removing intermediate container b1ac1e2fea77 12:34:47 ---> 96d26773ab5b 12:34:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:34:48 ---> Running in 8b7e7ec01e22 12:34:48 Removing intermediate container ec0ae6b61742 12:34:48 ---> 948122617fbb 12:34:48 Step 13/22 : ENV APP_PORT=48060 12:34:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:34:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:34:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:34:48 Removing intermediate container 236df45b25b9 12:34:48 ---> 03df40a86796 12:34:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:34:48 ---> 3281c1e24a89 12:34:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:34:48 ---> Running in 8fe8d83449c6 12:34:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:34:48 OK: 217 MiB in 51 packages 12:34:48 Removing intermediate container 8b7e7ec01e22 12:34:48 ---> 472eee95ebd5 12:34:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:34:48 ---> 9fd1dacb2718 12:34:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:34:48 Removing intermediate container 8fe8d83449c6 12:34:48 ---> d3f3817ee0aa 12:34:48 Step 14/22 : EXPOSE $APP_PORT 12:34:48 ---> 2d5406f08752 12:34:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:34:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:34:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:34:49 OK: 217 MiB in 51 packages 12:34:49 ---> a8ea548d3297 12:34:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:34:49 ---> Running in 49bf1ad16233 12:34:49 Removing intermediate container 74a588095c64 12:34:49 ---> daf8484dd21b 12:34:49 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 12:34:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:34:49 ---> Running in eebbc1d9e0c8 12:34:49 ---> 0596c198af4d 12:34:49 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 12:34:49 ---> 1de58983fb77 12:34:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 12:34:49 Removing intermediate container 49bf1ad16233 12:34:49 ---> a6c20f950303 12:34:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:34:49 ---> 44e6d0a90037 12:34:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 12:34:49 ---> Running in e219f38072f7 12:34:49 Removing intermediate container eebbc1d9e0c8 12:34:49 ---> 605ad4fe2174 12:34:49 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 12:34:49 Removing intermediate container e219f38072f7 12:34:49 ---> c3a366afdee1 12:34:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:34:50 OK: 217 MiB in 51 packages 12:34:50 OK: 217 MiB in 51 packages 12:34:50 ---> 1172d321ae2e 12:34:50 Step 19/23 : ENTRYPOINT ["/core-command"] 12:34:50 ---> a26f18618415 12:34:50 Step 19/23 : ENTRYPOINT ["/core-metadata"] 12:34:50 ---> da6bee74cfa1 12:34:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:34:50 Removing intermediate container 495bc256425e 12:34:50 ---> 83edf49b83e8 12:34:50 Step 6/23 : COPY go.mod . 12:34:50 OK: 217 MiB in 51 packages 12:34:50 ---> Running in 67ed3321bbe9 12:34:50 ---> Running in 03cb60ae09db 12:34:50 ---> Running in f52cb73ee040 12:34:50 ---> d8586b63df10 12:34:50 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 12:34:50 ---> Running in 5b9613dceace 12:34:50 Removing intermediate container fe8750a4eda6 12:34:50 ---> 500b67469a80 12:34:50 Step 6/23 : COPY go.mod . 12:34:51 Removing intermediate container 67ed3321bbe9 12:34:51 ---> 240b219c7ab7 12:34:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:34:51 Removing intermediate container f52cb73ee040 12:34:51 ---> 8934a1468aa3 12:34:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:34:51 Removing intermediate container 03cb60ae09db 12:34:51 ---> b299463b108e 12:34:51 Step 20/22 : LABEL arch=x86_64 12:34:51 ---> Running in 640ec94c72c6 12:34:51 ---> Running in 1106b75c4534 12:34:51 ---> Running in 9a7c7dddad76 12:34:51 ---> 68749ac732ad 12:34:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:34:51 Removing intermediate container 9a7c7dddad76 12:34:51 ---> 247c4f694240 12:34:51 Step 21/22 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 12:34:51 Removing intermediate container 640ec94c72c6 12:34:51 ---> f5a82dbe3e79 12:34:51 Step 21/23 : LABEL arch=x86_64 12:34:51 ---> a48cbc085e54 12:34:51 Step 7/23 : RUN go mod download 12:34:51 Removing intermediate container b45c1020fc42 12:34:51 ---> 52c539cbcbda 12:34:51 Step 6/21 : COPY go.mod . 12:34:51 Removing intermediate container 1106b75c4534 12:34:51 ---> b12567729bfd 12:34:51 Step 21/23 : LABEL arch=x86_64 12:34:51 ---> Running in 62c08d4bc4cb 12:34:51 ---> Running in d3d9c2629221 12:34:51 ---> Running in 54f7b2728d55 12:34:51 ---> Running in db3c2513c060 12:34:51 Removing intermediate container 3fc7cdcb0545 12:34:51 ---> 8ac07ba8a3ca 12:34:51 Step 6/24 : COPY go.mod . 12:34:51 ---> 476e1dbc6ac4 12:34:51 Step 18/22 : ENTRYPOINT ["/support-notifications"] 12:34:52 ---> 4a27de6e083f 12:34:52 Step 7/23 : RUN go mod download 12:34:52 ---> Running in a3160d537596 12:34:52 Removing intermediate container d3d9c2629221 12:34:52 ---> edea9c97c69d 12:34:52 Step 22/22 : LABEL version=2.0.0-dev.114 12:34:52 Removing intermediate container 62c08d4bc4cb 12:34:52 ---> f82f3f241735 12:34:52 Step 22/23 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 12:34:52 Removing intermediate container 54f7b2728d55 12:34:52 ---> 5b12586f8002 12:34:52 Step 22/23 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 12:34:52 Removing intermediate container 89b99cf578c1 12:34:52 ---> 2a1748def59e 12:34:52 Step 6/22 : COPY go.mod . 12:34:52 ---> Running in e260a4ccf05a 12:34:52 ---> Running in 9d7a8d8f7bb1 12:34:52 Removing intermediate container a3160d537596 12:34:52 ---> 8f1f9cc00542 12:34:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:34:52 ---> Running in ec76fae3bf1b 12:34:52 ---> cb714c48fdc7 12:34:52 Step 7/21 : RUN go mod download 12:34:52 ---> Running in a834c5899020 12:34:52 ---> Running in 2dae59eca4bb 12:34:52 Removing intermediate container 5b9613dceace 12:34:52 ---> c267dc5462ab 12:34:52 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 12:34:52 ---> Running in 21c58303f564 12:34:53 Removing intermediate container 9d7a8d8f7bb1 12:34:53 ---> db5d77049e9a 12:34:53 12:34:53 Removing intermediate container ec76fae3bf1b 12:34:53 ---> 108de9e5dc1b 12:34:53 Step 23/23 : LABEL version=2.0.0-dev.114 12:34:53 Removing intermediate container a834c5899020 12:34:53 ---> 5885480efbd8 12:34:53 Step 23/23 : LABEL version=2.0.0-dev.114 12:34:53 Removing intermediate container 2dae59eca4bb 12:34:53 ---> 60df6782b413 12:34:53 Step 20/22 : LABEL arch=x86_64 12:34:53 ---> 2043f1e640d2 12:34:53 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 12:34:53 ---> f6509f8b4924 12:34:53 Step 7/24 : RUN go mod download 12:34:53 ---> Running in 972d3556ad7e 12:34:53 ---> Running in 5bacabb85bdc 12:34:53 ---> Running in f16b9b2795e1 12:34:53 Successfully built db5d77049e9a 12:34:53 Successfully tagged docker-support-scheduler-go:latest 12:34:53 Building docker-security-proxy-setup-go 12:34:53 ---> 69ba34b43fc2 12:34:53 Step 7/22 : RUN go mod download 12:34:53 ---> Running in 29c9955ae0b9 12:34:53  Building docker-support-scheduler-go ... done Removing intermediate container 5bacabb85bdc 12:34:53 ---> 568eff4c5f8b 12:34:53 12:34:53 ---> Running in 78c610212565 12:34:53 Removing intermediate container 972d3556ad7e 12:34:53 ---> a1d038ee19c4 12:34:53 12:34:53 Successfully built 568eff4c5f8b 12:34:53 Removing intermediate container f16b9b2795e1 12:34:53 ---> 4ca652343311 12:34:53 Step 21/22 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 12:34:53 Successfully tagged docker-core-metadata-go:latest 12:34:53 Building docker-security-secretstore-setup-go 12:34:53  Building docker-core-metadata-go ... done Successfully built a1d038ee19c4 12:34:53 Successfully tagged docker-core-command-go:latest 12:34:53  Building docker-core-command-go ... done Building docker-core-data-go 12:34:53 ---> Running in e2fa2ffc35d9 12:34:54 ---> 58291c7d6113 12:34:54 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 12:34:54 Removing intermediate container e2fa2ffc35d9 12:34:54 ---> ea521fbecbd9 12:34:54 Step 22/22 : LABEL version=2.0.0-dev.114 12:34:54 ---> Running in 4e55c2e27f69 12:34:54 ---> 8be3b9a3c1d2 12:34:54 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 12:34:54 Removing intermediate container 4e55c2e27f69 12:34:54 ---> 2d773e9df779 12:34:54 12:34:54 Successfully built 2d773e9df779 12:34:54 Successfully tagged docker-support-notifications-go:latest 12:34:54 Building docker-sys-mgmt-agent-go 12:34:55 Removing intermediate container db3c2513c060 12:34:55 ---> 678f5eb0f60f 12:34:55 Step 8/23 : COPY . . 12:34:56  Building docker-support-notifications-go ... done  ---> 4ae775c95e42 12:34:56 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 12:34:56 Removing intermediate container e260a4ccf05a 12:34:56 ---> 9a783dc70c91 12:34:56 Step 8/23 : COPY . . 12:34:57 Removing intermediate container 21c58303f564 12:34:57 ---> e259c29b0464 12:34:57 Step 8/21 : COPY . . 12:34:58 Removing intermediate container 29c9955ae0b9 12:34:58 ---> ea2c26ca25b7 12:34:58 Step 8/24 : COPY . . 12:34:58 ---> bafdedddf309 12:34:58 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 12:34:58 Removing intermediate container 78c610212565 12:34:58 ---> 7fe937351849 12:34:58 Step 8/22 : COPY . . 12:35:02 ---> Running in c87988f8f79d 12:35:03 Removing intermediate container c87988f8f79d 12:35:03 ---> 82c12f4b4d17 12:35:03 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 12:35:07 ---> eb76417b9263 12:35:07 Step 26/31 : RUN chmod +x /entrypoint.sh 12:35:07 ---> Running in 783f8576a00f 12:35:09 Removing intermediate container 783f8576a00f 12:35:09 ---> f61f60f564c9 12:35:09 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 12:35:11 ---> Running in 3a96404f276e 12:35:12 Removing intermediate container 3a96404f276e 12:35:12 ---> 27c28e29ee02 12:35:12 Step 28/31 : CMD ["gate"] 12:35:12 ---> Running in b696630fa82b 12:35:17 ---> 4a77e1e0933e 12:35:17 Step 9/23 : RUN make cmd/core-command/core-command 12:35:17 ---> d265d79f66db 12:35:17 ---> a0e84faf3d44 12:35:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-configStep 9/23 : RUN make cmd/core-metadata/core-metadata 12:35:17 12:35:17 ---> b9663f9e34e6 12:35:17 Step 9/22 : RUN make cmd/support-notifications/support-notifications 12:35:17 ---> 1b1422ccb5df 12:35:17 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:35:17 ---> Running in ce59c7fd006f 12:35:17 ---> Running in 734016572fa9 12:35:17 ---> Running in 651687c65989 12:35:17 ---> Running in 7c0c45862207 12:35:17 ---> Running in 803e1cd00b7c 12:35:17 Removing intermediate container b696630fa82b 12:35:17 ---> 62fecd76c422 12:35:17 Step 29/31 : LABEL arch=x86_64 12:35:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/core-command/core-command ./cmd/core-command 12:35:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:35:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 12:35:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:35:19 ---> Running in b38f2fc4a474 12:35:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:35:20 Removing intermediate container b38f2fc4a474 12:35:20 ---> c056ef732aa6 12:35:20 Step 30/31 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 12:35:21 ---> Running in 43c1e3e1e0d4 12:35:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:35:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:35:21 ---> 3e4a6a35301b 12:35:21 Step 3/24 : WORKDIR /edgex-go 12:35:21 ---> Using cache 12:35:21 ---> 9d71d064ca9d 12:35:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:35:21 12:35:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:35:21 ---> 3e4a6a35301b 12:35:21 Step 3/21 : WORKDIR /edgex-go 12:35:21 ---> Using cache 12:35:21 ---> 9d71d064ca9d 12:35:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:35:21 ---> Using cache 12:35:21 ---> 5fe59b4326ce 12:35:21 Step 5/21 : RUN apk add --update --no-cache make git 12:35:21 ---> Using cache 12:35:21 ---> 5fe59b4326ce 12:35:21 Step 5/24 : RUN apk add --update --no-cache make git 12:35:21 ---> Using cache 12:35:21 ---> 0a2a948e79b1 12:35:21 Step 6/21 : COPY go.mod . 12:35:21 ---> Using cache 12:35:21 ---> 0a2a948e79b1 12:35:21 Step 6/24 : COPY go.mod . 12:35:21 ---> Using cache 12:35:21 ---> 92606fc8e16c 12:35:21 Step 7/24 : RUN go mod download 12:35:21 ---> Using cache 12:35:21 ---> 92606fc8e16c 12:35:21 Step 7/21 : RUN go mod download 12:35:21 ---> Using cache 12:35:21 ---> a7af36a01108 12:35:21 Step 8/21 : COPY . . 12:35:21 ---> Using cache 12:35:21 ---> a7af36a01108 12:35:21 Step 8/24 : COPY . . 12:35:21 ---> Using cache 12:35:21 ---> 4f0aad9e6901 12:35:21 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:35:21 ---> Using cache 12:35:21 ---> 4f0aad9e6901 12:35:21 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 12:35:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:35:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:35:21 ---> 3e4a6a35301b 12:35:21 Step 3/23 : WORKDIR /edgex-go 12:35:21 ---> Using cache 12:35:21 ---> 9d71d064ca9d 12:35:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:35:21 ---> Using cache 12:35:21 ---> 5fe59b4326ce 12:35:21 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 12:35:21 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:35:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 12:35:22 ---> 3e4a6a35301b 12:35:22 Step 3/26 : WORKDIR /edgex-go 12:35:22 ---> Using cache 12:35:22 ---> 9d71d064ca9d 12:35:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:35:22 ---> Using cache 12:35:22 ---> 5fe59b4326ce 12:35:22 Step 5/26 : RUN apk add --update --no-cache make bash git 12:35:23 Removing intermediate container 43c1e3e1e0d4 12:35:23 ---> e72e4a655e80 12:35:23 Step 31/31 : LABEL version=2.0.0-dev.114 12:35:23 ---> Running in 72c93d8d3693 12:35:23 ---> Running in 09a34bab2018 12:35:23 ---> Running in 8c4cedc7ee34 12:35:23 ---> Running in e2dfd7235bd1 12:35:24 ---> Running in 14686614d4d3 12:35:24 Removing intermediate container 14686614d4d3 12:35:24 ---> 6eef8f1eb698 12:35:24 12:35:24 Successfully built 6eef8f1eb698 12:35:24 Successfully tagged docker-security-bootstrapper-go:latest 12:35:24  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:35:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 12:35:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:35:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:35:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:35:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:35:26 OK: 233 MiB in 51 packages 12:35:26 OK: 233 MiB in 51 packages 12:35:27 Removing intermediate container 72c93d8d3693 12:35:27 ---> e8e324f36e8a 12:35:27 Step 6/23 : COPY go.mod . 12:35:27 Removing intermediate container 8c4cedc7ee34 12:35:27 ---> 46c19748d47c 12:35:27 Step 6/26 : COPY go.mod . 12:35:28 ---> 0f71d02f6562 12:35:28 Step 7/26 : RUN go mod download 12:35:28 ---> b6780d12a268 12:35:28 Step 7/23 : RUN go mod download 12:35:28 ---> Running in 573cdd61b091 12:35:28 ---> Running in 5c35686740dc 12:35:31 Removing intermediate container 573cdd61b091 12:35:31 ---> 0e595b0aaa7a 12:35:31 Step 8/26 : COPY . . 12:35:31 Removing intermediate container 5c35686740dc 12:35:31 ---> 68eba51ccb7d 12:35:31 Step 8/23 : COPY . . 12:35:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:35:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/secrets-config ./cmd/secrets-config 12:35:58 ---> f3b5a42a1f56 12:35:58 Step 9/23 : RUN make cmd/core-data/core-data 12:35:58 ---> Running in 77a63ce3bdac 12:35:58 Removing intermediate container e2dfd7235bd1 12:35:58 ---> 3035035ed0b4 12:35:58 12:35:58 Step 10/24 : FROM alpine:3.12 12:35:58 ---> 88dd2752d2ea 12:35:58 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 12:35:58 ---> 36057ed79a67 12:35:58 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:35:58 Removing intermediate container 09a34bab2018 12:35:58 ---> 309929f2c938 12:35:58 12:35:58 Step 10/21 : FROM alpine:3.12 12:35:58 ---> 88dd2752d2ea 12:35:58 Step 11/21 : RUN apk add --update --no-cache curl 12:35:58 ---> Running in 27394956e37c 12:35:58 ---> Running in c411cd3cf82b 12:35:58 ---> Running in 0f32b93ffac6 12:35:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/core-data/core-data ./cmd/core-data 12:35:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:35:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:35:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 12:35:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:35:58 (1/5) Installing ca-certificates (20191127-r4) 12:35:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:35:59 (2/5) Installing nghttp2-libs (1.41.0-r0) 12:35:59 (3/5) Installing libcurl (7.69.1-r3) 12:35:59 (4/5) Installing curl (7.69.1-r3) 12:35:59 (5/5) Installing dumb-init (1.2.2-r1) 12:35:59 Executing busybox-1.31.1-r19.trigger 12:35:59 Executing ca-certificates-20191127-r4.trigger 12:35:59 (1/4) Installing ca-certificates (20191127-r4) 12:35:59 OK: 7 MiB in 19 packages 12:35:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 12:35:59 (3/4) Installing libcurl (7.69.1-r3) 12:35:59 (4/4) Installing curl (7.69.1-r3) 12:35:59 Executing busybox-1.31.1-r19.trigger 12:35:59 Executing ca-certificates-20191127-r4.trigger 12:35:59 OK: 7 MiB in 18 packages 12:36:02 Removing intermediate container 27394956e37c 12:36:02 ---> 4d379941f356 12:36:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:36:02 Removing intermediate container 0f32b93ffac6 12:36:02 ---> 67c4b202a353 12:36:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:36:02 ---> Running in 53283e2b6c7d 12:36:02 ---> Running in 81cde061c57b 12:36:03 Removing intermediate container 53283e2b6c7d 12:36:03 ---> db1f651b949d 12:36:03 Step 13/24 : WORKDIR / 12:36:03 Removing intermediate container 81cde061c57b 12:36:03 ---> cffb0a309787 12:36:03 Step 13/21 : WORKDIR /edgex 12:36:03 ---> Running in 067f6d7afaba 12:36:03 ---> Running in 75a6d81c6ade 12:36:03 Removing intermediate container 067f6d7afaba 12:36:03 ---> cafb6ead95d3 12:36:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:36:03 Removing intermediate container 75a6d81c6ade 12:36:03 ---> 211153cb7918 12:36:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 12:36:04 ---> a840e81cd04d 12:36:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 12:36:04 ---> 2d30bde0a5ae 12:36:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 12:36:04 ---> 1c7011d3de32 12:36:04 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 12:36:06 ---> dd6036e71c19 12:36:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:36:06 ---> 8b8e43f8a996 12:36:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 12:36:07 ---> aee3df8b0207 12:36:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:36:07 ---> 92288d6c3a60 12:36:07 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 12:36:07 ---> Running in 10e27c8fc6f8 12:36:08 Removing intermediate container 10e27c8fc6f8 12:36:08 ---> 41c5a675e7fe 12:36:08 Step 18/21 : CMD ["--init=true"] 12:36:08 ---> 1fc4a90e079d 12:36:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:36:08 ---> Running in a7288a077fed 12:36:08 Removing intermediate container a7288a077fed 12:36:08 ---> a5b8317e6e9b 12:36:08 Step 19/21 : LABEL arch=x86_64 12:36:08 ---> Running in b5a897e80b0b 12:36:08 ---> 0dd950420505 12:36:08 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/ 12:36:09 ---> Running in 50f6790296e6 12:36:09 Removing intermediate container b5a897e80b0b 12:36:09 ---> eaa728971148 12:36:09 Step 20/21 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 12:36:10 ---> Running in 1c6f4452c5bf 12:36:10 Removing intermediate container 1c6f4452c5bf 12:36:10 ---> f341769c149f 12:36:10 Step 21/21 : LABEL version=2.0.0-dev.114 12:36:10 ---> Running in 131a4b16f155 12:36:11 Removing intermediate container 131a4b16f155 12:36:11 ---> 9b794e3fb899 12:36:11 12:36:11 Successfully built 9b794e3fb899 12:36:11 Successfully tagged docker-security-proxy-setup-go:latest 12:36:11  Building docker-security-proxy-setup-go ... done Removing intermediate container 50f6790296e6 12:36:11 ---> 8fa4a3279985 12:36:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 12:36:11 ---> Running in 47b1b0532b84 12:36:12 Removing intermediate container 47b1b0532b84 12:36:12 ---> 6938f6d33e62 12:36:12 Step 22/24 : LABEL arch=x86_64 12:36:12 ---> Running in 412668380fca 12:36:12 Removing intermediate container 412668380fca 12:36:12 ---> 543ee9bcf33e 12:36:12 Step 23/24 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 12:36:12 ---> Running in de15e9135713 12:36:13 Removing intermediate container de15e9135713 12:36:13 ---> fca809f6c1d4 12:36:13 Step 24/24 : LABEL version=2.0.0-dev.114 12:36:13 ---> Running in f532b554ccfb 12:36:13 Removing intermediate container f532b554ccfb 12:36:13 ---> cd736871e4cc 12:36:13 12:36:13 Successfully built cd736871e4cc 12:36:14 Successfully tagged docker-security-secretstore-setup-go:latest 12:36:18  Building docker-security-secretstore-setup-go ... done Removing intermediate container c411cd3cf82b 12:36:18 ---> 0c0e624cb008 12:36:18 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 12:36:18 ---> Running in 986392896f6a 12:36:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 12:36:22 Removing intermediate container 77a63ce3bdac 12:36:22 ---> 2f4b579c76f0 12:36:22 12:36:22 Step 10/23 : FROM alpine:3.12 12:36:22 ---> 88dd2752d2ea 12:36:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:36:22 Removing intermediate container 986392896f6a 12:36:22 ---> 206712de3822 12:36:22 12:36:22 Step 11/26 : FROM docker:20.10.0 12:36:22 ---> Running in aa0897c0dd3b 12:36:22 20.10.0: Pulling from library/docker 12:36:22 Removing intermediate container aa0897c0dd3b 12:36:22 ---> d0e0dfca12de 12:36:22 Step 12/23 : ENV APP_PORT=48080 12:36:22 ---> Running in 07c7f152ce70 12:36:23 Removing intermediate container 07c7f152ce70 12:36:23 ---> 043b84c9cd96 12:36:23 Step 13/23 : EXPOSE $APP_PORT 12:36:23 ---> Running in edafb7e08197 12:36:23 Removing intermediate container edafb7e08197 12:36:23 ---> b68253772a14 12:36:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:36:23 ---> Running in 6919f9726412 12:36:24 Removing intermediate container 6919f9726412 12:36:24 ---> 58fe541f7c83 12:36:24 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 12:36:24 ---> Running in 9a45a35df25f 12:36:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:36:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:36:26 (1/6) Installing dumb-init (1.2.2-r1) 12:36:26 (2/6) Installing libgcc (9.3.0-r2) 12:36:26 (3/6) Installing libsodium (1.0.18-r0) 12:36:26 (4/6) Installing libstdc++ (9.3.0-r2) 12:36:27 (5/6) Installing libzmq (4.3.3-r0) 12:36:27 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 12:36:27 Status: Downloaded newer image for docker:20.10.0 12:36:27 ---> aefe523efa57 12:36:27 Step 12/26 : RUN apk add --no-cache bash 12:36:27 (6/6) Installing zeromq (4.3.3-r0) 12:36:27 ---> Running in a728fb7fe038 12:36:27 Executing busybox-1.31.1-r19.trigger 12:36:27 OK: 8 MiB in 20 packages 12:36:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:36:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:36:27 Removing intermediate container 9a45a35df25f 12:36:27 ---> b3664ac65162 12:36:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:36:27 (1/2) Installing readline (8.0.4-r0) 12:36:27 (2/2) Installing bash (5.0.17-r0) 12:36:27 Executing bash-5.0.17-r0.post-install 12:36:27 Executing busybox-1.31.1-r19.trigger 12:36:27 OK: 12 MiB in 22 packages 12:36:28 ---> d3be8dbdeb31 12:36:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:36:28 Removing intermediate container a728fb7fe038 12:36:28 ---> 5dceab049735 12:36:28 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 12:36:28 ---> Running in ed178f7db39c 12:36:28 ---> d2e571aed8ce 12:36:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:36:28 Removing intermediate container ed178f7db39c 12:36:28 ---> a905212bea69 12:36:28 Step 14/26 : ENV APP_PORT=48090 12:36:28 ---> Running in 7ce3912e95c1 12:36:28 ---> 659fa3446623 12:36:28 Step 19/23 : ENTRYPOINT ["/core-data"] 12:36:28 ---> Running in 5a73080f7350 12:36:28 Removing intermediate container 7ce3912e95c1 12:36:28 ---> 2e0a20635ac4 12:36:28 Step 15/26 : EXPOSE $APP_PORT 12:36:29 ---> Running in 7002b1da2042 12:36:29 Removing intermediate container 5a73080f7350 12:36:29 ---> ace23baaf788 12:36:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:36:29 ---> Running in 3188e1f067e9 12:36:29 Removing intermediate container 7002b1da2042 12:36:29 ---> 43d0564212f5 12:36:29 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 12:36:29 Removing intermediate container 3188e1f067e9 12:36:29 ---> f6c9dce28204 12:36:29 Step 21/23 : LABEL arch=x86_64 12:36:29 ---> Running in f85be9d53c5e 12:36:29 Removing intermediate container f85be9d53c5e 12:36:29 ---> 3e1bec1c9363 12:36:29 Step 22/23 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 12:36:29 ---> Running in 829d1dabd7f5 12:36:29 ---> d23018b5d9a0 12:36:29 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 12:36:30 Removing intermediate container 829d1dabd7f5 12:36:30 ---> f0cefc905c5a 12:36:30 Step 23/23 : LABEL version=2.0.0-dev.114 12:36:30 ---> Running in 9d8f54cc7494 12:36:30 ---> f7974b4dde0d 12:36:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 12:36:30 Removing intermediate container 9d8f54cc7494 12:36:30 ---> fcf273b315e6 12:36:30 12:36:30 Successfully built fcf273b315e6 12:36:31 Successfully tagged docker-core-data-go:latest 12:36:31  Building docker-core-data-go ... done  ---> 2dc0ea74f9e1 12:36:31 Step 19/26 : RUN apk --no-cache add py3-pip 12:36:31 ---> Running in 0d218e96efbc 12:36:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:36:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:36:31 (1/33) Installing libbz2 (1.0.8-r1) 12:36:31 (2/33) Installing expat (2.2.9-r1) 12:36:31 (3/33) Installing libffi (3.3-r2) 12:36:31 (4/33) Installing gdbm (1.13-r1) 12:36:31 (5/33) Installing xz-libs (5.2.5-r0) 12:36:31 (6/33) Installing sqlite-libs (3.32.1-r0) 12:36:31 (7/33) Installing python3 (3.8.5-r1) 12:36:33 (8/33) Installing py3-appdirs (1.4.4-r1) 12:36:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 12:36:33 (10/33) Installing py3-parsing (2.4.7-r0) 12:36:33 (11/33) Installing py3-six (1.15.0-r0) 12:36:33 (12/33) Installing py3-packaging (20.4-r0) 12:36:33 (13/33) Installing py3-setuptools (47.0.0-r0) 12:36:33 (14/33) Installing py3-chardet (3.0.4-r4) 12:36:33 (15/33) Installing py3-idna (2.9-r0) 12:36:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 12:36:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 12:36:33 (18/33) Installing py3-requests (2.23.0-r0) 12:36:33 (19/33) Installing py3-msgpack (1.0.0-r0) 12:36:33 (20/33) Installing py3-lockfile (0.12.2-r3) 12:36:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 12:36:33 (22/33) Installing py3-colorama (0.4.3-r0) 12:36:33 (23/33) Installing py3-distlib (0.3.0-r0) 12:36:33 (24/33) Installing py3-distro (1.5.0-r1) 12:36:33 (25/33) Installing py3-webencodings (0.5.1-r3) 12:36:33 (26/33) Installing py3-html5lib (1.0.1-r4) 12:36:33 (27/33) Installing py3-pytoml (0.1.21-r0) 12:36:33 (28/33) Installing py3-pep517 (0.8.2-r0) 12:36:33 (29/33) Installing py3-progress (1.5-r0) 12:36:33 (30/33) Installing py3-toml (0.10.1-r0) 12:36:33 (31/33) Installing py3-retrying (1.3.3-r0) 12:36:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 12:36:33 (33/33) Installing py3-pip (20.1.1-r0) 12:36:33 Executing busybox-1.31.1-r19.trigger 12:36:33 OK: 71 MiB in 55 packages 12:36:42 Removing intermediate container 0d218e96efbc 12:36:42 ---> e1039f9cfa83 12:36:42 Step 20/26 : RUN pip install docker-compose==1.23.2 12:36:42 ---> Running in 78328fdcaf70 12:36:43 Collecting docker-compose==1.23.2 12:36:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 12:36:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 12:36:43 Collecting websocket-client<1.0,>=0.32.0 12:36:43 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 12:36:43 Collecting cached-property<2,>=1.2.0 12:36:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 12:36:43 Collecting texttable<0.10,>=0.9.0 12:36:43 Downloading texttable-0.9.1.tar.gz (11 kB) 12:36:44 Collecting dockerpty<0.5,>=0.4.1 12:36:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 12:36:45 Collecting jsonschema<3,>=2.5.1 12:36:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 12:36:45 Collecting docopt<0.7,>=0.6.1 12:36:45 Downloading docopt-0.6.2.tar.gz (25 kB) 12:36:46 Collecting docker<4.0,>=3.6.0 12:36:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 12:36:46 Collecting PyYAML<4,>=3.10 12:36:46 Downloading PyYAML-3.13.tar.gz (270 kB) 12:36:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 12:36:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 12:36:47 Collecting docker-pycreds>=0.4.0 12:36:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 12:36:47 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) 12:36:47 Collecting idna<2.8,>=2.5 12:36:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 12:36:47 Collecting urllib3<1.25,>=1.21.1 12:36:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 12:36:47 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) 12:36:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 12:36:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 12:36:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 12:36:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 12:36:47 Installing collected packages: websocket-client, cached-property, texttable, dockerpty, jsonschema, docopt, docker-pycreds, idna, urllib3, requests, docker, PyYAML, docker-compose 12:36:48 Running setup.py install for texttable: started 12:36:48 Running setup.py install for texttable: finished with status 'done' 12:36:48 Running setup.py install for dockerpty: started 12:36:49 Running setup.py install for dockerpty: finished with status 'done' 12:36:49 Running setup.py install for docopt: started 12:36:49 Running setup.py install for docopt: finished with status 'done' 12:36:49 Attempting uninstall: idna 12:36:49 Found existing installation: idna 2.9 12:36:49 Uninstalling idna-2.9: 12:36:49 Successfully uninstalled idna-2.9 12:36:49 Attempting uninstall: urllib3 12:36:49 Found existing installation: urllib3 1.25.9 12:36:49 Uninstalling urllib3-1.25.9: 12:36:49 Successfully uninstalled urllib3-1.25.9 12:36:50 Attempting uninstall: requests 12:36:50 Found existing installation: requests 2.23.0 12:36:50 Uninstalling requests-2.23.0: 12:36:50 Successfully uninstalled requests-2.23.0 12:36:50 Running setup.py install for PyYAML: started 12:36:51 Running setup.py install for PyYAML: finished with status 'done' 12:36:51 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 12:36:54 Removing intermediate container 78328fdcaf70 12:36:54 ---> 5feb5e6325e7 12:36:54 Step 21/26 : RUN apk --no-cache add curl 12:36:54 ---> Running in f2d3e5549dae 12:36:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:36:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:36:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 12:36:54 (2/3) Installing libcurl (7.69.1-r3) 12:36:54 (3/3) Installing curl (7.69.1-r3) 12:36:54 Executing busybox-1.31.1-r19.trigger 12:36:54 OK: 72 MiB in 58 packages 12:36:55 Removing intermediate container f2d3e5549dae 12:36:55 ---> 930a1b089ed1 12:36:55 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 12:36:55 ---> Running in 9d08e802e753 12:36:55 Removing intermediate container 9d08e802e753 12:36:55 ---> 1976dac27b66 12:36:55 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:36:55 ---> Running in b8cc0a5d9a28 12:36:55 Removing intermediate container b8cc0a5d9a28 12:36:55 ---> 09029287d2c7 12:36:55 Step 24/26 : LABEL arch=x86_64 12:36:55 ---> Running in 2370ed3755c6 12:36:55 Removing intermediate container 2370ed3755c6 12:36:55 ---> 546f21625490 12:36:55 Step 25/26 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 12:36:55 ---> Running in e35d57acfeff 12:36:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:36:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/secrets-config ./cmd/secrets-config 12:36:56 Removing intermediate container e35d57acfeff 12:36:56 ---> dd7146f7bfc1 12:36:56 Step 26/26 : LABEL version=2.0.0-dev.114 12:36:56 ---> Running in 842be0f390a7 12:36:56 Removing intermediate container 842be0f390a7 12:36:56 ---> 6d919ec34d98 12:36:56 12:36:56 Successfully built 6d919ec34d98 12:36:56 Successfully tagged docker-sys-mgmt-agent-go:latest 12:36:57  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 12:36:57 $ docker stop --time=1 9952282bd7c0d57f4d6b1161046350affa6495a0d6c6bbd3cb766ef2b41a4202 12:36:58 $ docker rm -f 9952282bd7c0d57f4d6b1161046350affa6495a0d6c6bbd3cb766ef2b41a4202 [Pipeline] // withDockerContainer [Pipeline] sh 12:36:59 + docker images 12:36:59 + grep docker 12:36:59 docker-sys-mgmt-agent-go latest 6d919ec34d98 3 seconds ago 313MB 12:36:59 docker-core-data-go latest fcf273b315e6 29 seconds ago 22.4MB 12:36:59 docker-security-secretstore-setup-go latest cd736871e4cc 46 seconds ago 24.9MB 12:36:59 docker-security-proxy-setup-go latest 9b794e3fb899 49 seconds ago 24.7MB 12:36:59 docker-security-bootstrapper-go latest 6eef8f1eb698 About a minute ago 18.7MB 12:36:59 docker-support-notifications-go latest 2d773e9df779 2 minutes ago 17.8MB 12:36:59 docker-core-metadata-go latest 568eff4c5f8b 2 minutes ago 19MB 12:36:59 docker-core-command-go latest a1d038ee19c4 2 minutes ago 17.2MB 12:36:59 docker-support-scheduler-go latest db5d77049e9a 2 minutes ago 17.2MB 12:36:59 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 12:37:00 provisioning config files... 12:37:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/381@tmp/config2054838274572951585tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:37:00 ---> docker-login.sh 12:37:00 nexus3.edgexfoundry.org:10001 12:37:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:37:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:37:00 Configure a credential helper to remove this warning. See 12:37:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:37:00 12:37:00 Login Succeeded 12:37:01 nexus3.edgexfoundry.org:10002 12:37:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:37:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:37:01 Configure a credential helper to remove this warning. See 12:37:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:37:01 12:37:01 Login Succeeded 12:37:01 nexus3.edgexfoundry.org:10003 12:37:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:37:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:37:01 Configure a credential helper to remove this warning. See 12:37:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:37:01 12:37:01 Login Succeeded 12:37:01 nexus3.edgexfoundry.org:10004 12:37:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:37:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:37:01 Configure a credential helper to remove this warning. See 12:37:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:37:01 12:37:01 Login Succeeded 12:37:01 docker.io 12:37:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:37:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:37:01 Configure a credential helper to remove this warning. See 12:37:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:37:01 12:37:01 Login Succeeded 12:37:01 ---> docker-login.sh ends [Pipeline] } 12:37:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:37:02 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 12:37:02 55fea418b1ac49172828e32c63c2641cfdddd142 12:37:02 2.0.0-dev.114 12:37:02 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:02 master 12:37:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:37:02 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh 12:37:02 Removing intermediate container 803e1cd00b7c 12:37:02 ---> 851d716f07fa 12:37:02 12:37:02 Step 10/24 : FROM alpine:3.12 12:37:02 3.12: Pulling from library/alpine 12:37:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:55fea418b1ac49172828e32c63c2641cfdddd142 12:37:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 12:37:03 8d8f254626b3: Preparing 12:37:03 f2ab712667dc: Preparing 12:37:03 ed14d68c3449: Preparing 12:37:03 4a3eae8ceb30: Preparing 12:37:03 33e8713114f8: Preparing 12:37:03 33e8713114f8: Layer already exists 12:37:03 8d8f254626b3: Pushed 12:37:03 4a3eae8ceb30: Pushed 12:37:03 ed14d68c3449: Pushed 12:37:03 Removing intermediate container 734016572fa9 12:37:03 ---> 33f6dd8bd619 12:37:03 12:37:03 Step 10/21 : FROM alpine:3.12 12:37:03 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 12:37:03 Status: Downloaded newer image for alpine:3.12 12:37:03 ---> d10569e2745f 12:37:03 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 12:37:04 3.12: Pulling from library/alpine 12:37:04 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 12:37:04 Status: Image is up to date for alpine:3.12 12:37:04 ---> d10569e2745f 12:37:04 Step 11/21 : RUN apk add --update --no-cache curl 12:37:04 f2ab712667dc: Pushed 12:37:04 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:3bd5bde4bccea68c5abc32c1dbc02875ba35bf9d6e6d23a86dd705adfdb36893 size: 1363 12:37:04 ---> Running in 1636bfa43533 12:37:04 ---> Running in d0222cf8cd8e [Pipeline] isUnix [Pipeline] sh 12:37:04 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:37:05 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.114 12:37:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 12:37:05 8d8f254626b3: Preparing 12:37:05 f2ab712667dc: Preparing 12:37:05 ed14d68c3449: Preparing 12:37:05 4a3eae8ceb30: Preparing 12:37:05 33e8713114f8: Preparing 12:37:05 ed14d68c3449: Layer already exists 12:37:05 4a3eae8ceb30: Layer already exists 12:37:05 f2ab712667dc: Layer already exists 12:37:05 33e8713114f8: Layer already exists 12:37:05 8d8f254626b3: Layer already exists 12:37:05 2.0.0-dev.114: digest: sha256:3bd5bde4bccea68c5abc32c1dbc02875ba35bf9d6e6d23a86dd705adfdb36893 size: 1363 [Pipeline] isUnix [Pipeline] sh 12:37:05 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:37:05 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 12:37:05 8d8f254626b3: Preparing 12:37:05 f2ab712667dc: Preparing 12:37:05 ed14d68c3449: Preparing 12:37:05 4a3eae8ceb30: Preparing 12:37:05 33e8713114f8: Preparing 12:37:05 4a3eae8ceb30: Layer already exists 12:37:05 f2ab712667dc: Layer already exists 12:37:05 ed14d68c3449: Layer already exists 12:37:05 8d8f254626b3: Layer already exists 12:37:05 33e8713114f8: Layer already exists 12:37:05 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:3bd5bde4bccea68c5abc32c1dbc02875ba35bf9d6e6d23a86dd705adfdb36893 size: 1363 [Pipeline] isUnix [Pipeline] sh 12:37:06 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 12:37:06 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 12:37:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 12:37:06 8d8f254626b3: Preparing 12:37:06 f2ab712667dc: Preparing 12:37:06 ed14d68c3449: Preparing 12:37:06 4a3eae8ceb30: Preparing 12:37:06 33e8713114f8: Preparing 12:37:06 33e8713114f8: Layer already exists 12:37:06 ed14d68c3449: Layer already exists 12:37:06 4a3eae8ceb30: Layer already exists 12:37:06 8d8f254626b3: Layer already exists 12:37:06 f2ab712667dc: Layer already exists 12:37:06 master: digest: sha256:3bd5bde4bccea68c5abc32c1dbc02875ba35bf9d6e6d23a86dd705adfdb36893 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:37:06 ===================================================== [Pipeline] echo 12:37:06 taggedImages: 12:37:06 - nexus3.edgexfoundry.org:10004/docker-core-command-go:55fea418b1ac49172828e32c63c2641cfdddd142 12:37:06 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.114 12:37:06 - nexus3.edgexfoundry.org:10004/docker-core-command-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:06 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 12:37:06 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 12:37:06 55fea418b1ac49172828e32c63c2641cfdddd142 12:37:06 2.0.0-dev.114 12:37:06 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:06 master 12:37:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:37:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:37:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:37:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:37:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:37:07 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh 12:37:07 (1/4) Installing ca-certificates (20191127-r4) 12:37:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 12:37:07 (3/4) Installing libcurl (7.69.1-r3) 12:37:07 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:55fea418b1ac49172828e32c63c2641cfdddd142 12:37:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 12:37:07 c5d337690a9b: Preparing 12:37:07 a54ac70a5b4e: Preparing 12:37:07 ed14d68c3449: Preparing 12:37:07 4ec48a3e63a8: Preparing 12:37:07 cf518acb3c2c: Preparing 12:37:07 33e8713114f8: Preparing 12:37:07 33e8713114f8: Waiting 12:37:07 ed14d68c3449: Layer already exists 12:37:07 33e8713114f8: Layer already exists 12:37:07 (4/4) Installing curl (7.69.1-r3) 12:37:07 Executing busybox-1.31.1-r19.trigger 12:37:07 (1/5) Installing ca-certificates (20191127-r4) 12:37:07 Executing ca-certificates-20191127-r4.trigger 12:37:07 (2/5) Installing nghttp2-libs (1.41.0-r0) 12:37:07 (3/5) Installing libcurl (7.69.1-r3) 12:37:07 (4/5) Installing curl (7.69.1-r3) 12:37:07 (5/5) Installing dumb-init (1.2.2-r1) 12:37:07 Executing busybox-1.31.1-r19.trigger 12:37:07 Executing ca-certificates-20191127-r4.trigger 12:37:07 OK: 7 MiB in 18 packages 12:37:07 c5d337690a9b: Pushed 12:37:07 cf518acb3c2c: Pushed 12:37:07 4ec48a3e63a8: Pushed 12:37:08 OK: 7 MiB in 19 packages 12:37:08 a54ac70a5b4e: Pushed 12:37:09 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:d7e8f4050952f641393d89c222b28257633c366affc8e2a220c9a6581553721e size: 1572 [Pipeline] isUnix [Pipeline] sh 12:37:09 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:37:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.114 12:37:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 12:37:09 c5d337690a9b: Preparing 12:37:09 a54ac70a5b4e: Preparing 12:37:09 ed14d68c3449: Preparing 12:37:09 4ec48a3e63a8: Preparing 12:37:09 cf518acb3c2c: Preparing 12:37:09 33e8713114f8: Preparing 12:37:09 33e8713114f8: Waiting 12:37:09 a54ac70a5b4e: Layer already exists 12:37:09 ed14d68c3449: Layer already exists 12:37:09 c5d337690a9b: Layer already exists 12:37:09 cf518acb3c2c: Layer already exists 12:37:09 4ec48a3e63a8: Layer already exists 12:37:09 33e8713114f8: Layer already exists 12:37:09 2.0.0-dev.114: digest: sha256:d7e8f4050952f641393d89c222b28257633c366affc8e2a220c9a6581553721e size: 1572 [Pipeline] isUnix [Pipeline] sh 12:37:09 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:37:10 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 12:37:10 c5d337690a9b: Preparing 12:37:10 a54ac70a5b4e: Preparing 12:37:10 ed14d68c3449: Preparing 12:37:10 4ec48a3e63a8: Preparing 12:37:10 cf518acb3c2c: Preparing 12:37:10 33e8713114f8: Preparing 12:37:10 33e8713114f8: Waiting 12:37:10 4ec48a3e63a8: Layer already exists 12:37:10 cf518acb3c2c: Layer already exists 12:37:10 c5d337690a9b: Layer already exists 12:37:10 a54ac70a5b4e: Layer already exists 12:37:10 ed14d68c3449: Layer already exists 12:37:10 33e8713114f8: Layer already exists 12:37:10 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:d7e8f4050952f641393d89c222b28257633c366affc8e2a220c9a6581553721e size: 1572 [Pipeline] isUnix [Pipeline] sh 12:37:10 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 12:37:10 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 12:37:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 12:37:10 c5d337690a9b: Preparing 12:37:10 a54ac70a5b4e: Preparing 12:37:10 ed14d68c3449: Preparing 12:37:10 4ec48a3e63a8: Preparing 12:37:10 cf518acb3c2c: Preparing 12:37:10 33e8713114f8: Preparing 12:37:10 33e8713114f8: Waiting 12:37:10 cf518acb3c2c: Layer already exists 12:37:10 c5d337690a9b: Layer already exists 12:37:10 a54ac70a5b4e: Layer already exists 12:37:10 4ec48a3e63a8: Layer already exists 12:37:10 ed14d68c3449: Layer already exists 12:37:10 33e8713114f8: Layer already exists 12:37:10 master: digest: sha256:d7e8f4050952f641393d89c222b28257633c366affc8e2a220c9a6581553721e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:37:11 ===================================================== [Pipeline] echo 12:37:11 taggedImages: 12:37:11 - nexus3.edgexfoundry.org:10004/docker-core-data-go:55fea418b1ac49172828e32c63c2641cfdddd142 12:37:11 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.114 12:37:11 - nexus3.edgexfoundry.org:10004/docker-core-data-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:11 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 12:37:11 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 12:37:11 55fea418b1ac49172828e32c63c2641cfdddd142 12:37:11 2.0.0-dev.114 12:37:11 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:11 master 12:37:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:37:11 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh 12:37:12 Removing intermediate container 1636bfa43533 12:37:12 ---> 78398fa121b0 12:37:12 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:37:12 Removing intermediate container d0222cf8cd8e 12:37:12 ---> d3d298f299d3 12:37:12 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:37:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55fea418b1ac49172828e32c63c2641cfdddd142 12:37:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 12:37:12 7d366af7247b: Preparing 12:37:12 cb7934b4026e: Preparing 12:37:12 ed14d68c3449: Preparing 12:37:12 4a3eae8ceb30: Preparing 12:37:12 33e8713114f8: Preparing 12:37:12 33e8713114f8: Layer already exists 12:37:12 4a3eae8ceb30: Layer already exists 12:37:12 ed14d68c3449: Layer already exists 12:37:12 ---> Running in bc35177c07d9 12:37:12 7d366af7247b: Pushed 12:37:12 ---> Running in 1d1a15b0045c 12:37:13 cb7934b4026e: Pushed 12:37:13 Removing intermediate container bc35177c07d9 12:37:13 ---> 5f987ffd17c4 12:37:13 Step 13/21 : WORKDIR /edgex 12:37:13 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:4fb84e1066a0e080eb4826a6f248a4d93e4ae95b661c9d8cf791a108268d804a size: 1363 12:37:13 Removing intermediate container 1d1a15b0045c 12:37:13 ---> 71883358a93b 12:37:13 Step 13/24 : WORKDIR / [Pipeline] isUnix [Pipeline] sh 12:37:14 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:37:14 ---> Running in 906f3b6b7134 12:37:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.114 12:37:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 12:37:14 7d366af7247b: Preparing 12:37:14 cb7934b4026e: Preparing 12:37:14 ed14d68c3449: Preparing 12:37:14 4a3eae8ceb30: Preparing 12:37:14 33e8713114f8: Preparing 12:37:14 cb7934b4026e: Layer already exists 12:37:14 33e8713114f8: Layer already exists 12:37:14 7d366af7247b: Layer already exists 12:37:14 4a3eae8ceb30: Layer already exists 12:37:14 ed14d68c3449: Layer already exists 12:37:14 2.0.0-dev.114: digest: sha256:4fb84e1066a0e080eb4826a6f248a4d93e4ae95b661c9d8cf791a108268d804a size: 1363 [Pipeline] isUnix [Pipeline] sh 12:37:14 ---> Running in 18cdcc2f3a13 12:37:14 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:37:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 12:37:15 7d366af7247b: Preparing 12:37:15 cb7934b4026e: Preparing 12:37:15 ed14d68c3449: Preparing 12:37:15 4a3eae8ceb30: Preparing 12:37:15 33e8713114f8: Preparing 12:37:15 33e8713114f8: Layer already exists 12:37:15 cb7934b4026e: Layer already exists 12:37:15 ed14d68c3449: Layer already exists 12:37:15 4a3eae8ceb30: Layer already exists 12:37:15 7d366af7247b: Layer already exists 12:37:15 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:4fb84e1066a0e080eb4826a6f248a4d93e4ae95b661c9d8cf791a108268d804a size: 1363 [Pipeline] isUnix [Pipeline] sh 12:37:15 Removing intermediate container ce59c7fd006f 12:37:15 ---> 7b1f691e56e5 12:37:15 12:37:15 Step 10/23 : FROM alpine:3.12 12:37:15 ---> d10569e2745f 12:37:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 12:37:15 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 12:37:15 Removing intermediate container 906f3b6b7134 12:37:15 ---> accb491e7243 12:37:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 12:37:15 ---> Running in cc8aa07a6cdf [Pipeline] isUnix [Pipeline] sh 12:37:16 Removing intermediate container 18cdcc2f3a13 12:37:16 ---> 21b05e211595 12:37:16 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:37:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 12:37:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 12:37:16 7d366af7247b: Preparing 12:37:16 cb7934b4026e: Preparing 12:37:16 ed14d68c3449: Preparing 12:37:16 4a3eae8ceb30: Preparing 12:37:16 33e8713114f8: Preparing 12:37:16 33e8713114f8: Layer already exists 12:37:16 cb7934b4026e: Layer already exists 12:37:16 7d366af7247b: Layer already exists 12:37:16 4a3eae8ceb30: Layer already exists 12:37:16 ed14d68c3449: Layer already exists 12:37:16 master: digest: sha256:4fb84e1066a0e080eb4826a6f248a4d93e4ae95b661c9d8cf791a108268d804a size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:37:16 ===================================================== [Pipeline] echo 12:37:16 taggedImages: 12:37:16 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55fea418b1ac49172828e32c63c2641cfdddd142 12:37:16 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.114 12:37:16 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:16 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 12:37:16 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 12:37:16 55fea418b1ac49172828e32c63c2641cfdddd142 12:37:16 2.0.0-dev.114 12:37:16 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:16 master 12:37:16 ===================================================== [Pipeline] withEnv [Pipeline] { 12:37:16 ---> ab200d81dc97 12:37:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:37:17 Removing intermediate container 7c0c45862207 12:37:17 ---> 9aa92e8181d7 12:37:17 12:37:17 Step 10/22 : FROM alpine:3.12 12:37:17 ---> d10569e2745f 12:37:17 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 12:37:17 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh 12:37:17 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:55fea418b1ac49172828e32c63c2641cfdddd142 12:37:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 12:37:17 39aa2c0fcc06: Preparing 12:37:17 39aa2c0fcc06: Preparing 12:37:17 1f7a7322d6e0: Preparing 12:37:17 f5faa072009f: Preparing 12:37:17 15ef92cc3a61: Preparing 12:37:17 7ff0a981e6d2: Preparing 12:37:17 ed14d68c3449: Preparing 12:37:17 82fec6ae701a: Preparing 12:37:17 82fec6ae701a: Preparing 12:37:17 66be386e32f7: Preparing 12:37:17 fd20429d95fd: Preparing 12:37:17 33e8713114f8: Preparing 12:37:17 82fec6ae701a: Waiting 12:37:17 ed14d68c3449: Waiting 12:37:17 66be386e32f7: Waiting 12:37:17 fd20429d95fd: Waiting 12:37:17 33e8713114f8: Waiting 12:37:17 ---> Running in 5b9c4360aed8 12:37:17 15ef92cc3a61: Pushed 12:37:17 39aa2c0fcc06: Pushed 12:37:17 1f7a7322d6e0: Pushed 12:37:17 f5faa072009f: Pushed 12:37:17 ed14d68c3449: Layer already exists 12:37:17 33e8713114f8: Layer already exists 12:37:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:37:18 82fec6ae701a: Pushed 12:37:18 fd20429d95fd: Pushed 12:37:18 66be386e32f7: Pushed 12:37:18 ---> 737a01942ac0 12:37:18 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 12:37:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:37:18 ---> a4ce15247bce 12:37:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 12:37:18 7ff0a981e6d2: Pushed 12:37:18 (1/1) Installing dumb-init (1.2.2-r1) 12:37:18 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:e4f9408852bb8bcf1c6cc814bb5701c09365f49b9e7e8e2057bad9b522c6e82e size: 2816 12:37:19 Executing busybox-1.31.1-r19.trigger 12:37:19 OK: 5 MiB in 15 packages [Pipeline] isUnix [Pipeline] sh 12:37:19 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:37:19 ---> 6ec6f362c302 12:37:19 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 12:37:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.114 12:37:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 12:37:19 39aa2c0fcc06: Preparing 12:37:19 39aa2c0fcc06: Preparing 12:37:19 1f7a7322d6e0: Preparing 12:37:19 f5faa072009f: Preparing 12:37:19 15ef92cc3a61: Preparing 12:37:19 7ff0a981e6d2: Preparing 12:37:19 ed14d68c3449: Preparing 12:37:19 82fec6ae701a: Preparing 12:37:19 82fec6ae701a: Preparing 12:37:19 66be386e32f7: Preparing 12:37:19 fd20429d95fd: Preparing 12:37:19 33e8713114f8: Preparing 12:37:19 ed14d68c3449: Waiting 12:37:19 82fec6ae701a: Waiting 12:37:19 66be386e32f7: Waiting 12:37:19 fd20429d95fd: Waiting 12:37:19 33e8713114f8: Waiting 12:37:19 7ff0a981e6d2: Layer already exists 12:37:19 f5faa072009f: Layer already exists 12:37:19 1f7a7322d6e0: Layer already exists 12:37:19 15ef92cc3a61: Layer already exists 12:37:19 39aa2c0fcc06: Layer already exists 12:37:19 82fec6ae701a: Layer already exists 12:37:19 ed14d68c3449: Layer already exists 12:37:19 66be386e32f7: Layer already exists 12:37:19 fd20429d95fd: Layer already exists 12:37:19 33e8713114f8: Layer already exists 12:37:19 2.0.0-dev.114: digest: sha256:e4f9408852bb8bcf1c6cc814bb5701c09365f49b9e7e8e2057bad9b522c6e82e size: 2816 [Pipeline] isUnix [Pipeline] sh 12:37:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:37:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:37:20 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:37:20 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 12:37:20 39aa2c0fcc06: Preparing 12:37:20 39aa2c0fcc06: Preparing 12:37:20 1f7a7322d6e0: Preparing 12:37:20 f5faa072009f: Preparing 12:37:20 15ef92cc3a61: Preparing 12:37:20 7ff0a981e6d2: Preparing 12:37:20 ed14d68c3449: Preparing 12:37:20 82fec6ae701a: Preparing 12:37:20 82fec6ae701a: Preparing 12:37:20 66be386e32f7: Preparing 12:37:20 fd20429d95fd: Preparing 12:37:20 33e8713114f8: Preparing 12:37:20 82fec6ae701a: Waiting 12:37:20 66be386e32f7: Waiting 12:37:20 fd20429d95fd: Waiting 12:37:20 33e8713114f8: Waiting 12:37:20 ed14d68c3449: Waiting 12:37:20 7ff0a981e6d2: Layer already exists 12:37:20 15ef92cc3a61: Layer already exists 12:37:20 f5faa072009f: Layer already exists 12:37:20 1f7a7322d6e0: Layer already exists 12:37:20 39aa2c0fcc06: Layer already exists 12:37:20 82fec6ae701a: Layer already exists 12:37:20 33e8713114f8: Layer already exists 12:37:20 ed14d68c3449: Layer already exists 12:37:20 66be386e32f7: Layer already exists 12:37:20 fd20429d95fd: Layer already exists 12:37:20 (1/2) Installing ca-certificates (20191127-r4) 12:37:20 (2/2) Installing dumb-init (1.2.2-r1) 12:37:20 Executing busybox-1.31.1-r19.trigger 12:37:20 Executing ca-certificates-20191127-r4.trigger 12:37:20 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:e4f9408852bb8bcf1c6cc814bb5701c09365f49b9e7e8e2057bad9b522c6e82e size: 2816 [Pipeline] isUnix [Pipeline] sh 12:37:20 OK: 6 MiB in 16 packages 12:37:20 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 12:37:21 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 12:37:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 12:37:21 39aa2c0fcc06: Preparing 12:37:21 39aa2c0fcc06: Preparing 12:37:21 1f7a7322d6e0: Preparing 12:37:21 f5faa072009f: Preparing 12:37:21 15ef92cc3a61: Preparing 12:37:21 7ff0a981e6d2: Preparing 12:37:21 ed14d68c3449: Preparing 12:37:21 82fec6ae701a: Preparing 12:37:21 82fec6ae701a: Preparing 12:37:21 66be386e32f7: Preparing 12:37:21 fd20429d95fd: Preparing 12:37:21 33e8713114f8: Preparing 12:37:21 ed14d68c3449: Waiting 12:37:21 82fec6ae701a: Waiting 12:37:21 66be386e32f7: Waiting 12:37:21 fd20429d95fd: Waiting 12:37:21 33e8713114f8: Waiting 12:37:21 15ef92cc3a61: Layer already exists 12:37:21 39aa2c0fcc06: Layer already exists 12:37:21 1f7a7322d6e0: Layer already exists 12:37:21 7ff0a981e6d2: Layer already exists 12:37:21 f5faa072009f: Layer already exists 12:37:21 ed14d68c3449: Layer already exists 12:37:21 82fec6ae701a: Layer already exists 12:37:21 66be386e32f7: Layer already exists 12:37:21 fd20429d95fd: Layer already exists 12:37:21 33e8713114f8: Layer already exists 12:37:21 master: digest: sha256:e4f9408852bb8bcf1c6cc814bb5701c09365f49b9e7e8e2057bad9b522c6e82e size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:37:21 ===================================================== [Pipeline] echo 12:37:21 taggedImages: 12:37:21 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:55fea418b1ac49172828e32c63c2641cfdddd142 12:37:21 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.114 12:37:21 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:21 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 12:37:21 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 12:37:21 55fea418b1ac49172828e32c63c2641cfdddd142 12:37:21 2.0.0-dev.114 12:37:21 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:21 master 12:37:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:37:21 ---> 090e77597777 12:37:21 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 12:37:22 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh 12:37:22 ---> Running in be6517f395a6 12:37:22 Removing intermediate container cc8aa07a6cdf 12:37:22 ---> 0c0fbb170111 12:37:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:37:22 ---> 9c96ab330475 12:37:22 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:37:22 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142 12:37:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 12:37:22 179af1a03d25: Preparing 12:37:22 e59826578255: Preparing 12:37:22 e9c5be49bb64: Preparing 12:37:22 5917a32c1cb0: Preparing 12:37:22 8a0db7c60983: Preparing 12:37:22 33e8713114f8: Preparing 12:37:22 33e8713114f8: Waiting 12:37:22 5917a32c1cb0: Pushed 12:37:22 e9c5be49bb64: Pushed 12:37:22 33e8713114f8: Layer already exists 12:37:22 8a0db7c60983: Pushed 12:37:22 ---> Running in 6dc4ed02e2e7 12:37:22 Removing intermediate container 651687c65989 12:37:22 ---> d4d340681312 12:37:22 12:37:22 Step 10/23 : FROM alpine:3.12 12:37:22 ---> d10569e2745f 12:37:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 12:37:22 ---> Using cache 12:37:22 ---> 0c0fbb170111 12:37:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:37:23 e59826578255: Pushed 12:37:23 179af1a03d25: Pushed 12:37:23 Removing intermediate container be6517f395a6 12:37:23 ---> 161c33414733 12:37:23 Step 18/21 : CMD ["--init=true"] 12:37:23 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:bd7cc189c8df14911757dee49e1e33b5c2adac359d47e366b77d3f7ea3d9f67b size: 1575 [Pipeline] isUnix [Pipeline] sh 12:37:23 ---> Running in e6d408690544 12:37:23 Removing intermediate container 6dc4ed02e2e7 12:37:23 ---> 425bba33ac16 12:37:23 Step 13/23 : ENV APP_PORT=48082 12:37:23 Removing intermediate container 5b9c4360aed8 12:37:23 ---> 2edec6d2ac0a 12:37:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 12:37:23 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:37:23 ---> Running in da626d0a822b 12:37:23 ---> d12b3f5f00a9 12:37:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:37:23 ---> Running in 1031ffec1e7d 12:37:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.114 12:37:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 12:37:24 179af1a03d25: Preparing 12:37:24 e59826578255: Preparing 12:37:24 e9c5be49bb64: Preparing 12:37:24 5917a32c1cb0: Preparing 12:37:24 8a0db7c60983: Preparing 12:37:24 33e8713114f8: Preparing 12:37:24 33e8713114f8: Waiting 12:37:24 e59826578255: Layer already exists 12:37:24 e9c5be49bb64: Layer already exists 12:37:24 179af1a03d25: Layer already exists 12:37:24 8a0db7c60983: Layer already exists 12:37:24 5917a32c1cb0: Layer already exists 12:37:24 33e8713114f8: Layer already exists 12:37:24 2.0.0-dev.114: digest: sha256:bd7cc189c8df14911757dee49e1e33b5c2adac359d47e366b77d3f7ea3d9f67b size: 1575 [Pipeline] isUnix [Pipeline] sh 12:37:24 ---> Running in dd69ad66548d 12:37:24 Removing intermediate container e6d408690544 12:37:24 ---> 93bb04ccdd2a 12:37:24 Step 13/23 : ENV APP_PORT=48081 12:37:24 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:37:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 12:37:24 179af1a03d25: Preparing 12:37:24 e59826578255: Preparing 12:37:24 e9c5be49bb64: Preparing 12:37:24 5917a32c1cb0: Preparing 12:37:24 8a0db7c60983: Preparing 12:37:24 33e8713114f8: Preparing 12:37:24 33e8713114f8: Waiting 12:37:24 e59826578255: Layer already exists 12:37:24 8a0db7c60983: Layer already exists 12:37:24 5917a32c1cb0: Layer already exists 12:37:24 e9c5be49bb64: Layer already exists 12:37:24 179af1a03d25: Layer already exists 12:37:24 33e8713114f8: Layer already exists 12:37:24 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:bd7cc189c8df14911757dee49e1e33b5c2adac359d47e366b77d3f7ea3d9f67b size: 1575 [Pipeline] isUnix [Pipeline] sh 12:37:24 ---> Running in ff2e45bfad29 12:37:24 Removing intermediate container da626d0a822b 12:37:24 ---> 2afa710eb4ad 12:37:24 Step 19/21 : LABEL arch=arm64 12:37:24 Removing intermediate container dd69ad66548d 12:37:24 ---> b2169e675a5e 12:37:24 Step 13/22 : ENV APP_PORT=48060 12:37:24 Removing intermediate container 1031ffec1e7d 12:37:24 ---> d8bd01fad82c 12:37:24 Step 14/23 : EXPOSE $APP_PORT 12:37:24 ---> Running in ab00189c355c 12:37:24 ---> Running in 9bcbe6a0b4a4 12:37:24 ---> Running in 9a98884f8dee 12:37:24 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 12:37:25 ---> 26816a12c53c 12:37:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:37:25 Removing intermediate container ff2e45bfad29 12:37:25 ---> 0c337207de35 12:37:25 Step 14/23 : EXPOSE $APP_PORT 12:37:25 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 12:37:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 12:37:25 179af1a03d25: Preparing 12:37:25 e59826578255: Preparing 12:37:25 e9c5be49bb64: Preparing 12:37:25 5917a32c1cb0: Preparing 12:37:25 8a0db7c60983: Preparing 12:37:25 33e8713114f8: Preparing 12:37:25 33e8713114f8: Waiting 12:37:25 e9c5be49bb64: Layer already exists 12:37:25 e59826578255: Layer already exists 12:37:25 8a0db7c60983: Layer already exists 12:37:25 179af1a03d25: Layer already exists 12:37:25 5917a32c1cb0: Layer already exists 12:37:25 33e8713114f8: Layer already exists 12:37:25 master: digest: sha256:bd7cc189c8df14911757dee49e1e33b5c2adac359d47e366b77d3f7ea3d9f67b size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:37:25 ===================================================== 12:37:25 Removing intermediate container ab00189c355c 12:37:25 ---> 89c54e9bdeb9 12:37:25 Step 20/21 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] echo 12:37:25 taggedImages: 12:37:25 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142 12:37:25 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.114 12:37:25 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:25 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 12:37:25 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 12:37:25 55fea418b1ac49172828e32c63c2641cfdddd142 12:37:25 2.0.0-dev.114 12:37:25 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:25 master 12:37:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 12:37:25 ---> Running in 8658e4bf9809 12:37:25 Removing intermediate container 9a98884f8dee 12:37:25 ---> b946c24bd08d 12:37:25 Step 14/22 : EXPOSE $APP_PORT 12:37:25 Removing intermediate container 9bcbe6a0b4a4 12:37:25 ---> 4217be7deb19 12:37:25 Step 15/23 : WORKDIR / 12:37:25 ---> Running in 3ac143e6800c [Pipeline] isUnix [Pipeline] sh 12:37:26 ---> Running in 224056254af0 12:37:26 ---> Running in 915c572124ab 12:37:26 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh 12:37:26 ---> 08d8f90d106d 12:37:26 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/ 12:37:26 Removing intermediate container 8658e4bf9809 12:37:26 ---> f9a212967430 12:37:26 Step 15/23 : WORKDIR / 12:37:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142 12:37:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 12:37:26 700b00cd1f91: Preparing 12:37:26 d02b29c72657: Preparing 12:37:26 4474a02fe0a3: Preparing 12:37:26 35f25cb5f9f9: Preparing 12:37:26 e4f78236fa47: Preparing 12:37:26 92514e142f22: Preparing 12:37:26 fd78eaa0367c: Preparing 12:37:26 4c3601defdd2: Preparing 12:37:26 33e8713114f8: Preparing 12:37:26 fd78eaa0367c: Waiting 12:37:26 92514e142f22: Waiting 12:37:26 4c3601defdd2: Waiting 12:37:26 33e8713114f8: Waiting 12:37:26 ---> Running in 74ffde4d0535 12:37:26 ---> Running in 618f1907bcfd 12:37:26 Removing intermediate container 3ac143e6800c 12:37:26 ---> a3f69ba1a69c 12:37:26 Step 21/21 : LABEL version=2.0.0-dev.114 12:37:26 Removing intermediate container 224056254af0 12:37:26 ---> 351cffeb3741 12:37:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:37:26 e4f78236fa47: Pushed 12:37:26 700b00cd1f91: Pushed 12:37:26 d02b29c72657: Pushed 12:37:26 Removing intermediate container 915c572124ab 12:37:26 ---> ae729615214e 12:37:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:37:26 ---> Running in 5c9f667c830f 12:37:26 92514e142f22: Pushed 12:37:26 fd78eaa0367c: Pushed 12:37:26 33e8713114f8: Layer already exists 12:37:26 4c3601defdd2: Pushed 12:37:27 Removing intermediate container 74ffde4d0535 12:37:27 ---> f7cef6e58f95 12:37:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:37:27 4474a02fe0a3: Pushed 12:37:27 35f25cb5f9f9: Pushed 12:37:27 Removing intermediate container 5c9f667c830f 12:37:27 ---> 3ff9a51d3f20 12:37:27 12:37:27 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:3bd145e4a2b6bb4abf2fcbb232e52a0274bd0752b65a122a98a45d48b45e8995 size: 2198 [Pipeline] isUnix [Pipeline] sh 12:37:28 ---> 163fb783f10c 12:37:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:37:28 ---> a88acebe2ca7 12:37:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:37:28 Successfully built 3ff9a51d3f20 12:37:28 Successfully tagged docker-security-proxy-setup-go-arm64:latest 12:37:28  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 12:37:28 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:37:28 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.114 12:37:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 12:37:28 700b00cd1f91: Preparing 12:37:28 d02b29c72657: Preparing 12:37:28 4474a02fe0a3: Preparing 12:37:28 35f25cb5f9f9: Preparing 12:37:28 e4f78236fa47: Preparing 12:37:28 92514e142f22: Preparing 12:37:28 fd78eaa0367c: Preparing 12:37:28 4c3601defdd2: Preparing 12:37:28 33e8713114f8: Preparing 12:37:28 92514e142f22: Waiting 12:37:28 fd78eaa0367c: Waiting 12:37:28 4c3601defdd2: Waiting 12:37:28 33e8713114f8: Waiting 12:37:28 700b00cd1f91: Layer already exists 12:37:28 e4f78236fa47: Layer already exists 12:37:28 35f25cb5f9f9: Layer already exists 12:37:28 4474a02fe0a3: Layer already exists 12:37:28 d02b29c72657: Layer already exists 12:37:28 92514e142f22: Layer already exists 12:37:28 fd78eaa0367c: Layer already exists 12:37:28 4c3601defdd2: Layer already exists 12:37:28 33e8713114f8: Layer already exists 12:37:28 2.0.0-dev.114: digest: sha256:3bd145e4a2b6bb4abf2fcbb232e52a0274bd0752b65a122a98a45d48b45e8995 size: 2198 [Pipeline] isUnix [Pipeline] sh 12:37:28 ---> 8b88c4fbe2eb 12:37:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:37:28 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:37:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 12:37:29 700b00cd1f91: Preparing 12:37:29 d02b29c72657: Preparing 12:37:29 4474a02fe0a3: Preparing 12:37:29 35f25cb5f9f9: Preparing 12:37:29 e4f78236fa47: Preparing 12:37:29 92514e142f22: Preparing 12:37:29 fd78eaa0367c: Preparing 12:37:29 4c3601defdd2: Preparing 12:37:29 33e8713114f8: Preparing 12:37:29 92514e142f22: Waiting 12:37:29 fd78eaa0367c: Waiting 12:37:29 4c3601defdd2: Waiting 12:37:29 33e8713114f8: Waiting 12:37:29 4474a02fe0a3: Layer already exists 12:37:29 e4f78236fa47: Layer already exists 12:37:29 35f25cb5f9f9: Layer already exists 12:37:29 700b00cd1f91: Layer already exists 12:37:29 d02b29c72657: Layer already exists 12:37:29 fd78eaa0367c: Layer already exists 12:37:29 92514e142f22: Layer already exists 12:37:29 33e8713114f8: Layer already exists 12:37:29 4c3601defdd2: Layer already exists 12:37:29 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:3bd145e4a2b6bb4abf2fcbb232e52a0274bd0752b65a122a98a45d48b45e8995 size: 2198 [Pipeline] isUnix [Pipeline] sh 12:37:29 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 12:37:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 12:37:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 12:37:29 700b00cd1f91: Preparing 12:37:29 d02b29c72657: Preparing 12:37:29 4474a02fe0a3: Preparing 12:37:29 35f25cb5f9f9: Preparing 12:37:29 e4f78236fa47: Preparing 12:37:29 92514e142f22: Preparing 12:37:29 fd78eaa0367c: Preparing 12:37:29 4c3601defdd2: Preparing 12:37:29 33e8713114f8: Preparing 12:37:29 92514e142f22: Waiting 12:37:29 fd78eaa0367c: Waiting 12:37:29 33e8713114f8: Waiting 12:37:29 4c3601defdd2: Waiting 12:37:29 d02b29c72657: Layer already exists 12:37:29 4474a02fe0a3: Layer already exists 12:37:29 35f25cb5f9f9: Layer already exists 12:37:29 700b00cd1f91: Layer already exists 12:37:29 e4f78236fa47: Layer already exists 12:37:29 fd78eaa0367c: Layer already exists 12:37:29 92514e142f22: Layer already exists 12:37:29 4c3601defdd2: Layer already exists 12:37:29 33e8713114f8: Layer already exists 12:37:30 master: digest: sha256:3bd145e4a2b6bb4abf2fcbb232e52a0274bd0752b65a122a98a45d48b45e8995 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:37:30 ===================================================== [Pipeline] echo 12:37:30 taggedImages: 12:37:30 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142 12:37:30 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.114 12:37:30 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:30 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 12:37:30 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 12:37:30 55fea418b1ac49172828e32c63c2641cfdddd142 12:37:30 2.0.0-dev.114 12:37:30 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:30 master 12:37:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:37:30 Removing intermediate container 618f1907bcfd 12:37:30 ---> 297d610d60e6 12:37:30 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 12:37:30 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh 12:37:31 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55fea418b1ac49172828e32c63c2641cfdddd142 12:37:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 12:37:31 b78853a167c2: Preparing 12:37:31 08f8d391ac85: Preparing 12:37:31 ed14d68c3449: Preparing 12:37:31 b428b43b5454: Preparing 12:37:31 33e8713114f8: Preparing 12:37:31 33e8713114f8: Layer already exists 12:37:31 ed14d68c3449: Layer already exists 12:37:31 b78853a167c2: Pushed 12:37:31 ---> c64cfe919b7c 12:37:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 12:37:31 b428b43b5454: Pushed 12:37:31 ---> f125781730a9 12:37:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:37:31 ---> Running in 7353644bab22 12:37:31 ---> 647b5da13d64 12:37:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 12:37:32 ---> 1ee82178aeff 12:37:32 Step 19/23 : ENTRYPOINT ["/core-command"] 12:37:32 ---> Running in 646306aee147 12:37:32 Removing intermediate container 7353644bab22 12:37:32 ---> 9b0eace1f3e7 12:37:32 Step 22/24 : LABEL arch=arm64 12:37:32 08f8d391ac85: Pushed 12:37:32 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:31358e305edfa26708b013df721a373fb19f9b534fa88eed46757d5d05729788 size: 1364 [Pipeline] isUnix [Pipeline] sh 12:37:33 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.114 12:37:33 ---> Running in 710dd8428278 12:37:33 ---> 42c8b079a786 12:37:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 12:37:33 ---> c2cc97aedaf1 12:37:33 Step 19/23 : ENTRYPOINT ["/core-metadata"] 12:37:33 Removing intermediate container 646306aee147 12:37:33 ---> 290736c083af 12:37:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:37:33 ---> Running in d3c2008e8bd8 [Pipeline] isUnix [Pipeline] sh 12:37:33 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.114 12:37:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 12:37:33 b78853a167c2: Preparing 12:37:33 08f8d391ac85: Preparing 12:37:33 ed14d68c3449: Preparing 12:37:33 b428b43b5454: Preparing 12:37:33 33e8713114f8: Preparing 12:37:33 33e8713114f8: Layer already exists 12:37:33 b78853a167c2: Layer already exists 12:37:33 ed14d68c3449: Layer already exists 12:37:33 08f8d391ac85: Layer already exists 12:37:33 b428b43b5454: Layer already exists 12:37:33 2.0.0-dev.114: digest: sha256:31358e305edfa26708b013df721a373fb19f9b534fa88eed46757d5d05729788 size: 1364 12:37:33 ---> Running in 50b226d623ca 12:37:33 ---> Running in bfef76ee1813 12:37:33 Removing intermediate container 710dd8428278 12:37:33 ---> a9b6aa85d36b 12:37:33 Step 23/24 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh 12:37:33 ---> Running in 069a7c67bd83 12:37:33 Removing intermediate container d3c2008e8bd8 12:37:33 ---> ba3884c5cf9c 12:37:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:37:33 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:37:33 Removing intermediate container 50b226d623ca 12:37:33 ---> 3c8c8ef54970 12:37:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:37:33 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 12:37:33 b78853a167c2: Preparing 12:37:33 08f8d391ac85: Preparing 12:37:33 ed14d68c3449: Preparing 12:37:33 b428b43b5454: Preparing 12:37:33 33e8713114f8: Preparing 12:37:33 ed14d68c3449: Layer already exists 12:37:33 08f8d391ac85: Layer already exists 12:37:33 b428b43b5454: Layer already exists 12:37:33 b78853a167c2: Layer already exists 12:37:33 33e8713114f8: Layer already exists 12:37:33 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:31358e305edfa26708b013df721a373fb19f9b534fa88eed46757d5d05729788 size: 1364 [Pipeline] isUnix [Pipeline] sh 12:37:34 ---> Running in ac4a586a1d59 12:37:34 Removing intermediate container bfef76ee1813 12:37:34 ---> 2e95e2c98c19 12:37:34 Step 21/23 : LABEL arch=arm64 12:37:34 ---> Running in e2a361ac96ec 12:37:34 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 12:37:34 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 12:37:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 12:37:34 b78853a167c2: Preparing 12:37:34 08f8d391ac85: Preparing 12:37:34 ed14d68c3449: Preparing 12:37:34 b428b43b5454: Preparing 12:37:34 33e8713114f8: Preparing 12:37:34 08f8d391ac85: Layer already exists 12:37:34 b428b43b5454: Layer already exists 12:37:34 ed14d68c3449: Layer already exists 12:37:34 33e8713114f8: Layer already exists 12:37:34 b78853a167c2: Layer already exists 12:37:34 master: digest: sha256:31358e305edfa26708b013df721a373fb19f9b534fa88eed46757d5d05729788 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:37:34 ===================================================== [Pipeline] echo 12:37:34 taggedImages: 12:37:34 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55fea418b1ac49172828e32c63c2641cfdddd142 12:37:34 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.114 12:37:34 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:34 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 12:37:34 Removing intermediate container 069a7c67bd83 12:37:34 ---> c1f85e7dbcff 12:37:34 Step 24/24 : LABEL version=2.0.0-dev.114 12:37:34 ---> Running in 7734fdfa8565 [Pipeline] echo 12:37:34 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 12:37:34 55fea418b1ac49172828e32c63c2641cfdddd142 12:37:34 2.0.0-dev.114 12:37:34 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:34 master 12:37:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:37:35 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh 12:37:35 ---> Running in c296ffa8fdce 12:37:35 Removing intermediate container ac4a586a1d59 12:37:35 ---> 6b2fe8a0adad 12:37:35 Step 20/22 : LABEL arch=arm64 12:37:35 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55fea418b1ac49172828e32c63c2641cfdddd142 12:37:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 12:37:35 f59ee0d371b5: Preparing 12:37:35 4cec762118ef: Preparing 12:37:35 ed14d68c3449: Preparing 12:37:35 4a3eae8ceb30: Preparing 12:37:35 33e8713114f8: Preparing 12:37:35 ed14d68c3449: Layer already exists 12:37:35 33e8713114f8: Layer already exists 12:37:35 4a3eae8ceb30: Layer already exists 12:37:35 f59ee0d371b5: Pushed 12:37:35 Removing intermediate container e2a361ac96ec 12:37:35 ---> 74bf29b78cca 12:37:35 Step 21/23 : LABEL arch=arm64 12:37:35 ---> Running in c277008c534d 12:37:35 Removing intermediate container 7734fdfa8565 12:37:35 ---> e623fbcb6070 12:37:35 Step 22/23 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 12:37:36 ---> Running in 04851fac5999 12:37:36 Removing intermediate container c296ffa8fdce 12:37:36 ---> 903a72ac6d75 12:37:36 12:37:36 ---> Running in 738b50191d8c 12:37:36 Successfully built 903a72ac6d75 12:37:36 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 12:37:36  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 12:37:36 4cec762118ef: Pushed 12:37:36 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:a49e372079aa1954f8c7991f9538ad29da15c230e2784cf7f9e30d688f6db357 size: 1363 [Pipeline] isUnix [Pipeline] sh 12:37:37 Removing intermediate container c277008c534d 12:37:37 ---> d551f06ae20a 12:37:37 Step 21/22 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 12:37:37 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:37:37 Removing intermediate container 04851fac5999 12:37:37 ---> 68f93ed3116d 12:37:37 Step 22/23 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 12:37:37 Removing intermediate container 738b50191d8c 12:37:37 ---> 35baa715a4e3 12:37:37 Step 23/23 : LABEL version=2.0.0-dev.114 12:37:37 ---> Running in 60665fbef728 12:37:37 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.114 12:37:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 12:37:37 f59ee0d371b5: Preparing 12:37:37 4cec762118ef: Preparing 12:37:37 ed14d68c3449: Preparing 12:37:37 4a3eae8ceb30: Preparing 12:37:37 33e8713114f8: Preparing 12:37:37 ed14d68c3449: Layer already exists 12:37:37 4cec762118ef: Layer already exists 12:37:37 4a3eae8ceb30: Layer already exists 12:37:37 f59ee0d371b5: Layer already exists 12:37:37 33e8713114f8: Layer already exists 12:37:37 2.0.0-dev.114: digest: sha256:a49e372079aa1954f8c7991f9538ad29da15c230e2784cf7f9e30d688f6db357 size: 1363 12:37:37 ---> Running in 0848657e53d9 12:37:37 ---> Running in 58ee96b5ccab [Pipeline] isUnix [Pipeline] sh 12:37:37 Removing intermediate container 60665fbef728 12:37:37 ---> 62bc5c691895 12:37:37 Step 22/22 : LABEL version=2.0.0-dev.114 12:37:37 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:37:38 Removing intermediate container 58ee96b5ccab 12:37:38 ---> 0841724ff128 12:37:38 Step 23/23 : LABEL version=2.0.0-dev.114 12:37:38 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 12:37:38 f59ee0d371b5: Preparing 12:37:38 4cec762118ef: Preparing 12:37:38 ed14d68c3449: Preparing 12:37:38 4a3eae8ceb30: Preparing 12:37:38 33e8713114f8: Preparing 12:37:38 33e8713114f8: Layer already exists 12:37:38 ed14d68c3449: Layer already exists 12:37:38 f59ee0d371b5: Layer already exists 12:37:38 4a3eae8ceb30: Layer already exists 12:37:38 4cec762118ef: Layer already exists 12:37:38 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:a49e372079aa1954f8c7991f9538ad29da15c230e2784cf7f9e30d688f6db357 size: 1363 [Pipeline] isUnix [Pipeline] sh 12:37:38 ---> Running in 722972e8ea70 12:37:38 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 12:37:38 ---> Running in 3cdcf9e71327 12:37:38 Removing intermediate container 0848657e53d9 12:37:38 ---> 49db87c0f91e 12:37:38 12:37:38 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 12:37:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 12:37:38 f59ee0d371b5: Preparing 12:37:38 4cec762118ef: Preparing 12:37:38 ed14d68c3449: Preparing 12:37:38 4a3eae8ceb30: Preparing 12:37:38 33e8713114f8: Preparing 12:37:38 f59ee0d371b5: Layer already exists 12:37:38 4a3eae8ceb30: Layer already exists 12:37:38 33e8713114f8: Layer already exists 12:37:38 4cec762118ef: Layer already exists 12:37:38 ed14d68c3449: Layer already exists 12:37:38 master: digest: sha256:a49e372079aa1954f8c7991f9538ad29da15c230e2784cf7f9e30d688f6db357 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:37:38 ===================================================== [Pipeline] echo 12:37:38 taggedImages: 12:37:38 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55fea418b1ac49172828e32c63c2641cfdddd142 12:37:38 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.114 12:37:38 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:38 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 12:37:39 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 12:37:39 55fea418b1ac49172828e32c63c2641cfdddd142 12:37:39 2.0.0-dev.114 12:37:39 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:39 master 12:37:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:37:39 Successfully built 49db87c0f91e 12:37:39 Successfully tagged docker-core-command-go-arm64:latest 12:37:39  Building docker-core-command-go ... done Building docker-core-data-go 12:37:39 Removing intermediate container 722972e8ea70 12:37:39 ---> be5f039a8366 12:37:39 12:37:39 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh 12:37:39 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55fea418b1ac49172828e32c63c2641cfdddd142 12:37:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 12:37:39 e1323339a04b: Preparing 12:37:39 c27a5e635a36: Preparing 12:37:39 554cb067cde9: Preparing 12:37:39 2b04a63e7d7d: Preparing 12:37:39 6504900e9ae3: Preparing 12:37:39 7fa8da334e66: Preparing 12:37:39 5c0af882dbb4: Preparing 12:37:39 0754057c0ad3: Preparing 12:37:39 998cdf262ab1: Preparing 12:37:39 02e56110abd2: Preparing 12:37:39 abc36efb885a: Preparing 12:37:39 b0b09059f4e1: Preparing 12:37:39 bb961f40224b: Preparing 12:37:39 f4666769fca7: Preparing 12:37:39 7fa8da334e66: Waiting 12:37:39 5c0af882dbb4: Waiting 12:37:39 b0b09059f4e1: Waiting 12:37:39 0754057c0ad3: Waiting 12:37:39 bb961f40224b: Waiting 12:37:39 998cdf262ab1: Waiting 12:37:39 f4666769fca7: Waiting 12:37:39 02e56110abd2: Waiting 12:37:39 abc36efb885a: Waiting 12:37:39 Successfully built be5f039a8366 12:37:39 Removing intermediate container 3cdcf9e71327 12:37:39 ---> 3970ea6dfbaa 12:37:39 12:37:39 Successfully tagged docker-support-notifications-go-arm64:latest 12:37:39  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 12:37:40 6504900e9ae3: Pushed 12:37:40 Successfully built 3970ea6dfbaa 12:37:40 Successfully tagged docker-core-metadata-go-arm64:latest 12:37:40  Building docker-core-metadata-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:37:40 e1323339a04b: Pushed 12:37:40 2b04a63e7d7d: Pushed 12:37:40 0754057c0ad3: Layer already exists 12:37:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:37:40 ---> b0285f88f5bb 12:37:40 Step 3/22 : WORKDIR /edgex-go 12:37:40 ---> Using cache 12:37:40 ---> 75b452fe6172 12:37:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:37:40 ---> Using cache 12:37:40 ---> d895deb5b60b 12:37:40 Step 5/22 : RUN apk add --update --no-cache make git 12:37:40 ---> Using cache 12:37:40 ---> 8ac07ba8a3ca 12:37:40 Step 6/22 : COPY go.mod . 12:37:40 ---> Using cache 12:37:40 ---> f6509f8b4924 12:37:40 Step 7/22 : RUN go mod download 12:37:40 ---> Using cache 12:37:40 ---> ea2c26ca25b7 12:37:40 Step 8/22 : COPY . . 12:37:40 ---> Using cache 12:37:40 ---> 1b1422ccb5df 12:37:40 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 12:37:40 998cdf262ab1: Layer already exists 12:37:40 c27a5e635a36: Pushed 12:37:40 02e56110abd2: Layer already exists 12:37:40 abc36efb885a: Layer already exists 12:37:40 b0b09059f4e1: Layer already exists 12:37:40 bb961f40224b: Layer already exists 12:37:40 f4666769fca7: Layer already exists 12:37:40 5c0af882dbb4: Pushed 12:37:40 ---> Running in 82b6ba730396 12:37:41 7fa8da334e66: Pushed 12:37:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:37:44 554cb067cde9: Pushed 12:37:44 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:0fd75ae97cc6a031ec344250092ccb2957f7cda88872eecb32f3deedb466fcbb size: 3252 [Pipeline] isUnix [Pipeline] sh 12:37:44 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:37:45 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.114 12:37:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 12:37:45 e1323339a04b: Preparing 12:37:45 c27a5e635a36: Preparing 12:37:45 554cb067cde9: Preparing 12:37:45 2b04a63e7d7d: Preparing 12:37:45 6504900e9ae3: Preparing 12:37:45 7fa8da334e66: Preparing 12:37:45 5c0af882dbb4: Preparing 12:37:45 0754057c0ad3: Preparing 12:37:45 998cdf262ab1: Preparing 12:37:45 02e56110abd2: Preparing 12:37:45 abc36efb885a: Preparing 12:37:45 b0b09059f4e1: Preparing 12:37:45 bb961f40224b: Preparing 12:37:45 f4666769fca7: Preparing 12:37:45 7fa8da334e66: Waiting 12:37:45 5c0af882dbb4: Waiting 12:37:45 0754057c0ad3: Waiting 12:37:45 998cdf262ab1: Waiting 12:37:45 02e56110abd2: Waiting 12:37:45 bb961f40224b: Waiting 12:37:45 b0b09059f4e1: Waiting 12:37:45 abc36efb885a: Waiting 12:37:45 f4666769fca7: Waiting 12:37:45 2b04a63e7d7d: Layer already exists 12:37:45 c27a5e635a36: Layer already exists 12:37:45 554cb067cde9: Layer already exists 12:37:45 6504900e9ae3: Layer already exists 12:37:45 e1323339a04b: Layer already exists 12:37:45 0754057c0ad3: Layer already exists 12:37:45 998cdf262ab1: Layer already exists 12:37:45 7fa8da334e66: Layer already exists 12:37:45 5c0af882dbb4: Layer already exists 12:37:45 02e56110abd2: Layer already exists 12:37:45 b0b09059f4e1: Layer already exists 12:37:45 bb961f40224b: Layer already exists 12:37:45 abc36efb885a: Layer already exists 12:37:45 f4666769fca7: Layer already exists 12:37:45 2.0.0-dev.114: digest: sha256:0fd75ae97cc6a031ec344250092ccb2957f7cda88872eecb32f3deedb466fcbb size: 3252 [Pipeline] isUnix [Pipeline] sh 12:37:45 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:37:45 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 12:37:45 e1323339a04b: Preparing 12:37:45 c27a5e635a36: Preparing 12:37:45 554cb067cde9: Preparing 12:37:45 2b04a63e7d7d: Preparing 12:37:45 6504900e9ae3: Preparing 12:37:45 7fa8da334e66: Preparing 12:37:45 5c0af882dbb4: Preparing 12:37:45 0754057c0ad3: Preparing 12:37:45 998cdf262ab1: Preparing 12:37:45 02e56110abd2: Preparing 12:37:45 abc36efb885a: Preparing 12:37:45 b0b09059f4e1: Preparing 12:37:45 bb961f40224b: Preparing 12:37:45 f4666769fca7: Preparing 12:37:45 7fa8da334e66: Waiting 12:37:45 5c0af882dbb4: Waiting 12:37:45 0754057c0ad3: Waiting 12:37:45 998cdf262ab1: Waiting 12:37:45 02e56110abd2: Waiting 12:37:45 abc36efb885a: Waiting 12:37:45 b0b09059f4e1: Waiting 12:37:45 bb961f40224b: Waiting 12:37:45 f4666769fca7: Waiting 12:37:45 554cb067cde9: Layer already exists 12:37:45 e1323339a04b: Layer already exists 12:37:45 6504900e9ae3: Layer already exists 12:37:45 c27a5e635a36: Layer already exists 12:37:45 2b04a63e7d7d: Layer already exists 12:37:45 7fa8da334e66: Layer already exists 12:37:45 0754057c0ad3: Layer already exists 12:37:45 5c0af882dbb4: Layer already exists 12:37:45 998cdf262ab1: Layer already exists 12:37:45 02e56110abd2: Layer already exists 12:37:45 bb961f40224b: Layer already exists 12:37:45 f4666769fca7: Layer already exists 12:37:45 abc36efb885a: Layer already exists 12:37:45 b0b09059f4e1: Layer already exists 12:37:45 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:0fd75ae97cc6a031ec344250092ccb2957f7cda88872eecb32f3deedb466fcbb size: 3252 [Pipeline] isUnix [Pipeline] sh 12:37:46 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 12:37:46 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 12:37:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 12:37:46 e1323339a04b: Preparing 12:37:46 c27a5e635a36: Preparing 12:37:46 554cb067cde9: Preparing 12:37:46 2b04a63e7d7d: Preparing 12:37:46 6504900e9ae3: Preparing 12:37:46 7fa8da334e66: Preparing 12:37:46 5c0af882dbb4: Preparing 12:37:46 0754057c0ad3: Preparing 12:37:46 998cdf262ab1: Preparing 12:37:46 02e56110abd2: Preparing 12:37:46 abc36efb885a: Preparing 12:37:46 b0b09059f4e1: Preparing 12:37:46 bb961f40224b: Preparing 12:37:46 f4666769fca7: Preparing 12:37:46 5c0af882dbb4: Waiting 12:37:46 0754057c0ad3: Waiting 12:37:46 b0b09059f4e1: Waiting 12:37:46 bb961f40224b: Waiting 12:37:46 998cdf262ab1: Waiting 12:37:46 f4666769fca7: Waiting 12:37:46 02e56110abd2: Waiting 12:37:46 abc36efb885a: Waiting 12:37:46 7fa8da334e66: Waiting 12:37:46 2b04a63e7d7d: Layer already exists 12:37:46 c27a5e635a36: Layer already exists 12:37:46 e1323339a04b: Layer already exists 12:37:46 554cb067cde9: Layer already exists 12:37:46 6504900e9ae3: Layer already exists 12:37:46 0754057c0ad3: Layer already exists 12:37:46 7fa8da334e66: Layer already exists 12:37:46 5c0af882dbb4: Layer already exists 12:37:46 998cdf262ab1: Layer already exists 12:37:46 02e56110abd2: Layer already exists 12:37:46 b0b09059f4e1: Layer already exists 12:37:46 f4666769fca7: Layer already exists 12:37:46 abc36efb885a: Layer already exists 12:37:46 bb961f40224b: Layer already exists 12:37:46 master: digest: sha256:0fd75ae97cc6a031ec344250092ccb2957f7cda88872eecb32f3deedb466fcbb size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:37:46 ===================================================== [Pipeline] echo 12:37:46 taggedImages: 12:37:46 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55fea418b1ac49172828e32c63c2641cfdddd142 12:37:46 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.114 12:37:46 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:37:46 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 12:38:05 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:38:05 Step 2/31 : FROM ${BUILDER_BASE} AS builder 12:38:05 ---> b0285f88f5bb 12:38:05 Step 3/31 : WORKDIR /edgex-go 12:38:05 ---> Using cache 12:38:05 ---> 75b452fe6172 12:38:05 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:38:05 ---> Using cache 12:38:05 ---> d895deb5b60b 12:38:05 Step 5/31 : RUN apk add --update --no-cache make git 12:38:05 ---> Using cache 12:38:05 ---> 8ac07ba8a3ca 12:38:05 Step 6/31 : COPY go.mod . 12:38:05 ---> Using cache 12:38:05 ---> f6509f8b4924 12:38:05 Step 7/31 : RUN go mod download 12:38:05 ---> Using cache 12:38:05 ---> ea2c26ca25b7 12:38:05 Step 8/31 : COPY . . 12:38:05 ---> Using cache 12:38:05 ---> 1b1422ccb5df 12:38:05 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 12:38:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:38:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:38:06 ---> b0285f88f5bb 12:38:06 Step 3/23 : WORKDIR /edgex-go 12:38:06 ---> Using cache 12:38:06 ---> 75b452fe6172 12:38:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:38:06 ---> Using cache 12:38:06 ---> d895deb5b60b 12:38:06 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 12:38:06 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:38:06 Step 2/26 : FROM ${BUILDER_BASE} AS builder 12:38:06 ---> b0285f88f5bb 12:38:06 Step 3/26 : WORKDIR /edgex-go 12:38:06 ---> Using cache 12:38:06 ---> 75b452fe6172 12:38:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:38:06 ---> Using cache 12:38:06 ---> d895deb5b60b 12:38:06 Step 5/26 : RUN apk add --update --no-cache make bash git 12:38:10 ---> Running in debc04148165 12:38:10 ---> Running in 6792b3a915c8 12:38:10 ---> Running in 320d5eaeff5b 12:38:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:38:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:38:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:38:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:38:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:38:14 OK: 217 MiB in 51 packages 12:38:14 OK: 217 MiB in 51 packages 12:38:16 Removing intermediate container 320d5eaeff5b 12:38:16 ---> b573f846399a 12:38:16 Step 6/26 : COPY go.mod . 12:38:16 Removing intermediate container debc04148165 12:38:16 ---> 5816eb6339a5 12:38:16 Step 6/23 : COPY go.mod . 12:38:17 ---> d8cf7d4cd057 12:38:17 Step 7/26 : RUN go mod download 12:38:17 ---> Running in 4441e18ff605 12:38:17 ---> db87aa5810dc 12:38:17 Step 7/23 : RUN go mod download 12:38:18 ---> Running in 2f0e8ccd7056 12:38:22 Removing intermediate container 4441e18ff605 12:38:22 ---> 69d5b74c21dc 12:38:22 Step 8/26 : COPY . . 12:38:23 Removing intermediate container 2f0e8ccd7056 12:38:23 ---> e94c1f27f7d5 12:38:23 Step 8/23 : COPY . . 12:38:41 ---> b5dc9f4e7080 12:38:41 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:38:41 ---> Running in 032fe1da8abc 12:38:42 ---> 801e3f1dd252 12:38:42 Step 9/23 : RUN make cmd/core-data/core-data 12:38:43 ---> Running in e7ecde8ed9eb 12:38:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 12:38:45 Removing intermediate container 82b6ba730396 12:38:45 ---> 66688ea03457 12:38:45 12:38:45 Step 10/22 : FROM alpine:3.12 12:38:45 ---> d10569e2745f 12:38:45 Step 11/22 : RUN apk add --update --no-cache dumb-init 12:38:45 ---> Using cache 12:38:45 ---> 0c0fbb170111 12:38:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:38:45 ---> Using cache 12:38:45 ---> 93bb04ccdd2a 12:38:45 Step 13/22 : ENV APP_PORT=48085 12:38:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/core-data/core-data ./cmd/core-data 12:38:45 ---> Running in f535e529ddeb 12:38:46 Removing intermediate container f535e529ddeb 12:38:46 ---> 855888dc7483 12:38:46 Step 14/22 : EXPOSE $APP_PORT 12:38:46 ---> Running in b96c895010fe 12:38:46 Removing intermediate container b96c895010fe 12:38:46 ---> e0c2b5d486df 12:38:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:38:48 ---> 5ba61d2dce80 12:38:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:38:50 ---> 6ba6d4d606de 12:38:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:38:51 ---> db466afc54ac 12:38:51 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 12:38:51 ---> Running in bb4e7fc61ac0 12:38:52 Removing intermediate container bb4e7fc61ac0 12:38:52 ---> e7e430cf670d 12:38:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:38:52 ---> Running in 0c574e564f81 12:38:53 Removing intermediate container 0c574e564f81 12:38:53 ---> 92065382caa4 12:38:53 Step 20/22 : LABEL arch=arm64 12:38:53 ---> Running in c2efdc66fe70 12:38:53 Removing intermediate container c2efdc66fe70 12:38:53 ---> 00eff1b92cf1 12:38:53 Step 21/22 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 12:38:53 ---> Running in 49eb934cca66 12:38:54 Removing intermediate container 49eb934cca66 12:38:54 ---> 12adbac3e092 12:38:54 Step 22/22 : LABEL version=2.0.0-dev.114 12:38:54 ---> Running in f0daed747024 12:38:55 Removing intermediate container f0daed747024 12:38:55 ---> af8836d7da49 12:38:55 12:38:56 Successfully built af8836d7da49 12:38:56 Successfully tagged docker-support-scheduler-go-arm64:latest 12:39:14  Building docker-support-scheduler-go ... done Removing intermediate container 6792b3a915c8 12:39:14 ---> 6bfc4ed0455d 12:39:14 12:39:14 Step 10/31 : FROM alpine:3.12 12:39:14 ---> d10569e2745f 12:39:14 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 12:39:14 ---> Running in c182e4852362 12:39:14 Removing intermediate container c182e4852362 12:39:14 ---> a8c13756a520 12:39:14 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 12:39:15 ---> Running in 4c32e123845c 12:39:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:39:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:39:17 (1/2) Installing dumb-init (1.2.2-r1) 12:39:17 (2/2) Installing su-exec (0.2-r1) 12:39:17 Executing busybox-1.31.1-r19.trigger 12:39:17 OK: 5 MiB in 16 packages 12:39:19 Removing intermediate container 4c32e123845c 12:39:19 ---> 3a2c31340c60 12:39:19 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 12:39:19 ---> Running in ebc03d2a1ffd 12:39:20 Removing intermediate container ebc03d2a1ffd 12:39:20 ---> 24ddce6477fd 12:39:20 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 12:39:20 ---> Running in fa76912664a7 12:39:21 Removing intermediate container fa76912664a7 12:39:21 ---> a6042be440ba 12:39:21 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 12:39:21 ---> Running in 8e25ac47f1e3 12:39:24 Removing intermediate container 8e25ac47f1e3 12:39:24 ---> a43b60dd4985 12:39:24 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 12:39:24 ---> Running in d19f3c5f993e 12:39:25 Removing intermediate container d19f3c5f993e 12:39:25 ---> aeb38e3ab9dc 12:39:25 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 12:39:26 ---> 7bb620863daa 12:39:26 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 12:39:26 ---> Running in c50e1b19d248 12:39:31 Removing intermediate container c50e1b19d248 12:39:31 ---> 8c76277d3f05 12:39:31 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 12:39:31 ---> b25bbc7777f8 12:39:31 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 12:39:33 ---> dce7b9e99c59 12:39:33 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 12:39:34 ---> 4689dba53e30 12:39:34 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 12:39:36 ---> c63e1ad23252 12:39:36 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 12:39:37 ---> f3163a48e478 12:39:37 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 12:39:37 ---> Running in 9daac0bb39fa 12:39:38 Removing intermediate container 9daac0bb39fa 12:39:38 ---> 231a3b6288e5 12:39:38 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 12:39:39 ---> 4c2631380065 12:39:39 Step 26/31 : RUN chmod +x /entrypoint.sh 12:39:40 ---> Running in 28cd3a3c1496 12:39:44 Removing intermediate container 28cd3a3c1496 12:39:44 ---> d5725eef1b02 12:39:44 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 12:39:44 ---> Running in 98900ea91b29 12:39:45 Removing intermediate container 98900ea91b29 12:39:45 ---> 305ae4022856 12:39:45 Step 28/31 : CMD ["gate"] 12:39:46 ---> Running in d2be4fffd906 12:39:46 Removing intermediate container 032fe1da8abc 12:39:46 ---> 5d4f4c9ba326 12:39:47 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 12:39:47 Removing intermediate container d2be4fffd906 12:39:47 ---> 5eca0372b7ed 12:39:47 Step 29/31 : LABEL arch=arm64 12:39:47 ---> Running in 0e086e4a976f 12:39:47 ---> Running in baca943053de 12:39:48 Removing intermediate container baca943053de 12:39:48 ---> 5919e5b68c9b 12:39:48 Step 30/31 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 12:39:48 ---> Running in 5a97589bc35b 12:39:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.114" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 12:39:49 Removing intermediate container 5a97589bc35b 12:39:49 ---> 0fa6897c1801 12:39:49 Step 31/31 : LABEL version=2.0.0-dev.114 12:39:49 ---> Running in e32fe07650b7 12:39:50 Removing intermediate container e32fe07650b7 12:39:50 ---> d5181289a91f 12:39:50 12:39:50 Successfully built d5181289a91f 12:39:50 Successfully tagged docker-security-bootstrapper-go-arm64:latest 12:39:52  Building docker-security-bootstrapper-go ... done Removing intermediate container 0e086e4a976f 12:39:52 ---> c7d64c39f4f6 12:39:52 12:39:52 Step 11/26 : FROM docker:20.10.0 12:39:52 20.10.0: Pulling from library/docker 12:40:00 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 12:40:00 Status: Downloaded newer image for docker:20.10.0 12:40:00 ---> eeaf43b92773 12:40:00 Step 12/26 : RUN apk add --no-cache bash 12:40:01 ---> Running in ef5d9d602b7f 12:40:02 Removing intermediate container e7ecde8ed9eb 12:40:02 ---> 97e8f9aaede1 12:40:02 12:40:02 Step 10/23 : FROM alpine:3.12 12:40:02 ---> d10569e2745f 12:40:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:40:02 ---> Running in a316ff77a818 12:40:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:40:03 Removing intermediate container a316ff77a818 12:40:03 ---> 3ef515cfcc8a 12:40:03 Step 12/23 : ENV APP_PORT=48080 12:40:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:40:03 ---> Running in 6b9ad55a8646 12:40:03 Removing intermediate container 6b9ad55a8646 12:40:03 ---> 8d5033895981 12:40:03 Step 13/23 : EXPOSE $APP_PORT 12:40:03 (1/2) Installing readline (8.0.4-r0) 12:40:03 (2/2) Installing bash (5.0.17-r0) 12:40:03 Executing bash-5.0.17-r0.post-install 12:40:03 Executing busybox-1.31.1-r19.trigger 12:40:03 ---> Running in 0f66d7fc0eab 12:40:03 OK: 12 MiB in 22 packages 12:40:04 Removing intermediate container 0f66d7fc0eab 12:40:04 ---> 29a1727b5c0c 12:40:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:40:04 ---> Running in 6c99f1979520 12:40:05 Removing intermediate container ef5d9d602b7f 12:40:05 ---> 301deaffb840 12:40:05 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 12:40:05 ---> Running in 01260f17b0e7 12:40:05 Removing intermediate container 01260f17b0e7 12:40:05 ---> 81fc0da3c059 12:40:05 Step 14/26 : ENV APP_PORT=48090 12:40:05 ---> Running in 320dfcadcd8e 12:40:06 Removing intermediate container 320dfcadcd8e 12:40:06 ---> 91cae5301bb7 12:40:06 Step 15/26 : EXPOSE $APP_PORT 12:40:06 ---> Running in 04bfadeffc43 12:40:06 Removing intermediate container 6c99f1979520 12:40:06 ---> 59689a6f46dd 12:40:06 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 12:40:06 ---> Running in 3cf22d8a04fe 12:40:06 Removing intermediate container 04bfadeffc43 12:40:06 ---> 76dc57f2bd40 12:40:06 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 12:40:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:40:07 ---> bda88312dde4 12:40:07 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 12:40:08 ---> f34c00befc92 12:40:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 12:40:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:40:09 (1/6) Installing dumb-init (1.2.2-r1) 12:40:09 (2/6) Installing libgcc (9.3.0-r2) 12:40:09 ---> 828f28606440 12:40:09 Step 19/26 : RUN apk --no-cache add py3-pip 12:40:09 (3/6) Installing libsodium (1.0.18-r0) 12:40:09 ---> Running in d22393fb576b 12:40:09 (4/6) Installing libstdc++ (9.3.0-r2) 12:40:10 (5/6) Installing libzmq (4.3.3-r0) 12:40:10 (6/6) Installing zeromq (4.3.3-r0) 12:40:10 Executing busybox-1.31.1-r19.trigger 12:40:10 OK: 8 MiB in 20 packages 12:40:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:40:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:40:11 (1/33) Installing libbz2 (1.0.8-r1) 12:40:11 (2/33) Installing expat (2.2.9-r1) 12:40:11 Removing intermediate container 3cf22d8a04fe 12:40:11 ---> c1bdc6864f70 12:40:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:40:11 (3/33) Installing libffi (3.3-r2) 12:40:11 (4/33) Installing gdbm (1.13-r1) 12:40:11 (5/33) Installing xz-libs (5.2.5-r0) 12:40:11 (6/33) Installing sqlite-libs (3.32.1-r0) 12:40:11 (7/33) Installing python3 (3.8.5-r1) 12:40:13 ---> 4c36c1b27e00 12:40:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:40:13 (8/33) Installing py3-appdirs (1.4.4-r1) 12:40:13 (9/33) Installing py3-ordered-set (4.0.1-r0) 12:40:13 (10/33) Installing py3-parsing (2.4.7-r0) 12:40:13 (11/33) Installing py3-six (1.15.0-r0) 12:40:13 (12/33) Installing py3-packaging (20.4-r0) 12:40:13 (13/33) Installing py3-setuptools (47.0.0-r0) 12:40:13 (14/33) Installing py3-chardet (3.0.4-r4) 12:40:13 (15/33) Installing py3-idna (2.9-r0) 12:40:13 (16/33) Installing py3-certifi (2020.4.5.1-r0) 12:40:13 (17/33) Installing py3-urllib3 (1.25.9-r0) 12:40:13 (18/33) Installing py3-requests (2.23.0-r0) 12:40:13 (19/33) Installing py3-msgpack (1.0.0-r0) 12:40:13 (20/33) Installing py3-lockfile (0.12.2-r3) 12:40:13 (21/33) Installing py3-cachecontrol (0.12.6-r0) 12:40:13 (22/33) Installing py3-colorama (0.4.3-r0) 12:40:13 (23/33) Installing py3-distlib (0.3.0-r0) 12:40:13 (24/33) Installing py3-distro (1.5.0-r1) 12:40:13 (25/33) Installing py3-webencodings (0.5.1-r3) 12:40:13 (26/33) Installing py3-html5lib (1.0.1-r4) 12:40:14 (27/33) Installing py3-pytoml (0.1.21-r0) 12:40:14 (28/33) Installing py3-pep517 (0.8.2-r0) 12:40:14 (29/33) Installing py3-progress (1.5-r0) 12:40:14 (30/33) Installing py3-toml (0.10.1-r0) 12:40:14 (31/33) Installing py3-retrying (1.3.3-r0) 12:40:14 (32/33) Installing py3-contextlib2 (0.6.0-r0) 12:40:14 (33/33) Installing py3-pip (20.1.1-r0) 12:40:14 Executing busybox-1.31.1-r19.trigger 12:40:14 OK: 71 MiB in 55 packages 12:40:14 ---> e8391499978c 12:40:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:40:15 ---> 84b5d3e06f33 12:40:15 Step 19/23 : ENTRYPOINT ["/core-data"] 12:40:15 ---> Running in 1d41e532c404 12:40:16 Removing intermediate container 1d41e532c404 12:40:16 ---> 1adafc8bbf0d 12:40:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:40:16 ---> Running in f094c2312642 12:40:17 Removing intermediate container f094c2312642 12:40:17 ---> 6638fae4df14 12:40:17 Step 21/23 : LABEL arch=arm64 12:40:17 ---> Running in 78c82dade9d7 12:40:18 Removing intermediate container 78c82dade9d7 12:40:18 ---> 52413e75d76d 12:40:18 Step 22/23 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 12:40:18 ---> Running in 0df0363f89a0 12:40:19 Removing intermediate container 0df0363f89a0 12:40:19 ---> ff5e82926c5d 12:40:19 Step 23/23 : LABEL version=2.0.0-dev.114 12:40:19 ---> Running in 97c904d3bfa3 12:40:20 Removing intermediate container d22393fb576b 12:40:20 ---> 5e6551acdc6b 12:40:20 Step 20/26 : RUN pip install docker-compose==1.23.2 12:40:20 Removing intermediate container 97c904d3bfa3 12:40:20 ---> f23e083a1cd5 12:40:20 12:40:20 ---> Running in 81ed8bcf9ddf 12:40:20 Successfully built f23e083a1cd5 12:40:20 Successfully tagged docker-core-data-go-arm64:latest 12:40:24  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 12:40:25 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 12:40:25 Collecting jsonschema<3,>=2.5.1 12:40:25 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 12:40:26 Collecting PyYAML<4,>=3.10 12:40:26 Downloading PyYAML-3.13.tar.gz (270 kB) 12:40:30 Collecting websocket-client<1.0,>=0.32.0 12:40:30 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 12:40:30 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 12:40:30 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 12:40:31 Collecting texttable<0.10,>=0.9.0 12:40:31 Downloading texttable-0.9.1.tar.gz (11 kB) 12:40:32 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 12:40:33 Collecting docker<4.0,>=3.6.0 12:40:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 12:40:33 Collecting cached-property<2,>=1.2.0 12:40:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 12:40:34 Collecting dockerpty<0.5,>=0.4.1 12:40:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 12:40:36 Collecting docopt<0.7,>=0.6.1 12:40:36 Downloading docopt-0.6.2.tar.gz (25 kB) 12:40:38 Collecting idna<2.8,>=2.5 12:40:38 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 12:40:38 Collecting urllib3<1.25,>=1.21.1 12:40:38 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 12:40: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) 12:40: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) 12:40:39 Collecting docker-pycreds>=0.4.0 12:40:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 12:40:39 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 12:40:39 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 12:40:39 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 12:40:39 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 12:40:40 Installing collected packages: jsonschema, PyYAML, websocket-client, idna, urllib3, requests, texttable, docker-pycreds, docker, cached-property, dockerpty, docopt, docker-compose 12:40:40 Running setup.py install for PyYAML: started 12:40:42 Running setup.py install for PyYAML: finished with status 'done' 12:40:42 Attempting uninstall: idna 12:40:42 Found existing installation: idna 2.9 12:40:42 Uninstalling idna-2.9: 12:40:42 Successfully uninstalled idna-2.9 12:40:43 Attempting uninstall: urllib3 12:40:43 Found existing installation: urllib3 1.25.9 12:40:43 Uninstalling urllib3-1.25.9: 12:40:43 Successfully uninstalled urllib3-1.25.9 12:40:43 Attempting uninstall: requests 12:40:43 Found existing installation: requests 2.23.0 12:40:44 Uninstalling requests-2.23.0: 12:40:44 Successfully uninstalled requests-2.23.0 12:40:44 Running setup.py install for texttable: started 12:40:46 Running setup.py install for texttable: finished with status 'done' 12:40:47 Running setup.py install for dockerpty: started 12:40:49 Running setup.py install for dockerpty: finished with status 'done' 12:40:49 Running setup.py install for docopt: started 12:40:51 Running setup.py install for docopt: finished with status 'done' 12:40:52 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 12:40:56 Removing intermediate container 81ed8bcf9ddf 12:40:56 ---> c7cc4ec326e3 12:40:56 Step 21/26 : RUN apk --no-cache add curl 12:40:56 ---> Running in c6af590d3f4f 12:40:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:40:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:40:58 (1/3) Installing nghttp2-libs (1.41.0-r0) 12:40:58 (2/3) Installing libcurl (7.69.1-r3) 12:40:58 (3/3) Installing curl (7.69.1-r3) 12:40:58 Executing busybox-1.31.1-r19.trigger 12:40:58 OK: 71 MiB in 58 packages 12:40:59 Removing intermediate container c6af590d3f4f 12:40:59 ---> 1087089ffbf8 12:40:59 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 12:40:59 ---> Running in d59ed213f9d8 12:40:59 Removing intermediate container d59ed213f9d8 12:40:59 ---> fd1f193eea65 12:40:59 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:41:00 ---> Running in cd94085803aa 12:41:00 Removing intermediate container cd94085803aa 12:41:00 ---> 6f056b722b77 12:41:00 Step 24/26 : LABEL arch=arm64 12:41:00 ---> Running in 2d3a5ebeb846 12:41:00 Removing intermediate container 2d3a5ebeb846 12:41:00 ---> e372f78a4f9f 12:41:00 Step 25/26 : LABEL git_sha=55fea418b1ac49172828e32c63c2641cfdddd142 12:41:01 ---> Running in 30d12946fdc2 12:41:01 Removing intermediate container 30d12946fdc2 12:41:01 ---> 70099f6bad70 12:41:01 Step 26/26 : LABEL version=2.0.0-dev.114 12:41:01 ---> Running in 0e12571ac28c 12:41:02 Removing intermediate container 0e12571ac28c 12:41:02 ---> aa13c770a46e 12:41:02 12:41:02 Successfully built aa13c770a46e 12:41:02 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 12:41:02  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 12:41:02 $ docker stop --time=1 d74bdf72536bb167f50307fa9aff2d527c46a20144c25a8076a4bb685404e6d7 12:41:05 $ docker rm -f d74bdf72536bb167f50307fa9aff2d527c46a20144c25a8076a4bb685404e6d7 [Pipeline] // withDockerContainer [Pipeline] sh 12:41:05 + + grep docker 12:41:05 docker images 12:41:06 docker-sys-mgmt-agent-go-arm64 latest aa13c770a46e 4 seconds ago 300MB 12:41:06 docker-core-data-go-arm64 latest f23e083a1cd5 46 seconds ago 21.1MB 12:41:06 docker-security-bootstrapper-go-arm64 latest d5181289a91f About a minute ago 17.8MB 12:41:06 docker-support-scheduler-go-arm64 latest af8836d7da49 2 minutes ago 16.3MB 12:41:06 docker-core-metadata-go-arm64 latest 3970ea6dfbaa 3 minutes ago 17.9MB 12:41:06 docker-support-notifications-go-arm64 latest be5f039a8366 3 minutes ago 16.9MB 12:41:06 docker-core-command-go-arm64 latest 49db87c0f91e 3 minutes ago 16.2MB 12:41:06 docker-security-secretstore-setup-go-arm64 latest 903a72ac6d75 3 minutes ago 23.7MB 12:41:06 docker-security-proxy-setup-go-arm64 latest 3ff9a51d3f20 3 minutes ago 23.4MB 12:41:06 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 12:41:06 provisioning config files... 12:41:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/381@tmp/config1261683399726854491tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:41:07 ---> docker-login.sh 12:41:07 nexus3.edgexfoundry.org:10001 12:41:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:41:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:41:07 Configure a credential helper to remove this warning. See 12:41:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:41:07 12:41:07 Login Succeeded 12:41:07 nexus3.edgexfoundry.org:10002 12:41:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:41:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:41:08 Configure a credential helper to remove this warning. See 12:41:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:41:08 12:41:08 Login Succeeded 12:41:08 nexus3.edgexfoundry.org:10003 12:41:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:41:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:41:08 Configure a credential helper to remove this warning. See 12:41:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:41:08 12:41:08 Login Succeeded 12:41:08 nexus3.edgexfoundry.org:10004 12:41:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:41:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:41:09 Configure a credential helper to remove this warning. See 12:41:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:41:09 12:41:09 Login Succeeded 12:41:09 docker.io 12:41:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:41:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:41:10 Configure a credential helper to remove this warning. See 12:41:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:41:10 12:41:10 Login Succeeded 12:41:10 ---> docker-login.sh ends [Pipeline] } 12:41:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:41:10 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 12:41:10 55fea418b1ac49172828e32c63c2641cfdddd142 12:41:10 2.0.0-dev.114 12:41:10 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:41:10 master 12:41:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:41:11 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh 12:41:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 12:41:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 12:41:11 1590688054fd: Preparing 12:41:11 ebb37763acae: Preparing 12:41:11 d08a831819f9: Preparing 12:41:11 f029ce0a9699: Preparing 12:41:11 02a88cfff88f: Preparing 12:41:11 02a88cfff88f: Layer already exists 12:41:11 1590688054fd: Pushed 12:41:11 f029ce0a9699: Pushed 12:41:11 d08a831819f9: Pushed 12:41:14 ebb37763acae: Pushed 12:41:14 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:bbfe4ddb8b98ddc8ca19bf29965d0ed94ecebfc265e45e668eb581870c9fe549 size: 1363 [Pipeline] isUnix [Pipeline] sh 12:41:15 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:41:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.114 12:41:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 12:41:15 1590688054fd: Preparing 12:41:15 ebb37763acae: Preparing 12:41:15 d08a831819f9: Preparing 12:41:15 f029ce0a9699: Preparing 12:41:15 02a88cfff88f: Preparing 12:41:15 d08a831819f9: Layer already exists 12:41:15 f029ce0a9699: Layer already exists 12:41:15 1590688054fd: Layer already exists 12:41:15 02a88cfff88f: Layer already exists 12:41:15 ebb37763acae: Layer already exists 12:41:15 2.0.0-dev.114: digest: sha256:bbfe4ddb8b98ddc8ca19bf29965d0ed94ecebfc265e45e668eb581870c9fe549 size: 1363 [Pipeline] isUnix [Pipeline] sh 12:41:16 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:41:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:41:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 12:41:16 1590688054fd: Preparing 12:41:16 ebb37763acae: Preparing 12:41:16 d08a831819f9: Preparing 12:41:16 f029ce0a9699: Preparing 12:41:16 02a88cfff88f: Preparing 12:41:16 ebb37763acae: Layer already exists 12:41:16 d08a831819f9: Layer already exists 12:41:16 02a88cfff88f: Layer already exists 12:41:16 1590688054fd: Layer already exists 12:41:16 f029ce0a9699: Layer already exists 12:41:17 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:bbfe4ddb8b98ddc8ca19bf29965d0ed94ecebfc265e45e668eb581870c9fe549 size: 1363 [Pipeline] isUnix [Pipeline] sh 12:41:17 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 12:41:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 12:41:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 12:41:18 1590688054fd: Preparing 12:41:18 ebb37763acae: Preparing 12:41:18 d08a831819f9: Preparing 12:41:18 f029ce0a9699: Preparing 12:41:18 02a88cfff88f: Preparing 12:41:18 f029ce0a9699: Layer already exists 12:41:18 d08a831819f9: Layer already exists 12:41:18 1590688054fd: Layer already exists 12:41:18 ebb37763acae: Layer already exists 12:41:18 02a88cfff88f: Layer already exists 12:41:18 master: digest: sha256:bbfe4ddb8b98ddc8ca19bf29965d0ed94ecebfc265e45e668eb581870c9fe549 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:41:18 ===================================================== [Pipeline] echo 12:41:18 taggedImages: 12:41:18 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 12:41:18 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.114 12:41:18 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:41:18 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 12:41:18 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 12:41:18 55fea418b1ac49172828e32c63c2641cfdddd142 12:41:18 2.0.0-dev.114 12:41:18 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:41:18 master 12:41:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:41:19 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh 12:41:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 12:41:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 12:41:19 e2cb794e97ed: Preparing 12:41:19 0bc92faa522b: Preparing 12:41:19 d08a831819f9: Preparing 12:41:19 ff217574ce99: Preparing 12:41:19 f59939cdde49: Preparing 12:41:19 02a88cfff88f: Preparing 12:41:19 02a88cfff88f: Waiting 12:41:19 d08a831819f9: Layer already exists 12:41:19 02a88cfff88f: Layer already exists 12:41:19 f59939cdde49: Pushed 12:41:19 e2cb794e97ed: Pushed 12:41:20 ff217574ce99: Pushed 12:41:23 0bc92faa522b: Pushed 12:41:23 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:4849e9ddf6dc9f878f1fa3a0988210064b58a3a7a2339ab252341f7d10985d9c size: 1572 [Pipeline] isUnix [Pipeline] sh 12:41:23 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:41:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.114 12:41:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 12:41:23 e2cb794e97ed: Preparing 12:41:23 0bc92faa522b: Preparing 12:41:23 d08a831819f9: Preparing 12:41:23 ff217574ce99: Preparing 12:41:23 f59939cdde49: Preparing 12:41:23 02a88cfff88f: Preparing 12:41:23 02a88cfff88f: Waiting 12:41:23 f59939cdde49: Layer already exists 12:41:23 e2cb794e97ed: Layer already exists 12:41:23 0bc92faa522b: Layer already exists 12:41:23 ff217574ce99: Layer already exists 12:41:23 d08a831819f9: Layer already exists 12:41:23 02a88cfff88f: Layer already exists 12:41:24 2.0.0-dev.114: digest: sha256:4849e9ddf6dc9f878f1fa3a0988210064b58a3a7a2339ab252341f7d10985d9c size: 1572 [Pipeline] isUnix [Pipeline] sh 12:41:24 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:41:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:41:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 12:41:24 e2cb794e97ed: Preparing 12:41:24 0bc92faa522b: Preparing 12:41:24 d08a831819f9: Preparing 12:41:24 ff217574ce99: Preparing 12:41:24 f59939cdde49: Preparing 12:41:24 02a88cfff88f: Preparing 12:41:24 02a88cfff88f: Waiting 12:41:24 f59939cdde49: Layer already exists 12:41:24 d08a831819f9: Layer already exists 12:41:25 ff217574ce99: Layer already exists 12:41:25 0bc92faa522b: Layer already exists 12:41:25 e2cb794e97ed: Layer already exists 12:41:25 02a88cfff88f: Layer already exists 12:41:25 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:4849e9ddf6dc9f878f1fa3a0988210064b58a3a7a2339ab252341f7d10985d9c size: 1572 [Pipeline] isUnix [Pipeline] sh 12:41:25 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 12:41:25 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 12:41:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 12:41:25 e2cb794e97ed: Preparing 12:41:25 0bc92faa522b: Preparing 12:41:25 d08a831819f9: Preparing 12:41:25 ff217574ce99: Preparing 12:41:25 f59939cdde49: Preparing 12:41:25 02a88cfff88f: Preparing 12:41:25 02a88cfff88f: Waiting 12:41:25 e2cb794e97ed: Layer already exists 12:41:25 d08a831819f9: Layer already exists 12:41:25 0bc92faa522b: Layer already exists 12:41:25 f59939cdde49: Layer already exists 12:41:25 ff217574ce99: Layer already exists 12:41:25 02a88cfff88f: Layer already exists 12:41:25 master: digest: sha256:4849e9ddf6dc9f878f1fa3a0988210064b58a3a7a2339ab252341f7d10985d9c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:41:26 ===================================================== [Pipeline] echo 12:41:26 taggedImages: 12:41:26 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 12:41:26 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.114 12:41:26 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:41:26 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 12:41:26 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 12:41:26 55fea418b1ac49172828e32c63c2641cfdddd142 12:41:26 2.0.0-dev.114 12:41:26 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:41:26 master 12:41:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:41:26 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh 12:41:27 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 12:41:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 12:41:27 6dde8113d681: Preparing 12:41:27 e801e6c72932: Preparing 12:41:27 d08a831819f9: Preparing 12:41:27 f029ce0a9699: Preparing 12:41:27 02a88cfff88f: Preparing 12:41:27 d08a831819f9: Layer already exists 12:41:27 02a88cfff88f: Layer already exists 12:41:27 f029ce0a9699: Layer already exists 12:41:27 6dde8113d681: Pushed 12:41:30 e801e6c72932: Pushed 12:41:30 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:3d98db2e748f6c4757ae15e7e156e2941dd17f449f273e34c705bcd9d39b9603 size: 1363 [Pipeline] isUnix [Pipeline] sh 12:41:31 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:41:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.114 12:41:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 12:41:31 6dde8113d681: Preparing 12:41:31 e801e6c72932: Preparing 12:41:31 d08a831819f9: Preparing 12:41:31 f029ce0a9699: Preparing 12:41:31 02a88cfff88f: Preparing 12:41:31 6dde8113d681: Layer already exists 12:41:31 d08a831819f9: Layer already exists 12:41:31 02a88cfff88f: Layer already exists 12:41:31 e801e6c72932: Layer already exists 12:41:31 f029ce0a9699: Layer already exists 12:41:31 2.0.0-dev.114: digest: sha256:3d98db2e748f6c4757ae15e7e156e2941dd17f449f273e34c705bcd9d39b9603 size: 1363 [Pipeline] isUnix [Pipeline] sh 12:41:32 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:41:32 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:41:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 12:41:32 6dde8113d681: Preparing 12:41:32 e801e6c72932: Preparing 12:41:32 d08a831819f9: Preparing 12:41:32 f029ce0a9699: Preparing 12:41:32 02a88cfff88f: Preparing 12:41:32 d08a831819f9: Layer already exists 12:41:32 02a88cfff88f: Layer already exists 12:41:32 f029ce0a9699: Layer already exists 12:41:32 e801e6c72932: Layer already exists 12:41:32 6dde8113d681: Layer already exists 12:41:32 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:3d98db2e748f6c4757ae15e7e156e2941dd17f449f273e34c705bcd9d39b9603 size: 1363 [Pipeline] isUnix [Pipeline] sh 12:41:33 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 12:41:33 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 12:41:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 12:41:33 6dde8113d681: Preparing 12:41:33 e801e6c72932: Preparing 12:41:33 d08a831819f9: Preparing 12:41:33 f029ce0a9699: Preparing 12:41:33 02a88cfff88f: Preparing 12:41:33 02a88cfff88f: Layer already exists 12:41:33 d08a831819f9: Layer already exists 12:41:33 6dde8113d681: Layer already exists 12:41:33 f029ce0a9699: Layer already exists 12:41:33 e801e6c72932: Layer already exists 12:41:33 master: digest: sha256:3d98db2e748f6c4757ae15e7e156e2941dd17f449f273e34c705bcd9d39b9603 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:41:33 ===================================================== [Pipeline] echo 12:41:33 taggedImages: 12:41:33 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 12:41:33 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.114 12:41:33 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:41:33 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 12:41:33 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 12:41:33 55fea418b1ac49172828e32c63c2641cfdddd142 12:41:33 2.0.0-dev.114 12:41:33 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:41:33 master 12:41:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:41:34 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh 12:41:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 12:41:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 12:41:35 011bc98cd4a9: Preparing 12:41:35 011bc98cd4a9: Preparing 12:41:35 892f841130fe: Preparing 12:41:35 18f2c13ff2ac: Preparing 12:41:35 2ac975fed8cc: Preparing 12:41:35 959861623593: Preparing 12:41:35 d08a831819f9: Preparing 12:41:35 5130a378f47b: Preparing 12:41:35 5130a378f47b: Preparing 12:41:35 e537d6c38a72: Preparing 12:41:35 ef2e9efa5722: Preparing 12:41:35 02a88cfff88f: Preparing 12:41:35 e537d6c38a72: Waiting 12:41:35 ef2e9efa5722: Waiting 12:41:35 02a88cfff88f: Waiting 12:41:35 d08a831819f9: Waiting 12:41:35 5130a378f47b: Waiting 12:41:35 18f2c13ff2ac: Pushed 12:41:35 d08a831819f9: Layer already exists 12:41:35 892f841130fe: Pushed 12:41:35 2ac975fed8cc: Pushed 12:41:35 011bc98cd4a9: Pushed 12:41:35 02a88cfff88f: Layer already exists 12:41:35 5130a378f47b: Pushed 12:41:35 e537d6c38a72: Pushed 12:41:35 ef2e9efa5722: Pushed 12:41:39 959861623593: Pushed 12:41:39 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:aa9311263b693d393f2768b580393a8c0985f7d0790d7bf7a9b179372771af6f size: 2816 [Pipeline] isUnix [Pipeline] sh 12:41:39 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:41:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.114 12:41:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 12:41:39 011bc98cd4a9: Preparing 12:41:39 011bc98cd4a9: Preparing 12:41:39 892f841130fe: Preparing 12:41:39 18f2c13ff2ac: Preparing 12:41:39 2ac975fed8cc: Preparing 12:41:39 959861623593: Preparing 12:41:39 d08a831819f9: Preparing 12:41:39 5130a378f47b: Preparing 12:41:39 5130a378f47b: Preparing 12:41:39 e537d6c38a72: Preparing 12:41:39 ef2e9efa5722: Preparing 12:41:39 02a88cfff88f: Preparing 12:41:39 5130a378f47b: Waiting 12:41:39 e537d6c38a72: Waiting 12:41:39 d08a831819f9: Waiting 12:41:39 ef2e9efa5722: Waiting 12:41:39 02a88cfff88f: Waiting 12:41:39 2ac975fed8cc: Layer already exists 12:41:39 892f841130fe: Layer already exists 12:41:39 959861623593: Layer already exists 12:41:39 011bc98cd4a9: Layer already exists 12:41:39 18f2c13ff2ac: Layer already exists 12:41:39 d08a831819f9: Layer already exists 12:41:39 5130a378f47b: Layer already exists 12:41:39 e537d6c38a72: Layer already exists 12:41:39 ef2e9efa5722: Layer already exists 12:41:39 02a88cfff88f: Layer already exists 12:41:39 2.0.0-dev.114: digest: sha256:aa9311263b693d393f2768b580393a8c0985f7d0790d7bf7a9b179372771af6f size: 2816 [Pipeline] isUnix [Pipeline] sh 12:41:40 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:41:40 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:41:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 12:41:40 011bc98cd4a9: Preparing 12:41:40 011bc98cd4a9: Preparing 12:41:40 892f841130fe: Preparing 12:41:40 18f2c13ff2ac: Preparing 12:41:40 2ac975fed8cc: Preparing 12:41:40 959861623593: Preparing 12:41:40 d08a831819f9: Preparing 12:41:40 5130a378f47b: Preparing 12:41:40 5130a378f47b: Preparing 12:41:40 e537d6c38a72: Preparing 12:41:40 ef2e9efa5722: Preparing 12:41:40 02a88cfff88f: Preparing 12:41:40 e537d6c38a72: Waiting 12:41:40 ef2e9efa5722: Waiting 12:41:40 02a88cfff88f: Waiting 12:41:40 5130a378f47b: Waiting 12:41:40 959861623593: Layer already exists 12:41:40 011bc98cd4a9: Layer already exists 12:41:40 2ac975fed8cc: Layer already exists 12:41:40 892f841130fe: Layer already exists 12:41:40 18f2c13ff2ac: Layer already exists 12:41:40 5130a378f47b: Layer already exists 12:41:40 d08a831819f9: Layer already exists 12:41:40 02a88cfff88f: Layer already exists 12:41:40 e537d6c38a72: Layer already exists 12:41:40 ef2e9efa5722: Layer already exists 12:41:40 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:aa9311263b693d393f2768b580393a8c0985f7d0790d7bf7a9b179372771af6f size: 2816 [Pipeline] isUnix [Pipeline] sh 12:41:41 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 12:41:41 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 12:41:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 12:41:41 011bc98cd4a9: Preparing 12:41:41 011bc98cd4a9: Preparing 12:41:41 892f841130fe: Preparing 12:41:41 18f2c13ff2ac: Preparing 12:41:41 2ac975fed8cc: Preparing 12:41:41 959861623593: Preparing 12:41:41 d08a831819f9: Preparing 12:41:41 5130a378f47b: Preparing 12:41:41 5130a378f47b: Preparing 12:41:41 e537d6c38a72: Preparing 12:41:41 d08a831819f9: Waiting 12:41:41 5130a378f47b: Waiting 12:41:41 ef2e9efa5722: Preparing 12:41:41 e537d6c38a72: Waiting 12:41:41 02a88cfff88f: Preparing 12:41:41 02a88cfff88f: Waiting 12:41:41 ef2e9efa5722: Waiting 12:41:41 892f841130fe: Layer already exists 12:41:41 011bc98cd4a9: Layer already exists 12:41:41 2ac975fed8cc: Layer already exists 12:41:41 959861623593: Layer already exists 12:41:41 18f2c13ff2ac: Layer already exists 12:41:41 e537d6c38a72: Layer already exists 12:41:41 d08a831819f9: Layer already exists 12:41:41 02a88cfff88f: Layer already exists 12:41:41 ef2e9efa5722: Layer already exists 12:41:41 5130a378f47b: Layer already exists 12:41:41 master: digest: sha256:aa9311263b693d393f2768b580393a8c0985f7d0790d7bf7a9b179372771af6f size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:41:42 ===================================================== [Pipeline] echo 12:41:42 taggedImages: 12:41:42 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 12:41:42 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.114 12:41:42 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:41:42 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 12:41:42 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 12:41:42 55fea418b1ac49172828e32c63c2641cfdddd142 12:41:42 2.0.0-dev.114 12:41:42 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:41:42 master 12:41:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:41:42 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh 12:41:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 12:41:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 12:41:43 80950349f6ee: Preparing 12:41:43 6efc57fd7ed4: Preparing 12:41:43 0f3e1ec299e1: Preparing 12:41:43 66ecd7aa5486: Preparing 12:41:43 79bba8d7d0db: Preparing 12:41:43 02a88cfff88f: Preparing 12:41:43 02a88cfff88f: Waiting 12:41:43 66ecd7aa5486: Pushed 12:41:43 0f3e1ec299e1: Pushed 12:41:43 02a88cfff88f: Layer already exists 12:41:43 79bba8d7d0db: Pushed 12:41:45 6efc57fd7ed4: Pushed 12:41:45 80950349f6ee: Pushed 12:41:45 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:f167231163de20490bce0f1347b3a6adc52b01e346276111928a22278b76f89f size: 1575 [Pipeline] isUnix [Pipeline] sh 12:41:45 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:41:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.114 12:41:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 12:41:46 80950349f6ee: Preparing 12:41:46 6efc57fd7ed4: Preparing 12:41:46 0f3e1ec299e1: Preparing 12:41:46 66ecd7aa5486: Preparing 12:41:46 79bba8d7d0db: Preparing 12:41:46 02a88cfff88f: Preparing 12:41:46 02a88cfff88f: Waiting 12:41:46 0f3e1ec299e1: Layer already exists 12:41:46 6efc57fd7ed4: Layer already exists 12:41:46 80950349f6ee: Layer already exists 12:41:46 79bba8d7d0db: Layer already exists 12:41:46 66ecd7aa5486: Layer already exists 12:41:46 02a88cfff88f: Layer already exists 12:41:46 2.0.0-dev.114: digest: sha256:f167231163de20490bce0f1347b3a6adc52b01e346276111928a22278b76f89f size: 1575 [Pipeline] isUnix [Pipeline] sh 12:41:46 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:41:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:41:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 12:41:47 80950349f6ee: Preparing 12:41:47 6efc57fd7ed4: Preparing 12:41:47 0f3e1ec299e1: Preparing 12:41:47 66ecd7aa5486: Preparing 12:41:47 79bba8d7d0db: Preparing 12:41:47 02a88cfff88f: Preparing 12:41:47 02a88cfff88f: Waiting 12:41:47 66ecd7aa5486: Layer already exists 12:41:47 79bba8d7d0db: Layer already exists 12:41:47 0f3e1ec299e1: Layer already exists 12:41:47 6efc57fd7ed4: Layer already exists 12:41:47 80950349f6ee: Layer already exists 12:41:47 02a88cfff88f: Layer already exists 12:41:47 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:f167231163de20490bce0f1347b3a6adc52b01e346276111928a22278b76f89f size: 1575 [Pipeline] isUnix [Pipeline] sh 12:41:47 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 12:41:48 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 12:41:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 12:41:48 80950349f6ee: Preparing 12:41:48 6efc57fd7ed4: Preparing 12:41:48 0f3e1ec299e1: Preparing 12:41:48 66ecd7aa5486: Preparing 12:41:48 79bba8d7d0db: Preparing 12:41:48 02a88cfff88f: Preparing 12:41:48 02a88cfff88f: Waiting 12:41:48 80950349f6ee: Layer already exists 12:41:48 66ecd7aa5486: Layer already exists 12:41:48 0f3e1ec299e1: Layer already exists 12:41:48 6efc57fd7ed4: Layer already exists 12:41:48 79bba8d7d0db: Layer already exists 12:41:48 02a88cfff88f: Layer already exists 12:41:48 master: digest: sha256:f167231163de20490bce0f1347b3a6adc52b01e346276111928a22278b76f89f size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:41:48 ===================================================== [Pipeline] echo 12:41:48 taggedImages: 12:41:48 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 12:41:48 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.114 12:41:48 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:41:48 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 12:41:48 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 12:41:48 55fea418b1ac49172828e32c63c2641cfdddd142 12:41:48 2.0.0-dev.114 12:41:48 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:41:48 master 12:41:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:41:49 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh 12:41:49 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 12:41:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 12:41:49 16d9a712d156: Preparing 12:41:49 f4177f06ab1b: Preparing 12:41:49 f19715229f78: Preparing 12:41:49 57e240a32f08: Preparing 12:41:49 948e1e3228df: Preparing 12:41:49 b122fc06c59b: Preparing 12:41:49 56e005131110: Preparing 12:41:49 c9fd03908f74: Preparing 12:41:49 02a88cfff88f: Preparing 12:41:49 56e005131110: Waiting 12:41:49 c9fd03908f74: Waiting 12:41:49 b122fc06c59b: Waiting 12:41:49 02a88cfff88f: Waiting 12:41:49 948e1e3228df: Pushed 12:41:49 f4177f06ab1b: Pushed 12:41:49 16d9a712d156: Pushed 12:41:50 b122fc06c59b: Pushed 12:41:50 56e005131110: Pushed 12:41:50 02a88cfff88f: Layer already exists 12:41:50 c9fd03908f74: Pushed 12:41:52 57e240a32f08: Pushed 12:41:52 f19715229f78: Pushed 12:41:52 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:09739726f7bbb01aefe1f0b0cfedbb667eb1da9f0ec175c077a0e478096ca4ba size: 2198 [Pipeline] isUnix [Pipeline] sh 12:41:52 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:41:53 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.114 12:41:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 12:41:53 16d9a712d156: Preparing 12:41:53 f4177f06ab1b: Preparing 12:41:53 f19715229f78: Preparing 12:41:53 57e240a32f08: Preparing 12:41:53 948e1e3228df: Preparing 12:41:53 b122fc06c59b: Preparing 12:41:53 56e005131110: Preparing 12:41:53 c9fd03908f74: Preparing 12:41:53 02a88cfff88f: Preparing 12:41:53 56e005131110: Waiting 12:41:53 c9fd03908f74: Waiting 12:41:53 02a88cfff88f: Waiting 12:41:53 57e240a32f08: Layer already exists 12:41:53 948e1e3228df: Layer already exists 12:41:53 f19715229f78: Layer already exists 12:41:53 16d9a712d156: Layer already exists 12:41:53 f4177f06ab1b: Layer already exists 12:41:53 b122fc06c59b: Layer already exists 12:41:53 56e005131110: Layer already exists 12:41:53 c9fd03908f74: Layer already exists 12:41:53 02a88cfff88f: Layer already exists 12:41:53 2.0.0-dev.114: digest: sha256:09739726f7bbb01aefe1f0b0cfedbb667eb1da9f0ec175c077a0e478096ca4ba size: 2198 [Pipeline] isUnix [Pipeline] sh 12:41:53 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:41:54 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:41:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 12:41:54 16d9a712d156: Preparing 12:41:54 f4177f06ab1b: Preparing 12:41:54 f19715229f78: Preparing 12:41:54 57e240a32f08: Preparing 12:41:54 948e1e3228df: Preparing 12:41:54 b122fc06c59b: Preparing 12:41:54 56e005131110: Preparing 12:41:54 c9fd03908f74: Preparing 12:41:54 02a88cfff88f: Preparing 12:41:54 b122fc06c59b: Waiting 12:41:54 56e005131110: Waiting 12:41:54 c9fd03908f74: Waiting 12:41:54 02a88cfff88f: Waiting 12:41:54 f4177f06ab1b: Layer already exists 12:41:54 f19715229f78: Layer already exists 12:41:54 948e1e3228df: Layer already exists 12:41:54 57e240a32f08: Layer already exists 12:41:54 16d9a712d156: Layer already exists 12:41:54 c9fd03908f74: Layer already exists 12:41:54 b122fc06c59b: Layer already exists 12:41:54 02a88cfff88f: Layer already exists 12:41:54 56e005131110: Layer already exists 12:41:54 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:09739726f7bbb01aefe1f0b0cfedbb667eb1da9f0ec175c077a0e478096ca4ba size: 2198 [Pipeline] isUnix [Pipeline] sh 12:41:54 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 12:41:55 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 12:41:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 12:41:55 16d9a712d156: Preparing 12:41:55 f4177f06ab1b: Preparing 12:41:55 f19715229f78: Preparing 12:41:55 57e240a32f08: Preparing 12:41:55 948e1e3228df: Preparing 12:41:55 b122fc06c59b: Preparing 12:41:55 56e005131110: Preparing 12:41:55 c9fd03908f74: Preparing 12:41:55 02a88cfff88f: Preparing 12:41:55 56e005131110: Waiting 12:41:55 c9fd03908f74: Waiting 12:41:55 02a88cfff88f: Waiting 12:41:55 b122fc06c59b: Waiting 12:41:55 948e1e3228df: Layer already exists 12:41:55 57e240a32f08: Layer already exists 12:41:55 f19715229f78: Layer already exists 12:41:55 16d9a712d156: Layer already exists 12:41:55 f4177f06ab1b: Layer already exists 12:41:55 b122fc06c59b: Layer already exists 12:41:55 02a88cfff88f: Layer already exists 12:41:55 56e005131110: Layer already exists 12:41:55 c9fd03908f74: Layer already exists 12:41:55 master: digest: sha256:09739726f7bbb01aefe1f0b0cfedbb667eb1da9f0ec175c077a0e478096ca4ba size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:41:55 ===================================================== [Pipeline] echo 12:41:55 taggedImages: 12:41:55 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 12:41:55 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.114 12:41:55 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:41:55 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 12:41:55 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 12:41:55 55fea418b1ac49172828e32c63c2641cfdddd142 12:41:55 2.0.0-dev.114 12:41:55 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:41:55 master 12:41:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:41:56 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh 12:41:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 12:41:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 12:41:56 ea88f059d9f9: Preparing 12:41:56 d0f173a95a20: Preparing 12:41:56 d08a831819f9: Preparing 12:41:56 231ea2a791f2: Preparing 12:41:56 02a88cfff88f: Preparing 12:41:57 d08a831819f9: Layer already exists 12:41:57 02a88cfff88f: Layer already exists 12:41:57 ea88f059d9f9: Pushed 12:41:57 231ea2a791f2: Pushed 12:41:59 d0f173a95a20: Pushed 12:41:59 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:a8aead240918cab4d9a14f87ccd23b3dbfffb16efa0909a224560a54d6b39b2f size: 1364 [Pipeline] isUnix [Pipeline] sh 12:42:00 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:42:00 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.114 12:42:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 12:42:00 ea88f059d9f9: Preparing 12:42:00 d0f173a95a20: Preparing 12:42:00 d08a831819f9: Preparing 12:42:00 231ea2a791f2: Preparing 12:42:00 02a88cfff88f: Preparing 12:42:00 d0f173a95a20: Layer already exists 12:42:00 231ea2a791f2: Layer already exists 12:42:00 02a88cfff88f: Layer already exists 12:42:00 d08a831819f9: Layer already exists 12:42:00 ea88f059d9f9: Layer already exists 12:42:00 2.0.0-dev.114: digest: sha256:a8aead240918cab4d9a14f87ccd23b3dbfffb16efa0909a224560a54d6b39b2f size: 1364 [Pipeline] isUnix [Pipeline] sh 12:42:01 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:42:01 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:42:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 12:42:01 ea88f059d9f9: Preparing 12:42:01 d0f173a95a20: Preparing 12:42:01 d08a831819f9: Preparing 12:42:01 231ea2a791f2: Preparing 12:42:01 02a88cfff88f: Preparing 12:42:01 d0f173a95a20: Layer already exists 12:42:01 d08a831819f9: Layer already exists 12:42:01 ea88f059d9f9: Layer already exists 12:42:01 02a88cfff88f: Layer already exists 12:42:01 231ea2a791f2: Layer already exists 12:42:01 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:a8aead240918cab4d9a14f87ccd23b3dbfffb16efa0909a224560a54d6b39b2f size: 1364 [Pipeline] isUnix [Pipeline] sh 12:42:02 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 12:42:02 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 12:42:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 12:42:02 ea88f059d9f9: Preparing 12:42:02 d0f173a95a20: Preparing 12:42:02 d08a831819f9: Preparing 12:42:02 231ea2a791f2: Preparing 12:42:02 02a88cfff88f: Preparing 12:42:02 ea88f059d9f9: Layer already exists 12:42:02 02a88cfff88f: Layer already exists 12:42:02 231ea2a791f2: Layer already exists 12:42:02 d08a831819f9: Layer already exists 12:42:02 d0f173a95a20: Layer already exists 12:42:02 master: digest: sha256:a8aead240918cab4d9a14f87ccd23b3dbfffb16efa0909a224560a54d6b39b2f size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:42:02 ===================================================== [Pipeline] echo 12:42:02 taggedImages: 12:42:02 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 12:42:02 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.114 12:42:02 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:42:02 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 12:42:03 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 12:42:03 55fea418b1ac49172828e32c63c2641cfdddd142 12:42:03 2.0.0-dev.114 12:42:03 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:42:03 master 12:42:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:42:03 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh 12:42:03 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 12:42:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 12:42:03 50b61f57e022: Preparing 12:42:03 b89d32396a04: Preparing 12:42:03 d08a831819f9: Preparing 12:42:03 f029ce0a9699: Preparing 12:42:03 02a88cfff88f: Preparing 12:42:04 02a88cfff88f: Layer already exists 12:42:04 d08a831819f9: Layer already exists 12:42:04 f029ce0a9699: Layer already exists 12:42:04 50b61f57e022: Pushed 12:42:06 b89d32396a04: Pushed 12:42:06 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:048a23880733e030f2b29dc87256f81aea7c0e9da86582ac9c1225d6b58b9528 size: 1363 [Pipeline] isUnix [Pipeline] sh 12:42:07 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:42:07 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.114 12:42:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 12:42:07 50b61f57e022: Preparing 12:42:07 b89d32396a04: Preparing 12:42:07 d08a831819f9: Preparing 12:42:07 f029ce0a9699: Preparing 12:42:07 02a88cfff88f: Preparing 12:42:07 50b61f57e022: Layer already exists 12:42:07 b89d32396a04: Layer already exists 12:42:07 d08a831819f9: Layer already exists 12:42:07 f029ce0a9699: Layer already exists 12:42:07 02a88cfff88f: Layer already exists 12:42:07 2.0.0-dev.114: digest: sha256:048a23880733e030f2b29dc87256f81aea7c0e9da86582ac9c1225d6b58b9528 size: 1363 [Pipeline] isUnix [Pipeline] sh 12:42:08 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:42:08 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:42:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 12:42:08 50b61f57e022: Preparing 12:42:08 b89d32396a04: Preparing 12:42:08 d08a831819f9: Preparing 12:42:08 f029ce0a9699: Preparing 12:42:08 02a88cfff88f: Preparing 12:42:08 f029ce0a9699: Layer already exists 12:42:08 d08a831819f9: Layer already exists 12:42:08 b89d32396a04: Layer already exists 12:42:08 02a88cfff88f: Layer already exists 12:42:08 50b61f57e022: Layer already exists 12:42:08 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:048a23880733e030f2b29dc87256f81aea7c0e9da86582ac9c1225d6b58b9528 size: 1363 [Pipeline] isUnix [Pipeline] sh 12:42:09 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 12:42:09 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 12:42:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 12:42:09 50b61f57e022: Preparing 12:42:09 b89d32396a04: Preparing 12:42:09 d08a831819f9: Preparing 12:42:09 f029ce0a9699: Preparing 12:42:09 02a88cfff88f: Preparing 12:42:09 d08a831819f9: Layer already exists 12:42:09 02a88cfff88f: Layer already exists 12:42:09 b89d32396a04: Layer already exists 12:42:09 50b61f57e022: Layer already exists 12:42:09 f029ce0a9699: Layer already exists 12:42:09 master: digest: sha256:048a23880733e030f2b29dc87256f81aea7c0e9da86582ac9c1225d6b58b9528 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:42:09 ===================================================== [Pipeline] echo 12:42:09 taggedImages: 12:42:09 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 12:42:09 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.114 12:42:09 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:42:09 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 12:42:09 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 12:42:09 55fea418b1ac49172828e32c63c2641cfdddd142 12:42:09 2.0.0-dev.114 12:42:09 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:42:09 master 12:42:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:42:10 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] isUnix [Pipeline] sh 12:42:10 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 12:42:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 12:42:10 a4d37ba3cd06: Preparing 12:42:10 5dfd1207c1d9: Preparing 12:42:10 b1148e70594b: Preparing 12:42:10 892f0901b69f: Preparing 12:42:10 cbad2099b73e: Preparing 12:42:10 281ce90dd549: Preparing 12:42:10 6ef762b7000f: Preparing 12:42:10 9ded3b6bb9b5: Preparing 12:42:10 fa1afe8e6ed9: Preparing 12:42:10 87a09b4c083e: Preparing 12:42:10 0f74e9ff2a61: Preparing 12:42:10 b122376c33c6: Preparing 12:42:10 f8381ed47b22: Preparing 12:42:10 e934a737d657: Preparing 12:42:10 281ce90dd549: Waiting 12:42:10 6ef762b7000f: Waiting 12:42:10 9ded3b6bb9b5: Waiting 12:42:10 fa1afe8e6ed9: Waiting 12:42:10 87a09b4c083e: Waiting 12:42:10 0f74e9ff2a61: Waiting 12:42:10 b122376c33c6: Waiting 12:42:10 f8381ed47b22: Waiting 12:42:10 e934a737d657: Waiting 12:42:11 cbad2099b73e: Pushed 12:42:11 a4d37ba3cd06: Pushed 12:42:12 892f0901b69f: Pushed 12:42:12 9ded3b6bb9b5: Layer already exists 12:42:12 fa1afe8e6ed9: Layer already exists 12:42:12 87a09b4c083e: Layer already exists 12:42:12 0f74e9ff2a61: Layer already exists 12:42:12 6ef762b7000f: Pushed 12:42:12 b122376c33c6: Layer already exists 12:42:12 f8381ed47b22: Layer already exists 12:42:12 e934a737d657: Layer already exists 12:42:12 5dfd1207c1d9: Pushed 12:42:13 281ce90dd549: Pushed 12:42:22 b1148e70594b: Pushed 12:42:22 55fea418b1ac49172828e32c63c2641cfdddd142: digest: sha256:81cd4a2c794143b16c43f530075dfdda3fb7d1b2db159cb4dd76837916797f32 size: 3252 [Pipeline] isUnix [Pipeline] sh 12:42:22 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:42:23 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.114 12:42:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 12:42:23 a4d37ba3cd06: Preparing 12:42:23 5dfd1207c1d9: Preparing 12:42:23 b1148e70594b: Preparing 12:42:23 892f0901b69f: Preparing 12:42:23 cbad2099b73e: Preparing 12:42:23 281ce90dd549: Preparing 12:42:23 6ef762b7000f: Preparing 12:42:23 9ded3b6bb9b5: Preparing 12:42:23 fa1afe8e6ed9: Preparing 12:42:23 87a09b4c083e: Preparing 12:42:23 0f74e9ff2a61: Preparing 12:42:23 b122376c33c6: Preparing 12:42:23 f8381ed47b22: Preparing 12:42:23 e934a737d657: Preparing 12:42:23 281ce90dd549: Waiting 12:42:23 6ef762b7000f: Waiting 12:42:23 9ded3b6bb9b5: Waiting 12:42:23 fa1afe8e6ed9: Waiting 12:42:23 f8381ed47b22: Waiting 12:42:23 87a09b4c083e: Waiting 12:42:23 e934a737d657: Waiting 12:42:23 0f74e9ff2a61: Waiting 12:42:23 b122376c33c6: Waiting 12:42:23 cbad2099b73e: Layer already exists 12:42:23 892f0901b69f: Layer already exists 12:42:23 b1148e70594b: Layer already exists 12:42:23 5dfd1207c1d9: Layer already exists 12:42:23 a4d37ba3cd06: Layer already exists 12:42:23 281ce90dd549: Layer already exists 12:42:23 9ded3b6bb9b5: Layer already exists 12:42:23 6ef762b7000f: Layer already exists 12:42:23 fa1afe8e6ed9: Layer already exists 12:42:23 87a09b4c083e: Layer already exists 12:42:23 b122376c33c6: Layer already exists 12:42:23 0f74e9ff2a61: Layer already exists 12:42:23 f8381ed47b22: Layer already exists 12:42:23 e934a737d657: Layer already exists 12:42:23 2.0.0-dev.114: digest: sha256:81cd4a2c794143b16c43f530075dfdda3fb7d1b2db159cb4dd76837916797f32 size: 3252 [Pipeline] isUnix [Pipeline] sh 12:42:23 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 [Pipeline] isUnix [Pipeline] sh 12:42:24 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:42:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 12:42:24 a4d37ba3cd06: Preparing 12:42:24 5dfd1207c1d9: Preparing 12:42:24 b1148e70594b: Preparing 12:42:24 892f0901b69f: Preparing 12:42:24 cbad2099b73e: Preparing 12:42:24 281ce90dd549: Preparing 12:42:24 6ef762b7000f: Preparing 12:42:24 9ded3b6bb9b5: Preparing 12:42:24 fa1afe8e6ed9: Preparing 12:42:24 87a09b4c083e: Preparing 12:42:24 0f74e9ff2a61: Preparing 12:42:24 b122376c33c6: Preparing 12:42:24 f8381ed47b22: Preparing 12:42:24 e934a737d657: Preparing 12:42:24 fa1afe8e6ed9: Waiting 12:42:24 87a09b4c083e: Waiting 12:42:24 6ef762b7000f: Waiting 12:42:24 0f74e9ff2a61: Waiting 12:42:24 b122376c33c6: Waiting 12:42:24 281ce90dd549: Waiting 12:42:24 f8381ed47b22: Waiting 12:42:24 e934a737d657: Waiting 12:42:24 9ded3b6bb9b5: Waiting 12:42:24 cbad2099b73e: Layer already exists 12:42:24 5dfd1207c1d9: Layer already exists 12:42:24 b1148e70594b: Layer already exists 12:42:24 892f0901b69f: Layer already exists 12:42:24 a4d37ba3cd06: Layer already exists 12:42:24 281ce90dd549: Layer already exists 12:42:24 6ef762b7000f: Layer already exists 12:42:24 fa1afe8e6ed9: Layer already exists 12:42:24 87a09b4c083e: Layer already exists 12:42:24 9ded3b6bb9b5: Layer already exists 12:42:24 0f74e9ff2a61: Layer already exists 12:42:24 b122376c33c6: Layer already exists 12:42:24 f8381ed47b22: Layer already exists 12:42:24 e934a737d657: Layer already exists 12:42:24 55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114: digest: sha256:81cd4a2c794143b16c43f530075dfdda3fb7d1b2db159cb4dd76837916797f32 size: 3252 [Pipeline] isUnix [Pipeline] sh 12:42:24 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 12:42:25 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 12:42:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 12:42:25 a4d37ba3cd06: Preparing 12:42:25 5dfd1207c1d9: Preparing 12:42:25 b1148e70594b: Preparing 12:42:25 892f0901b69f: Preparing 12:42:25 cbad2099b73e: Preparing 12:42:25 281ce90dd549: Preparing 12:42:25 6ef762b7000f: Preparing 12:42:25 9ded3b6bb9b5: Preparing 12:42:25 fa1afe8e6ed9: Preparing 12:42:25 87a09b4c083e: Preparing 12:42:25 0f74e9ff2a61: Preparing 12:42:25 b122376c33c6: Preparing 12:42:25 f8381ed47b22: Preparing 12:42:25 e934a737d657: Preparing 12:42:25 87a09b4c083e: Waiting 12:42:25 0f74e9ff2a61: Waiting 12:42:25 b122376c33c6: Waiting 12:42:25 281ce90dd549: Waiting 12:42:25 6ef762b7000f: Waiting 12:42:25 9ded3b6bb9b5: Waiting 12:42:25 fa1afe8e6ed9: Waiting 12:42:25 f8381ed47b22: Waiting 12:42:25 e934a737d657: Waiting 12:42:25 b1148e70594b: Layer already exists 12:42:25 892f0901b69f: Layer already exists 12:42:25 a4d37ba3cd06: Layer already exists 12:42:25 5dfd1207c1d9: Layer already exists 12:42:25 cbad2099b73e: Layer already exists 12:42:25 87a09b4c083e: Layer already exists 12:42:25 fa1afe8e6ed9: Layer already exists 12:42:25 281ce90dd549: Layer already exists 12:42:25 9ded3b6bb9b5: Layer already exists 12:42:25 6ef762b7000f: Layer already exists 12:42:25 0f74e9ff2a61: Layer already exists 12:42:25 b122376c33c6: Layer already exists 12:42:25 e934a737d657: Layer already exists 12:42:25 f8381ed47b22: Layer already exists 12:42:25 master: digest: sha256:81cd4a2c794143b16c43f530075dfdda3fb7d1b2db159cb4dd76837916797f32 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:42:25 ===================================================== [Pipeline] echo 12:42:25 taggedImages: 12:42:25 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142 12:42:25 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.114 12:42:25 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55fea418b1ac49172828e32c63c2641cfdddd142-2.0.0-dev.114 12:42:25 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 12:42:26 ---> job-cost.sh 12:42:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tjkH 12:43:05 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:45:27 lf-activate-venv(): INFO: Adding /tmp/venv-tjkH/bin to PATH 12:45:27 INFO: No Stack... 12:45:27 INFO: Retrieving Pricing Info for: lf-standard-4 12:45:27 INFO: Archiving Costs [Pipeline] sh 12:45:27 + cut -d, -f6 12:45:27 + cat /w/workspace/edgex-go/381/archives/cost.csv [Pipeline] lock 12:45:27 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-381-stack-cost] 12:45:27 Resource [jenkins-edgexfoundry-edgex-go-master-381-stack-cost] did not exist. Created. 12:45:27 Lock acquired on [jenkins-edgexfoundry-edgex-go-master-381-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:45:27 + echo total: 0.20999999344348907 [Pipeline] stash 12:45:29 Stashed 1 file(s) [Pipeline] } 12:45:29 Lock released on resource [jenkins-edgexfoundry-edgex-go-master-381-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 12:45:30 provisioning config files... 12:45:30 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/381@tmp/config2526257600157802118tmp [Pipeline] { [Pipeline] sh 12:45:31 + set +x 12:45:31 + curl -s https://codecov.io/bash 12:45:31 + bash -s -- 12:45:31 12:45:31 _____ _ 12:45:31 / ____| | | 12:45:31 | | ___ __| | ___ ___ _____ __ 12:45:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:45:31 | |___| (_) | (_| | __/ (_| (_) \ V / 12:45:31 \_____\___/ \__,_|\___|\___\___/ \_/ 12:45:31 Bash-20210226-7100762 12:45:31 12:45:31 12:45:31 ==> git version 2.24.3 found 12:45:31 ==> 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 12:45:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 12:45:31 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 12:45:31 ==> Jenkins CI detected. 12:45:31 project root: . 12:45:31 --> token set from env 12:45:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:45:31 ==> Running gcov in . (disable via -X gcov) 12:45:31 ==> Python coveragepy not found 12:45:31 ==> Searching for coverage reports in: 12:45:31 + . 12:45:31 -> Found 1 reports 12:45:31 ==> Detecting git/mercurial file structure 12:45:31 ==> Reading reports 12:45:31 + ./coverage.out bytes=619895 12:45:31 ==> Appending adjustments 12:45:31 https://docs.codecov.io/docs/fixing-reports 12:45:35 + Found adjustments 12:45:35 ==> Gzipping contents 12:45:35 92K /tmp/codecov.Qpb2UU.gz 12:45:35 ==> Uploading reports 12:45:35 url: https://codecov.io 12:45:35 query: branch=master&commit=55fea418b1ac49172828e32c63c2641cfdddd142&build=381&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F381%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 12:45:35 -> Pinging Codecov 12:45:35 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=55fea418b1ac49172828e32c63c2641cfdddd142&build=381&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F381%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 12:45:35 -> Uploading to 12:45:35 https://storage.googleapis.com/codecov/v4/raw/2021-03-05/00271124DB129430A58F1EEE437C3FCB/55fea418b1ac49172828e32c63c2641cfdddd142/67973b6a-095f-4b3a-81aa-9c256af1c67c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210305%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210305T124535Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c4ee02281b76f0566c194e0f657e13ddd2204d1c8060092b75c85be463318fea 12:45:35 % Total % Received % Xferd Average Speed Time Time Time Current 12:45:35 Dload Upload Total Spent Left Speed 12:45:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 91619 0 0 100 91619 0 161k --:--:-- --:--:-- --:--:-- 161k 12:45:36 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/55fea418b1ac49172828e32c63c2641cfdddd142 [Pipeline] } 12:45:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 12:45:37 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 12:45:37 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:45:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:45:37 12:45:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 12:45:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:45:37 1.410.4: Pulling from edgex-devops/edgex-snyk-go 12:45:37 188c0c94c7c5: Already exists 12:45:37 0ef7d3d256c8: Already exists 12:45:37 de9db76c5a1d: Already exists 12:45:37 0eba1c9be4d2: Pulling fs layer 12:45:37 0d57e429df01: Pulling fs layer 12:45:37 4e4be7b47b0d: Pulling fs layer 12:45:37 e1f770b5df2f: Pulling fs layer 12:45:37 85a0685a4137: Pulling fs layer 12:45:37 e1f770b5df2f: Waiting 12:45:37 85a0685a4137: Waiting 12:45:38 0d57e429df01: Verifying Checksum 12:45:38 0d57e429df01: Download complete 12:45:38 4e4be7b47b0d: Verifying Checksum 12:45:38 4e4be7b47b0d: Download complete 12:45:40 e1f770b5df2f: Verifying Checksum 12:45:40 e1f770b5df2f: Download complete 12:45:42 85a0685a4137: Download complete 12:45:42 0eba1c9be4d2: Verifying Checksum 12:45:42 0eba1c9be4d2: Download complete 12:45:47 0eba1c9be4d2: Pull complete 12:45:48 0d57e429df01: Pull complete 12:45:48 4e4be7b47b0d: Pull complete 12:45:51 e1f770b5df2f: Pull complete 12:45:59 85a0685a4137: Pull complete 12:45:59 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 12:45:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:45:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 12:46:00 prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container 12:46:00 $ 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/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 12:46:01 $ docker top 79aca5c4fadfe644b38a4af4d041918ee54dac49623af477c83ebc63810fa9a6 -eo pid,comm [Pipeline] { [Pipeline] echo 12:46:01 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 12:46:01 + set -o pipefail 12:46:01 + snyk monitor '--org=edgex-jenkins' 12:46:11 12:46:11 Monitoring /w/workspace/edgex-go/381 (github.com/edgexfoundry/edgex-go)... 12:46:11 12:46:11 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/66aa1da7-bb41-472a-97ec-e1c7d995132d 12:46:11 12:46:11 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 12:46:11 12:46:11 [Pipeline] } 12:46:11 $ docker stop --time=1 79aca5c4fadfe644b38a4af4d041918ee54dac49623af477c83ebc63810fa9a6 12:46:15 $ docker rm -f 79aca5c4fadfe644b38a4af4d041918ee54dac49623af477c83ebc63810fa9a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 12:46:16 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:46:16 provisioning config files... 12:46:16 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/381@tmp/config2243619432949508954tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:46:16 --> edgex-publish-swagger.sh 12:46:16 === Publish openapi/v1 API === 12:46:16 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 12:46:16 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/381/openapi/v1/core-command.yaml] 12:46:16 % Total % Received % Xferd Average Speed Time Time Time Current 12:46:16 Dload Upload Total Spent Left Speed 12:46:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9021 0:00:01 0:00:01 --:--:-- 9031 100 10522 0 0 100 10522 0 9020 0:00:01 0:00:01 --:--:-- 9031 12:46:18 12:46:18 12:46:18 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/381/openapi/v1/core-data.yaml] 12:46:18 % Total % Received % Xferd Average Speed Time Time Time Current 12:46:18 Dload Upload Total Spent Left Speed 12:46:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 28404 0:00:01 0:00:01 --:--:-- 28409 100 32557 0 0 100 32557 0 28400 0:00:01 0:00:01 --:--:-- 28409 12:46:19 12:46:19 12:46:19 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/381/openapi/v1/core-metadata.yaml] 12:46:19 % Total % Received % Xferd Average Speed Time Time Time Current 12:46:19 Dload Upload Total Spent Left Speed 12:46:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 65196 0:00:01 0:00:01 --:--:-- 65239 100 73721 0 0 100 73721 0 65184 0:00:01 0:00:01 --:--:-- 65239 12:46:20 12:46:20 12:46:20 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/381/openapi/v1/support-logging.yaml] 12:46:20 % Total % Received % Xferd Average Speed Time Time Time Current 12:46:20 Dload Upload Total Spent Left Speed 12:46:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13659 --:--:-- --:--:-- --:--:-- 13649 100 13581 0 0 100 13581 0 13656 --:--:-- --:--:-- --:--:-- 13649 12:46:21 12:46:21 12:46:21 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/381/openapi/v1/support-notifications.yaml] 12:46:21 % Total % Received % Xferd Average Speed Time Time Time Current 12:46:21 Dload Upload Total Spent Left Speed 12:46:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 34474 0:00:01 0:00:01 --:--:-- 34507 100 38890 0 0 100 38890 0 34468 0:00:01 0:00:01 --:--:-- 34476 12:46:22 12:46:22 12:46:22 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/381/openapi/v1/support-scheduler.yaml] 12:46:22 % Total % Received % Xferd Average Speed Time Time Time Current 12:46:22 Dload Upload Total Spent Left Speed 12:46:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13326 0:00:01 0:00:01 --:--:-- 13329 100 14249 0 0 100 14249 0 13323 0:00:01 0:00:01 --:--:-- 13329 12:46:23 12:46:23 12:46:23 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/381/openapi/v1/system-agent.yaml] 12:46:23 % Total % Received % Xferd Average Speed Time Time Time Current 12:46:23 Dload Upload Total Spent Left Speed 12:46:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3789 0:00:01 0:00:01 --:--:-- 3791 100 4110 0 0 100 4110 0 3788 0:00:01 0:00:01 --:--:-- 3791 12:46:24 12:46:24 12:46:24 === Publish openapi/v2 API === 12:46:24 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 12:46:24 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/381/openapi/v2/core-command.yaml] 12:46:24 % Total % Received % Xferd Average Speed Time Time Time Current 12:46:24 Dload Upload Total Spent Left Speed 12:46:25 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 26212 0:00:01 0:00:01 --:--:-- 26229 12:46:25 12:46:25 12:46:25 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/381/openapi/v2/core-data.yaml] 12:46:25 % Total % Received % Xferd Average Speed Time Time Time Current 12:46:25 Dload Upload Total Spent Left Speed 12:46:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57358 0 0 100 57358 0 53760 0:00:01 0:00:01 --:--:-- 53756 100 57358 0 0 100 57358 0 53752 0:00:01 0:00:01 --:--:-- 53756 12:46:26 12:46:26 12:46:26 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/381/openapi/v2/core-metadata.yaml] 12:46:26 % Total % Received % Xferd Average Speed Time Time Time Current 12:46:26 Dload Upload Total Spent Left Speed 12:46:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 99k 0:00:01 0:00:01 --:--:-- 99k 100 118k 0 0 100 118k 0 99k 0:00:01 0:00:01 --:--:-- 99k 12:46:28 12:46:28 12:46:28 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/381/openapi/v2/support-notifications.yaml] 12:46:28 % Total % Received % Xferd Average Speed Time Time Time Current 12:46:28 Dload Upload Total Spent Left Speed 12:46:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 52872 0:00:01 0:00:01 --:--:-- 52883 100 59705 0 0 100 59705 0 52864 0:00:01 0:00:01 --:--:-- 52883 12:46:28 12:46:28 12:46:28 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/381/openapi/v2/support-scheduler.yaml] 12:46:28 % Total % Received % Xferd Average Speed Time Time Time Current 12:46:28 Dload Upload Total Spent Left Speed 12:46:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37783 0 0 100 37783 0 34773 0:00:01 0:00:01 --:--:-- 34790 100 37783 0 0 100 37783 0 34768 0:00:01 0:00:01 --:--:-- 34790 12:46:30 12:46:30 12:46:30 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/381/openapi/v2/system-agent.yaml] 12:46:30 % Total % Received % Xferd Average Speed Time Time Time Current 12:46:30 Dload Upload Total Spent Left Speed 12:46:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 23041 0:00:01 0:00:01 --:--:-- 23052 100 24182 0 0 100 24182 0 23037 0:00:01 0:00:01 --:--:-- 23052 12:46:31 12:46:31 [Pipeline] } 12:46:31 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 12:46:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:46:32 . [Pipeline] withDockerContainer 12:46:32 prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container 12:46:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:46:33 $ docker top 137d8fa6a97d56dce8bf480eca925932c912d68fef0769d8ea6baf935895d61c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:46:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:46:33 [ssh-agent] Looking for ssh-agent implementation... 12:46:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:46:33 $ docker exec 137d8fa6a97d56dce8bf480eca925932c912d68fef0769d8ea6baf935895d61c ssh-agent 12:46:33 SSH_AUTH_SOCK=/tmp/ssh-2xuxGxrs9zwV/agent.11 12:46:33 SSH_AGENT_PID=16 12:46:33 Running ssh-add (command line suppressed) 12:46:33 Identity added: /w/workspace/edgex-go/381@tmp/private_key_400362593646249798.key (/w/workspace/edgex-go/381@tmp/private_key_400362593646249798.key) 12:46:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:46:34 + git semver tag 12:46:34 # -> Open(): unable to determine branch for HEAD 12:46:34 # $GIT_DIR = /w/workspace/edgex-go/381/.git 12:46:34 # $GIT_WORK_TREE = /w/workspace/edgex-go/381 12:46:34 # $SEMVER_REMOTE_NAME = origin 12:46:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:46:34 # $SEMVER_USER_NAME = edgex-jenkins 12:46:34 # $SEMVER_BRANCH = master 12:46:34 # $SEMVER_DIR = /w/workspace/edgex-go/381/.semver 12:46:34 # 55fea418b1ac49172828e32c63c2641cfdddd142 HEAD 12:46:35 # -> Force: false 12:46:35 # c03b706b33ed5fa13ebe8a074cfd16b7efea7b8e refs/tags/v2.0.0-dev.114 [Pipeline] } 12:46:35 $ docker exec --env ******** --env ******** 137d8fa6a97d56dce8bf480eca925932c912d68fef0769d8ea6baf935895d61c ssh-agent -k 12:46:35 unset SSH_AUTH_SOCK; 12:46:35 unset SSH_AGENT_PID; 12:46:35 echo Agent pid 16 killed; 12:46:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:46:35 + git semver [Pipeline] } 12:46:35 $ docker stop --time=1 137d8fa6a97d56dce8bf480eca925932c912d68fef0769d8ea6baf935895d61c 12:46:37 $ docker rm -f 137d8fa6a97d56dce8bf480eca925932c912d68fef0769d8ea6baf935895d61c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 12:46:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:46:37 12:46:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 12:46:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:46:38 0.23.1-centos7: Pulling from edgex-lftools 12:46:38 ab5ef0e58194: Pulling fs layer 12:46:38 9712f1f96733: Pulling fs layer 12:46:38 63f879dbbcfc: Pulling fs layer 12:46:38 0d9ebad4ef96: Pulling fs layer 12:46:38 e9a5061849ea: Pulling fs layer 12:46:38 d747dcd14b5f: Pulling fs layer 12:46:38 2de7ff778b66: Pulling fs layer 12:46:38 e9a5061849ea: Waiting 12:46:38 d747dcd14b5f: Waiting 12:46:38 2de7ff778b66: Waiting 12:46:38 0d9ebad4ef96: Waiting 12:46:38 9712f1f96733: Verifying Checksum 12:46:38 9712f1f96733: Download complete 12:46:40 63f879dbbcfc: Verifying Checksum 12:46:40 63f879dbbcfc: Download complete 12:46:40 e9a5061849ea: Verifying Checksum 12:46:40 e9a5061849ea: Download complete 12:46:40 d747dcd14b5f: Verifying Checksum 12:46:40 d747dcd14b5f: Download complete 12:46:40 2de7ff778b66: Verifying Checksum 12:46:40 0d9ebad4ef96: Verifying Checksum 12:46:40 0d9ebad4ef96: Download complete 12:46:40 ab5ef0e58194: Verifying Checksum 12:46:40 ab5ef0e58194: Download complete 12:46:46 ab5ef0e58194: Pull complete 12:46:46 9712f1f96733: Pull complete 12:46:48 63f879dbbcfc: Pull complete 12:46:56 0d9ebad4ef96: Pull complete 12:46:57 e9a5061849ea: Pull complete 12:46:57 d747dcd14b5f: Pull complete 12:47:00 2de7ff778b66: Pull complete 12:47:00 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 12:47:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:47:00 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 12:47:00 prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container 12:47:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 12:47:04 $ docker top 6f98959691b47129e81e563771fdb82e3d1b934cbbc87c1e54a0bfc8a0240fc4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 12:47:04 provisioning config files... 12:47:04 copy managed file [sigul-config] to file:/w/workspace/edgex-go/381@tmp/config6619666651728759046tmp 12:47:04 copy managed file [sigul-password] to file:/w/workspace/edgex-go/381@tmp/config4053345152520497453tmp 12:47:04 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/381@tmp/config771136693281685906tmp [Pipeline] { [Pipeline] echo 12:47:04 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 12:47:05 ---> sigul-configuration.sh 12:47:05 gpg: directory `/root/.gnupg' created 12:47:05 gpg: new configuration file `/root/.gnupg/gpg.conf' created 12:47:05 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 12:47:05 gpg: keyring `/root/.gnupg/secring.gpg' created 12:47:05 gpg: keyring `/root/.gnupg/pubring.gpg' created 12:47:05 gpg: CAST5 encrypted data 12:47:05 gpg: encrypted with 1 passphrase 12:47:05 gpg: WARNING: message was not integrity protected [Pipeline] sh 12:47:05 + mkdir /home/jenkins 12:47:05 + mkdir /home/jenkins/sigul [Pipeline] sh 12:47:05 + 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 12:47:05 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 12:47:06 ---> sigul-install.sh 12:47:12 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 12:47:13 + git tag --list 12:47:13 0.6.0 12:47:13 0.6.1 12:47:13 0.7.0 12:47:13 0.7.1 12:47:13 v0.0.0 12:47:13 v0.0.1-dev.1 12:47:13 v1.0.0 12:47:13 v1.0.1 12:47:13 v1.1.0 12:47:13 v1.2.0 12:47:13 v1.2.1 12:47:13 v1.2.2-dev.1 12:47:13 v1.2.2-dev.10 12:47:13 v1.2.2-dev.100 12:47:13 v1.2.2-dev.101 12:47:13 v1.2.2-dev.102 12:47:13 v1.2.2-dev.103 12:47:13 v1.2.2-dev.104 12:47:13 v1.2.2-dev.105 12:47:13 v1.2.2-dev.106 12:47:13 v1.2.2-dev.107 12:47:13 v1.2.2-dev.11 12:47:13 v1.2.2-dev.12 12:47:13 v1.2.2-dev.13 12:47:13 v1.2.2-dev.14 12:47:13 v1.2.2-dev.15 12:47:13 v1.2.2-dev.16 12:47:13 v1.2.2-dev.17 12:47:13 v1.2.2-dev.18 12:47:13 v1.2.2-dev.19 12:47:13 v1.2.2-dev.2 12:47:13 v1.2.2-dev.20 12:47:13 v1.2.2-dev.21 12:47:13 v1.2.2-dev.22 12:47:13 v1.2.2-dev.23 12:47:13 v1.2.2-dev.24 12:47:13 v1.2.2-dev.25 12:47:13 v1.2.2-dev.26 12:47:13 v1.2.2-dev.27 12:47:13 v1.2.2-dev.28 12:47:13 v1.2.2-dev.29 12:47:13 v1.2.2-dev.3 12:47:13 v1.2.2-dev.30 12:47:13 v1.2.2-dev.31 12:47:13 v1.2.2-dev.32 12:47:13 v1.2.2-dev.33 12:47:13 v1.2.2-dev.34 12:47:13 v1.2.2-dev.35 12:47:13 v1.2.2-dev.36 12:47:13 v1.2.2-dev.37 12:47:13 v1.2.2-dev.38 12:47:13 v1.2.2-dev.39 12:47:13 v1.2.2-dev.4 12:47:13 v1.2.2-dev.40 12:47:13 v1.2.2-dev.41 12:47:13 v1.2.2-dev.42 12:47:13 v1.2.2-dev.43 12:47:13 v1.2.2-dev.44 12:47:13 v1.2.2-dev.45 12:47:13 v1.2.2-dev.46 12:47:13 v1.2.2-dev.47 12:47:13 v1.2.2-dev.48 12:47:13 v1.2.2-dev.49 12:47:13 v1.2.2-dev.5 12:47:13 v1.2.2-dev.50 12:47:13 v1.2.2-dev.51 12:47:13 v1.2.2-dev.52 12:47:13 v1.2.2-dev.53 12:47:13 v1.2.2-dev.54 12:47:13 v1.2.2-dev.55 12:47:13 v1.2.2-dev.56 12:47:13 v1.2.2-dev.57 12:47:13 v1.2.2-dev.58 12:47:13 v1.2.2-dev.59 12:47:13 v1.2.2-dev.6 12:47:13 v1.2.2-dev.60 12:47:13 v1.2.2-dev.61 12:47:13 v1.2.2-dev.62 12:47:13 v1.2.2-dev.63 12:47:13 v1.2.2-dev.64 12:47:13 v1.2.2-dev.65 12:47:13 v1.2.2-dev.66 12:47:13 v1.2.2-dev.67 12:47:13 v1.2.2-dev.68 12:47:13 v1.2.2-dev.69 12:47:13 v1.2.2-dev.7 12:47:13 v1.2.2-dev.70 12:47:13 v1.2.2-dev.71 12:47:13 v1.2.2-dev.72 12:47:13 v1.2.2-dev.73 12:47:13 v1.2.2-dev.74 12:47:13 v1.2.2-dev.75 12:47:13 v1.2.2-dev.76 12:47:13 v1.2.2-dev.77 12:47:13 v1.2.2-dev.78 12:47:13 v1.2.2-dev.79 12:47:13 v1.2.2-dev.8 12:47:13 v1.2.2-dev.80 12:47:13 v1.2.2-dev.81 12:47:13 v1.2.2-dev.82 12:47:13 v1.2.2-dev.83 12:47:13 v1.2.2-dev.84 12:47:13 v1.2.2-dev.85 12:47:13 v1.2.2-dev.86 12:47:13 v1.2.2-dev.87 12:47:13 v1.2.2-dev.88 12:47:13 v1.2.2-dev.89 12:47:13 v1.2.2-dev.9 12:47:13 v1.2.2-dev.90 12:47:13 v1.2.2-dev.91 12:47:13 v1.2.2-dev.92 12:47:13 v1.2.2-dev.93 12:47:13 v1.2.2-dev.94 12:47:13 v1.2.2-dev.95 12:47:13 v1.2.2-dev.96 12:47:13 v1.2.2-dev.97 12:47:13 v1.2.2-dev.98 12:47:13 v1.2.2-dev.99 12:47:13 v1.3.0 12:47:13 v1.3.1 12:47:13 v1.3.1-dev.1 12:47:13 v1.3.1-dev.10 12:47:13 v1.3.1-dev.11 12:47:13 v1.3.1-dev.12 12:47:13 v1.3.1-dev.13 12:47:13 v1.3.1-dev.14 12:47:13 v1.3.1-dev.15 12:47:13 v1.3.1-dev.16 12:47:13 v1.3.1-dev.17 12:47:13 v1.3.1-dev.18 12:47:13 v1.3.1-dev.2 12:47:13 v1.3.1-dev.3 12:47:13 v1.3.1-dev.4 12:47:13 v1.3.1-dev.5 12:47:13 v1.3.1-dev.6 12:47:13 v1.3.1-dev.7 12:47:13 v1.3.1-dev.8 12:47:13 v1.3.1-dev.9 12:47:13 v2.0.0-dev.1 12:47:13 v2.0.0-dev.10 12:47:13 v2.0.0-dev.100 12:47:13 v2.0.0-dev.101 12:47:13 v2.0.0-dev.102 12:47:13 v2.0.0-dev.103 12:47:13 v2.0.0-dev.104 12:47:13 v2.0.0-dev.105 12:47:13 v2.0.0-dev.106 12:47:13 v2.0.0-dev.107 12:47:13 v2.0.0-dev.108 12:47:13 v2.0.0-dev.109 12:47:13 v2.0.0-dev.11 12:47:13 v2.0.0-dev.110 12:47:13 v2.0.0-dev.111 12:47:13 v2.0.0-dev.112 12:47:13 v2.0.0-dev.113 12:47:13 v2.0.0-dev.114 12:47:13 v2.0.0-dev.12 12:47:13 v2.0.0-dev.13 12:47:13 v2.0.0-dev.14 12:47:13 v2.0.0-dev.15 12:47:13 v2.0.0-dev.16 12:47:13 v2.0.0-dev.17 12:47:13 v2.0.0-dev.18 12:47:13 v2.0.0-dev.19 12:47:13 v2.0.0-dev.2 12:47:13 v2.0.0-dev.20 12:47:13 v2.0.0-dev.21 12:47:13 v2.0.0-dev.22 12:47:13 v2.0.0-dev.23 12:47:13 v2.0.0-dev.24 12:47:13 v2.0.0-dev.25 12:47:13 v2.0.0-dev.26 12:47:13 v2.0.0-dev.27 12:47:13 v2.0.0-dev.28 12:47:13 v2.0.0-dev.29 12:47:13 v2.0.0-dev.3 12:47:13 v2.0.0-dev.30 12:47:13 v2.0.0-dev.31 12:47:13 v2.0.0-dev.32 12:47:13 v2.0.0-dev.33 12:47:13 v2.0.0-dev.34 12:47:13 v2.0.0-dev.35 12:47:13 v2.0.0-dev.36 12:47:13 v2.0.0-dev.37 12:47:13 v2.0.0-dev.38 12:47:13 v2.0.0-dev.39 12:47:13 v2.0.0-dev.4 12:47:13 v2.0.0-dev.40 12:47:13 v2.0.0-dev.41 12:47:13 v2.0.0-dev.42 12:47:13 v2.0.0-dev.43 12:47:13 v2.0.0-dev.44 12:47:13 v2.0.0-dev.45 12:47:13 v2.0.0-dev.46 12:47:13 v2.0.0-dev.47 12:47:13 v2.0.0-dev.48 12:47:13 v2.0.0-dev.49 12:47:13 v2.0.0-dev.5 12:47:13 v2.0.0-dev.50 12:47:13 v2.0.0-dev.51 12:47:13 v2.0.0-dev.52 12:47:13 v2.0.0-dev.53 12:47:13 v2.0.0-dev.54 12:47:13 v2.0.0-dev.55 12:47:13 v2.0.0-dev.56 12:47:13 v2.0.0-dev.57 12:47:13 v2.0.0-dev.58 12:47:13 v2.0.0-dev.59 12:47:13 v2.0.0-dev.6 12:47:13 v2.0.0-dev.60 12:47:13 v2.0.0-dev.61 12:47:13 v2.0.0-dev.62 12:47:13 v2.0.0-dev.63 12:47:13 v2.0.0-dev.64 12:47:13 v2.0.0-dev.65 12:47:13 v2.0.0-dev.66 12:47:13 v2.0.0-dev.67 12:47:13 v2.0.0-dev.68 12:47:13 v2.0.0-dev.69 12:47:13 v2.0.0-dev.7 12:47:13 v2.0.0-dev.70 12:47:13 v2.0.0-dev.71 12:47:13 v2.0.0-dev.72 12:47:13 v2.0.0-dev.73 12:47:13 v2.0.0-dev.74 12:47:13 v2.0.0-dev.75 12:47:13 v2.0.0-dev.76 12:47:13 v2.0.0-dev.77 12:47:13 v2.0.0-dev.78 12:47:13 v2.0.0-dev.79 12:47:13 v2.0.0-dev.8 12:47:13 v2.0.0-dev.80 12:47:13 v2.0.0-dev.81 12:47:13 v2.0.0-dev.82 12:47:13 v2.0.0-dev.83 12:47:13 v2.0.0-dev.84 12:47:13 v2.0.0-dev.85 12:47:13 v2.0.0-dev.86 12:47:13 v2.0.0-dev.87 12:47:13 v2.0.0-dev.88 12:47:13 v2.0.0-dev.89 12:47:13 v2.0.0-dev.9 12:47:13 v2.0.0-dev.90 12:47:13 v2.0.0-dev.91 12:47:13 v2.0.0-dev.92 12:47:13 v2.0.0-dev.93 12:47:13 v2.0.0-dev.94 12:47:13 v2.0.0-dev.95 12:47:13 v2.0.0-dev.96 12:47:13 v2.0.0-dev.97 12:47:13 v2.0.0-dev.98 12:47:13 v2.0.0-dev.99 [Pipeline] sh 12:47:13 + lftools sign git-tag v2.0.0-dev.114 12:47:14 Signing Git tag with Sigul... 12:47:14 Signing v2.0.0-dev.114 [Pipeline] echo 12:47:15 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 12:47:16 ---> sigul-configuration-cleanup.sh [Pipeline] } 12:47:16 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 12:47:16 $ docker stop --time=1 6f98959691b47129e81e563771fdb82e3d1b934cbbc87c1e54a0bfc8a0240fc4 12:47:18 $ docker rm -f 6f98959691b47129e81e563771fdb82e3d1b934cbbc87c1e54a0bfc8a0240fc4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 12:47:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:47:19 . [Pipeline] withDockerContainer 12:47:19 prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container 12:47:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:47:19 $ docker top 926e7ac15b71484ff78922f5f80f3c3b5e0e99f24cd14f2eea358974c295e4ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:47:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:47:20 [ssh-agent] Looking for ssh-agent implementation... 12:47:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:47:20 $ docker exec 926e7ac15b71484ff78922f5f80f3c3b5e0e99f24cd14f2eea358974c295e4ae ssh-agent 12:47:20 SSH_AUTH_SOCK=/tmp/ssh-IBStODXF5zP0/agent.11 12:47:20 SSH_AGENT_PID=16 12:47:20 Running ssh-add (command line suppressed) 12:47:20 Identity added: /w/workspace/edgex-go/381@tmp/private_key_3406292275082522515.key (/w/workspace/edgex-go/381@tmp/private_key_3406292275082522515.key) 12:47:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:47:21 + git semver bump pre 12:47:21 # -> Open(): unable to determine branch for HEAD 12:47:21 # $GIT_DIR = /w/workspace/edgex-go/381/.git 12:47:21 # $GIT_WORK_TREE = /w/workspace/edgex-go/381 12:47:21 # $SEMVER_REMOTE_NAME = origin 12:47:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:47:21 # $SEMVER_USER_NAME = edgex-jenkins 12:47:21 # $SEMVER_BRANCH = master 12:47:21 # $SEMVER_DIR = /w/workspace/edgex-go/381/.semver 12:47:21 2.0.0-dev.115 [Pipeline] } 12:47:21 $ docker exec --env ******** --env ******** 926e7ac15b71484ff78922f5f80f3c3b5e0e99f24cd14f2eea358974c295e4ae ssh-agent -k 12:47:21 unset SSH_AUTH_SOCK; 12:47:21 unset SSH_AGENT_PID; 12:47:21 echo Agent pid 16 killed; 12:47:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:47:21 + git semver [Pipeline] } 12:47:21 $ docker stop --time=1 926e7ac15b71484ff78922f5f80f3c3b5e0e99f24cd14f2eea358974c295e4ae 12:47:23 $ docker rm -f 926e7ac15b71484ff78922f5f80f3c3b5e0e99f24cd14f2eea358974c295e4ae [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:47:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:47:23 . [Pipeline] withDockerContainer 12:47:23 prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container 12:47:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:47:24 $ docker top c7a04e62b0cc673fe1a9f238c498f4c7fabc900f0b967ed053294d5f0edd9e31 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:47:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:47:24 [ssh-agent] Looking for ssh-agent implementation... 12:47:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:47:25 $ docker exec c7a04e62b0cc673fe1a9f238c498f4c7fabc900f0b967ed053294d5f0edd9e31 ssh-agent 12:47:25 SSH_AUTH_SOCK=/tmp/ssh-0C6ER7CZwt6v/agent.12 12:47:25 SSH_AGENT_PID=18 12:47:25 Running ssh-add (command line suppressed) 12:47:25 Identity added: /w/workspace/edgex-go/381@tmp/private_key_7396367119698793931.key (/w/workspace/edgex-go/381@tmp/private_key_7396367119698793931.key) 12:47:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:47:25 + git semver push 12:47:25 # -> Open(): unable to determine branch for HEAD 12:47:25 # $GIT_DIR = /w/workspace/edgex-go/381/.git 12:47:25 # $GIT_WORK_TREE = /w/workspace/edgex-go/381 12:47:25 # $SEMVER_REMOTE_NAME = origin 12:47:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:47:25 # $SEMVER_USER_NAME = edgex-jenkins 12:47:25 # $SEMVER_BRANCH = master 12:47:25 # $SEMVER_DIR = /w/workspace/edgex-go/381/.semver [Pipeline] } 12:47:35 $ docker exec --env ******** --env ******** c7a04e62b0cc673fe1a9f238c498f4c7fabc900f0b967ed053294d5f0edd9e31 ssh-agent -k 12:47:36 unset SSH_AUTH_SOCK; 12:47:36 unset SSH_AGENT_PID; 12:47:36 echo Agent pid 18 killed; 12:47:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:47:36 + git semver [Pipeline] } 12:47:36 $ docker stop --time=1 c7a04e62b0cc673fe1a9f238c498f4c7fabc900f0b967ed053294d5f0edd9e31 12:47:38 $ docker rm -f c7a04e62b0cc673fe1a9f238c498f4c7fabc900f0b967ed053294d5f0edd9e31 [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 12:47:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:47:40 ---> package-listing.sh 12:47:40 ++ facter osfamily 12:47:40 ++ tr '[:upper:]' '[:lower:]' 12:47:40 + OS_FAMILY=redhat 12:47:40 + workspace=/w/workspace/edgex-go/381 12:47:40 + START_PACKAGES=/tmp/packages_start.txt 12:47:40 + END_PACKAGES=/tmp/packages_end.txt 12:47:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:47:40 + PACKAGES=/tmp/packages_start.txt 12:47:40 + '[' /w/workspace/edgex-go/381 ']' 12:47:40 + PACKAGES=/tmp/packages_end.txt 12:47:40 + case "${OS_FAMILY}" in 12:47:40 + rpm -qa 12:47:40 + sort 12:47:45 + '[' -f /tmp/packages_start.txt ']' 12:47:45 + '[' -f /tmp/packages_end.txt ']' 12:47:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:47:45 + '[' /w/workspace/edgex-go/381 ']' 12:47:45 + mkdir -p /w/workspace/edgex-go/381/archives/ 12:47:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/381/archives/ [Pipeline] echo 12:47:45 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/381/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:47:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:47:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:47:46 12:47:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:47:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:47:46 alpine: Pulling from edgex-lftools-log-publisher 12:47:46 df20fa9351a1: Pulling fs layer 12:47:46 36b3adc4ff6f: Pulling fs layer 12:47:46 8ad3a11d3b57: Pulling fs layer 12:47:46 46f8f816bc3b: Pulling fs layer 12:47:46 93b61091891f: Pulling fs layer 12:47:46 93b9cdb0e59b: Pulling fs layer 12:47:46 5e14af77c1be: Pulling fs layer 12:47:46 01666e4c0597: Pulling fs layer 12:47:46 aa168da1d23b: Pulling fs layer 12:47:46 93b61091891f: Waiting 12:47:46 93b9cdb0e59b: Waiting 12:47:46 5e14af77c1be: Waiting 12:47:46 01666e4c0597: Waiting 12:47:46 aa168da1d23b: Waiting 12:47:46 46f8f816bc3b: Waiting 12:47:46 36b3adc4ff6f: Verifying Checksum 12:47:46 36b3adc4ff6f: Download complete 12:47:46 46f8f816bc3b: Verifying Checksum 12:47:46 46f8f816bc3b: Download complete 12:47:46 df20fa9351a1: Verifying Checksum 12:47:46 93b9cdb0e59b: Verifying Checksum 12:47:46 93b9cdb0e59b: Download complete 12:47:46 93b61091891f: Download complete 12:47:46 5e14af77c1be: Verifying Checksum 12:47:46 5e14af77c1be: Download complete 12:47:46 01666e4c0597: Verifying Checksum 12:47:46 01666e4c0597: Download complete 12:47:47 df20fa9351a1: Pull complete 12:47:47 8ad3a11d3b57: Verifying Checksum 12:47:47 8ad3a11d3b57: Download complete 12:47:47 36b3adc4ff6f: Pull complete 12:47:49 aa168da1d23b: Verifying Checksum 12:47:49 aa168da1d23b: Download complete 12:47:49 8ad3a11d3b57: Pull complete 12:47:49 46f8f816bc3b: Pull complete 12:47:49 93b61091891f: Pull complete 12:47:50 93b9cdb0e59b: Pull complete 12:47:50 5e14af77c1be: Pull complete 12:47:50 01666e4c0597: Pull complete 12:47:58 aa168da1d23b: Pull complete 12:47:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 12:47:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:47:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:47:58 prd-centos7-docker-4c-2g-28709 does not seem to be running inside a container 12:47:58 $ 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/381/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/381 -v /w/workspace/edgex-go/381:/w/workspace/edgex-go/381:rw,z -v /w/workspace/edgex-go/381@tmp:/w/workspace/edgex-go/381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 12:48:01 $ docker top e06fda8fa2497a7f7de7fcc07387e49913f41617afd3ce4237a4b18e803fa77f -eo pid,comm [Pipeline] { [Pipeline] sh 12:48:02 + touch /tmp/pre-build-complete [Pipeline] sh 12:48:02 + mkdir -p /var/log/sa [Pipeline] sh 12:48:03 + ls /var/log/sa-host 12:48:03 + sadf -c /var/log/sa-host/sa05 12:48:03 file_magic: OK 12:48:03 HZ: Using current value: 100 12:48:03 file_header: OK 12:48:03 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 12:48:03 Statistics: 12:48:03 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...Hnuu...uuuununununu...Hnuu...uuuununununu... 12:48:03 File successfully converted to sysstat format version 12.2.1 12:48:03 + sadf -c /var/log/sa-host/sa23 12:48:03 file_magic: OK 12:48:03 HZ: Using current value: 100 12:48:03 file_header: OK 12:48:03 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 12:48:03 Statistics: 12:48:03 Hnuu...uuuununununu... 12:48:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:48:03 provisioning config files... 12:48:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/381@tmp/config1478240870529222934tmp [Pipeline] { [Pipeline] echo 12:48:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:48:04 ---> create-netrc.sh [Pipeline] } 12:48:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 12:48:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 12:48:04 ---> python-tools-install.sh [Pipeline] echo 12:48:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:48:04 ---> sudo-logs.sh 12:48:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:48:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:48:05 ---> job-cost.sh 12:48:05 lf-activate-venv: SKIPPING 12:48:05 DEBUG: total: 0.20999999344348907 12:48:05 INFO: Retrieving Stack Cost... 12:48:08 INFO: Retrieving Pricing Info for: v1-standard-2 12:48:08 INFO: Archiving Costs [Pipeline] echo 12:48:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:48:09 ---> logs-deploy.sh 12:48:09 lf-activate-venv: SKIPPING 12:48:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/381 12:48:09 INFO: archiving workspace using pattern(s): 12:48:10 Archives upload complete. 12:48:10 INFO: archiving logs to Nexus 12:48:11 ---> uname -a: 12:48:11 Linux prd-centos7-docker-4c-2g-28709.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 12:48:11 12:48:11 12:48:11 ---> lscpu: 12:48:11 Architecture: x86_64 12:48:11 CPU op-mode(s): 32-bit, 64-bit 12:48:11 Byte Order: Little Endian 12:48:11 Address sizes: 40 bits physical, 48 bits virtual 12:48:11 CPU(s): 4 12:48:11 On-line CPU(s) list: 0-3 12:48:11 Thread(s) per core: 1 12:48:11 Core(s) per socket: 1 12:48:11 Socket(s): 4 12:48:11 NUMA node(s): 1 12:48:11 Vendor ID: GenuineIntel 12:48:11 CPU family: 6 12:48:11 Model: 44 12:48:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 12:48:11 Stepping: 1 12:48:11 CPU MHz: 2933.438 12:48:11 BogoMIPS: 5866.87 12:48:11 Virtualization: VT-x 12:48:11 Hypervisor vendor: KVM 12:48:11 Virtualization type: full 12:48:11 L1d cache: 128 KiB 12:48:11 L1i cache: 128 KiB 12:48:11 L2 cache: 16 MiB 12:48:11 L3 cache: 64 MiB 12:48:11 NUMA node0 CPU(s): 0-3 12:48:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 12:48:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 12:48:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 12:48:11 Vulnerability Meltdown: Mitigation; PTI 12:48:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:48:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 12:48:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 12:48:11 Vulnerability Srbds: Not affected 12:48:11 Vulnerability Tsx async abort: Not affected 12:48:11 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 12:48:11 12:48:11 12:48:11 ---> nproc: 12:48:11 4 12:48:11 12:48:11 12:48:11 ---> df -h: 12:48:11 Filesystem Size Used Available Use% Mounted on 12:48:11 overlay 50.0G 13.4G 36.5G 27% / 12:48:11 tmpfs 64.0M 0 64.0M 0% /dev 12:48:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 12:48:11 shm 64.0M 0 64.0M 0% /dev/shm 12:48:11 /dev/vda1 50.0G 13.4G 36.5G 27% /facter-os 12:48:11 /dev/vda1 50.0G 13.4G 36.5G 27% /etc/resolv.conf 12:48:11 /dev/vda1 50.0G 13.4G 36.5G 27% /etc/hostname 12:48:11 /dev/vda1 50.0G 13.4G 36.5G 27% /etc/hosts 12:48:11 /dev/vda1 50.0G 13.4G 36.5G 27% /run/cloud-init/result.json 12:48:11 /dev/vda1 50.0G 13.4G 36.5G 27% /var/log/sa-host 12:48:11 /dev/vda1 50.0G 13.4G 36.5G 27% /var/log/secure 12:48:11 /dev/vda1 50.0G 13.4G 36.5G 27% /var/log/auth.log 12:48:11 /dev/vda1 50.0G 13.4G 36.5G 27% /w/workspace/edgex-go/381@tmp 12:48:11 /dev/vda1 50.0G 13.4G 36.5G 27% /w/workspace/edgex-go/381 12:48:11 12:48:11 12:48:11 ---> free -m: 12:48:11 total used free shared buff/cache available 12:48:11 Mem: 1837 774 139 0 922 1010 12:48:11 Swap: 1023 85 938 12:48:11 12:48:11 12:48:11 ---> ip addr: 12:48:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 12:48:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:48:11 inet 127.0.0.1/8 scope host lo 12:48:11 valid_lft forever preferred_lft forever 12:48:11 inet6 ::1/128 scope host 12:48:11 valid_lft forever preferred_lft forever 12:48:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 12:48:11 link/ether fa:16:3e:5d:96:9b brd ff:ff:ff:ff:ff:ff 12:48:11 inet 10.30.122.9/23 brd 10.30.123.255 scope global dynamic eth0 12:48:11 valid_lft 85124sec preferred_lft 85124sec 12:48:11 inet6 fe80::f816:3eff:fe5d:969b/64 scope link 12:48:11 valid_lft forever preferred_lft forever 12:48:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 12:48:11 link/ether 02:42:22:e2:8a:b2 brd ff:ff:ff:ff:ff:ff 12:48:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 12:48:11 valid_lft forever preferred_lft forever 12:48:11 inet6 fe80::42:22ff:fee2:8ab2/64 scope link 12:48:11 valid_lft forever preferred_lft forever 12:48:11 12:48:11 12:48:11 ---> sar -b -r -n DEV: 12:48:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/05/21 _x86_64_ (4 CPU) 12:48:11 12:48:11 12:26:44 LINUX RESTART (4 CPU) 12:48:11 12:48:11 12:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:48:11 12:28:01 168.46 91.63 76.83 0.00 6012.98 42420.52 0.00 12:48:11 12:29:01 99.00 61.30 37.70 0.00 8233.84 12875.59 0.00 12:48:11 12:30:01 309.65 106.66 203.00 0.00 6671.95 51220.77 0.00 12:48:11 12:31:01 192.75 96.06 96.69 0.00 3272.52 10420.94 0.00 12:48:11 12:32:02 146.99 64.99 82.00 0.00 3196.67 11838.39 0.00 12:48:11 12:33:02 841.15 599.58 241.56 0.00 88093.39 162237.99 0.00 12:48:11 12:34:01 2755.18 2394.88 360.30 0.00 151263.49 159725.86 0.00 12:48:11 12:35:02 366.87 111.19 255.68 0.00 21860.68 70154.06 0.00 12:48:11 12:36:01 2264.50 1925.41 339.08 0.00 139709.77 154086.26 0.00 12:48:11 12:37:01 258.37 48.74 209.63 0.00 6474.14 32355.82 0.00 12:48:11 12:38:01 27.44 12.07 15.37 0.00 2194.17 371.51 0.00 12:48:11 12:39:01 0.65 0.00 0.65 0.00 0.00 11.83 0.00 12:48:11 12:40:02 0.37 0.03 0.33 0.00 0.27 4.38 0.00 12:48:11 12:41:01 0.46 0.25 0.20 0.00 10.03 1.64 0.00 12:48:11 12:42:01 2.01 1.77 0.25 0.00 57.55 3.00 0.00 12:48:11 12:43:01 0.90 0.10 0.80 0.00 1.73 14.99 0.00 12:48:11 12:44:01 0.33 0.02 0.32 0.00 0.13 3.83 0.00 12:48:11 12:45:01 0.25 0.02 0.23 0.00 0.53 2.88 0.00 12:48:11 12:46:01 246.26 148.06 98.20 0.00 7695.39 33576.80 0.00 12:48:11 12:47:03 292.38 127.00 165.39 0.00 8256.85 32136.35 0.00 12:48:11 12:48:01 198.36 101.50 96.87 0.00 8385.06 24281.80 0.00 12:48:11 Average: 386.99 278.33 108.66 0.00 21837.77 37920.40 0.00 12:48:11 12:48:11 12:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:48:11 12:28:01 82916 0 593024 31.52 2620 1202984 1057680 36.10 520192 1080828 12544 12:48:11 12:29:01 263920 0 641728 34.11 2596 973300 1198936 40.92 579892 836140 1040 12:48:11 12:30:01 342128 0 719448 38.24 1520 818448 1106776 37.77 427984 832252 16 12:48:11 12:31:01 175464 0 805012 42.78 648 900420 1689044 57.64 678556 738988 73388 12:48:11 12:32:02 194156 0 805536 42.81 524 881328 1419936 48.46 641916 750796 31264 12:48:11 12:33:02 74124 0 852268 45.30 28 955124 2270980 77.50 729892 870972 25980 12:48:11 12:34:01 328656 0 872380 46.37 28 680480 2846420 97.14 623876 656996 11572 12:48:11 12:35:02 128020 0 701880 37.30 28 1051616 1359596 46.40 695468 810820 53256 12:48:11 12:36:01 376420 0 735672 39.10 28 769424 1833016 62.56 564016 691308 5696 12:48:11 12:37:01 155032 0 646824 34.38 28 1079660 1224500 41.79 575256 899060 20 12:48:11 12:38:01 108644 0 647400 34.41 28 1125472 1201640 41.01 673084 848752 8 12:48:11 12:39:01 114452 0 641584 34.10 28 1125480 1165468 39.78 669960 847596 8 12:48:11 12:40:02 114820 0 641204 34.08 28 1125492 1165468 39.78 669720 847600 8 12:48:11 12:41:01 114900 0 640824 34.06 28 1125792 1165468 39.78 670280 847604 8 12:48:11 12:42:01 112780 0 641956 34.12 28 1126780 1165468 39.78 670336 848536 16 12:48:11 12:43:01 111820 0 642904 34.17 28 1126792 1165576 39.78 670864 848552 8 12:48:11 12:44:01 112444 0 642268 34.14 28 1126804 1165468 39.78 670336 848564 16 12:48:11 12:45:01 112648 0 642072 34.12 28 1126796 1165468 39.78 670232 848564 8 12:48:11 12:46:01 149752 0 716888 38.10 28 1014876 1623832 55.42 585312 853928 28 12:48:11 12:47:03 213524 0 756344 40.20 0 911676 1362972 46.52 465304 854040 20 12:48:11 12:48:01 189736 0 767384 40.78 0 924424 1362404 46.50 512560 818360 16 12:48:11 Average: 170303 0 702600 37.34 395 1008246 1415053 48.29 617383 832393 10234 12:48:11 12:48:11 12:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:48:11 12:28:01 eth0 991.53 623.00 3366.61 89.47 0.00 0.00 0.00 0.00 12:48:11 12:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:29:01 vethe1a0414 1045.48 733.89 93.82 2680.47 0.00 0.00 0.00 0.00 12:48:11 12:29:01 eth0 813.92 1104.74 3015.24 122.11 0.00 0.00 0.00 0.00 12:48:11 12:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:29:01 docker0 1045.48 733.75 79.52 2680.46 0.00 0.00 0.00 0.00 12:48:11 12:30:01 eth0 484.24 395.26 3678.34 43.15 0.00 0.00 0.00 0.00 12:48:11 12:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:30:01 docker0 148.30 187.65 10.93 834.21 0.00 0.00 0.00 0.00 12:48:11 12:31:01 veth8436257 0.83 0.96 0.07 0.08 0.00 0.00 0.00 0.00 12:48:11 12:31:01 eth0 64.75 46.99 37.56 65.58 0.00 0.00 0.00 0.00 12:48:11 12:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:31:01 docker0 0.83 0.83 0.06 0.07 0.00 0.00 0.00 0.00 12:48:11 12:32:02 veth8436257 1.51 1.51 0.12 0.12 0.00 0.00 0.00 0.00 12:48:11 12:32:02 eth0 24.34 13.73 19.63 10.53 0.00 0.00 0.00 0.00 12:48:11 12:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:32:02 docker0 1.51 1.51 0.10 0.12 0.00 0.00 0.00 0.00 12:48:11 12:33:02 eth0 212.49 173.41 1693.99 77.36 0.00 0.00 0.00 0.00 12:48:11 12:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:33:02 veth70b13d0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 12:48:11 12:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:34:01 veth14f0986 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:34:01 vethf2a498c 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 12:48:11 12:34:01 vethbac4daa 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:34:01 veth63dc72e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:35:02 eth0 2685.15 2392.57 12009.27 469.39 0.00 0.00 0.00 0.00 12:48:11 12:35:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 12:48:11 12:35:02 veth70b13d0 0.00 0.59 0.00 0.03 0.00 0.00 0.00 0.00 12:48:11 12:35:02 docker0 1194.16 944.32 90.10 3697.25 0.00 0.00 0.00 0.00 12:48:11 12:36:01 eth0 59.41 35.65 163.80 75.53 0.00 0.00 0.00 0.00 12:48:11 12:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:36:01 veth70b13d0 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:36:01 vetha8a27f6 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 12:48:11 12:37:01 eth0 256.12 186.92 1705.07 80.96 0.00 0.00 0.00 0.00 12:48:11 12:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:37:01 docker0 1261.36 1050.12 94.43 4331.93 0.00 0.00 0.00 0.00 12:48:11 12:38:01 eth0 406.00 401.35 170.67 1570.38 0.00 0.00 0.00 0.00 12:48:11 12:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:39:01 eth0 0.10 0.12 0.01 0.03 0.00 0.00 0.00 0.00 12:48:11 12:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:40:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:48:11 12:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:41:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:48:11 12:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:42:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:48:11 12:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:43:01 eth0 0.72 0.48 0.41 0.24 0.00 0.00 0.00 0.00 12:48:11 12:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:44:01 eth0 0.12 0.12 0.01 0.04 0.00 0.00 0.00 0.00 12:48:11 12:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:45:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:46:01 eth0 441.44 381.84 4032.87 34.86 0.00 0.00 0.00 0.00 12:48:11 12:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:46:01 veth851d5cb 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:47:03 eth0 449.57 402.68 3366.21 110.00 0.00 0.00 0.00 0.00 12:48:11 12:47:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:47:03 docker0 36.99 35.92 3.55 247.33 0.00 0.00 0.00 0.00 12:48:11 12:48:01 eth0 369.63 279.94 2533.06 73.31 0.00 0.00 0.00 0.00 12:48:11 12:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 12:48:01 docker0 50.78 85.35 3.50 231.07 0.00 0.00 0.00 0.00 12:48:11 Average: eth0 223.63 196.31 1151.75 115.43 0.00 0.00 0.00 0.00 12:48:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:48:11 Average: docker0 64.33 55.79 4.84 229.47 0.00 0.00 0.00 0.00 12:48:11 12:48:11 12:48:11 ---> sar -P ALL: 12:48:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/05/21 _x86_64_ (4 CPU) 12:48:11 12:48:11 12:26:44 LINUX RESTART (4 CPU) 12:48:11 12:48:11 12:27:01 CPU %user %nice %system %iowait %steal %idle 12:48:11 12:28:01 all 14.48 0.00 7.84 5.66 0.04 71.98 12:48:11 12:28:01 0 13.40 0.00 9.32 3.69 0.07 73.52 12:48:11 12:28:01 1 16.31 0.00 7.61 7.66 0.02 68.41 12:48:11 12:28:01 2 14.33 0.00 6.61 6.43 0.03 72.59 12:48:11 12:28:01 3 13.87 0.00 7.85 4.82 0.03 73.44 12:48:11 12:29:01 all 9.52 0.00 4.65 1.08 0.03 84.73 12:48:11 12:29:01 0 7.89 0.00 6.15 0.61 0.02 85.34 12:48:11 12:29:01 1 7.58 0.00 3.95 0.30 0.03 88.12 12:48:11 12:29:01 2 11.91 0.00 3.61 0.36 0.05 84.07 12:48:11 12:29:01 3 10.68 0.00 4.88 3.04 0.03 81.36 12:48:11 12:30:01 all 11.05 0.00 9.01 6.13 0.05 73.75 12:48:11 12:30:01 0 10.34 0.00 9.76 6.41 0.05 73.44 12:48:11 12:30:01 1 10.78 0.00 8.87 5.64 0.07 74.65 12:48:11 12:30:01 2 11.00 0.00 8.19 8.32 0.05 72.44 12:48:11 12:30:01 3 12.08 0.00 9.25 4.15 0.03 74.49 12:48:11 12:31:01 all 49.97 0.00 12.14 4.50 0.05 33.35 12:48:11 12:31:01 0 48.23 0.00 12.83 6.46 0.03 32.46 12:48:11 12:31:01 1 53.45 0.00 11.63 3.21 0.05 31.66 12:48:11 12:31:01 2 47.84 0.00 12.46 4.18 0.05 35.47 12:48:11 12:31:01 3 50.35 0.00 11.63 4.13 0.05 33.83 12:48:11 12:32:02 all 48.20 0.00 14.05 3.67 0.05 34.03 12:48:11 12:32:02 0 47.70 0.00 14.05 3.61 0.05 34.59 12:48:11 12:32:02 1 48.40 0.00 13.54 4.54 0.07 33.45 12:48:11 12:32:02 2 49.07 0.00 13.98 3.42 0.03 33.49 12:48:11 12:32:02 3 47.63 0.00 14.64 3.10 0.05 34.57 12:48:11 12:33:02 all 23.33 0.00 20.40 6.19 0.10 49.98 12:48:11 12:33:02 0 24.52 0.00 20.06 5.42 0.12 49.88 12:48:11 12:33:02 1 23.50 0.00 20.81 8.27 0.09 47.34 12:48:11 12:33:02 2 22.26 0.00 20.51 5.80 0.12 51.31 12:48:11 12:33:02 3 23.02 0.00 20.22 5.28 0.07 51.42 12:48:11 12:34:01 all 19.28 0.00 23.37 32.86 0.09 24.39 12:48:11 12:34:01 0 19.13 0.00 23.29 30.39 0.07 27.12 12:48:11 12:34:01 1 18.97 0.00 23.31 34.37 0.12 23.22 12:48:11 12:34:01 2 19.46 0.00 23.49 33.65 0.09 23.31 12:48:11 12:34:01 3 19.58 0.00 23.40 33.04 0.09 23.89 12:48:11 12:35:02 all 51.54 0.00 15.71 13.81 0.06 18.89 12:48:11 12:35:02 0 51.92 0.00 14.78 13.12 0.05 20.13 12:48:11 12:35:02 1 51.31 0.00 15.66 16.19 0.07 16.77 12:48:11 12:35:02 2 51.59 0.00 15.75 14.35 0.03 18.28 12:48:11 12:35:02 3 51.35 0.00 16.63 11.58 0.07 20.37 12:48:11 12:36:01 all 38.09 0.00 25.51 17.15 0.11 19.15 12:48:11 12:36:01 0 39.11 0.00 24.87 18.16 0.14 17.72 12:48:11 12:36:01 1 38.94 0.00 24.66 17.30 0.13 18.98 12:48:11 12:36:01 2 37.04 0.00 26.20 16.65 0.11 20.01 12:48:11 12:36:01 3 37.25 0.00 26.33 16.47 0.05 19.90 12:48:11 12:37:01 all 26.92 0.00 10.66 7.40 0.04 54.98 12:48:11 12:37:01 0 28.76 0.00 11.38 5.57 0.02 54.28 12:48:11 12:37:01 1 24.40 0.00 11.09 9.64 0.05 54.82 12:48:11 12:37:01 2 29.16 0.00 10.42 4.98 0.05 55.38 12:48:11 12:37:01 3 25.38 0.00 9.75 9.39 0.05 55.42 12:48:11 12:38:01 all 8.29 0.00 3.29 0.59 0.06 87.77 12:48:11 12:38:01 0 7.77 0.00 3.72 0.49 0.07 87.95 12:48:11 12:38:01 1 8.43 0.00 3.06 0.32 0.05 88.14 12:48:11 12:38:01 2 8.46 0.00 3.32 0.25 0.07 87.90 12:48:11 12:38:01 3 8.49 0.00 3.05 1.28 0.07 87.11 12:48:11 12:48:11 12:38:01 CPU %user %nice %system %iowait %steal %idle 12:48:11 12:39:01 all 0.12 0.00 0.03 0.00 0.00 99.84 12:48:11 12:39:01 0 0.40 0.00 0.07 0.00 0.00 99.53 12:48:11 12:39:01 1 0.02 0.00 0.02 0.00 0.00 99.97 12:48:11 12:39:01 2 0.05 0.00 0.03 0.00 0.02 99.90 12:48:11 12:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:48:11 12:40:02 all 0.17 0.00 0.10 0.00 0.00 99.72 12:48:11 12:40:02 0 0.53 0.00 0.07 0.02 0.00 99.38 12:48:11 12:40:02 1 0.05 0.00 0.10 0.00 0.02 99.83 12:48:11 12:40:02 2 0.05 0.00 0.08 0.00 0.00 99.87 12:48:11 12:40:02 3 0.05 0.00 0.17 0.00 0.00 99.78 12:48:11 12:41:01 all 0.16 0.00 0.03 0.00 0.00 99.81 12:48:11 12:41:01 0 0.52 0.00 0.03 0.00 0.00 99.44 12:48:11 12:41:01 1 0.02 0.00 0.00 0.00 0.00 99.98 12:48:11 12:41:01 2 0.03 0.00 0.02 0.00 0.00 99.95 12:48:11 12:41:01 3 0.05 0.00 0.07 0.00 0.00 99.88 12:48:11 12:42:01 all 0.16 0.00 0.05 0.02 0.00 99.78 12:48:11 12:42:01 0 0.53 0.00 0.03 0.00 0.02 99.42 12:48:11 12:42:01 1 0.07 0.00 0.10 0.03 0.00 99.80 12:48:11 12:42:01 2 0.02 0.00 0.03 0.03 0.00 99.92 12:48:11 12:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:48:11 12:43:01 all 0.15 0.00 0.03 0.00 0.00 99.82 12:48:11 12:43:01 0 0.52 0.00 0.03 0.00 0.00 99.45 12:48:11 12:43:01 1 0.05 0.00 0.03 0.00 0.00 99.92 12:48:11 12:43:01 2 0.03 0.00 0.03 0.00 0.00 99.93 12:48:11 12:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:48:11 12:44:01 all 0.11 0.00 0.03 0.00 0.00 99.86 12:48:11 12:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:48:11 12:44:01 1 0.03 0.00 0.05 0.00 0.00 99.92 12:48:11 12:44:01 2 0.37 0.00 0.03 0.00 0.02 99.58 12:48:11 12:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:48:11 12:45:01 all 0.09 0.00 0.02 0.00 0.00 99.89 12:48:11 12:45:01 0 0.05 0.00 0.02 0.00 0.00 99.93 12:48:11 12:45:01 1 0.05 0.00 0.02 0.00 0.00 99.93 12:48:11 12:45:01 2 0.22 0.00 0.02 0.00 0.00 99.77 12:48:11 12:45:01 3 0.03 0.00 0.02 0.02 0.00 99.93 12:48:11 12:46:01 all 8.10 0.00 6.19 2.81 0.04 82.86 12:48:11 12:46:01 0 8.02 0.00 6.95 3.25 0.02 81.76 12:48:11 12:46:01 1 8.39 0.00 6.02 3.04 0.05 82.50 12:48:11 12:46:01 2 8.03 0.00 5.42 3.36 0.03 83.15 12:48:11 12:46:01 3 7.96 0.00 6.39 1.59 0.05 84.00 12:48:11 12:47:03 all 10.52 0.00 8.69 6.83 0.06 73.90 12:48:11 12:47:03 0 10.61 0.00 9.65 6.45 0.05 73.24 12:48:11 12:47:03 1 9.90 0.00 7.61 6.51 0.05 75.92 12:48:11 12:47:03 2 10.48 0.00 8.13 7.85 0.05 73.49 12:48:11 12:47:03 3 11.10 0.00 9.37 6.53 0.08 72.92 12:48:11 12:48:01 all 10.43 0.00 7.62 3.82 0.05 78.08 12:48:11 12:48:01 0 10.09 0.00 7.85 1.11 0.05 80.89 12:48:11 12:48:01 1 8.01 0.00 6.66 4.15 0.07 81.11 12:48:11 12:48:01 2 10.09 0.00 8.14 5.82 0.05 75.91 12:48:11 12:48:01 3 13.54 0.00 7.84 4.20 0.04 74.39 12:48:11 Average: all 15.53 0.00 7.92 5.24 0.04 71.26 12:48:11 Average: 0 15.52 0.00 8.20 4.89 0.04 71.35 12:48:11 Average: 1 15.44 0.00 7.71 5.65 0.04 71.16 12:48:11 Average: 2 15.57 0.00 7.78 5.38 0.04 71.23 12:48:11 Average: 3 15.60 0.00 8.01 5.03 0.04 71.32 12:48:11 12:48:11 12:48:11