Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 13b869e22a059f3891192ba74d68c5afbf7a0a77 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27211 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/367 [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/367 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 13b869e22a059f3891192ba74d68c5afbf7a0a77 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 13b869e22a059f3891192ba74d68c5afbf7a0a77 # timeout=10 Commit message: "feat(security): Enable Vault's Consul secrets engine (#3179)" > git rev-list --no-walk a8b212ab85f9eb20ce60342de555149da787e9ca # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:00:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:00:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:00:14 ========================================================= 23:00:14 EdgeX Global Pipelines Version Info 23:00:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:00:15 ------------------- 23:00:15 stable info: 23:00:15 ------------------- 23:00:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:00:15 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:00:15 Message: update stable to v1.0.179 23:00:16 ------------------- 23:00:16 experimental info: 23:00:16 ------------------- 23:00:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:00:16 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:00:16 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:00:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 23:00:17 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 23:00:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:00:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:00:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:00:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:00:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:00:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 23:00:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 23:00:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 23:00:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:00:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:00:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:00:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:00:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:00:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:00:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:00:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:00:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:00:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 23:00:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:00:19 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:00:19 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:00:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 23:00:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 23:00:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 23:00:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] echo 23:00:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 13b869e [Pipeline] echo 23:00:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:00:20 provisioning config files... 23:00:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/367@tmp/config8612756046174859433tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:00:20 ---> docker-login.sh 23:00:20 nexus3.edgexfoundry.org:10001 23:00:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:00:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:00:20 Configure a credential helper to remove this warning. See 23:00:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:00:20 23:00:20 Login Succeeded 23:00:20 nexus3.edgexfoundry.org:10002 23:00:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:00:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:00:21 Configure a credential helper to remove this warning. See 23:00:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:00:21 23:00:21 Login Succeeded 23:00:21 nexus3.edgexfoundry.org:10003 23:00:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:00:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:00:21 Configure a credential helper to remove this warning. See 23:00:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:00:21 23:00:21 Login Succeeded 23:00:21 nexus3.edgexfoundry.org:10004 23:00:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:00:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:00:21 Configure a credential helper to remove this warning. See 23:00:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:00:21 23:00:21 Login Succeeded 23:00:21 docker.io 23:00:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:00:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:00:22 Configure a credential helper to remove this warning. See 23:00:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:00:22 23:00:22 Login Succeeded 23:00:22 ---> docker-login.sh ends [Pipeline] } 23:00:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:00:22 ++ 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 23:00:22 + for file in '`ls cmd/**/Dockerfile`' 23:00:22 ++ dirname cmd/core-command/Dockerfile 23:00:22 ++ cut -d/ -f2 23:00:22 + echo core-command,cmd/core-command/Dockerfile 23:00:22 + for file in '`ls cmd/**/Dockerfile`' 23:00:22 ++ dirname cmd/core-data/Dockerfile 23:00:22 ++ cut -d/ -f2 23:00:22 + echo core-data,cmd/core-data/Dockerfile 23:00:22 + for file in '`ls cmd/**/Dockerfile`' 23:00:22 ++ dirname cmd/core-metadata/Dockerfile 23:00:22 ++ cut -d/ -f2 23:00:22 + echo core-metadata,cmd/core-metadata/Dockerfile 23:00:22 + for file in '`ls cmd/**/Dockerfile`' 23:00:22 ++ dirname cmd/security-bootstrapper/Dockerfile 23:00:22 ++ cut -d/ -f2 23:00:22 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 23:00:22 + for file in '`ls cmd/**/Dockerfile`' 23:00:22 ++ dirname cmd/security-proxy-setup/Dockerfile 23:00:22 ++ cut -d/ -f2 23:00:22 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 23:00:22 + for file in '`ls cmd/**/Dockerfile`' 23:00:22 ++ dirname cmd/security-secretstore-setup/Dockerfile 23:00:22 ++ cut -d/ -f2 23:00:22 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 23:00:22 + for file in '`ls cmd/**/Dockerfile`' 23:00:22 ++ dirname cmd/support-notifications/Dockerfile 23:00:22 ++ cut -d/ -f2 23:00:22 + echo support-notifications,cmd/support-notifications/Dockerfile 23:00:22 + for file in '`ls cmd/**/Dockerfile`' 23:00:22 ++ dirname cmd/support-scheduler/Dockerfile 23:00:22 ++ cut -d/ -f2 23:00:22 + echo support-scheduler,cmd/support-scheduler/Dockerfile 23:00:22 + for file in '`ls cmd/**/Dockerfile`' 23:00:22 ++ dirname cmd/sys-mgmt-agent/Dockerfile 23:00:22 ++ cut -d/ -f2 23:00:22 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 23:00:22 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 23:00:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:00:23 23:00:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:00:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:00:23 latest: Pulling from edgex-devops/git-semver 23:00:23 31603596830f: Pulling fs layer 23:00:23 2a8b12db71e7: Pulling fs layer 23:00:23 6ca5941a6612: Pulling fs layer 23:00:23 ecc8261a40a4: Pulling fs layer 23:00:23 ecc8261a40a4: Waiting 23:00:23 2a8b12db71e7: Verifying Checksum 23:00:23 2a8b12db71e7: Download complete 23:00:23 31603596830f: Verifying Checksum 23:00:23 31603596830f: Download complete 23:00:24 ecc8261a40a4: Verifying Checksum 23:00:24 ecc8261a40a4: Download complete 23:00:24 6ca5941a6612: Verifying Checksum 23:00:24 6ca5941a6612: Download complete 23:00:24 31603596830f: Pull complete 23:00:24 2a8b12db71e7: Pull complete 23:00:25 6ca5941a6612: Pull complete 23:00:25 ecc8261a40a4: Pull complete 23:00:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:00:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:00:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:00:25 prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container 23:00:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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 23:00:28 $ docker top bf8c9d035cec4de8cbc020cca0e2f4cc79bd8284448cea0db11a4ed769d6311a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:00:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:00:29 [ssh-agent] Looking for ssh-agent implementation... 23:00:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:00:29 $ docker exec bf8c9d035cec4de8cbc020cca0e2f4cc79bd8284448cea0db11a4ed769d6311a ssh-agent 23:00:29 SSH_AUTH_SOCK=/tmp/ssh-dYut6HgeYVWa/agent.12 23:00:29 SSH_AGENT_PID=17 23:00:29 Running ssh-add (command line suppressed) 23:00:29 Identity added: /w/workspace/edgex-go/367@tmp/private_key_810318288738511203.key (/w/workspace/edgex-go/367@tmp/private_key_810318288738511203.key) 23:00:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:00:30 + git tag --points-at HEAD [Pipeline] } 23:00:30 $ docker exec --env ******** --env ******** bf8c9d035cec4de8cbc020cca0e2f4cc79bd8284448cea0db11a4ed769d6311a ssh-agent -k 23:00:30 unset SSH_AUTH_SOCK; 23:00:30 unset SSH_AGENT_PID; 23:00:30 echo Agent pid 17 killed; 23:00:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:00:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:00:30 [ssh-agent] Looking for ssh-agent implementation... 23:00:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:00:30 $ docker exec bf8c9d035cec4de8cbc020cca0e2f4cc79bd8284448cea0db11a4ed769d6311a ssh-agent 23:00:30 SSH_AUTH_SOCK=/tmp/ssh-F9x84MRWaLYR/agent.45 23:00:30 SSH_AGENT_PID=51 23:00:30 Running ssh-add (command line suppressed) 23:00:30 Identity added: /w/workspace/edgex-go/367@tmp/private_key_4248493380946369746.key (/w/workspace/edgex-go/367@tmp/private_key_4248493380946369746.key) 23:00:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:00:31 + git semver init 23:00:31 # -> Open(): unable to determine branch for HEAD 23:00:31 # $GIT_DIR = /w/workspace/edgex-go/367/.git 23:00:31 # $GIT_WORK_TREE = /w/workspace/edgex-go/367 23:00:31 # $SEMVER_REMOTE_NAME = origin 23:00:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:00:31 # $SEMVER_USER_NAME = edgex-jenkins 23:00:31 # $SEMVER_BRANCH = master 23:00:31 # $SEMVER_TEMP = /tmp/semver-806853812 23:00:31 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 23:00:58 # '/tmp/semver-806853812' -> '/w/workspace/edgex-go/367/.semver' 23:00:58 # -> Force: false 23:00:58 # $SEMVER_DIR = /w/workspace/edgex-go/367/.semver [Pipeline] } 23:00:58 $ docker exec --env ******** --env ******** bf8c9d035cec4de8cbc020cca0e2f4cc79bd8284448cea0db11a4ed769d6311a ssh-agent -k 23:00:58 unset SSH_AUTH_SOCK; 23:00:58 unset SSH_AGENT_PID; 23:00:58 echo Agent pid 51 killed; 23:00:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:00:59 + git semver [Pipeline] } 23:00:59 $ docker stop --time=1 bf8c9d035cec4de8cbc020cca0e2f4cc79bd8284448cea0db11a4ed769d6311a 23:01:00 $ docker rm -f bf8c9d035cec4de8cbc020cca0e2f4cc79bd8284448cea0db11a4ed769d6311a [Pipeline] // withDockerContainer [Pipeline] sh 23:01:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:01:01 Stashed 1 file(s) [Pipeline] echo 23:01:01 [edgeXSemver]: initialized semver on version 2.0.0-dev.101 [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 23:01:02 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:01:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:01:03 + sudo service docker restart 23:01:03 + true 23:01:03 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 23:01:03 ========================================================= 23:01:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:01:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:01:04 + 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 . 23:01:08 Sending build context to Docker daemon 327.9MB 23:01:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 23:01:08 Step 2/6 : FROM ${BASE} 23:01:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:01:08 188c0c94c7c5: Pulling fs layer 23:01:08 0ef7d3d256c8: Pulling fs layer 23:01:08 de9db76c5a1d: Pulling fs layer 23:01:08 bca2f99d35d6: Pulling fs layer 23:01:08 93359f2a8cfa: Pulling fs layer 23:01:08 7c6f9722023f: Pulling fs layer 23:01:08 a35cf1a2eb13: Pulling fs layer 23:01:08 93359f2a8cfa: Waiting 23:01:08 7c6f9722023f: Waiting 23:01:08 a35cf1a2eb13: Waiting 23:01:08 bca2f99d35d6: Waiting 23:01:08 de9db76c5a1d: Verifying Checksum 23:01:08 de9db76c5a1d: Download complete 23:01:08 0ef7d3d256c8: Verifying Checksum 23:01:08 0ef7d3d256c8: Download complete 23:01:08 93359f2a8cfa: Verifying Checksum 23:01:08 93359f2a8cfa: Download complete 23:01:08 188c0c94c7c5: Verifying Checksum 23:01:08 188c0c94c7c5: Download complete 23:01:08 7c6f9722023f: Verifying Checksum 23:01:08 7c6f9722023f: Download complete 23:01:09 188c0c94c7c5: Pull complete 23:01:09 0ef7d3d256c8: Pull complete 23:01:09 de9db76c5a1d: Pull complete 23:01:10 a35cf1a2eb13: Verifying Checksum 23:01:10 a35cf1a2eb13: Download complete 23:01:10 bca2f99d35d6: Verifying Checksum 23:01:10 bca2f99d35d6: Download complete 23:01:17 Still waiting to schedule task 23:01:17 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:01:17 bca2f99d35d6: Pull complete 23:01:17 93359f2a8cfa: Pull complete 23:01:17 7c6f9722023f: Pull complete 23:01:22 a35cf1a2eb13: Pull complete 23:01:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:01:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:01:22 ---> a62c8e92a672 23:01:22 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 23:01:22 ---> Running in 40dfe5b7a925 23:01:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:01:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:01:24 (1/12) Installing libmagic (5.38-r0) 23:01:24 (2/12) Installing file (5.38-r0) 23:01:24 (3/12) Installing libc-dev (0.7.2-r3) 23:01:24 (4/12) Installing g++ (9.3.0-r2) 23:01:29 (5/12) Installing fortify-headers (1.1-r0) 23:01:29 (6/12) Installing patch (2.7.6-r6) 23:01:29 (7/12) Installing build-base (0.5-r2) 23:01:29 (8/12) Installing libsodium (1.0.18-r0) 23:01:29 (9/12) Installing pkgconf (1.7.2-r0) 23:01:30 (10/12) Installing libsodium-dev (1.0.18-r0) 23:01:30 (11/12) Installing libzmq (4.3.3-r0) 23:01:30 (12/12) Installing zeromq-dev (4.3.3-r0) 23:01:30 Executing busybox-1.31.1-r19.trigger 23:01:30 OK: 233 MiB in 51 packages 23:01:33 Removing intermediate container 40dfe5b7a925 23:01:33 ---> c7b0379057f4 23:01:33 Step 4/6 : WORKDIR /edgex-go 23:01:33 ---> Running in f758b93e9f9b 23:01:33 Removing intermediate container f758b93e9f9b 23:01:33 ---> d3323d9d8393 23:01:33 Step 5/6 : COPY go.mod . 23:01:34 ---> ef9c246e780b 23:01:34 Step 6/6 : RUN go mod download 23:01:34 ---> Running in ce55c6c89e95 23:02:01 Removing intermediate container ce55c6c89e95 23:02:01 ---> 0d3e74d08c59 23:02:01 Successfully built 0d3e74d08c59 23:02:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:02:01 + docker inspect -f . ci-base-image-x86_64 23:02:01 . [Pipeline] withDockerContainer 23:02:01 prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container 23:02:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:02:02 $ docker top 07accca26278f2c3bbefb2b79dd5f017358366f95e65cc051bd66f42b705b19d -eo pid,comm [Pipeline] { [Pipeline] sh 23:02:03 + go version 23:02:03 go version go1.15.5 linux/amd64 [Pipeline] } 23:02:03 $ docker stop --time=1 07accca26278f2c3bbefb2b79dd5f017358366f95e65cc051bd66f42b705b19d 23:02:04 $ docker rm -f 07accca26278f2c3bbefb2b79dd5f017358366f95e65cc051bd66f42b705b19d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:02:05 + docker inspect -f . ci-base-image-x86_64 23:02:05 . [Pipeline] withDockerContainer 23:02:05 prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container 23:02: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/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:02:06 $ docker top 93dfe4b995eb3310d6908b811d3d5170cf157d85c5d114c65b45d171df6d32f6 -eo pid,comm [Pipeline] { [Pipeline] echo 23:02:06 ========================================================= 23:02:06 [edgeXBuildGoParallel] Running Tests and Build... 23:02:06 ========================================================= [Pipeline] sh 23:02:07 + make test 23:02:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:02:17 ? github.com/edgexfoundry/edgex-go [no test files] 23:02:32 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:02:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:02:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:02:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:02:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 23:02:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:02:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:02:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:02:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:02:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:02:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:02:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:02:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:02:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.124s coverage: 45.9% of statements 23:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 23:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 23:02:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.113s coverage: 100.0% of statements 23:02:49 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.201s coverage: 27.1% of statements 23:02:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:02:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:02:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:02:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:02:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:02:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:02:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 23:02:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:02:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements 23:02:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:02:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:02:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 65.8% of statements 23:02:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:02:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:02:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.420s coverage: 82.3% of statements 23:02:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:02:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:02:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 23:02:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:02:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.406s coverage: 28.6% of statements 23:02:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:02:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:02:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:02:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:02:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:02:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements 23:02:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:02:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements 23:02:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:02:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.119s coverage: 86.7% of statements 23:02:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:02:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements 23:02:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:02:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements 23:02:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:02:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:02:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:02:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:02:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.454s coverage: 92.8% of statements 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:02:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:02:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:02:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 23:02:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.035s coverage: 45.5% of statements 23:02:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements 23:02:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements 23:02:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.049s coverage: 96.3% of statements 23:02:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements 23:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.038s coverage: 94.4% of statements 23:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.067s coverage: 92.9% of statements 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.6% of statements 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.176s coverage: 62.4% of statements 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.296s coverage: 68.9% of statements 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 36.6% of statements 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.049s coverage: 89.5% of statements 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.126s coverage: 89.4% of statements 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.744s coverage: 29.1% of statements 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.099s coverage: 99.0% of statements 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.067s coverage: 92.9% of statements 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:03:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 23:03:20 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 23:03:20 GO111MODULE=on go vet ./... 23:03:53 gofmt -l . 23:03:53 [ "`gofmt -l .`" = "" ] 23:03:53 ./bin/test-go-mod-tidy.sh 23:03:53 ./bin/test-attribution-txt.sh [Pipeline] sh 23:03:53 + ls -al . 23:03:53 total 708 23:03:53 drwxrwxr-x 10 1001 1001 4096 Feb 22 23:03 . 23:03:53 drwxr-xr-x 4 root root 32 Feb 22 23:02 .. 23:03:53 -rw-rw-r-- 1 1001 1001 11 Feb 22 23:00 .dockerignore 23:03:53 drwxrwxr-x 8 1001 1001 162 Feb 22 23:00 .git 23:03:53 drwxrwxr-x 3 1001 1001 125 Feb 22 23:00 .github 23:03:53 -rw-rw-r-- 1 1001 1001 818 Feb 22 23:00 .gitignore 23:03:53 drwx------ 3 1001 1001 45 Feb 22 23:00 .semver 23:03:53 -rw-rw-r-- 1 1001 1001 166 Feb 22 23:00 .sonarcloud.properties 23:03:53 -rw-rw-r-- 1 1001 1001 8475 Feb 22 23:00 Attribution.txt 23:03:53 -rw-rw-r-- 1 1001 1001 3804 Feb 22 23:00 CONTRIBUTING.md 23:03:53 -rw-rw-r-- 1 1001 1001 931 Feb 22 23:00 Dockerfile.build 23:03:53 -rw-rw-r-- 1 1001 1001 863 Feb 22 23:00 Jenkinsfile 23:03:53 -rw-rw-r-- 1 1001 1001 10775 Feb 22 23:00 LICENSE 23:03:53 -rw-rw-r-- 1 1001 1001 5774 Feb 22 23:00 Makefile 23:03:53 -rw-rw-r-- 1 1001 1001 6524 Feb 22 23:00 README.md 23:03:53 -rw-rw-r-- 1 1001 1001 6755 Feb 22 23:00 SECURITY.md 23:03:53 -rw-rw-r-- 1 1001 1001 13 Feb 22 23:01 VERSION 23:03:53 -rw-rw-r-- 1 1001 1001 4131 Feb 22 23:00 ZMQWindows.md 23:03:53 drwxrwxr-x 2 1001 1001 117 Feb 22 23:00 bin 23:03:53 drwxrwxr-x 14 1001 1001 4096 Feb 22 23:00 cmd 23:03:53 -rw-r--r-- 1 root root 594620 Feb 22 23:03 coverage.out 23:03:53 -rw-r--r-- 1 root root 1055 Feb 22 23:03 go.mod 23:03:53 -rw-r--r-- 1 root root 21410 Feb 22 23:03 go.sum 23:03:53 drwxrwxr-x 8 1001 1001 127 Feb 22 23:00 internal 23:03:53 drwxrwxr-x 4 1001 1001 26 Feb 22 23:00 openapi 23:03:53 drwxrwxr-x 4 1001 1001 71 Feb 22 23:00 snap 23:03:53 -rw-rw-r-- 1 1001 1001 168 Feb 22 23:00 version.go [Pipeline] sh 23:03:54 + '[' -e coverage.out ] 23:03:54 + chown 1001:1001 coverage.out [Pipeline] stash 23:03:54 Stashed 1 file(s) [Pipeline] sh 23:03:54 + make build 23:03:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/core-data/core-data ./cmd/core-data 23:03:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:04:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/core-command/core-command ./cmd/core-command 23:04:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:04:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:04:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 23:04:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:04:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 23:04:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:04:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:04:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/secrets-config ./cmd/secrets-config 23:04:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 23:04:19 $ docker stop --time=1 93dfe4b995eb3310d6908b811d3d5170cf157d85c5d114c65b45d171df6d32f6 23:04:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27213 in /w/workspace/edgexfoundry_edgex-go_master 23:04:21 $ docker rm -f 93dfe4b995eb3310d6908b811d3d5170cf157d85c5d114c65b45d171df6d32f6 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 23:04:22 Running in /w/workspace/edgex-go/367 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:04:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:04:25 23:04:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 23:04:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:04:25 latest: Pulling from edgex-devops/edgex-compose 23:04:25 cbdbe7a5bc2a: Pulling fs layer 23:04:25 ca9280d653b3: Pulling fs layer 23:04:25 7e9c9ca2126c: Pulling fs layer 23:04:26 cbdbe7a5bc2a: Download complete 23:04:26 cbdbe7a5bc2a: Pull complete 23:04:26 ca9280d653b3: Verifying Checksum 23:04:26 ca9280d653b3: Download complete 23:04:27 using credential edgex-jenkins-ssh 23:04:27 Cloning the remote Git repository 23:04:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:04:27 7e9c9ca2126c: Verifying Checksum 23:04:27 7e9c9ca2126c: Download complete 23:04:27 ca9280d653b3: Pull complete 23:04:27 > git init /w/workspace/edgex-go/367 # timeout=10 23:04:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:04:27 > git --version # timeout=10 23:04:27 > git --version # 'git version 2.17.1' 23:04:27 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:04:34 7e9c9ca2126c: Pull complete 23:04:34 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 23:04:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:04:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 23:04:34 prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container 23:04:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 23:04:35 $ docker top cc021a2ed7b59086883b1485c12a3efa85f2b0e87ae79fba641f8482ceddee0c -eo pid,comm [Pipeline] { [Pipeline] sh 23:04:36 + docker-compose build --help 23:04:36 + grep parallel 23:04:37 --parallel Build images in parallel. [Pipeline] } 23:04:37 $ docker stop --time=1 cc021a2ed7b59086883b1485c12a3efa85f2b0e87ae79fba641f8482ceddee0c 23:04:38 $ docker rm -f cc021a2ed7b59086883b1485c12a3efa85f2b0e87ae79fba641f8482ceddee0c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:04:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:04:39 . [Pipeline] withDockerContainer 23:04:39 prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container 23:04:39 $ 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/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 23:04:40 $ docker top 7284dadd2a1a60a8c447849391858b441d10102d1b3100bb317a425d1ff23fa6 -eo pid,comm [Pipeline] { [Pipeline] sh 23:04:40 + docker-compose -f ./docker-compose-build.yml build --parallel 23:04:41 Building docker-core-command-go ... 23:04:41 Building docker-core-data-go ... 23:04:41 Building docker-core-metadata-go ... 23:04:41 Building docker-security-bootstrapper-go ... 23:04:41 Building docker-security-proxy-setup-go ... 23:04:41 Building docker-security-secretstore-setup-go ... 23:04:41 Building docker-support-notifications-go ... 23:04:41 Building docker-support-scheduler-go ... 23:04:41 Building docker-sys-mgmt-agent-go ... 23:04:41 Building docker-support-notifications-go 23:04:41 Building docker-security-secretstore-setup-go 23:04:41 Building docker-core-metadata-go 23:04:41 Building docker-security-bootstrapper-go 23:04:41 Building docker-support-scheduler-go 23:04:44 Checking out Revision 13b869e22a059f3891192ba74d68c5afbf7a0a77 (master) 23:04:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:04:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:04:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:04:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:04:44 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:04:44 > git config core.sparsecheckout # timeout=10 23:04:44 > git checkout -f 13b869e22a059f3891192ba74d68c5afbf7a0a77 # timeout=10 23:04:49 Commit message: "feat(security): Enable Vault's Consul secrets engine (#3179)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:04:51 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:04:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:04:51 + sudo service docker restart 23:04:51 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:04:54 provisioning config files... 23:04:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/367@tmp/config493893727445377770tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:04:55 ---> docker-login.sh 23:04:55 nexus3.edgexfoundry.org:10001 23:04:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:04:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:04:56 Configure a credential helper to remove this warning. See 23:04:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:04:56 23:04:56 Login Succeeded 23:04:56 nexus3.edgexfoundry.org:10002 23:04:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:04:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:04:56 Configure a credential helper to remove this warning. See 23:04:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:04:56 23:04:56 Login Succeeded 23:04:56 nexus3.edgexfoundry.org:10003 23:04:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:04:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:04:57 Configure a credential helper to remove this warning. See 23:04:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:04:57 23:04:57 Login Succeeded 23:04:57 nexus3.edgexfoundry.org:10004 23:04:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:04:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:04:58 Configure a credential helper to remove this warning. See 23:04:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:04:58 23:04:58 Login Succeeded 23:04:58 docker.io 23:04:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:04:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:04:58 Configure a credential helper to remove this warning. See 23:04:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:04:58 23:04:58 Login Succeeded 23:04:58 ---> docker-login.sh ends [Pipeline] } 23:04:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:04:59 ========================================================= 23:04:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:04:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:04:59 + 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 . 23:05:02 Sending build context to Docker daemon 166.3MB 23:05:02 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 23:05:02 Step 2/6 : FROM ${BASE} 23:05:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:05:02 5f621e34cdf4: Pulling fs layer 23:05:02 a4357932f1b6: Pulling fs layer 23:05:02 18c013af1878: Pulling fs layer 23:05:02 00ac8860ef70: Pulling fs layer 23:05:02 63d7cb157983: Pulling fs layer 23:05:02 b116817d02f9: Pulling fs layer 23:05:02 745a02a5169b: Pulling fs layer 23:05:02 00ac8860ef70: Waiting 23:05:02 63d7cb157983: Waiting 23:05:02 b116817d02f9: Waiting 23:05:02 745a02a5169b: Waiting 23:05:02 18c013af1878: Verifying Checksum 23:05:02 18c013af1878: Download complete 23:05:02 a4357932f1b6: Download complete 23:05:02 63d7cb157983: Verifying Checksum 23:05:02 63d7cb157983: Download complete 23:05:02 b116817d02f9: Download complete 23:05:02 5f621e34cdf4: Verifying Checksum 23:05:02 5f621e34cdf4: Download complete 23:05:03 5f621e34cdf4: Pull complete 23:05:04 a4357932f1b6: Pull complete 23:05:04 18c013af1878: Pull complete 23:05:05 745a02a5169b: Verifying Checksum 23:05:05 745a02a5169b: Download complete 23:05:06 00ac8860ef70: Verifying Checksum 23:05:06 00ac8860ef70: Download complete 23:05:16 00ac8860ef70: Pull complete 23:05:17 63d7cb157983: Pull complete 23:05:17 b116817d02f9: Pull complete 23:05:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:05:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:05:20 ---> 0d3e74d08c59 23:05:20 Step 3/23 : WORKDIR /edgex-go 23:05:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:05:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:05:20 ---> 0d3e74d08c59 23:05:20 Step 3/24 : WORKDIR /edgex-go 23:05:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:05:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:05:20 ---> 0d3e74d08c59 23:05:20 Step 3/22 : WORKDIR /edgex-go 23:05:20 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:05:20 Step 2/30 : FROM ${BUILDER_BASE} AS builder 23:05:20 ---> 0d3e74d08c59 23:05:20 Step 3/30 : WORKDIR /edgex-go 23:05:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:05:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:05:20 ---> 0d3e74d08c59 23:05:20 Step 3/22 : WORKDIR /edgex-go 23:05:20 ---> Running in 907a33ba788f 23:05:20 ---> Running in ccd9ae812f1c 23:05:20 ---> Running in 23c0b15ce147 23:05:20 ---> Running in 8cc3eea93bac 23:05:20 ---> Running in 5fe2a94a8ace 23:05:20 Removing intermediate container 8cc3eea93bac 23:05:20 ---> e1047529dc85 23:05:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:20 Removing intermediate container 23c0b15ce147 23:05:20 ---> 94111c84b98b 23:05:20 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:20 Removing intermediate container ccd9ae812f1c 23:05:20 ---> 64ffb71964ee 23:05:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:20 Removing intermediate container 5fe2a94a8ace 23:05:20 ---> 91200f6c37a8 23:05:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:20 Removing intermediate container 907a33ba788f 23:05:20 ---> fb7e360eb6e7 23:05:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:20 ---> Running in 24cd16f17fef 23:05:20 ---> Running in d9d15c31eea0 23:05:20 ---> Running in cc51f9c9aa6e 23:05:20 ---> Running in 53d991a408db 23:05:20 ---> Running in b08aabcc94d4 23:05:20 Removing intermediate container d9d15c31eea0 23:05:20 ---> 55846067e867 23:05:20 Step 5/30 : RUN apk add --update --no-cache make git 23:05:20 Removing intermediate container cc51f9c9aa6e 23:05:20 ---> 47120ddc0d94 23:05:20 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 23:05:20 Removing intermediate container 24cd16f17fef 23:05:20 ---> 9d4a137b3a35 23:05:20 Step 5/22 : RUN apk add --update --no-cache make git 23:05:20 Removing intermediate container b08aabcc94d4 23:05:20 ---> 3985a6fa3cbc 23:05:20 Step 5/24 : RUN apk add --update --no-cache make git 23:05:20 ---> Running in 3a2fc92457a4 23:05:20 ---> Running in 56ae99d0927d 23:05:20 ---> Running in ee79f6a8cfad 23:05:20 ---> Running in da34363138d4 23:05:20 Removing intermediate container 53d991a408db 23:05:20 ---> 8cbabca067c8 23:05:20 Step 5/23 : RUN apk add --update --no-cache make git 23:05:20 ---> Running in e76d7a77102b 23:05:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:05:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:05:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:05:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:05:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:05:21 745a02a5169b: Pull complete 23:05:21 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:05:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:05:21 ---> b7e6874047d6 23:05:21 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 23:05:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:05:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:05:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:05:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:05:24 OK: 233 MiB in 51 packages 23:05:24 OK: 233 MiB in 51 packages 23:05:24 Removing intermediate container 56ae99d0927d 23:05:24 ---> 1ab216553382 23:05:24 Step 6/22 : COPY go.mod . 23:05:24 OK: 233 MiB in 51 packages 23:05:24 ---> 8b3b43954cc1 23:05:24 Step 7/22 : RUN go mod download 23:05:25 Removing intermediate container ee79f6a8cfad 23:05:25 ---> 6bb2ee9bdaec 23:05:25 Step 6/22 : COPY go.mod . 23:05:25 OK: 233 MiB in 51 packages 23:05:25 ---> Running in 0d1d9e102236 23:05:25 ---> Running in 5eba707af770 23:05:25 ---> c1bc5e4d0131 23:05:25 Step 7/22 : RUN go mod download 23:05:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:05:25 Removing intermediate container 3a2fc92457a4 23:05:25 ---> df94b40160d4 23:05:25 Step 6/30 : COPY go.mod . 23:05:25 ---> Running in be61c1641c0e 23:05:25 Removing intermediate container e76d7a77102b 23:05:25 ---> 5617082af1c3 23:05:25 Step 6/23 : COPY go.mod . 23:05:25 ---> 5482c81f9775 23:05:25 Step 7/30 : RUN go mod download 23:05:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:05:26 ---> Running in 8d9e92e692df 23:05:26 ---> a22a96d7a71c 23:05:26 Step 7/23 : RUN go mod download 23:05:26 ---> Running in 91784e07a35a 23:05:27 Removing intermediate container 0d1d9e102236 23:05:27 ---> 45d574a13cc4 23:05:27 Step 8/22 : COPY . . 23:05:27 Removing intermediate container be61c1641c0e 23:05:27 ---> ae4723d48ad1 23:05:27 Step 8/22 : COPY . . 23:05:27 Removing intermediate container 8d9e92e692df 23:05:27 ---> 9aebeca2f398 23:05:27 Step 8/30 : COPY . . 23:05:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:05:30 Removing intermediate container 91784e07a35a 23:05:30 ---> 577332776e84 23:05:30 Step 8/23 : COPY . . 23:05:30 OK: 233 MiB in 51 packages 23:05:32 (1/12) Installing libmagic (5.38-r0) 23:05:33 (2/12) Installing file (5.38-r0) 23:05:34 (3/12) Installing libc-dev (0.7.2-r3) 23:05:34 (4/12) Installing g++ (9.3.0-r2) 23:05:38 Removing intermediate container da34363138d4 23:05:38 ---> 115eb3b37a11 23:05:38 Step 6/24 : COPY go.mod . 23:05:43 ---> 5bcde7f4ee2e 23:05:43 Step 7/24 : RUN go mod download 23:05:44 ---> Running in a3e9c828a767 23:05:55 Removing intermediate container a3e9c828a767 23:05:55 ---> 442ef7d733f3 23:05:55 Step 8/24 : COPY . . 23:06:05 ---> 8f7a1d55c4d6 23:06:05 Step 9/23 : RUN make cmd/core-metadata/core-metadata 23:06:05 ---> e3d0a9019696 23:06:05 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 23:06:05 ---> 1b887f3afe4f 23:06:05 Step 9/22 : RUN make cmd/support-notifications/support-notifications 23:06:05 ---> ec3430592aab 23:06:05 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 23:06:05 ---> Running in d4c43671d02c 23:06:05 ---> Running in 30caddcedce6 23:06:05 ---> Running in 578e3c78579e 23:06:05 ---> Running in f1a913c8f9fc 23:06:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 23:06:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:06:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:06:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:06:17 ---> 013b8ebed817 23:06:17 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:06:17 ---> Running in 7ca2d79c43e0 23:06:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:06:42 (5/12) Installing fortify-headers (1.1-r0) 23:06:42 (6/12) Installing patch (2.7.6-r6) 23:06:42 (7/12) Installing build-base (0.5-r2) 23:06:42 (8/12) Installing libsodium (1.0.18-r0) 23:06:42 (9/12) Installing pkgconf (1.7.2-r0) 23:06:42 (10/12) Installing libsodium-dev (1.0.18-r0) 23:06:42 (11/12) Installing libzmq (4.3.3-r0) 23:06:42 (12/12) Installing zeromq-dev (4.3.3-r0) 23:06:42 Executing busybox-1.31.1-r19.trigger 23:06:42 OK: 217 MiB in 51 packages 23:06:42 Removing intermediate container 5eba707af770 23:06:42 ---> b0eb43cc57e2 23:06:42 Step 4/6 : WORKDIR /edgex-go 23:06:42 ---> Running in b7fe07aba668 23:06:42 Removing intermediate container b7fe07aba668 23:06:42 ---> 0062638dd362 23:06:42 Step 5/6 : COPY go.mod . 23:06:43 ---> bba21567d046 23:06:43 Step 6/6 : RUN go mod download 23:06:43 ---> Running in 10a73f7bfbe7 23:06:44 Removing intermediate container 30caddcedce6 23:06:44 ---> 114f2557d21c 23:06:44 23:06:44 Step 10/30 : FROM alpine:3.12 23:06:44 3.12: Pulling from library/alpine 23:06:45 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:06:45 Status: Downloaded newer image for alpine:3.12 23:06:45 ---> 389fef711851 23:06:45 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 23:06:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:06:45 ---> Running in 900bbbbfd2d4 23:06:46 Removing intermediate container 900bbbbfd2d4 23:06:46 ---> 56c90febd28c 23:06:46 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 23:06:46 ---> Running in 1ddba20f4e4c 23:06:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:47 (1/2) Installing dumb-init (1.2.2-r1) 23:06:47 (2/2) Installing su-exec (0.2-r1) 23:06:47 Executing busybox-1.31.1-r19.trigger 23:06:47 OK: 6 MiB in 16 packages 23:06:51 Removing intermediate container d4c43671d02c 23:06:51 ---> a2aa58018a00 23:06:51 23:06:51 Step 10/22 : FROM alpine:3.12 23:06:51 ---> 389fef711851 23:06:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 23:06:51 Removing intermediate container 1ddba20f4e4c 23:06:51 ---> 1efef1d20001 23:06:51 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 23:06:52 ---> Running in eabc61139e07 23:06:52 ---> Running in 3224453c3282 23:06:52 Removing intermediate container f1a913c8f9fc 23:06:52 ---> 41760e9f4f2d 23:06:52 23:06:52 Step 10/22 : FROM alpine:3.12 23:06:52 ---> 389fef711851 23:06:52 Step 11/22 : RUN apk add --update --no-cache dumb-init 23:06:53 ---> Running in 59ee7fcf137b 23:06:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:53 (1/2) Installing ca-certificates (20191127-r4) 23:06:53 (2/2) Installing dumb-init (1.2.2-r1) 23:06:53 Executing busybox-1.31.1-r19.trigger 23:06:53 Executing ca-certificates-20191127-r4.trigger 23:06:53 OK: 6 MiB in 16 packages 23:06:56 Removing intermediate container 3224453c3282 23:06:56 ---> 442bf1ca96d9 23:06:56 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 23:06:57 ---> Running in 967dd0b5bae4 23:06:57 Removing intermediate container 7ca2d79c43e0 23:06:57 ---> 51015c1d1235 23:06:57 23:06:57 Step 10/24 : FROM alpine:3.12 23:06:57 ---> 389fef711851 23:06:57 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 23:06:57 Removing intermediate container 578e3c78579e 23:06:57 ---> a5bd13ed7d8f 23:06:57 23:06:57 Step 10/23 : FROM alpine:3.12 23:06:57 ---> 389fef711851 23:06:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:06:57 Removing intermediate container 967dd0b5bae4 23:06:57 ---> 22a8aafbc9d8 23:06:57 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 23:06:57 ---> Running in fe8bb83fb2da 23:06:57 ---> Running in 5ade79da089e 23:06:58 ---> Running in 47ef0a8dcd76 23:06:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:58 Removing intermediate container eabc61139e07 23:06:58 ---> a83fca56bef1 23:06:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:06:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:58 ---> Running in e6c6c5ad51be 23:06:58 (1/1) Installing dumb-init (1.2.2-r1) 23:06:58 Executing busybox-1.31.1-r19.trigger 23:06:58 OK: 6 MiB in 15 packages 23:06:58 Removing intermediate container e6c6c5ad51be 23:06:58 ---> 4137baf6c1b1 23:06:58 Step 13/22 : ENV APP_PORT=48060 23:06:58 ---> Running in 8250d7b49150 23:06:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:59 Removing intermediate container 8250d7b49150 23:06:59 ---> fd3997164681 23:06:59 Step 14/22 : EXPOSE $APP_PORT 23:06:59 ---> Running in 77947b838b7a 23:06:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:59 Removing intermediate container 59ee7fcf137b 23:06:59 ---> f17fbe625777 23:06:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:06:59 ---> Running in 2d36ea4deeac 23:06:59 Removing intermediate container 77947b838b7a 23:06:59 ---> dafa6f0cabcf 23:06:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:06:59 (1/1) Installing dumb-init (1.2.2-r1) 23:06:59 Executing busybox-1.31.1-r19.trigger 23:06:59 OK: 6 MiB in 15 packages 23:06:59 Removing intermediate container 2d36ea4deeac 23:06:59 ---> a5892a5b2e05 23:06:59 Step 13/22 : ENV APP_PORT=48085 23:06:59 (1/5) Installing ca-certificates (20191127-r4) 23:06:59 (2/5) Installing nghttp2-libs (1.41.0-r0) 23:06:59 (3/5) Installing libcurl (7.69.1-r3) 23:06:59 (4/5) Installing curl (7.69.1-r3) 23:06:59 (5/5) Installing dumb-init (1.2.2-r1) 23:06:59 Executing busybox-1.31.1-r19.trigger 23:06:59 Executing ca-certificates-20191127-r4.trigger 23:07:00 OK: 7 MiB in 19 packages 23:07:00 Removing intermediate container 47ef0a8dcd76 23:07:00 ---> 143fedabc02e 23:07:00 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 23:07:00 ---> Running in 6e5f5772b7df 23:07:00 ---> e7937033c5b0 23:07:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:07:00 ---> Running in b1c7398776e9 23:07:00 Removing intermediate container 6e5f5772b7df 23:07:00 ---> 0c5d8f10e831 23:07:00 Step 14/22 : EXPOSE $APP_PORT 23:07:01 ---> Running in efb97adf5769 23:07:01 Removing intermediate container fe8bb83fb2da 23:07:01 ---> 7641b3150f04 23:07:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:07:01 Removing intermediate container b1c7398776e9 23:07:01 ---> 1f5baf13c8ed 23:07:01 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:07:01 Removing intermediate container 5ade79da089e 23:07:01 ---> 7a80f0632dbe 23:07:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:07:02 ---> Running in fdb698b446b7 23:07:02 Removing intermediate container efb97adf5769 23:07:02 ---> 1b98d8f017c5 23:07:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:07:02 ---> e5a8e413a30b 23:07:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:07:02 ---> Running in 54549f62f3d9 23:07:02 ---> fd4be248f5a7 23:07:02 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:07:02 Removing intermediate container fdb698b446b7 23:07:02 ---> 4d8384422984 23:07:02 Step 13/23 : ENV APP_PORT=48081 23:07:02 ---> Running in b02d87ccc4a5 23:07:02 ---> Running in 262a1812c499 23:07:02 ---> 201bee95d0c4 23:07:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:07:02 Removing intermediate container 54549f62f3d9 23:07:02 ---> 7a81b3e59eca 23:07:02 Step 13/24 : WORKDIR / 23:07:02 ---> 2e99027dd6d7 23:07:02 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:07:03 ---> Running in 76834df26604 23:07:03 ---> Running in d7257e8e4e07 23:07:03 Removing intermediate container b02d87ccc4a5 23:07:03 ---> b0b51470e5cc 23:07:03 Step 14/23 : EXPOSE $APP_PORT 23:07:03 ---> Running in f8d5c68da557 23:07:03 Removing intermediate container d7257e8e4e07 23:07:03 ---> eb0f079c9fdd 23:07:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:07:03 ---> 3001af6cbc13 23:07:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:07:03 Removing intermediate container 76834df26604 23:07:03 ---> 59d8b4c10157 23:07: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 23:07:03 ---> Running in d89e3d58f4c6 23:07:03 Removing intermediate container f8d5c68da557 23:07:03 ---> ed659e960bf2 23:07:03 Step 15/23 : WORKDIR / 23:07:04 ---> 052ad30ac9a2 23:07:04 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:07:04 ---> Running in 6c3f806c3d41 23:07:04 Removing intermediate container d89e3d58f4c6 23:07:04 ---> a05d186238bd 23:07:04 Step 20/22 : LABEL arch=x86_64 23:07:04 ---> 55f5cace6245 23:07: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 23:07:04 ---> Running in f473d9e43b67 23:07:04 ---> Running in 776f7fa17fd5 23:07:04 Removing intermediate container 6c3f806c3d41 23:07:04 ---> 2674fbdece5b 23:07:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:07:04 Removing intermediate container 776f7fa17fd5 23:07:04 ---> 4468826b0c6e 23:07:04 Step 21/22 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 23:07:04 ---> bb70651ee538 23:07:04 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:07:04 Removing intermediate container 262a1812c499 23:07:04 ---> aa641f44beb6 23:07:04 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 23:07:04 Removing intermediate container f473d9e43b67 23:07:04 ---> 88ba3020b630 23:07:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:07:05 ---> Running in 69a60b521e59 23:07:05 ---> aa9c94b0a7a3 23:07:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:07:05 ---> Running in 6843f95ce982 23:07:05 ---> b858d83a5f67 23:07:05 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:07:05 ---> f90e22c325b6 23:07:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:07:05 Removing intermediate container 6843f95ce982 23:07:05 ---> dd38fed8f73c 23:07:05 Step 20/22 : LABEL arch=x86_64 23:07:05 Removing intermediate container 69a60b521e59 23:07:05 ---> 36f28bae8ef1 23:07:05 Step 22/22 : LABEL version=2.0.0-dev.101 23:07:05 ---> Running in f8fba9245809 23:07:05 ---> Running in e8acfe4f3b58 23:07:05 ---> cc5164927918 23:07:05 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:07:05 ---> 9a1a410bb233 23:07:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:07:05 ---> ff665c3d20a0 23:07:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:07:06 Removing intermediate container f8fba9245809 23:07:06 ---> 3ddc8fb60e5e 23:07:06 23:07:06 Removing intermediate container e8acfe4f3b58 23:07:06 ---> 13565d64ce92 23:07:06 Step 21/22 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 23:07:06 Successfully built 3ddc8fb60e5e 23:07:06 ---> Running in a0f3e6f1ccd5 23:07:06 Successfully tagged docker-support-notifications-go:latest 23:07:06 Building docker-core-command-go 23:07:06  Building docker-support-notifications-go ... done  ---> 5e04beee4166 23:07:06 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:07:06 ---> 258e9b5760ff 23:07:06 Step 19/23 : ENTRYPOINT ["/core-metadata"] 23:07:06 ---> 0fb8f7b14f9a 23:07:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:07:06 ---> Running in c905cd610a2e 23:07:06 Removing intermediate container a0f3e6f1ccd5 23:07:06 ---> abd47d70c365 23:07:06 Step 22/22 : LABEL version=2.0.0-dev.101 23:07:07 ---> 1dbf4ee2dcfb 23:07:07 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 23:07:07 ---> Running in 7c8c2a38c0c4 23:07:07 Removing intermediate container c905cd610a2e 23:07:07 ---> 4628eb25c306 23:07:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:07:07 ---> Running in bb6faa24bc88 23:07:07 ---> 46ca97225b72 23:07:07 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/ 23:07:07 Removing intermediate container 7c8c2a38c0c4 23:07:07 ---> 54435a1b02ff 23:07:07 23:07:07 ---> Running in ad93cca74756 23:07:08 Successfully built 54435a1b02ff 23:07:08 ---> Running in 5c61b299a653 23:07:08 Successfully tagged docker-support-scheduler-go:latest 23:07:08  Building docker-support-scheduler-go ... done Building docker-core-data-go 23:07:10 Removing intermediate container 10a73f7bfbe7 23:07:10 ---> 8f6f3cd16fff 23:07:10 Successfully built 8f6f3cd16fff 23:07:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:07:11 + docker inspect -f . ci-base-image-arm64 23:07:11 . [Pipeline] withDockerContainer 23:07:11 Removing intermediate container ad93cca74756 23:07:11 ---> da695d9a10b0 23:07:11 Step 21/23 : LABEL arch=x86_64 23:07:11 prd-ubuntu18.04-docker-arm64-4c-16g-27213 does not seem to be running inside a container 23:07:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:07:11 Removing intermediate container bb6faa24bc88 23:07:11 ---> b5ad2be2664a 23:07:11 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:07:12 $ docker top c666327d329ae7682303908505fa0bb3162249d9568dec1682e6e83c5fc6d4d4 -eo pid,comm [Pipeline] { [Pipeline] sh 23:07:13 + go version 23:07:13 go version go1.15.5 linux/arm64 [Pipeline] } 23:07:13 $ docker stop --time=1 c666327d329ae7682303908505fa0bb3162249d9568dec1682e6e83c5fc6d4d4 23:07:14 ---> Running in 2f9a92a86acd 23:07:15 ---> ebf66bfc6cff 23:07:15 Step 25/30 : RUN chmod +x /entrypoint.sh 23:07:15 ---> Running in c13114075c41 23:07:15 Removing intermediate container 2f9a92a86acd 23:07:15 ---> 402c5728ec84 23:07:15 Step 22/23 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 23:07:15 ---> Running in b04e9a8dd3ab 23:07:15 $ docker rm -f c666327d329ae7682303908505fa0bb3162249d9568dec1682e6e83c5fc6d4d4 [Pipeline] // withDockerContainer [Pipeline] } 23:07:15 Removing intermediate container b04e9a8dd3ab 23:07:15 ---> 04580de7470e 23:07:15 Step 23/23 : LABEL version=2.0.0-dev.101 [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 23:07:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:07:16 23:07:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:07:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:07:17 ---> Running in 3a881d73eb32 23:07:17 latest: Pulling from edgex-devops/edgex-compose-arm64 23:07:17 29e5d40040c1: Pulling fs layer 23:07:17 1ce36da41761: Pulling fs layer 23:07:17 25b303627fd3: Pulling fs layer 23:07:18 29e5d40040c1: Verifying Checksum 23:07:18 29e5d40040c1: Download complete 23:07:18 Removing intermediate container 5c61b299a653 23:07:18 ---> d1999a4d2c3f 23:07:18 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:07:18 ---> Running in 1c63fb8e1400 23:07:18 1ce36da41761: Verifying Checksum 23:07:18 1ce36da41761: Download complete 23:07:18 29e5d40040c1: Pull complete 23:07:19 Removing intermediate container 3a881d73eb32 23:07:19 ---> 7e8490fa7898 23:07:19 23:07:20 1ce36da41761: Pull complete 23:07:20 25b303627fd3: Download complete 23:07:22 Successfully built 7e8490fa7898 23:07:22 Successfully tagged docker-core-metadata-go:latest 23:07:22  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 23:07:22 Removing intermediate container 1c63fb8e1400 23:07:22 ---> 74e5cdd3f358 23:07:22 Step 22/24 : LABEL arch=x86_64 23:07:23 Removing intermediate container c13114075c41 23:07:23 ---> 85ccba8b28a9 23:07:23 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 23:07:30 ---> Running in ca1d0e358588 23:07:30 25b303627fd3: Pull complete 23:07:30 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 23:07:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:07:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 23:07:30 prd-ubuntu18.04-docker-arm64-4c-16g-27213 does not seem to be running inside a container 23:07:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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 23:07:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:07:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:07:30 ---> 0d3e74d08c59 23:07:30 Step 3/23 : WORKDIR /edgex-go 23:07:30 ---> Using cache 23:07:30 ---> fb7e360eb6e7 23:07:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:07:30 ---> Using cache 23:07:30 ---> 3985a6fa3cbc 23:07:30 Step 5/23 : RUN apk add --update --no-cache make git 23:07:30 ---> Using cache 23:07:30 ---> 115eb3b37a11 23:07:30 Step 6/23 : COPY go.mod . 23:07:30 ---> Using cache 23:07:30 ---> 5bcde7f4ee2e 23:07:30 Step 7/23 : RUN go mod download 23:07:30 ---> Using cache 23:07:30 ---> 442ef7d733f3 23:07:30 Step 8/23 : COPY . . 23:07:31 ---> Using cache 23:07:31 ---> 013b8ebed817 23:07:31 Step 9/23 : RUN make cmd/core-command/core-command 23:07:31 ---> Running in 6054f2092475 23:07:31 ---> Running in 8e95e07183e6 23:07:32 Removing intermediate container ca1d0e358588 23:07:32 ---> c0e5855060de 23:07:32 Step 23/24 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 23:07:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:07:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:07:32 ---> 0d3e74d08c59 23:07:32 Step 3/23 : WORKDIR /edgex-go 23:07:32 ---> Using cache 23:07:32 ---> fb7e360eb6e7 23:07:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:07:32 ---> Using cache 23:07:32 ---> 3985a6fa3cbc 23:07:32 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:07:33 $ docker top 6c4902fd120d0f92eebc9c37fb8746d83dcfd1495dc89391f7a687157b78d84e -eo pid,comm 23:07:34 ---> Running in ecf8ec0b0a43 23:07:34 ---> Running in 3988fb40609b 23:07:34 Removing intermediate container 6054f2092475 23:07:34 ---> 118eaccda6b6 23:07:34 Step 27/30 : CMD ["gate"] [Pipeline] { [Pipeline] sh 23:07:34 + grep parallel 23:07:34 + docker-compose build --help 23:07:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/core-command/core-command ./cmd/core-command 23:07:35 ---> Running in 02b8154ee65a 23:07:35 Removing intermediate container ecf8ec0b0a43 23:07:35 ---> 18aa3976dd42 23:07:35 Step 24/24 : LABEL version=2.0.0-dev.101 23:07:36 ---> Running in 305a6560ad0c 23:07:36 Removing intermediate container 02b8154ee65a 23:07:36 ---> ca4f02dc5107 23:07:36 Step 28/30 : LABEL arch=x86_64 23:07:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:07:37 ---> Running in 77242ab50bee 23:07:37 Removing intermediate container 305a6560ad0c 23:07:37 ---> 8d085268b374 23:07:37 23:07:38 Successfully built 8d085268b374 23:07:38 Successfully tagged docker-security-secretstore-setup-go:latest 23:07:38  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 23:07:38 --parallel Build images in parallel. [Pipeline] } 23:07:38 $ docker stop --time=1 6c4902fd120d0f92eebc9c37fb8746d83dcfd1495dc89391f7a687157b78d84e 23:07:38 Removing intermediate container 77242ab50bee 23:07:38 ---> 34a755744d8a 23:07:38 Step 29/30 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 23:07:40 $ docker rm -f 6c4902fd120d0f92eebc9c37fb8746d83dcfd1495dc89391f7a687157b78d84e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:07:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:07:40 ---> Running in 53456a410c6a 23:07:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:07:41 . [Pipeline] withDockerContainer 23:07:41 prd-ubuntu18.04-docker-arm64-4c-16g-27213 does not seem to be running inside a container 23:07:41 $ 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/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 23:07:41 Removing intermediate container 53456a410c6a 23:07:41 ---> dc29cdbdadb6 23:07:41 Step 30/30 : LABEL version=2.0.0-dev.101 23:07:42 ---> Running in e5bf1f282883 23:07:42 $ docker top 8da4b6263992bf1d06fa1775dce2e4a7a4317274dd6a82305d64db37c5c623bd -eo pid,comm 23:07:43 Removing intermediate container e5bf1f282883 23:07:43 ---> 42f86377eabe 23:07:43 [Pipeline] { [Pipeline] sh 23:07:43 + docker-compose -f ./docker-compose-build.yml build --parallel 23:07:44 Successfully built 42f86377eabe 23:07:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:07:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:07:44 Successfully tagged docker-security-bootstrapper-go:latest 23:07:44  Building docker-security-bootstrapper-go ... done  ---> 0d3e74d08c59 23:07:44 Step 3/21 : WORKDIR /edgex-go 23:07:44 ---> Using cache 23:07:44 ---> fb7e360eb6e7 23:07:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:07:44 ---> Using cache 23:07:44 ---> 3985a6fa3cbc 23:07:44 Step 5/21 : RUN apk add --update --no-cache make git 23:07:44 ---> Using cache 23:07:44 ---> 115eb3b37a11 23:07:44 Step 6/21 : COPY go.mod . 23:07:44 ---> Using cache 23:07:44 ---> 5bcde7f4ee2e 23:07:44 Step 7/21 : RUN go mod download 23:07:44 ---> Using cache 23:07:44 ---> 442ef7d733f3 23:07:44 Step 8/21 : COPY . . 23:07:44 ---> Using cache 23:07:44 ---> 013b8ebed817 23:07:44 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:07:44 OK: 233 MiB in 51 packages 23:07:45 ---> Running in e1041f56b061 23:07:46 Removing intermediate container 3988fb40609b 23:07:46 ---> f977c49c1c10 23:07:46 Step 6/23 : COPY go.mod . 23:07:47 Building docker-core-command-go ... 23:07:47 Building docker-core-data-go ... 23:07:47 Building docker-core-metadata-go ... 23:07:47 Building docker-security-bootstrapper-go ... 23:07:47 Building docker-security-proxy-setup-go ... 23:07:47 Building docker-security-secretstore-setup-go ... 23:07:47 Building docker-support-notifications-go ... 23:07:47 Building docker-support-scheduler-go ... 23:07:47 Building docker-sys-mgmt-agent-go ... 23:07:47 Building docker-sys-mgmt-agent-go 23:07:47 Building docker-security-bootstrapper-go 23:07:47 Building docker-core-command-go 23:07:47 Building docker-support-notifications-go 23:07:47 Building docker-support-scheduler-go 23:07:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 23:07:47 ---> dff6863adfa5 23:07:47 Step 7/23 : RUN go mod download 23:07:47 ---> Running in cd08890c6231 23:07:52 Removing intermediate container cd08890c6231 23:07:52 ---> 5b7b46ac2568 23:07:52 Step 8/23 : COPY . . 23:08:02 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:08:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:08:02 ---> 0d3e74d08c59 23:08:02 Step 3/26 : WORKDIR /edgex-go 23:08:02 ---> Using cache 23:08:02 ---> fb7e360eb6e7 23:08:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:08:02 ---> Using cache 23:08:02 ---> 3985a6fa3cbc 23:08:02 Step 5/26 : RUN apk add --update --no-cache make bash git 23:08:03 ---> Running in 8a47fa4f1642 23:08:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:08:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:08:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/secrets-config ./cmd/secrets-config 23:08:11 OK: 233 MiB in 51 packages 23:08:11 Removing intermediate container 8e95e07183e6 23:08:11 ---> 62e0da34355b 23:08:11 23:08:11 Step 10/23 : FROM alpine:3.12 23:08:11 ---> 389fef711851 23:08:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:08:11 ---> Using cache 23:08:11 ---> 7641b3150f04 23:08:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:08:11 ---> Using cache 23:08:11 ---> 4d8384422984 23:08:11 Step 13/23 : ENV APP_PORT=48082 23:08:12 ---> Running in a153076d7bb9 23:08:14 Removing intermediate container a153076d7bb9 23:08:14 ---> b600220ab2b2 23:08:14 Step 14/23 : EXPOSE $APP_PORT 23:08:15 ---> Running in ba9901cbd8bb 23:08:15 Removing intermediate container 8a47fa4f1642 23:08:15 ---> 5d507a5d86d8 23:08:15 Step 6/26 : COPY go.mod . 23:08:15 ---> 56bd0df3037b 23:08:15 Step 9/23 : RUN make cmd/core-data/core-data 23:08:15 ---> Running in 6f1e3e7591eb 23:08:15 Removing intermediate container ba9901cbd8bb 23:08:15 ---> 24421ef7662a 23:08:15 Step 15/23 : WORKDIR / 23:08:15 ---> 493a2ebbe09e 23:08:15 Step 7/26 : RUN go mod download 23:08:17 ---> Running in f4ef73899bcb 23:08:17 ---> Running in 6e8f9711081b 23:08:17 Removing intermediate container e1041f56b061 23:08:17 ---> 1def27d0000e 23:08:17 23:08:17 Step 10/21 : FROM alpine:3.12 23:08:17 ---> 389fef711851 23:08:17 Step 11/21 : RUN apk add --update --no-cache curl 23:08:17 ---> Running in dbcc69efdef5 23:08:17 Removing intermediate container f4ef73899bcb 23:08:17 ---> e73a28917415 23:08:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:08:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/core-data/core-data ./cmd/core-data 23:08:18 ---> 7ab53d011364 23:08:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:08:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:08:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:08:18 (1/4) Installing ca-certificates (20191127-r4) 23:08:18 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:08:18 (3/4) Installing libcurl (7.69.1-r3) 23:08:18 (4/4) Installing curl (7.69.1-r3) 23:08:18 Executing busybox-1.31.1-r19.trigger 23:08:18 Executing ca-certificates-20191127-r4.trigger 23:08:18 OK: 7 MiB in 18 packages 23:08:19 ---> 8f719b599300 23:08:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:08:19 Removing intermediate container 6e8f9711081b 23:08:19 ---> a25ec45522fc 23:08:19 Step 8/26 : COPY . . 23:08:21 ---> d55650b0094f 23:08:21 Step 19/23 : ENTRYPOINT ["/core-command"] 23:08:21 Removing intermediate container dbcc69efdef5 23:08:21 ---> 02bc4054dd61 23:08:21 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:08:23 ---> Running in f18f0b7d2939 23:08:24 ---> Running in 9c8fbd1cbcf3 23:08:26 Removing intermediate container 9c8fbd1cbcf3 23:08:26 ---> 33cd12fedb2f 23:08:26 Step 13/21 : WORKDIR /edgex 23:08:27 Removing intermediate container f18f0b7d2939 23:08:27 ---> a546cc258f07 23:08:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:08:27 ---> Running in d1995e6d5a5a 23:08:28 ---> Running in 5a930ca964eb 23:08:29 Removing intermediate container d1995e6d5a5a 23:08:29 ---> 79c6c18871ed 23:08:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:08:31 Removing intermediate container 5a930ca964eb 23:08:31 ---> 39eb1d7f1274 23:08:31 Step 21/23 : LABEL arch=x86_64 23:08:31 ---> 63389bb58389 23:08:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:08:31 ---> Running in ce3877400f0c 23:08:33 Removing intermediate container ce3877400f0c 23:08:33 ---> e6e0f17a5b97 23:08:33 Step 22/23 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 23:08:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:08:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:08:34 ---> 8f6f3cd16fff 23:08:34 Step 3/23 : WORKDIR /edgex-go 23:08:34 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:08:34 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:08:34 ---> 8f6f3cd16fff 23:08:34 Step 3/26 : WORKDIR /edgex-go 23:08:34 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:08:34 Step 2/30 : FROM ${BUILDER_BASE} AS builder 23:08:34 ---> 8f6f3cd16fff 23:08:34 Step 3/30 : WORKDIR /edgex-go 23:08:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:08:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:08:34 ---> 8f6f3cd16fff 23:08:34 Step 3/22 : WORKDIR /edgex-go 23:08:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:08:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:08:34 ---> 8f6f3cd16fff 23:08:34 Step 3/22 : WORKDIR /edgex-go 23:08:34 ---> Running in 6b31b25e198d 23:08:34 ---> fd909c7f6128 23:08:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:08:35 Removing intermediate container 6b31b25e198d 23:08:35 ---> 31b53e1b75e1 23:08:35 Step 23/23 : LABEL version=2.0.0-dev.101 23:08:36 ---> Running in b01ff4f917c7 23:08:36 ---> 90dfd00dbedf 23:08:36 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:08:36 ---> Running in e2a4dbbea84c 23:08:36 Removing intermediate container b01ff4f917c7 23:08:36 ---> 90f361d1aed9 23:08:36 23:08:37 Successfully built 90f361d1aed9 23:08:37 ---> Running in d4d5950ba5b0 23:08:37 ---> Running in 0ced88873534 23:08:37 ---> Running in 0e4bf7b9c658 23:08:37 ---> Running in 8c8560d7a81f 23:08:37 ---> Running in 8e8d122767ef 23:08:37 Successfully tagged docker-core-command-go:latest 23:08:37 Removing intermediate container 0ced88873534 23:08:37 ---> 82a55cc9737c 23:08:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:08:37 Removing intermediate container 8c8560d7a81f 23:08:37 ---> 1e05df171294 23:08:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:08:38 Removing intermediate container d4d5950ba5b0 23:08:38 ---> e64699040691 23:08:38 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:08:38 Removing intermediate container 8e8d122767ef 23:08:38 ---> 8cebc03570c1 23:08:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:08:38 Removing intermediate container 0e4bf7b9c658 23:08:38 ---> 694721615eb5 23:08:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:08:38 ---> Running in d0d454b3e570 23:08:38 ---> Running in da12720c9bbf 23:08:38 ---> Running in fff833b9fb1d 23:08:38 ---> Running in 80ef40c51ab3 23:08:38 ---> Running in 2c0ea894cb17 23:08:39  Building docker-core-command-go ... done Removing intermediate container e2a4dbbea84c 23:08:39 ---> fba34bd869f4 23:08:39 Step 18/21 : CMD ["--init=true"] 23:08:41 ---> Running in 9a5dbd99a4ea 23:08:41 Removing intermediate container d0d454b3e570 23:08:41 ---> 58cf3c4a003d 23:08:41 Step 5/22 : RUN apk add --update --no-cache make git 23:08:42 ---> 0096740a0728 23:08:42 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:08:42 Removing intermediate container 9a5dbd99a4ea 23:08:42 ---> 3a7ac38cab6a 23:08:42 Step 19/21 : LABEL arch=x86_64 23:08:42 ---> Running in fc55a5e4f18f 23:08:42 ---> Running in c71a1f7d7060 23:08:42 ---> Running in 9b7117057c95 23:08:42 Removing intermediate container 80ef40c51ab3 23:08:42 ---> 063f4fd88ef1 23:08:42 Step 5/23 : RUN apk add --update --no-cache make git 23:08:42 Removing intermediate container da12720c9bbf 23:08:42 ---> 56a5f3f3ff9e 23:08:42 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 23:08:42 Removing intermediate container fff833b9fb1d 23:08:42 ---> f23f6f276397 23:08:42 Step 5/30 : RUN apk add --update --no-cache make git 23:08:42 ---> Running in 9a2cb74fcb44 23:08:42 Removing intermediate container c71a1f7d7060 23:08:42 ---> 3d4d5deae37d 23:08:42 Step 20/21 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 23:08:42 ---> Running in 3165167d800a 23:08:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 23:08:42 Removing intermediate container 3165167d800a 23:08:42 ---> 02d2207ca19b 23:08:42 Step 21/21 : LABEL version=2.0.0-dev.101 23:08:42 ---> Running in 29d7c5e48a06 23:08:42 ---> Running in d24f285a3896 23:08:42 Removing intermediate container 2c0ea894cb17 23:08:42 ---> 03f429e880a0 23:08:42 Step 5/26 : RUN apk add --update --no-cache make bash git 23:08:42 ---> Running in b06b084e4768 23:08:43 ---> Running in 7c5e22dfccec 23:08:43 Removing intermediate container 29d7c5e48a06 23:08:43 ---> 769e4b18a5df 23:08:43 23:08:43 Successfully built 769e4b18a5df 23:08:43 Successfully tagged docker-security-proxy-setup-go:latest 23:08:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:08:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:08:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:08:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:08:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:08:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:08:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:08:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:08:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:08:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:08:48  Building docker-security-proxy-setup-go ... done Removing intermediate container 6f1e3e7591eb 23:08:48 ---> 61c54db9826f 23:08:48 23:08:48 Step 10/23 : FROM alpine:3.12 23:08:48 ---> 389fef711851 23:08:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:08:48 ---> Running in 679ec975f3f8 23:08:48 Removing intermediate container 679ec975f3f8 23:08:48 ---> 51fd4086a23e 23:08:48 Step 12/23 : ENV APP_PORT=48080 23:08:48 ---> Running in f736d2b6a07c 23:08:48 Removing intermediate container f736d2b6a07c 23:08:48 ---> e2812cf08077 23:08:48 Step 13/23 : EXPOSE $APP_PORT 23:08:48 ---> Running in 84fa015e60eb 23:08:49 Removing intermediate container 84fa015e60eb 23:08:49 ---> aa35970c564d 23:08:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:08:49 ---> Running in 729a94947e80 23:08:49 OK: 217 MiB in 51 packages 23:08:50 OK: 217 MiB in 51 packages 23:08:50 Removing intermediate container 729a94947e80 23:08:50 ---> 2822dab01c21 23:08:50 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 23:08:50 ---> Running in c2e2bb27e1af 23:08:51 Removing intermediate container 9a2cb74fcb44 23:08:51 ---> f102b7d540e3 23:08:51 Step 6/23 : COPY go.mod . 23:08:51 OK: 217 MiB in 51 packages 23:08:51 Removing intermediate container 7c5e22dfccec 23:08:51 ---> 3870d2554991 23:08:51 Step 6/26 : COPY go.mod . 23:08:51 OK: 217 MiB in 51 packages 23:08:51 ---> e991ac3b58ea 23:08:51 Step 7/23 : RUN go mod download 23:08:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:08:52 ---> Running in e77cfa9a61fd 23:08:52 ---> 80a14f58c745 23:08:52 Step 7/26 : RUN go mod download 23:08:52 OK: 217 MiB in 51 packages 23:08:52 ---> Running in 5db47e2383a4 23:08:52 Removing intermediate container d24f285a3896 23:08:52 ---> 7bc7f15a525c 23:08:52 Step 6/22 : COPY go.mod . 23:08:53 Removing intermediate container b06b084e4768 23:08:53 ---> cebfd273ef91 23:08:53 Step 6/30 : COPY go.mod . 23:08:54 ---> 9f64073a8b32 23:08:54 Step 7/22 : RUN go mod download 23:08:54 ---> Running in 10c448f40367 23:08:54 Removing intermediate container 9b7117057c95 23:08:54 ---> 7af4e1a79cbc 23:08:54 Step 6/22 : COPY go.mod . 23:08:54 ---> a1ea9eafedc2 23:08:54 Step 7/30 : RUN go mod download 23:08:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:08:54 ---> Running in ce9b5492e946 23:08:55 ---> 0ba315846130 23:08:55 Step 7/22 : RUN go mod download 23:08:55 ---> Running in f858f7625b5a 23:08:56 Removing intermediate container e77cfa9a61fd 23:08:56 ---> 4a3927199557 23:08:56 Step 8/23 : COPY . . 23:08:56 Removing intermediate container 5db47e2383a4 23:08:56 ---> 941c1baa422c 23:08:56 Step 8/26 : COPY . . 23:08:57 (1/6) Installing dumb-init (1.2.2-r1) 23:08:57 (2/6) Installing libgcc (9.3.0-r2) 23:08:57 Removing intermediate container fc55a5e4f18f 23:08:57 ---> 493f75f00438 23:08:57 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:08:57 ---> Running in c6eb6641f711 23:08:57 (3/6) Installing libsodium (1.0.18-r0) 23:08:57 (4/6) Installing libstdc++ (9.3.0-r2) 23:08:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:08:58 Removing intermediate container c6eb6641f711 23:08:58 ---> 2c66ede7e5f1 23:08:58 23:08:58 Step 11/26 : FROM docker:20.10.0 23:08:58 20.10.0: Pulling from library/docker 23:08:59 Removing intermediate container 10c448f40367 23:08:59 ---> ffea9e761420 23:08:59 Step 8/22 : COPY . . 23:08:59 Removing intermediate container ce9b5492e946 23:08:59 ---> 0754f15df6d2 23:08:59 Step 8/30 : COPY . . 23:09:00 (5/6) Installing libzmq (4.3.3-r0) 23:09:00 Removing intermediate container f858f7625b5a 23:09:00 ---> d31f604fe60e 23:09:00 Step 8/22 : COPY . . 23:09:01 (6/6) Installing zeromq (4.3.3-r0) 23:09:01 Executing busybox-1.31.1-r19.trigger 23:09:01 OK: 8 MiB in 20 packages 23:09:02 Removing intermediate container c2e2bb27e1af 23:09:02 ---> 6d47d1eece7b 23:09:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:09:03 ---> f71520dea5de 23:09:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:09:03 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:09:03 Status: Downloaded newer image for docker:20.10.0 23:09:03 ---> aefe523efa57 23:09:03 Step 12/26 : RUN apk add --no-cache bash 23:09:03 ---> Running in e0b452baa107 23:09:03 ---> 058ab7dd21d8 23:09:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:09:04 ---> cddc0829dfe5 23:09:04 Step 19/23 : ENTRYPOINT ["/core-data"] 23:09:04 ---> Running in 734024e3b641 23:09:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:09:04 Removing intermediate container 734024e3b641 23:09:04 ---> af0e22244923 23:09:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:09:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:09:04 ---> Running in 9998a6ea0464 23:09:04 (1/2) Installing readline (8.0.4-r0) 23:09:04 (2/2) Installing bash (5.0.17-r0) 23:09:04 Executing bash-5.0.17-r0.post-install 23:09:04 Executing busybox-1.31.1-r19.trigger 23:09:04 OK: 12 MiB in 22 packages 23:09:04 Removing intermediate container 9998a6ea0464 23:09:04 ---> a7e45f810165 23:09:04 Step 21/23 : LABEL arch=x86_64 23:09:04 ---> Running in 3174b683fc60 23:09:04 Removing intermediate container 3174b683fc60 23:09:04 ---> 2c7248366fac 23:09:04 Step 22/23 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 23:09:04 ---> Running in fc80affb0e19 23:09:05 Removing intermediate container e0b452baa107 23:09:05 ---> ee088af058d1 23:09:05 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:09:05 Removing intermediate container fc80affb0e19 23:09:05 ---> 49b8e907eacc 23:09:05 Step 23/23 : LABEL version=2.0.0-dev.101 23:09:05 ---> Running in e662af18556f 23:09:05 ---> Running in 0baa5e3a309a 23:09:05 Removing intermediate container e662af18556f 23:09:05 ---> 9878e725a78b 23:09:05 Step 14/26 : ENV APP_PORT=48090 23:09:05 Removing intermediate container 0baa5e3a309a 23:09:05 ---> e5da49e02f73 23:09:05 23:09:05 ---> Running in abe0d67049b8 23:09:05 Successfully built e5da49e02f73 23:09:05 Successfully tagged docker-core-data-go:latest 23:09:05  Building docker-core-data-go ... done Removing intermediate container abe0d67049b8 23:09:05 ---> b49369bbca7e 23:09:05 Step 15/26 : EXPOSE $APP_PORT 23:09:06 ---> Running in 9fb110e2ed1d 23:09:06 Removing intermediate container 9fb110e2ed1d 23:09:06 ---> f1c30f70c0a7 23:09:06 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:09:06 ---> d4da5dc65dfb 23:09:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:09:06 ---> f5058cd94bca 23:09:06 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:09:07 ---> 1f3c72b6e17f 23:09:07 Step 19/26 : RUN apk --no-cache add py3-pip 23:09:07 ---> Running in 6ebf8723462f 23:09:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:09:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:09:08 (1/33) Installing libbz2 (1.0.8-r1) 23:09:08 (2/33) Installing expat (2.2.9-r1) 23:09:08 (3/33) Installing libffi (3.3-r2) 23:09:08 (4/33) Installing gdbm (1.13-r1) 23:09:08 (5/33) Installing xz-libs (5.2.5-r0) 23:09:08 (6/33) Installing sqlite-libs (3.32.1-r0) 23:09:08 (7/33) Installing python3 (3.8.5-r1) 23:09:09 (8/33) Installing py3-appdirs (1.4.4-r1) 23:09:09 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:09:09 (10/33) Installing py3-parsing (2.4.7-r0) 23:09:09 (11/33) Installing py3-six (1.15.0-r0) 23:09:09 (12/33) Installing py3-packaging (20.4-r0) 23:09:09 (13/33) Installing py3-setuptools (47.0.0-r0) 23:09:09 (14/33) Installing py3-chardet (3.0.4-r4) 23:09:09 (15/33) Installing py3-idna (2.9-r0) 23:09:09 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:09:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:09:09 (18/33) Installing py3-requests (2.23.0-r0) 23:09:09 (19/33) Installing py3-msgpack (1.0.0-r0) 23:09:09 (20/33) Installing py3-lockfile (0.12.2-r3) 23:09:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:09:09 (22/33) Installing py3-colorama (0.4.3-r0) 23:09:09 (23/33) Installing py3-distlib (0.3.0-r0) 23:09:09 (24/33) Installing py3-distro (1.5.0-r1) 23:09:09 (25/33) Installing py3-webencodings (0.5.1-r3) 23:09:09 (26/33) Installing py3-html5lib (1.0.1-r4) 23:09:09 (27/33) Installing py3-pytoml (0.1.21-r0) 23:09:09 (28/33) Installing py3-pep517 (0.8.2-r0) 23:09:09 (29/33) Installing py3-progress (1.5-r0) 23:09:09 (30/33) Installing py3-toml (0.10.1-r0) 23:09:09 (31/33) Installing py3-retrying (1.3.3-r0) 23:09:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:09:09 (33/33) Installing py3-pip (20.1.1-r0) 23:09:10 Executing busybox-1.31.1-r19.trigger 23:09:10 OK: 71 MiB in 55 packages 23:09:18 Removing intermediate container 6ebf8723462f 23:09:18 ---> 76189e7b02d9 23:09:18 Step 20/26 : RUN pip install docker-compose==1.23.2 23:09:18 ---> Running in 9afd926e6322 23:09:19 ---> 1d6543b6f0fa 23:09:19 ---> a6f50d99ac5d 23:09:19 Step 9/23 : RUN make cmd/core-command/core-command 23:09:19 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:09:19 ---> abfbe3fc0c33 23:09:19 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 23:09:19 ---> Running in 91844901af96 23:09:19 ---> Running in 7e46e1957444 23:09:19 ---> 4a6641f5cc14 23:09:19 Step 9/22 : RUN make cmd/support-notifications/support-notifications 23:09:19 ---> 2eb9b0c15f0f 23:09:19 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 23:09:19 ---> Running in 9cfbae7d86f5 23:09:19 ---> Running in 919509594ae6 23:09:19 ---> Running in 326f5a8fac8c 23:09:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/core-command/core-command ./cmd/core-command 23:09:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 23:09:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:09:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 23:09:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:09:20 Collecting docker-compose==1.23.2 23:09:20 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:09:20 Collecting jsonschema<3,>=2.5.1 23:09:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:09:20 Collecting docker<4.0,>=3.6.0 23:09:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:09:20 Collecting docopt<0.7,>=0.6.1 23:09:20 Downloading docopt-0.6.2.tar.gz (25 kB) 23:09:21 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:09:21 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:09:21 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:09:21 Collecting websocket-client<1.0,>=0.32.0 23:09:21 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:09:21 Collecting texttable<0.10,>=0.9.0 23:09:21 Downloading texttable-0.9.1.tar.gz (11 kB) 23:09:21 Collecting cached-property<2,>=1.2.0 23:09:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:09:22 Collecting dockerpty<0.5,>=0.4.1 23:09:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:09:22 Collecting PyYAML<4,>=3.10 23:09:22 Downloading PyYAML-3.13.tar.gz (270 kB) 23:09:23 Collecting docker-pycreds>=0.4.0 23:09:23 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:09:23 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) 23:09:23 Collecting urllib3<1.25,>=1.21.1 23:09:23 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:09:23 Collecting idna<2.8,>=2.5 23:09:23 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:09:23 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) 23:09:23 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:09:23 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:09:23 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:09:23 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:09:24 Installing collected packages: jsonschema, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, texttable, cached-property, dockerpty, PyYAML, docker-compose 23:09:24 Attempting uninstall: urllib3 23:09:24 Found existing installation: urllib3 1.25.9 23:09:24 Uninstalling urllib3-1.25.9: 23:09:24 Successfully uninstalled urllib3-1.25.9 23:09:24 Attempting uninstall: idna 23:09:24 Found existing installation: idna 2.9 23:09:24 Uninstalling idna-2.9: 23:09:24 Successfully uninstalled idna-2.9 23:09:25 Attempting uninstall: requests 23:09:25 Found existing installation: requests 2.23.0 23:09:25 Uninstalling requests-2.23.0: 23:09:25 Successfully uninstalled requests-2.23.0 23:09:26 Running setup.py install for docopt: started 23:09:26 Running setup.py install for docopt: finished with status 'done' 23:09:26 Running setup.py install for texttable: started 23:09:27 Running setup.py install for texttable: finished with status 'done' 23:09:27 Running setup.py install for dockerpty: started 23:09:27 Running setup.py install for dockerpty: finished with status 'done' 23:09:27 Running setup.py install for PyYAML: started 23:09:28 Running setup.py install for PyYAML: finished with status 'done' 23:09:28 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 23:09:31 Removing intermediate container 9afd926e6322 23:09:31 ---> 32bb830f58eb 23:09:31 Step 21/26 : RUN apk --no-cache add curl 23:09:31 ---> Running in f8967d2485d7 23:09:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:09:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:09:32 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:09:32 (2/3) Installing libcurl (7.69.1-r3) 23:09:32 (3/3) Installing curl (7.69.1-r3) 23:09:32 Executing busybox-1.31.1-r19.trigger 23:09:32 OK: 72 MiB in 58 packages 23:09:32 Removing intermediate container f8967d2485d7 23:09:32 ---> 60fa26e9ebd8 23:09:32 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 23:09:32 ---> Running in 7b2a641a0c4b 23:09:33 Removing intermediate container 7b2a641a0c4b 23:09:33 ---> 94bf0b7d6f6c 23:09:33 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:09:33 ---> Running in ecd5a65ee312 23:09:33 Removing intermediate container ecd5a65ee312 23:09:33 ---> 9ab2abc521d6 23:09:33 Step 24/26 : LABEL arch=x86_64 23:09:33 ---> Running in 1832b1cbf1ee 23:09:33 Removing intermediate container 1832b1cbf1ee 23:09:33 ---> 7272f7e717cc 23:09:33 Step 25/26 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 23:09:33 ---> Running in 4fb0c6886e88 23:09:33 Removing intermediate container 4fb0c6886e88 23:09:33 ---> 30ac81dd1246 23:09:33 Step 26/26 : LABEL version=2.0.0-dev.101 23:09:33 ---> Running in c0b2eb222d50 23:09:33 Removing intermediate container c0b2eb222d50 23:09:33 ---> 983eb3d8f966 23:09:33 23:09:34 Successfully built 983eb3d8f966 23:09:34 Successfully tagged docker-sys-mgmt-agent-go:latest 23:09:34  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 23:09:34 $ docker stop --time=1 7284dadd2a1a60a8c447849391858b441d10102d1b3100bb317a425d1ff23fa6 23:09:36 $ docker rm -f 7284dadd2a1a60a8c447849391858b441d10102d1b3100bb317a425d1ff23fa6 [Pipeline] // withDockerContainer [Pipeline] sh 23:09:36 + docker images 23:09:36 + grep docker 23:09:37 docker-sys-mgmt-agent-go latest 983eb3d8f966 4 seconds ago 313MB 23:09:37 docker-core-data-go latest e5da49e02f73 32 seconds ago 22.4MB 23:09:37 docker-security-proxy-setup-go latest 769e4b18a5df 54 seconds ago 24.7MB 23:09:37 docker-core-command-go latest 90f361d1aed9 About a minute ago 17MB 23:09:37 docker-security-bootstrapper-go latest 42f86377eabe About a minute ago 18.3MB 23:09:37 docker-security-secretstore-setup-go latest 8d085268b374 2 minutes ago 24.9MB 23:09:37 docker-core-metadata-go latest 7e8490fa7898 2 minutes ago 19MB 23:09:37 docker-support-scheduler-go latest 54435a1b02ff 2 minutes ago 17.2MB 23:09:37 docker-support-notifications-go latest 3ddc8fb60e5e 2 minutes ago 17.7MB 23:09:37 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 23:09:38 provisioning config files... 23:09:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/367@tmp/config3293243702037803612tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:09:38 ---> docker-login.sh 23:09:38 nexus3.edgexfoundry.org:10001 23:09:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:09:38 Configure a credential helper to remove this warning. See 23:09:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:09:38 23:09:38 Login Succeeded 23:09:38 nexus3.edgexfoundry.org:10002 23:09:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:09:38 Configure a credential helper to remove this warning. See 23:09:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:09:38 23:09:38 Login Succeeded 23:09:38 nexus3.edgexfoundry.org:10003 23:09:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:09:39 Configure a credential helper to remove this warning. See 23:09:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:09:39 23:09:39 Login Succeeded 23:09:39 nexus3.edgexfoundry.org:10004 23:09:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:09:39 Configure a credential helper to remove this warning. See 23:09:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:09:39 23:09:39 Login Succeeded 23:09:39 docker.io 23:09:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:09:39 Configure a credential helper to remove this warning. See 23:09:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:09:39 23:09:39 Login Succeeded 23:09:39 ---> docker-login.sh ends [Pipeline] } 23:09:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:09:39 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 23:09:39 13b869e22a059f3891192ba74d68c5afbf7a0a77 23:09:39 2.0.0-dev.101 23:09:39 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:09:39 master 23:09:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:09:40 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh 23:09:40 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:09:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 23:09:40 d9315dd08904: Preparing 23:09:40 616fc5f0a198: Preparing 23:09:40 890319d90e36: Preparing 23:09:40 88334e5fa5b5: Preparing 23:09:40 777b2c648970: Preparing 23:09:40 777b2c648970: Layer already exists 23:09:41 88334e5fa5b5: Pushed 23:09:41 d9315dd08904: Pushed 23:09:41 890319d90e36: Pushed 23:09:42 616fc5f0a198: Pushed 23:09:42 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:b13f3968be1634eaabfbd4f7ecba6b8e8e29236483600352dc8aa839c851759f size: 1363 [Pipeline] isUnix [Pipeline] sh 23:09:42 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:09:42 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.101 23:09:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 23:09:42 d9315dd08904: Preparing 23:09:42 616fc5f0a198: Preparing 23:09:42 890319d90e36: Preparing 23:09:42 88334e5fa5b5: Preparing 23:09:42 777b2c648970: Preparing 23:09:42 88334e5fa5b5: Layer already exists 23:09:42 d9315dd08904: Layer already exists 23:09:42 890319d90e36: Layer already exists 23:09:42 777b2c648970: Layer already exists 23:09:42 616fc5f0a198: Layer already exists 23:09:42 2.0.0-dev.101: digest: sha256:b13f3968be1634eaabfbd4f7ecba6b8e8e29236483600352dc8aa839c851759f size: 1363 [Pipeline] isUnix [Pipeline] sh 23:09:43 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:09:43 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:09:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 23:09:43 d9315dd08904: Preparing 23:09:43 616fc5f0a198: Preparing 23:09:43 890319d90e36: Preparing 23:09:43 88334e5fa5b5: Preparing 23:09:43 777b2c648970: Preparing 23:09:43 890319d90e36: Layer already exists 23:09:43 88334e5fa5b5: Layer already exists 23:09:43 616fc5f0a198: Layer already exists 23:09:43 777b2c648970: Layer already exists 23:09:43 d9315dd08904: Layer already exists 23:09:43 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:b13f3968be1634eaabfbd4f7ecba6b8e8e29236483600352dc8aa839c851759f size: 1363 [Pipeline] isUnix [Pipeline] sh 23:09:43 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 23:09:44 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 23:09:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 23:09:44 d9315dd08904: Preparing 23:09:44 616fc5f0a198: Preparing 23:09:44 890319d90e36: Preparing 23:09:44 88334e5fa5b5: Preparing 23:09:44 777b2c648970: Preparing 23:09:44 890319d90e36: Layer already exists 23:09:44 d9315dd08904: Layer already exists 23:09:44 616fc5f0a198: Layer already exists 23:09:44 88334e5fa5b5: Layer already exists 23:09:44 777b2c648970: Layer already exists 23:09:44 master: digest: sha256:b13f3968be1634eaabfbd4f7ecba6b8e8e29236483600352dc8aa839c851759f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:09:44 ===================================================== [Pipeline] echo 23:09:44 taggedImages: 23:09:44 - nexus3.edgexfoundry.org:10004/docker-core-command-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:09:44 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.101 23:09:44 - nexus3.edgexfoundry.org:10004/docker-core-command-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:09:44 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 23:09:44 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 23:09:44 13b869e22a059f3891192ba74d68c5afbf7a0a77 23:09:44 2.0.0-dev.101 23:09:44 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:09:44 master 23:09:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:09:44 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh 23:09:45 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:09:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 23:09:45 f7e398d98eff: Preparing 23:09:45 3c848c8ab73d: Preparing 23:09:45 890319d90e36: Preparing 23:09:45 51f20482350a: Preparing 23:09:45 e5b9cb038d0b: Preparing 23:09:45 777b2c648970: Preparing 23:09:45 777b2c648970: Waiting 23:09:45 890319d90e36: Layer already exists 23:09:45 777b2c648970: Layer already exists 23:09:45 f7e398d98eff: Pushed 23:09:45 e5b9cb038d0b: Pushed 23:09:45 51f20482350a: Pushed 23:09:46 3c848c8ab73d: Pushed 23:09:46 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:3589d2a2973be1ecfaa70c8bd98063b373f152ebb73b726c3416ad767040c905 size: 1572 [Pipeline] isUnix [Pipeline] sh 23:09:47 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:09:47 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.101 23:09:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 23:09:47 f7e398d98eff: Preparing 23:09:47 3c848c8ab73d: Preparing 23:09:47 890319d90e36: Preparing 23:09:47 51f20482350a: Preparing 23:09:47 e5b9cb038d0b: Preparing 23:09:47 777b2c648970: Preparing 23:09:47 f7e398d98eff: Layer already exists 23:09:47 890319d90e36: Layer already exists 23:09:47 51f20482350a: Layer already exists 23:09:47 3c848c8ab73d: Layer already exists 23:09:47 e5b9cb038d0b: Layer already exists 23:09:47 777b2c648970: Layer already exists 23:09:47 2.0.0-dev.101: digest: sha256:3589d2a2973be1ecfaa70c8bd98063b373f152ebb73b726c3416ad767040c905 size: 1572 [Pipeline] isUnix [Pipeline] sh 23:09:47 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:09:48 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:09:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 23:09:48 f7e398d98eff: Preparing 23:09:48 3c848c8ab73d: Preparing 23:09:48 890319d90e36: Preparing 23:09:48 51f20482350a: Preparing 23:09:48 e5b9cb038d0b: Preparing 23:09:48 777b2c648970: Preparing 23:09:48 777b2c648970: Waiting 23:09:48 51f20482350a: Layer already exists 23:09:48 f7e398d98eff: Layer already exists 23:09:48 3c848c8ab73d: Layer already exists 23:09:48 890319d90e36: Layer already exists 23:09:48 e5b9cb038d0b: Layer already exists 23:09:48 777b2c648970: Layer already exists 23:09:48 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:3589d2a2973be1ecfaa70c8bd98063b373f152ebb73b726c3416ad767040c905 size: 1572 [Pipeline] isUnix [Pipeline] sh 23:09:48 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 23:09:48 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 23:09:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 23:09:48 f7e398d98eff: Preparing 23:09:48 3c848c8ab73d: Preparing 23:09:48 890319d90e36: Preparing 23:09:48 51f20482350a: Preparing 23:09:48 e5b9cb038d0b: Preparing 23:09:48 777b2c648970: Preparing 23:09:48 777b2c648970: Waiting 23:09:48 3c848c8ab73d: Layer already exists 23:09:48 f7e398d98eff: Layer already exists 23:09:48 51f20482350a: Layer already exists 23:09:48 e5b9cb038d0b: Layer already exists 23:09:48 890319d90e36: Layer already exists 23:09:48 777b2c648970: Layer already exists 23:09:48 master: digest: sha256:3589d2a2973be1ecfaa70c8bd98063b373f152ebb73b726c3416ad767040c905 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:09:49 ===================================================== [Pipeline] echo 23:09:49 taggedImages: 23:09:49 - nexus3.edgexfoundry.org:10004/docker-core-data-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:09:49 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.101 23:09:49 - nexus3.edgexfoundry.org:10004/docker-core-data-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:09:49 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 23:09:49 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 23:09:49 13b869e22a059f3891192ba74d68c5afbf7a0a77 23:09:49 2.0.0-dev.101 23:09:49 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:09:49 master 23:09:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:09:49 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh 23:09:49 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:09:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 23:09:49 2770442b0d69: Preparing 23:09:49 691aa145b3c6: Preparing 23:09:49 890319d90e36: Preparing 23:09:49 88334e5fa5b5: Preparing 23:09:49 777b2c648970: Preparing 23:09:49 88334e5fa5b5: Layer already exists 23:09:49 890319d90e36: Layer already exists 23:09:49 777b2c648970: Layer already exists 23:09:50 2770442b0d69: Pushed 23:09:51 691aa145b3c6: Pushed 23:09:51 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:4c938711a7dabceb46e86565ee50ccd773e3a6767244c0f04a78364d854c2c3d size: 1363 [Pipeline] isUnix [Pipeline] sh 23:09:53 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:09:53 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.101 23:09:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 23:09:53 2770442b0d69: Preparing 23:09:53 691aa145b3c6: Preparing 23:09:53 890319d90e36: Preparing 23:09:53 88334e5fa5b5: Preparing 23:09:53 777b2c648970: Preparing 23:09:53 890319d90e36: Layer already exists 23:09:53 777b2c648970: Layer already exists 23:09:53 691aa145b3c6: Layer already exists 23:09:53 88334e5fa5b5: Layer already exists 23:09:53 2770442b0d69: Layer already exists 23:09:53 2.0.0-dev.101: digest: sha256:4c938711a7dabceb46e86565ee50ccd773e3a6767244c0f04a78364d854c2c3d size: 1363 [Pipeline] isUnix [Pipeline] sh 23:09:53 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:09:54 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:09:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 23:09:54 2770442b0d69: Preparing 23:09:54 691aa145b3c6: Preparing 23:09:54 890319d90e36: Preparing 23:09:54 88334e5fa5b5: Preparing 23:09:54 777b2c648970: Preparing 23:09:54 890319d90e36: Layer already exists 23:09:54 777b2c648970: Layer already exists 23:09:54 2770442b0d69: Layer already exists 23:09:54 88334e5fa5b5: Layer already exists 23:09:54 691aa145b3c6: Layer already exists 23:09:54 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:4c938711a7dabceb46e86565ee50ccd773e3a6767244c0f04a78364d854c2c3d size: 1363 [Pipeline] isUnix [Pipeline] sh 23:09:54 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 23:09:54 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 23:09:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 23:09:54 2770442b0d69: Preparing 23:09:54 691aa145b3c6: Preparing 23:09:54 890319d90e36: Preparing 23:09:54 88334e5fa5b5: Preparing 23:09:54 777b2c648970: Preparing 23:09:54 890319d90e36: Layer already exists 23:09:54 2770442b0d69: Layer already exists 23:09:54 88334e5fa5b5: Layer already exists 23:09:54 691aa145b3c6: Layer already exists 23:09:54 777b2c648970: Layer already exists 23:09:54 master: digest: sha256:4c938711a7dabceb46e86565ee50ccd773e3a6767244c0f04a78364d854c2c3d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:09:54 ===================================================== [Pipeline] echo 23:09:54 taggedImages: 23:09:54 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:09:54 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.101 23:09:54 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:09:54 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 23:09:55 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 23:09:55 13b869e22a059f3891192ba74d68c5afbf7a0a77 23:09:55 2.0.0-dev.101 23:09:55 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:09:55 master 23:09:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:09:55 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh 23:09:55 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:09:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 23:09:55 1279f5c085e0: Preparing 23:09:55 1279f5c085e0: Preparing 23:09:55 1772ee0c41f4: Preparing 23:09:55 32dc663a355f: Preparing 23:09:55 a49e20c7c63d: Preparing 23:09:55 890319d90e36: Preparing 23:09:55 dffb99c850d5: Preparing 23:09:55 dffb99c850d5: Preparing 23:09:55 0953211b3da8: Preparing 23:09:55 f4916c8d0752: Preparing 23:09:55 777b2c648970: Preparing 23:09:55 0953211b3da8: Waiting 23:09:55 f4916c8d0752: Waiting 23:09:55 dffb99c850d5: Waiting 23:09:55 777b2c648970: Waiting 23:09:55 890319d90e36: Layer already exists 23:09:56 1279f5c085e0: Pushed 23:09:56 32dc663a355f: Pushed 23:09:56 1772ee0c41f4: Pushed 23:09:56 dffb99c850d5: Pushed 23:09:56 0953211b3da8: Pushed 23:09:56 777b2c648970: Layer already exists 23:09:56 f4916c8d0752: Pushed 23:09:57 a49e20c7c63d: Pushed 23:09:57 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:c84d3a34be7af8c74caf44963038f320628c7d282a4133bdc2dcb04d67f62522 size: 2609 [Pipeline] isUnix [Pipeline] sh 23:09:57 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:09:58 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.101 23:09:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 23:09:58 1279f5c085e0: Preparing 23:09:58 1279f5c085e0: Preparing 23:09:58 1772ee0c41f4: Preparing 23:09:58 32dc663a355f: Preparing 23:09:58 a49e20c7c63d: Preparing 23:09:58 890319d90e36: Preparing 23:09:58 dffb99c850d5: Preparing 23:09:58 dffb99c850d5: Preparing 23:09:58 0953211b3da8: Preparing 23:09:58 f4916c8d0752: Preparing 23:09:58 777b2c648970: Preparing 23:09:58 dffb99c850d5: Waiting 23:09:58 0953211b3da8: Waiting 23:09:58 f4916c8d0752: Waiting 23:09:58 777b2c648970: Waiting 23:09:58 1279f5c085e0: Layer already exists 23:09:58 32dc663a355f: Layer already exists 23:09:58 a49e20c7c63d: Layer already exists 23:09:58 890319d90e36: Layer already exists 23:09:58 1772ee0c41f4: Layer already exists 23:09:58 dffb99c850d5: Layer already exists 23:09:58 0953211b3da8: Layer already exists 23:09:58 777b2c648970: Layer already exists 23:09:58 f4916c8d0752: Layer already exists 23:09:58 2.0.0-dev.101: digest: sha256:c84d3a34be7af8c74caf44963038f320628c7d282a4133bdc2dcb04d67f62522 size: 2609 [Pipeline] isUnix [Pipeline] sh 23:09:58 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:09:58 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:09:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 23:09:58 1279f5c085e0: Preparing 23:09:58 1279f5c085e0: Preparing 23:09:58 1772ee0c41f4: Preparing 23:09:58 32dc663a355f: Preparing 23:09:58 a49e20c7c63d: Preparing 23:09:58 890319d90e36: Preparing 23:09:58 dffb99c850d5: Preparing 23:09:58 dffb99c850d5: Preparing 23:09:58 0953211b3da8: Preparing 23:09:58 f4916c8d0752: Preparing 23:09:58 777b2c648970: Preparing 23:09:58 dffb99c850d5: Waiting 23:09:58 0953211b3da8: Waiting 23:09:58 f4916c8d0752: Waiting 23:09:58 777b2c648970: Waiting 23:09:58 1772ee0c41f4: Layer already exists 23:09:58 32dc663a355f: Layer already exists 23:09:58 1279f5c085e0: Layer already exists 23:09:58 a49e20c7c63d: Layer already exists 23:09:58 890319d90e36: Layer already exists 23:09:58 0953211b3da8: Layer already exists 23:09:58 dffb99c850d5: Layer already exists 23:09:58 777b2c648970: Layer already exists 23:09:58 f4916c8d0752: Layer already exists 23:09:58 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:c84d3a34be7af8c74caf44963038f320628c7d282a4133bdc2dcb04d67f62522 size: 2609 [Pipeline] isUnix [Pipeline] sh 23:09:59 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 23:09:59 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 23:09:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 23:09:59 1279f5c085e0: Preparing 23:09:59 1279f5c085e0: Preparing 23:09:59 1772ee0c41f4: Preparing 23:09:59 32dc663a355f: Preparing 23:09:59 a49e20c7c63d: Preparing 23:09:59 890319d90e36: Preparing 23:09:59 dffb99c850d5: Preparing 23:09:59 dffb99c850d5: Preparing 23:09:59 0953211b3da8: Preparing 23:09:59 f4916c8d0752: Preparing 23:09:59 777b2c648970: Preparing 23:09:59 dffb99c850d5: Waiting 23:09:59 0953211b3da8: Waiting 23:09:59 f4916c8d0752: Waiting 23:09:59 777b2c648970: Waiting 23:09:59 a49e20c7c63d: Layer already exists 23:09:59 890319d90e36: Layer already exists 23:09:59 32dc663a355f: Layer already exists 23:09:59 1279f5c085e0: Layer already exists 23:09:59 1772ee0c41f4: Layer already exists 23:09:59 777b2c648970: Layer already exists 23:09:59 dffb99c850d5: Layer already exists 23:09:59 f4916c8d0752: Layer already exists 23:09:59 0953211b3da8: Layer already exists 23:09:59 master: digest: sha256:c84d3a34be7af8c74caf44963038f320628c7d282a4133bdc2dcb04d67f62522 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:09:59 ===================================================== [Pipeline] echo 23:09:59 taggedImages: 23:09:59 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:09:59 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.101 23:09:59 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:09:59 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 23:09:59 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 23:09:59 13b869e22a059f3891192ba74d68c5afbf7a0a77 23:09:59 2.0.0-dev.101 23:09:59 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:09:59 master 23:09:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:10:00 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh 23:10:00 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:10:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 23:10:00 dca7acc6d431: Preparing 23:10:00 f6dad8bfa6f5: Preparing 23:10:00 7e511f06e926: Preparing 23:10:00 ba5a484770d8: Preparing 23:10:00 5003a220fcd3: Preparing 23:10:00 777b2c648970: Preparing 23:10:00 777b2c648970: Waiting 23:10:00 ba5a484770d8: Pushed 23:10:00 7e511f06e926: Pushed 23:10:00 777b2c648970: Layer already exists 23:10:01 5003a220fcd3: Pushed 23:10:01 f6dad8bfa6f5: Pushed 23:10:01 dca7acc6d431: Pushed 23:10:01 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:fc2846104c11b603dadfe0ee03573a7eede52613531132a1d3774c9bfa271291 size: 1575 [Pipeline] isUnix [Pipeline] sh 23:10:02 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:10:02 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.101 23:10:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 23:10:02 dca7acc6d431: Preparing 23:10:02 f6dad8bfa6f5: Preparing 23:10:02 7e511f06e926: Preparing 23:10:02 ba5a484770d8: Preparing 23:10:02 5003a220fcd3: Preparing 23:10:02 777b2c648970: Preparing 23:10:02 777b2c648970: Waiting 23:10:02 f6dad8bfa6f5: Layer already exists 23:10:02 ba5a484770d8: Layer already exists 23:10:02 5003a220fcd3: Layer already exists 23:10:02 7e511f06e926: Layer already exists 23:10:02 dca7acc6d431: Layer already exists 23:10:02 777b2c648970: Layer already exists 23:10:02 2.0.0-dev.101: digest: sha256:fc2846104c11b603dadfe0ee03573a7eede52613531132a1d3774c9bfa271291 size: 1575 [Pipeline] isUnix [Pipeline] sh 23:10:02 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:10:03 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:10:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 23:10:03 dca7acc6d431: Preparing 23:10:03 f6dad8bfa6f5: Preparing 23:10:03 7e511f06e926: Preparing 23:10:03 ba5a484770d8: Preparing 23:10:03 5003a220fcd3: Preparing 23:10:03 777b2c648970: Preparing 23:10:03 777b2c648970: Waiting 23:10:03 f6dad8bfa6f5: Layer already exists 23:10:03 7e511f06e926: Layer already exists 23:10:03 ba5a484770d8: Layer already exists 23:10:03 dca7acc6d431: Layer already exists 23:10:03 5003a220fcd3: Layer already exists 23:10:03 777b2c648970: Layer already exists 23:10:03 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:fc2846104c11b603dadfe0ee03573a7eede52613531132a1d3774c9bfa271291 size: 1575 [Pipeline] isUnix [Pipeline] sh 23:10:03 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 23:10:03 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 23:10:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 23:10:03 dca7acc6d431: Preparing 23:10:03 f6dad8bfa6f5: Preparing 23:10:03 7e511f06e926: Preparing 23:10:03 ba5a484770d8: Preparing 23:10:03 5003a220fcd3: Preparing 23:10:03 777b2c648970: Preparing 23:10:03 777b2c648970: Waiting 23:10:03 dca7acc6d431: Layer already exists 23:10:03 7e511f06e926: Layer already exists 23:10:03 f6dad8bfa6f5: Layer already exists 23:10:03 ba5a484770d8: Layer already exists 23:10:03 5003a220fcd3: Layer already exists 23:10:03 777b2c648970: Layer already exists 23:10:03 master: digest: sha256:fc2846104c11b603dadfe0ee03573a7eede52613531132a1d3774c9bfa271291 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:10:03 ===================================================== [Pipeline] echo 23:10:03 taggedImages: 23:10:03 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:10:03 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.101 23:10:03 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:10:03 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 23:10:03 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 23:10:03 13b869e22a059f3891192ba74d68c5afbf7a0a77 23:10:03 2.0.0-dev.101 23:10:03 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:10:03 master 23:10:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:10:04 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh 23:10:04 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:10:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 23:10:04 be018dc8fe40: Preparing 23:10:04 523f108f7ce5: Preparing 23:10:04 0c712c936d67: Preparing 23:10:04 6266d4c594eb: Preparing 23:10:04 63e115608d96: Preparing 23:10:04 6fdf30394542: Preparing 23:10:04 334ea247fc16: Preparing 23:10:04 13ada62157aa: Preparing 23:10:04 777b2c648970: Preparing 23:10:04 6fdf30394542: Waiting 23:10:04 334ea247fc16: Waiting 23:10:04 13ada62157aa: Waiting 23:10:04 777b2c648970: Waiting 23:10:05 523f108f7ce5: Pushed 23:10:05 be018dc8fe40: Pushed 23:10:05 63e115608d96: Pushed 23:10:05 6fdf30394542: Pushed 23:10:05 334ea247fc16: Pushed 23:10:05 777b2c648970: Layer already exists 23:10:05 6266d4c594eb: Pushed 23:10:05 0c712c936d67: Pushed 23:10:06 13ada62157aa: Pushed 23:10:06 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:7935d2f777f386223cbf9db588be96956934696ec0d6c6fccb1e7c1ebee3526f size: 2198 [Pipeline] isUnix [Pipeline] sh 23:10:06 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:10:06 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.101 23:10:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 23:10:06 be018dc8fe40: Preparing 23:10:06 523f108f7ce5: Preparing 23:10:06 0c712c936d67: Preparing 23:10:06 6266d4c594eb: Preparing 23:10:06 63e115608d96: Preparing 23:10:06 6fdf30394542: Preparing 23:10:06 334ea247fc16: Preparing 23:10:06 13ada62157aa: Preparing 23:10:06 777b2c648970: Preparing 23:10:06 6fdf30394542: Waiting 23:10:06 334ea247fc16: Waiting 23:10:06 13ada62157aa: Waiting 23:10:06 777b2c648970: Waiting 23:10:06 63e115608d96: Layer already exists 23:10:06 6266d4c594eb: Layer already exists 23:10:06 0c712c936d67: Layer already exists 23:10:06 be018dc8fe40: Layer already exists 23:10:06 523f108f7ce5: Layer already exists 23:10:06 6fdf30394542: Layer already exists 23:10:06 13ada62157aa: Layer already exists 23:10:06 777b2c648970: Layer already exists 23:10:06 334ea247fc16: Layer already exists 23:10:06 2.0.0-dev.101: digest: sha256:7935d2f777f386223cbf9db588be96956934696ec0d6c6fccb1e7c1ebee3526f size: 2198 [Pipeline] isUnix [Pipeline] sh 23:10:07 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:10:07 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:10:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 23:10:07 be018dc8fe40: Preparing 23:10:07 523f108f7ce5: Preparing 23:10:07 0c712c936d67: Preparing 23:10:07 6266d4c594eb: Preparing 23:10:07 63e115608d96: Preparing 23:10:07 6fdf30394542: Preparing 23:10:07 334ea247fc16: Preparing 23:10:07 13ada62157aa: Preparing 23:10:07 777b2c648970: Preparing 23:10:07 6fdf30394542: Waiting 23:10:07 334ea247fc16: Waiting 23:10:07 13ada62157aa: Waiting 23:10:07 777b2c648970: Waiting 23:10:07 63e115608d96: Layer already exists 23:10:07 0c712c936d67: Layer already exists 23:10:07 be018dc8fe40: Layer already exists 23:10:07 6266d4c594eb: Layer already exists 23:10:07 523f108f7ce5: Layer already exists 23:10:07 334ea247fc16: Layer already exists 23:10:07 6fdf30394542: Layer already exists 23:10:07 13ada62157aa: Layer already exists 23:10:07 777b2c648970: Layer already exists 23:10:07 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:7935d2f777f386223cbf9db588be96956934696ec0d6c6fccb1e7c1ebee3526f size: 2198 [Pipeline] isUnix [Pipeline] sh 23:10:07 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 23:10:08 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 23:10:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 23:10:08 be018dc8fe40: Preparing 23:10:08 523f108f7ce5: Preparing 23:10:08 0c712c936d67: Preparing 23:10:08 6266d4c594eb: Preparing 23:10:08 63e115608d96: Preparing 23:10:08 6fdf30394542: Preparing 23:10:08 334ea247fc16: Preparing 23:10:08 13ada62157aa: Preparing 23:10:08 777b2c648970: Preparing 23:10:08 6fdf30394542: Waiting 23:10:08 334ea247fc16: Waiting 23:10:08 13ada62157aa: Waiting 23:10:08 777b2c648970: Waiting 23:10:08 6266d4c594eb: Layer already exists 23:10:08 63e115608d96: Layer already exists 23:10:08 be018dc8fe40: Layer already exists 23:10:08 523f108f7ce5: Layer already exists 23:10:08 0c712c936d67: Layer already exists 23:10:08 334ea247fc16: Layer already exists 23:10:08 777b2c648970: Layer already exists 23:10:08 13ada62157aa: Layer already exists 23:10:08 6fdf30394542: Layer already exists 23:10:08 master: digest: sha256:7935d2f777f386223cbf9db588be96956934696ec0d6c6fccb1e7c1ebee3526f size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:10:08 ===================================================== [Pipeline] echo 23:10:08 taggedImages: 23:10:08 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:10:08 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.101 23:10:08 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:10:08 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 23:10:08 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 23:10:08 13b869e22a059f3891192ba74d68c5afbf7a0a77 23:10:08 2.0.0-dev.101 23:10:08 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:10:08 master 23:10:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:10:09 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh 23:10:09 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:10:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 23:10:09 0fb804a635af: Preparing 23:10:09 42a65f56db6e: Preparing 23:10:09 890319d90e36: Preparing 23:10:09 32eb16aa234b: Preparing 23:10:09 777b2c648970: Preparing 23:10:09 890319d90e36: Layer already exists 23:10:09 777b2c648970: Layer already exists 23:10:09 0fb804a635af: Pushed 23:10:09 32eb16aa234b: Pushed 23:10:10 42a65f56db6e: Pushed 23:10:10 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:f1a5c0383917065fe4ac7576bd680d1e047662423ece18f19afaf743abec0de8 size: 1364 [Pipeline] isUnix [Pipeline] sh 23:10:10 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:10:11 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.101 23:10:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 23:10:11 0fb804a635af: Preparing 23:10:11 42a65f56db6e: Preparing 23:10:11 890319d90e36: Preparing 23:10:11 32eb16aa234b: Preparing 23:10:11 777b2c648970: Preparing 23:10:11 42a65f56db6e: Layer already exists 23:10:11 890319d90e36: Layer already exists 23:10:11 777b2c648970: Layer already exists 23:10:11 0fb804a635af: Layer already exists 23:10:11 32eb16aa234b: Layer already exists 23:10:11 2.0.0-dev.101: digest: sha256:f1a5c0383917065fe4ac7576bd680d1e047662423ece18f19afaf743abec0de8 size: 1364 [Pipeline] isUnix [Pipeline] sh 23:10:11 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:10:12 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:10:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 23:10:12 0fb804a635af: Preparing 23:10:12 42a65f56db6e: Preparing 23:10:12 890319d90e36: Preparing 23:10:12 32eb16aa234b: Preparing 23:10:12 777b2c648970: Preparing 23:10:12 890319d90e36: Layer already exists 23:10:12 777b2c648970: Layer already exists 23:10:12 42a65f56db6e: Layer already exists 23:10:12 32eb16aa234b: Layer already exists 23:10:12 0fb804a635af: Layer already exists 23:10:12 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:f1a5c0383917065fe4ac7576bd680d1e047662423ece18f19afaf743abec0de8 size: 1364 [Pipeline] isUnix [Pipeline] sh 23:10:12 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 23:10:12 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 23:10:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 23:10:12 0fb804a635af: Preparing 23:10:12 42a65f56db6e: Preparing 23:10:12 890319d90e36: Preparing 23:10:12 32eb16aa234b: Preparing 23:10:12 777b2c648970: Preparing 23:10:12 0fb804a635af: Layer already exists 23:10:12 777b2c648970: Layer already exists 23:10:12 42a65f56db6e: Layer already exists 23:10:12 890319d90e36: Layer already exists 23:10:12 32eb16aa234b: Layer already exists 23:10:12 master: digest: sha256:f1a5c0383917065fe4ac7576bd680d1e047662423ece18f19afaf743abec0de8 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:10:12 ===================================================== [Pipeline] echo 23:10:12 taggedImages: 23:10:12 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:10:12 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.101 23:10:12 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:10:12 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 23:10:12 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 23:10:12 13b869e22a059f3891192ba74d68c5afbf7a0a77 23:10:12 2.0.0-dev.101 23:10:12 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:10:12 master 23:10:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:10:13 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh 23:10:13 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:10:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 23:10:13 131a1b258651: Preparing 23:10:13 76f73bd15d11: Preparing 23:10:13 890319d90e36: Preparing 23:10:13 f36c09303271: Preparing 23:10:13 777b2c648970: Preparing 23:10:13 777b2c648970: Layer already exists 23:10:13 890319d90e36: Layer already exists 23:10:13 131a1b258651: Pushed 23:10:13 f36c09303271: Pushed 23:10:14 76f73bd15d11: Pushed 23:10:14 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:a8deb8c7bfb4f946e2014ee072538f275e67e3866987082a4987dd2bfcfef3c8 size: 1363 [Pipeline] isUnix [Pipeline] sh 23:10:15 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:10:15 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.101 23:10:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 23:10:15 131a1b258651: Preparing 23:10:15 76f73bd15d11: Preparing 23:10:15 890319d90e36: Preparing 23:10:15 f36c09303271: Preparing 23:10:15 777b2c648970: Preparing 23:10:15 777b2c648970: Layer already exists 23:10:15 f36c09303271: Layer already exists 23:10:15 890319d90e36: Layer already exists 23:10:15 76f73bd15d11: Layer already exists 23:10:15 131a1b258651: Layer already exists 23:10:15 2.0.0-dev.101: digest: sha256:a8deb8c7bfb4f946e2014ee072538f275e67e3866987082a4987dd2bfcfef3c8 size: 1363 [Pipeline] isUnix [Pipeline] sh 23:10:16 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:10:16 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:10:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 23:10:16 131a1b258651: Preparing 23:10:16 76f73bd15d11: Preparing 23:10:16 890319d90e36: Preparing 23:10:16 f36c09303271: Preparing 23:10:16 777b2c648970: Preparing 23:10:16 131a1b258651: Layer already exists 23:10:16 890319d90e36: Layer already exists 23:10:16 777b2c648970: Layer already exists 23:10:16 76f73bd15d11: Layer already exists 23:10:16 f36c09303271: Layer already exists 23:10:16 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:a8deb8c7bfb4f946e2014ee072538f275e67e3866987082a4987dd2bfcfef3c8 size: 1363 [Pipeline] isUnix [Pipeline] sh 23:10:16 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 23:10:17 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 23:10:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 23:10:17 131a1b258651: Preparing 23:10:17 76f73bd15d11: Preparing 23:10:17 890319d90e36: Preparing 23:10:17 f36c09303271: Preparing 23:10:17 777b2c648970: Preparing 23:10:17 76f73bd15d11: Layer already exists 23:10:17 f36c09303271: Layer already exists 23:10:17 131a1b258651: Layer already exists 23:10:17 890319d90e36: Layer already exists 23:10:17 777b2c648970: Layer already exists 23:10:17 master: digest: sha256:a8deb8c7bfb4f946e2014ee072538f275e67e3866987082a4987dd2bfcfef3c8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:10:17 ===================================================== [Pipeline] echo 23:10:17 taggedImages: 23:10:17 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:10:17 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.101 23:10:17 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:10:17 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 23:10:17 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 23:10:17 13b869e22a059f3891192ba74d68c5afbf7a0a77 23:10:17 2.0.0-dev.101 23:10:17 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:10:17 master 23:10:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:10:17 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh 23:10:18 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:10:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 23:10:18 eafbdcac583c: Preparing 23:10:18 e5ba4c0bbade: Preparing 23:10:18 3ceb0241453f: Preparing 23:10:18 ed291b61fcb3: Preparing 23:10:18 0490f78e2e99: Preparing 23:10:18 989699aa2c20: Preparing 23:10:18 87f6c07dce43: Preparing 23:10:18 0754057c0ad3: Preparing 23:10:18 998cdf262ab1: Preparing 23:10:18 02e56110abd2: Preparing 23:10:18 abc36efb885a: Preparing 23:10:18 b0b09059f4e1: Preparing 23:10:18 bb961f40224b: Preparing 23:10:18 f4666769fca7: Preparing 23:10:18 989699aa2c20: Waiting 23:10:18 87f6c07dce43: Waiting 23:10:18 0754057c0ad3: Waiting 23:10:18 998cdf262ab1: Waiting 23:10:18 02e56110abd2: Waiting 23:10:18 abc36efb885a: Waiting 23:10:18 b0b09059f4e1: Waiting 23:10:18 bb961f40224b: Waiting 23:10:18 f4666769fca7: Waiting 23:10:18 0490f78e2e99: Pushed 23:10:18 eafbdcac583c: Pushed 23:10:18 ed291b61fcb3: Pushed 23:10:18 0754057c0ad3: Layer already exists 23:10:18 87f6c07dce43: Pushed 23:10:18 998cdf262ab1: Layer already exists 23:10:18 02e56110abd2: Layer already exists 23:10:18 abc36efb885a: Layer already exists 23:10:18 b0b09059f4e1: Layer already exists 23:10:18 bb961f40224b: Layer already exists 23:10:18 e5ba4c0bbade: Pushed 23:10:18 f4666769fca7: Layer already exists 23:10:19 989699aa2c20: Pushed 23:10:22 3ceb0241453f: Pushed 23:10:22 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:b152161d3e77dbb8c8bda45a5bfc98e7a5d52b272b951a51865cc8ef5c18bbe1 size: 3252 [Pipeline] isUnix [Pipeline] sh 23:10:23 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:10:23 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.101 23:10:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 23:10:23 eafbdcac583c: Preparing 23:10:23 e5ba4c0bbade: Preparing 23:10:23 3ceb0241453f: Preparing 23:10:23 ed291b61fcb3: Preparing 23:10:23 0490f78e2e99: Preparing 23:10:23 989699aa2c20: Preparing 23:10:23 87f6c07dce43: Preparing 23:10:23 0754057c0ad3: Preparing 23:10:23 998cdf262ab1: Preparing 23:10:23 02e56110abd2: Preparing 23:10:23 abc36efb885a: Preparing 23:10:23 b0b09059f4e1: Preparing 23:10:23 bb961f40224b: Preparing 23:10:23 f4666769fca7: Preparing 23:10:23 0754057c0ad3: Waiting 23:10:23 998cdf262ab1: Waiting 23:10:23 02e56110abd2: Waiting 23:10:23 abc36efb885a: Waiting 23:10:23 b0b09059f4e1: Waiting 23:10:23 bb961f40224b: Waiting 23:10:23 f4666769fca7: Waiting 23:10:23 989699aa2c20: Waiting 23:10:23 87f6c07dce43: Waiting 23:10:23 e5ba4c0bbade: Layer already exists 23:10:23 0490f78e2e99: Layer already exists 23:10:23 3ceb0241453f: Layer already exists 23:10:23 eafbdcac583c: Layer already exists 23:10:23 ed291b61fcb3: Layer already exists 23:10:23 87f6c07dce43: Layer already exists 23:10:23 989699aa2c20: Layer already exists 23:10:23 0754057c0ad3: Layer already exists 23:10:23 998cdf262ab1: Layer already exists 23:10:23 02e56110abd2: Layer already exists 23:10:23 abc36efb885a: Layer already exists 23:10:23 b0b09059f4e1: Layer already exists 23:10:23 f4666769fca7: Layer already exists 23:10:23 bb961f40224b: Layer already exists 23:10:23 2.0.0-dev.101: digest: sha256:b152161d3e77dbb8c8bda45a5bfc98e7a5d52b272b951a51865cc8ef5c18bbe1 size: 3252 [Pipeline] isUnix [Pipeline] sh 23:10:23 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:10:23 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:10:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 23:10:23 eafbdcac583c: Preparing 23:10:23 e5ba4c0bbade: Preparing 23:10:23 3ceb0241453f: Preparing 23:10:23 ed291b61fcb3: Preparing 23:10:23 0490f78e2e99: Preparing 23:10:23 989699aa2c20: Preparing 23:10:23 87f6c07dce43: Preparing 23:10:23 0754057c0ad3: Preparing 23:10:23 998cdf262ab1: Preparing 23:10:23 02e56110abd2: Preparing 23:10:23 abc36efb885a: Preparing 23:10:23 b0b09059f4e1: Preparing 23:10:23 bb961f40224b: Preparing 23:10:23 f4666769fca7: Preparing 23:10:23 87f6c07dce43: Waiting 23:10:23 0754057c0ad3: Waiting 23:10:23 998cdf262ab1: Waiting 23:10:23 02e56110abd2: Waiting 23:10:23 abc36efb885a: Waiting 23:10:23 b0b09059f4e1: Waiting 23:10:23 bb961f40224b: Waiting 23:10:23 f4666769fca7: Waiting 23:10:23 989699aa2c20: Waiting 23:10:23 e5ba4c0bbade: Layer already exists 23:10:23 0490f78e2e99: Layer already exists 23:10:23 3ceb0241453f: Layer already exists 23:10:23 eafbdcac583c: Layer already exists 23:10:23 ed291b61fcb3: Layer already exists 23:10:23 989699aa2c20: Layer already exists 23:10:23 87f6c07dce43: Layer already exists 23:10:23 0754057c0ad3: Layer already exists 23:10:23 02e56110abd2: Layer already exists 23:10:23 998cdf262ab1: Layer already exists 23:10:23 b0b09059f4e1: Layer already exists 23:10:23 abc36efb885a: Layer already exists 23:10:23 bb961f40224b: Layer already exists 23:10:23 f4666769fca7: Layer already exists 23:10:23 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:b152161d3e77dbb8c8bda45a5bfc98e7a5d52b272b951a51865cc8ef5c18bbe1 size: 3252 [Pipeline] isUnix [Pipeline] sh 23:10:24 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 23:10:24 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 23:10:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 23:10:24 eafbdcac583c: Preparing 23:10:24 e5ba4c0bbade: Preparing 23:10:24 3ceb0241453f: Preparing 23:10:24 ed291b61fcb3: Preparing 23:10:24 0490f78e2e99: Preparing 23:10:24 989699aa2c20: Preparing 23:10:24 87f6c07dce43: Preparing 23:10:24 0754057c0ad3: Preparing 23:10:24 998cdf262ab1: Preparing 23:10:24 02e56110abd2: Preparing 23:10:24 abc36efb885a: Preparing 23:10:24 b0b09059f4e1: Preparing 23:10:24 bb961f40224b: Preparing 23:10:24 f4666769fca7: Preparing 23:10:24 989699aa2c20: Waiting 23:10:24 02e56110abd2: Waiting 23:10:24 abc36efb885a: Waiting 23:10:24 b0b09059f4e1: Waiting 23:10:24 bb961f40224b: Waiting 23:10:24 f4666769fca7: Waiting 23:10:24 87f6c07dce43: Waiting 23:10:24 998cdf262ab1: Waiting 23:10:24 e5ba4c0bbade: Layer already exists 23:10:24 0490f78e2e99: Layer already exists 23:10:24 3ceb0241453f: Layer already exists 23:10:24 eafbdcac583c: Layer already exists 23:10:24 ed291b61fcb3: Layer already exists 23:10:24 87f6c07dce43: Layer already exists 23:10:24 0754057c0ad3: Layer already exists 23:10:24 989699aa2c20: Layer already exists 23:10:24 998cdf262ab1: Layer already exists 23:10:24 02e56110abd2: Layer already exists 23:10:24 abc36efb885a: Layer already exists 23:10:24 bb961f40224b: Layer already exists 23:10:24 b0b09059f4e1: Layer already exists 23:10:24 f4666769fca7: Layer already exists 23:10:24 master: digest: sha256:b152161d3e77dbb8c8bda45a5bfc98e7a5d52b272b951a51865cc8ef5c18bbe1 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:10:25 ===================================================== [Pipeline] echo 23:10:25 taggedImages: 23:10:25 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:10:25 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.101 23:10:25 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:10:25 - 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] } 23:11:12 Removing intermediate container 326f5a8fac8c 23:11:12 ---> 0cebb21e18bc 23:11:12 23:11:12 Step 10/30 : FROM alpine:3.12 23:11:12 3.12: Pulling from library/alpine 23:11:12 Removing intermediate container 7e46e1957444 23:11:12 ---> 31dfd6b346dc 23:11:12 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:11:12 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:11:12 Status: Downloaded newer image for alpine:3.12 23:11:12 ---> afeebe901d6b 23:11:12 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 23:11:12 ---> Running in 25bac9736985 23:11:12 ---> Running in 0d9195d544e1 23:11:12 Removing intermediate container 0d9195d544e1 23:11:12 ---> 6927a973ea23 23:11:12 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 23:11:12 ---> Running in 6f49f9879362 23:11:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:11:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:11:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:11:12 (1/2) Installing dumb-init (1.2.2-r1) 23:11:12 (2/2) Installing su-exec (0.2-r1) 23:11:12 Executing busybox-1.31.1-r19.trigger 23:11:12 OK: 5 MiB in 16 packages 23:11:12 Removing intermediate container 6f49f9879362 23:11:12 ---> 3613a00a7f6b 23:11:12 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 23:11:12 ---> Running in 01648629abbf 23:11:12 Removing intermediate container 01648629abbf 23:11:12 ---> d63c380283aa 23:11:12 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 23:11:12 ---> Running in c7aae18589c8 23:11:12 Removing intermediate container 25bac9736985 23:11:12 ---> b307c51ca394 23:11:12 23:11:12 Step 11/26 : FROM docker:20.10.0 23:11:12 20.10.0: Pulling from library/docker 23:11:12 Removing intermediate container c7aae18589c8 23:11:12 ---> de8ef0b69808 23:11:12 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 23:11:12 ---> Running in c701ba2e08c4 23:11:14 Removing intermediate container 9cfbae7d86f5 23:11:14 ---> c75a54d61db5 23:11:14 23:11:14 Step 10/22 : FROM alpine:3.12 23:11:14 ---> afeebe901d6b 23:11:14 Step 11/22 : RUN apk add --update --no-cache dumb-init 23:11:14 ---> Running in 745254de37b8 23:11:15 Removing intermediate container 91844901af96 23:11:15 ---> 7ec963fbea8f 23:11:15 23:11:15 Step 10/23 : FROM alpine:3.12 23:11:15 ---> afeebe901d6b 23:11:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:11:15 Removing intermediate container c701ba2e08c4 23:11:15 ---> 44a7151c221f 23:11:15 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 23:11:15 ---> Running in 0ca49a612db3 23:11:15 ---> Running in 3aaea1f8fb3c 23:11:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:11:16 Removing intermediate container 919509594ae6 23:11:16 ---> 23a39f7b6e5b 23:11:16 23:11:16 Step 10/22 : FROM alpine:3.12 23:11:16 ---> afeebe901d6b 23:11:16 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 23:11:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:11:16 Removing intermediate container 3aaea1f8fb3c 23:11:16 ---> b982cc55b3ac 23:11:16 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:11:16 ---> Running in 17249ef5cb7d 23:11:17 (1/1) Installing dumb-init (1.2.2-r1) 23:11:17 Executing busybox-1.31.1-r19.trigger 23:11:17 OK: 5 MiB in 15 packages 23:11:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:11:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:11:18 (1/1) Installing dumb-init (1.2.2-r1) 23:11:18 Executing busybox-1.31.1-r19.trigger 23:11:18 OK: 5 MiB in 15 packages 23:11:18 ---> 08a1f05e0703 23:11:18 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:11:18 ---> Running in c1477717f55a 23:11:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:11:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:11:19 (1/2) Installing ca-certificates (20191127-r4) 23:11:19 (2/2) Installing dumb-init (1.2.2-r1) 23:11:19 Executing busybox-1.31.1-r19.trigger 23:11:19 Executing ca-certificates-20191127-r4.trigger 23:11:19 Removing intermediate container 745254de37b8 23:11:19 ---> 062a1a5c50af 23:11:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:11:19 OK: 6 MiB in 16 packages 23:11:20 ---> Running in 3a8cdefb2ce0 23:11:20 Removing intermediate container 0ca49a612db3 23:11:20 ---> db0d112a7c8e 23:11:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:11:20 ---> Running in dba267de64c6 23:11:21 Removing intermediate container 3a8cdefb2ce0 23:11:21 ---> 05754ab24011 23:11:21 Step 13/22 : ENV APP_PORT=48085 23:11:21 Removing intermediate container dba267de64c6 23:11:21 ---> 2e74e8b0f4d5 23:11:21 Step 13/23 : ENV APP_PORT=48082 23:11:21 ---> Running in d91d0a1d59bf 23:11:21 ---> Running in bfdff6d14a64 23:11:22 Removing intermediate container 17249ef5cb7d 23:11:22 ---> 7268452f8ff8 23:11:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:11:22 Removing intermediate container d91d0a1d59bf 23:11:22 ---> e06d95e10ca0 23:11:22 Step 14/22 : EXPOSE $APP_PORT 23:11:22 ---> Running in 783083bec7e4 23:11:22 ---> Running in 94a3559b9a4b 23:11:22 Removing intermediate container bfdff6d14a64 23:11:22 ---> 65da0083cd26 23:11:22 Step 14/23 : EXPOSE $APP_PORT 23:11:22 Removing intermediate container c1477717f55a 23:11:22 ---> a6f17bbe5a74 23:11:22 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 23:11:23 ---> Running in 77e5bd5cb26c 23:11:23 Removing intermediate container 783083bec7e4 23:11:23 ---> 94f4fe3b2d1d 23:11:23 Step 13/22 : ENV APP_PORT=48060 23:11:23 Removing intermediate container 94a3559b9a4b 23:11:23 ---> 0f7996eb12f2 23:11:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:11:23 ---> Running in afe824c176bc 23:11:23 Removing intermediate container 77e5bd5cb26c 23:11:23 ---> 26bcf9f9c6f2 23:11:23 Step 15/23 : WORKDIR / 23:11:23 ---> 5ab3114dfbf2 23:11:23 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:11:24 ---> Running in f9f854ee7cf9 23:11:24 Removing intermediate container afe824c176bc 23:11:24 ---> 42cd08cac0e0 23:11:24 Step 14/22 : EXPOSE $APP_PORT 23:11:24 ---> 00f1ff53d7bb 23:11:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:11:24 ---> Running in c003187bc8bb 23:11:24 Removing intermediate container f9f854ee7cf9 23:11:24 ---> 05d48f2175ab 23:11:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:11:25 Removing intermediate container c003187bc8bb 23:11:25 ---> b6fb30297cb6 23:11:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:11:25 ---> 38d37368490d 23:11:25 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:11:26 ---> c558c9b97ac2 23:11:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:11:26 ---> b5050c8c1404 23:11:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:11:27 ---> e5601839aa98 23:11:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:11:27 ---> c7b7d142d092 23:11:27 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:11:27 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:11:27 Status: Downloaded newer image for docker:20.10.0 23:11:27 ---> eeaf43b92773 23:11:27 Step 12/26 : RUN apk add --no-cache bash 23:11:27 ---> Running in 37abef419049 23:11:27 ---> c78340227b27 23:11:27 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:11:27 ---> Running in c0743c159247 23:11:28 ---> 2b219dcc52fb 23:11:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:11:28 ---> ecf0e92140b4 23:11:28 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 23:11:28 ---> Running in b6ea95b66ec3 23:11:28 ---> 7189e0e9f2cb 23:11:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:11:29 Removing intermediate container c0743c159247 23:11:29 ---> bc8e8e4f9600 23:11:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:11:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:11:29 ---> a5dce69a370a 23:11:29 Step 19/23 : ENTRYPOINT ["/core-command"] 23:11:29 ---> Running in 84b94b14259b 23:11:29 ---> Running in 2f3652f7205a 23:11:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:11:29 Removing intermediate container b6ea95b66ec3 23:11:29 ---> 923f4d888b55 23:11:29 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:11:29 Removing intermediate container 84b94b14259b 23:11:29 ---> fdc23e7e0bc4 23:11:29 Step 20/22 : LABEL arch=arm64 23:11:30 (1/2) Installing readline (8.0.4-r0) 23:11:30 (2/2) Installing bash (5.0.17-r0) 23:11:30 ---> fba121617bc6 23:11:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:11:30 Executing bash-5.0.17-r0.post-install 23:11:30 Executing busybox-1.31.1-r19.trigger 23:11:30 OK: 12 MiB in 22 packages 23:11:30 Removing intermediate container 2f3652f7205a 23:11:30 ---> 24a139b0570a 23:11:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:11:30 ---> Running in cf10e70eefa3 23:11:30 ---> Running in 21fa7a349c76 23:11:30 ---> Running in dd33e57e52b6 23:11:30 ---> 21a9def1df97 23:11:30 Step 25/30 : RUN chmod +x /entrypoint.sh 23:11:31 Removing intermediate container cf10e70eefa3 23:11:31 ---> 6ff1d51e7275 23:11:31 Step 21/22 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 23:11:31 ---> Running in 2d66f94715f6 23:11:31 ---> Running in 08a31c711374 23:11:31 Removing intermediate container dd33e57e52b6 23:11:31 ---> d5d63b636de6 23:11:31 Step 21/23 : LABEL arch=arm64 23:11:31 Removing intermediate container 21fa7a349c76 23:11:31 ---> 0071422aa8cb 23:11:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:11:31 ---> Running in f4adaf9ad233 23:11:31 ---> Running in be48f581cbb6 23:11:32 Removing intermediate container 37abef419049 23:11:32 ---> ba14114febb0 23:11:32 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:11:32 Removing intermediate container 08a31c711374 23:11:32 ---> a74ccf576bf8 23:11:32 Step 22/22 : LABEL version=2.0.0-dev.101 23:11:32 ---> Running in 6dd3adff9062 23:11:32 ---> Running in 28591c4370ca 23:11:32 Removing intermediate container f4adaf9ad233 23:11:32 ---> 75566c622efd 23:11:32 Step 20/22 : LABEL arch=arm64 23:11:32 Removing intermediate container be48f581cbb6 23:11:32 ---> 6a8ea95e209d 23:11:32 Step 22/23 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 23:11:32 ---> Running in fc673028875a 23:11:32 ---> Running in 4ffb0b475b48 23:11:32 Removing intermediate container 6dd3adff9062 23:11:32 ---> daeca571e1b5 23:11:32 Step 14/26 : ENV APP_PORT=48090 23:11:33 Removing intermediate container 28591c4370ca 23:11:33 ---> 98d86d549391 23:11:33 23:11:33 ---> Running in c85e47514b07 23:11:33 Removing intermediate container fc673028875a 23:11:33 ---> 203170717af9 23:11:33 Step 21/22 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 23:11:33 Successfully built 98d86d549391 23:11:33 Successfully tagged docker-support-scheduler-go-arm64:latest 23:11:33  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 23:11:33 Removing intermediate container 4ffb0b475b48 23:11:33 ---> 93b615f7d9d7 23:11:33 Step 23/23 : LABEL version=2.0.0-dev.101 23:11:33 ---> Running in 5cc4f11cc559 23:11:34 ---> Running in 47ed89d83878 23:11:34 Removing intermediate container c85e47514b07 23:11:34 ---> 9b5c3a49d11f 23:11:34 Step 15/26 : EXPOSE $APP_PORT 23:11:34 ---> Running in 69e497097e73 23:11:34 Removing intermediate container 2d66f94715f6 23:11:34 ---> 681e12e37da8 23:11:34 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 23:11:34 Removing intermediate container 5cc4f11cc559 23:11:34 ---> 5b711c302db0 23:11:34 Step 22/22 : LABEL version=2.0.0-dev.101 23:11:35 ---> Running in eca3ebdb7387 23:11:35 ---> Running in 4d20e7e91a4b 23:11:35 Removing intermediate container 47ed89d83878 23:11:35 ---> 96ee1e5e43e2 23:11:35 23:11:35 Removing intermediate container 69e497097e73 23:11:35 ---> 92ae547696b0 23:11:35 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:11:35 Successfully built 96ee1e5e43e2 23:11:36 Successfully tagged docker-core-command-go-arm64:latest 23:11:36 Building docker-security-secretstore-setup-go 23:11:36  Building docker-core-command-go ... done Removing intermediate container 4d20e7e91a4b 23:11:36 ---> a32da2234dbd 23:11:36 23:11:36 Removing intermediate container eca3ebdb7387 23:11:36 ---> 22c1b97d022c 23:11:36 Step 27/30 : CMD ["gate"] 23:11:36 Successfully built a32da2234dbd 23:11:36 Successfully tagged docker-support-notifications-go-arm64:latest 23:11:36 Building docker-core-data-go 23:11:36  Building docker-support-notifications-go ... done  ---> Running in 8439112c402a 23:11:37 ---> 7314a8b06154 23:11:37 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:11:37 Removing intermediate container 8439112c402a 23:11:37 ---> df25ccf60d5a 23:11:37 Step 28/30 : LABEL arch=arm64 23:11:37 ---> Running in c4f9fa84b4c3 23:11:37 ---> 35c827c64b2c 23:11:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:11:38 Removing intermediate container c4f9fa84b4c3 23:11:38 ---> 06ac12b1708b 23:11:38 Step 29/30 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 23:11:39 ---> b09f2620e3ff 23:11:39 Step 19/26 : RUN apk --no-cache add py3-pip 23:11:39 ---> Running in 617fb1c40639 23:11:39 ---> Running in 09e6db4b9afd 23:11:40 Removing intermediate container 617fb1c40639 23:11:40 ---> 01d53cc35ed3 23:11:40 Step 30/30 : LABEL version=2.0.0-dev.101 23:11:40 ---> Running in 197d5235258a 23:11:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:11:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:11:41 Removing intermediate container 197d5235258a 23:11:41 ---> fcdd6a0f8bf0 23:11:41 23:11:41 Successfully built fcdd6a0f8bf0 23:11:41 Successfully tagged docker-security-bootstrapper-go-arm64:latest 23:11:41  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 23:11:41 (1/33) Installing libbz2 (1.0.8-r1) 23:11:41 (2/33) Installing expat (2.2.9-r1) 23:11:41 (3/33) Installing libffi (3.3-r2) 23:11:41 (4/33) Installing gdbm (1.13-r1) 23:11:41 (5/33) Installing xz-libs (5.2.5-r0) 23:11:41 (6/33) Installing sqlite-libs (3.32.1-r0) 23:11:41 (7/33) Installing python3 (3.8.5-r1) 23:11:43 (8/33) Installing py3-appdirs (1.4.4-r1) 23:11:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:11:43 (10/33) Installing py3-parsing (2.4.7-r0) 23:11:43 (11/33) Installing py3-six (1.15.0-r0) 23:11:43 (12/33) Installing py3-packaging (20.4-r0) 23:11:43 (13/33) Installing py3-setuptools (47.0.0-r0) 23:11:43 (14/33) Installing py3-chardet (3.0.4-r4) 23:11:43 (15/33) Installing py3-idna (2.9-r0) 23:11:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:11:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:11:43 (18/33) Installing py3-requests (2.23.0-r0) 23:11:43 (19/33) Installing py3-msgpack (1.0.0-r0) 23:11:43 (20/33) Installing py3-lockfile (0.12.2-r3) 23:11:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:11:43 (22/33) Installing py3-colorama (0.4.3-r0) 23:11:43 (23/33) Installing py3-distlib (0.3.0-r0) 23:11:43 (24/33) Installing py3-distro (1.5.0-r1) 23:11:43 (25/33) Installing py3-webencodings (0.5.1-r3) 23:11:43 (26/33) Installing py3-html5lib (1.0.1-r4) 23:11:43 (27/33) Installing py3-pytoml (0.1.21-r0) 23:11:43 (28/33) Installing py3-pep517 (0.8.2-r0) 23:11:43 (29/33) Installing py3-progress (1.5-r0) 23:11:43 (30/33) Installing py3-toml (0.10.1-r0) 23:11:43 (31/33) Installing py3-retrying (1.3.3-r0) 23:11:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:11:43 (33/33) Installing py3-pip (20.1.1-r0) 23:11:44 Executing busybox-1.31.1-r19.trigger 23:11:44 OK: 71 MiB in 55 packages 23:11:54 Removing intermediate container 09e6db4b9afd 23:11:54 ---> 102c4b3b5688 23:11:54 Step 20/26 : RUN pip install docker-compose==1.23.2 23:11:54 ---> Running in 726cb26004ca 23:11:58 Collecting docker-compose==1.23.2 23:11:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:11:59 Collecting docopt<0.7,>=0.6.1 23:11:59 Downloading docopt-0.6.2.tar.gz (25 kB) 23:12:01 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:12:01 Collecting websocket-client<1.0,>=0.32.0 23:12:01 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:12:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:12:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:12:02 ---> 8f6f3cd16fff 23:12:02 Step 3/21 : WORKDIR /edgex-go 23:12:02 ---> Using cache 23:12:02 ---> 694721615eb5 23:12:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:12:02 ---> Using cache 23:12:02 ---> 03f429e880a0 23:12:02 Step 5/21 : RUN apk add --update --no-cache make git 23:12:03 Collecting docker<4.0,>=3.6.0 23:12:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:12:04 ---> Running in a8952fc29cbc 23:12:04 Collecting jsonschema<3,>=2.5.1 23:12:04 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:12:05 Collecting dockerpty<0.5,>=0.4.1 23:12:05 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:12:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:12:06 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:12:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:12:06 ---> 8f6f3cd16fff 23:12:06 Step 3/24 : WORKDIR /edgex-go 23:12:06 ---> Using cache 23:12:06 ---> 694721615eb5 23:12:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:12:06 ---> Using cache 23:12:06 ---> 03f429e880a0 23:12:06 Step 5/24 : RUN apk add --update --no-cache make git 23:12:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:12:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:12:07 ---> 8f6f3cd16fff 23:12:07 Step 3/23 : WORKDIR /edgex-go 23:12:07 ---> Using cache 23:12:07 ---> 694721615eb5 23:12:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:12:07 ---> Using cache 23:12:07 ---> 03f429e880a0 23:12:07 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:12:08 Collecting texttable<0.10,>=0.9.0 23:12:08 Downloading texttable-0.9.1.tar.gz (11 kB) 23:12:08 ---> Running in 3d3714154fe9 23:12:08 ---> Running in 600399a33db6 23:12:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:12:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:12:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:12:09 ---> 8f6f3cd16fff 23:12:09 Step 3/23 : WORKDIR /edgex-go 23:12:09 ---> Using cache 23:12:09 ---> 694721615eb5 23:12:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:12:09 ---> Using cache 23:12:09 ---> 03f429e880a0 23:12:09 Step 5/23 : RUN apk add --update --no-cache make git 23:12:09 ---> Running in 50209c029161 23:12:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:12:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:12:11 Collecting cached-property<2,>=1.2.0 23:12:11 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:12:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:12:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:12:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:12:12 Collecting PyYAML<4,>=3.10 23:12:12 Downloading PyYAML-3.13.tar.gz (270 kB) 23:12:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:12:12 OK: 217 MiB in 51 packages 23:12:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:12:14 Removing intermediate container a8952fc29cbc 23:12:14 ---> b6cecf10f6e6 23:12:14 Step 6/21 : COPY go.mod . 23:12:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:12:15 ---> a8124c2d3e00 23:12:15 Step 7/21 : RUN go mod download 23:12:15 ---> Running in 290d50bd4dee 23:12:16 Collecting docker-pycreds>=0.4.0 23:12:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:12:16 OK: 217 MiB in 51 packages 23:12:16 Collecting urllib3<1.25,>=1.21.1 23:12:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:12:17 Collecting idna<2.8,>=2.5 23:12:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:12:17 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) 23:12:17 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) 23:12:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:12:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:12:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:12:17 OK: 217 MiB in 51 packages 23:12:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:12:17 Removing intermediate container 50209c029161 23:12:17 ---> 54d18fcc0853 23:12:17 Step 6/23 : COPY go.mod . 23:12:18 Removing intermediate container 290d50bd4dee 23:12:18 ---> ca97354331b4 23:12:18 Step 8/21 : COPY . . 23:12:18 Installing collected packages: docopt, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, dockerpty, texttable, cached-property, PyYAML, docker-compose 23:12:18 Running setup.py install for docopt: started 23:12:18 ---> d6bbcc1e104a 23:12:18 Step 7/23 : RUN go mod download 23:12:18 ---> Running in fc0092540a07 23:12:19 Removing intermediate container 3d3714154fe9 23:12:19 ---> 46165e7f06cf 23:12:19 Step 6/24 : COPY go.mod . 23:12:19 OK: 217 MiB in 51 packages 23:12:21 ---> c3a510a912b2 23:12:21 Step 7/24 : RUN go mod download 23:12:21 Running setup.py install for docopt: finished with status 'done' 23:12:21 ---> Running in c2170ddedf98 23:12:21 Attempting uninstall: urllib3 23:12:21 Found existing installation: urllib3 1.25.9 23:12:21 Uninstalling urllib3-1.25.9: 23:12:21 Removing intermediate container 600399a33db6 23:12:21 ---> 1d063dbe6684 23:12:21 Step 6/23 : COPY go.mod . 23:12:21 Successfully uninstalled urllib3-1.25.9 23:12:22 Attempting uninstall: idna 23:12:22 Found existing installation: idna 2.9 23:12:22 Uninstalling idna-2.9: 23:12:22 Successfully uninstalled idna-2.9 23:12:23 Removing intermediate container fc0092540a07 23:12:23 ---> 2df79427cb93 23:12:23 Step 8/23 : COPY . . 23:12:23 Attempting uninstall: requests 23:12:23 Found existing installation: requests 2.23.0 23:12:23 Uninstalling requests-2.23.0: 23:12:23 Successfully uninstalled requests-2.23.0 23:12:24 ---> a999264233a8 23:12:24 Step 7/23 : RUN go mod download 23:12:24 ---> Running in 8e99edcbd74a 23:12:25 Running setup.py install for dockerpty: started 23:12:26 Removing intermediate container c2170ddedf98 23:12:26 ---> 31b795ed9e0e 23:12:26 Step 8/24 : COPY . . 23:12:28 Running setup.py install for dockerpty: finished with status 'done' 23:12:28 Running setup.py install for texttable: started 23:12:29 Removing intermediate container 8e99edcbd74a 23:12:29 ---> ebdbbd28648b 23:12:29 Step 8/23 : COPY . . 23:12:30 Running setup.py install for texttable: finished with status 'done' 23:12:30 Running setup.py install for PyYAML: started 23:12:33 Running setup.py install for PyYAML: finished with status 'done' 23:12:34 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 23:12:36 ---> b40c75a169bb 23:12:36 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:12:38 ---> Running in 275af82db02b 23:12:40 ---> 1fba8cdba83c 23:12:40 Step 9/23 : RUN make cmd/core-metadata/core-metadata 23:12:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 23:12:41 ---> Running in 58030f3664bb 23:12:41 Removing intermediate container 726cb26004ca 23:12:41 ---> 38793349b09e 23:12:41 Step 21/26 : RUN apk --no-cache add curl 23:12:42 ---> 3084a27caa64 23:12:42 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:12:42 ---> Running in 4c75f3aa332f 23:12:42 ---> Running in d5e91bd1ef84 23:12:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:12:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:12:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:12:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:12:45 ---> 18391787650e 23:12:45 Step 9/23 : RUN make cmd/core-data/core-data 23:12:45 ---> Running in 5c574e56c3bb 23:12:46 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:12:46 (2/3) Installing libcurl (7.69.1-r3) 23:12:46 (3/3) Installing curl (7.69.1-r3) 23:12:46 Executing busybox-1.31.1-r19.trigger 23:12:46 OK: 71 MiB in 58 packages 23:12:48 Removing intermediate container 4c75f3aa332f 23:12:48 ---> a9f6704746b0 23:12:48 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 23:12:48 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o cmd/core-data/core-data ./cmd/core-data 23:12:48 ---> Running in 0e9892864444 23:12:48 Removing intermediate container 0e9892864444 23:12:48 ---> 4a50e94fbe34 23:12:48 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:12:48 ---> Running in fe236ef5b0e7 23:12:49 Removing intermediate container fe236ef5b0e7 23:12:49 ---> 6234f9daaa01 23:12:49 Step 24/26 : LABEL arch=arm64 23:12:49 ---> Running in e7e4c636c090 23:12:50 Removing intermediate container e7e4c636c090 23:12:50 ---> fef52397968d 23:12:50 Step 25/26 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 23:12:50 ---> Running in 9d82e1ed2791 23:12:51 Removing intermediate container 9d82e1ed2791 23:12:51 ---> 93d9af51cbfb 23:12:51 Step 26/26 : LABEL version=2.0.0-dev.101 23:12:51 ---> Running in aa76ded04f4a 23:12:52 Removing intermediate container aa76ded04f4a 23:12:52 ---> 5beaf908629b 23:12:52 23:12:52 Successfully built 5beaf908629b 23:12:52 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 23:13:49  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/secrets-config ./cmd/secrets-config 23:13:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.101" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:14:07 Removing intermediate container 275af82db02b 23:14:07 ---> e4d4681aba1d 23:14:07 23:14:07 Step 10/21 : FROM alpine:3.12 23:14:07 ---> afeebe901d6b 23:14:07 Step 11/21 : RUN apk add --update --no-cache curl 23:14:07 ---> Running in c5979d6e8d7b 23:14:08 Removing intermediate container d5e91bd1ef84 23:14:08 ---> 9d0a8631461b 23:14:08 23:14:08 Step 10/24 : FROM alpine:3.12 23:14:08 ---> afeebe901d6b 23:14:08 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 23:14:08 ---> Running in c58439730f60 23:14:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:14:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:14:09 (1/4) Installing ca-certificates (20191127-r4) 23:14:09 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:14:09 (3/4) Installing libcurl (7.69.1-r3) 23:14:09 (4/4) Installing curl (7.69.1-r3) 23:14:09 Executing busybox-1.31.1-r19.trigger 23:14:09 Executing ca-certificates-20191127-r4.trigger 23:14:09 OK: 7 MiB in 18 packages 23:14:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:14:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:14:10 (1/5) Installing ca-certificates (20191127-r4) 23:14:10 (2/5) Installing nghttp2-libs (1.41.0-r0) 23:14:10 (3/5) Installing libcurl (7.69.1-r3) 23:14:11 (4/5) Installing curl (7.69.1-r3) 23:14:11 (5/5) Installing dumb-init (1.2.2-r1) 23:14:11 Executing busybox-1.31.1-r19.trigger 23:14:11 Executing ca-certificates-20191127-r4.trigger 23:14:11 OK: 7 MiB in 19 packages 23:14:12 Removing intermediate container c5979d6e8d7b 23:14:12 ---> d82e9e1a7fb9 23:14:12 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:14:12 ---> Running in 233216fa1552 23:14:13 Removing intermediate container 233216fa1552 23:14:13 ---> d6fb207935ec 23:14:13 Step 13/21 : WORKDIR /edgex 23:14:13 Removing intermediate container c58439730f60 23:14:13 ---> c682f3abfc6e 23:14:13 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:14:13 ---> Running in 1ef8c2e25303 23:14:14 ---> Running in d3b1f99f57f1 23:14:14 Removing intermediate container 1ef8c2e25303 23:14:14 ---> bdf0ddc6c573 23:14:14 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:14:15 Removing intermediate container d3b1f99f57f1 23:14:15 ---> 51aac3392ef7 23:14:15 Step 13/24 : WORKDIR / 23:14:15 ---> Running in 9b325e327937 23:14:16 Removing intermediate container 9b325e327937 23:14:16 ---> 9d6523615042 23:14: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 23:14:16 ---> 428cd15356b3 23:14:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:14:17 ---> 1b5fbabe35f3 23:14:17 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:14:17 ---> b2f0717929d0 23:14:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:14:18 ---> 282a79047825 23:14:18 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:14:19 ---> 351ca5845357 23:14:19 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:14:19 ---> Running in 788cfaa6c565 23:14:19 ---> 7ae6aa3c5548 23:14:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:14:20 Removing intermediate container 788cfaa6c565 23:14:20 ---> d0da6d16ddbd 23:14:20 Step 18/21 : CMD ["--init=true"] 23:14:20 ---> Running in 44bf9cd1739d 23:14:21 ---> 5192e51618cf 23:14:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:14:21 Removing intermediate container 44bf9cd1739d 23:14:21 ---> 8495cf485553 23:14:21 Step 19/21 : LABEL arch=arm64 23:14:22 ---> Running in 386796be526d 23:14:23 ---> 110fe762432e 23:14:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:14:23 Removing intermediate container 386796be526d 23:14:23 ---> de916658d1e9 23:14:23 Step 20/21 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 23:14:23 ---> Running in 8894809014b7 23:14:24 Removing intermediate container 8894809014b7 23:14:24 ---> 739d868a9806 23:14:24 Step 21/21 : LABEL version=2.0.0-dev.101 23:14:25 ---> 268ef63d5452 23:14:25 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/ 23:14:25 ---> Running in c309a6aeae9e 23:14:25 ---> Running in c42c19cbdac3 23:14:25 Removing intermediate container c309a6aeae9e 23:14:25 ---> 5bb13cdd1985 23:14:25 23:14:26 Successfully built 5bb13cdd1985 23:14:26 Successfully tagged docker-security-proxy-setup-go-arm64:latest 23:14:27  Building docker-security-proxy-setup-go ... done Removing intermediate container 58030f3664bb 23:14:27 ---> 39b6b566d099 23:14:27 23:14:27 Step 10/23 : FROM alpine:3.12 23:14:27 ---> afeebe901d6b 23:14:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:14:27 ---> Using cache 23:14:27 ---> db0d112a7c8e 23:14:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:14:27 ---> Using cache 23:14:27 ---> 2e74e8b0f4d5 23:14:27 Step 13/23 : ENV APP_PORT=48081 23:14:27 ---> Running in 7dbccf40925a 23:14:27 Removing intermediate container 7dbccf40925a 23:14:27 ---> 47a525643410 23:14:27 Step 14/23 : EXPOSE $APP_PORT 23:14:27 ---> Running in 17c3233d739f 23:14:28 Removing intermediate container c42c19cbdac3 23:14:28 ---> a3f4673a4702 23:14:28 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:14:28 ---> Running in 79fa9b56a50e 23:14:28 Removing intermediate container 17c3233d739f 23:14:28 ---> 12c8ede891da 23:14:28 Step 15/23 : WORKDIR / 23:14:28 ---> Running in 8a1369c59d3c 23:14:28 Removing intermediate container 79fa9b56a50e 23:14:28 ---> 5886d3895678 23:14:28 Step 22/24 : LABEL arch=arm64 23:14:29 ---> Running in 811498387fd0 23:14:29 Removing intermediate container 8a1369c59d3c 23:14:29 ---> bff1bcde8f8b 23:14:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:14:29 Removing intermediate container 811498387fd0 23:14:29 ---> 66f74f738653 23:14:29 Step 23/24 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 23:14:30 ---> Running in 51f17af4bc51 23:14:30 ---> b42256777f14 23:14:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:14:30 Removing intermediate container 51f17af4bc51 23:14:30 ---> e2f11b57d221 23:14:30 Step 24/24 : LABEL version=2.0.0-dev.101 23:14:31 ---> Running in 77a63daac740 23:14:31 ---> d2aeae8b6110 23:14:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:14:31 Removing intermediate container 5c574e56c3bb 23:14:31 ---> 41285fca5cbc 23:14:31 23:14:31 Step 10/23 : FROM alpine:3.12 23:14:31 ---> afeebe901d6b 23:14:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:14:32 ---> Running in a61598afb55f 23:14:32 Removing intermediate container 77a63daac740 23:14:32 ---> 8f75f6e8d1bf 23:14:32 23:14:32 Successfully built 8f75f6e8d1bf 23:14:32 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 23:14:32  Building docker-security-secretstore-setup-go ... done Removing intermediate container a61598afb55f 23:14:32 ---> 4ee706f5ba4e 23:14:32 Step 12/23 : ENV APP_PORT=48080 23:14:32 ---> e7ac50f56a23 23:14:32 Step 19/23 : ENTRYPOINT ["/core-metadata"] 23:14:32 ---> Running in fd17a70f25a7 23:14:32 ---> Running in 530c021986ef 23:14:33 Removing intermediate container fd17a70f25a7 23:14:33 ---> dff4b297a706 23:14:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:14:33 Removing intermediate container 530c021986ef 23:14:33 ---> 157068810e2a 23:14:33 Step 13/23 : EXPOSE $APP_PORT 23:14:33 ---> Running in be3b6971855f 23:14:33 ---> Running in 5928f4d9f6a0 23:14:34 Removing intermediate container be3b6971855f 23:14:34 ---> da3e86eb22c4 23:14:34 Step 21/23 : LABEL arch=arm64 23:14:34 Removing intermediate container 5928f4d9f6a0 23:14:34 ---> 851bdcb89dff 23:14:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:14:34 ---> Running in e92d8957652c 23:14:34 ---> Running in 9a74072f07d0 23:14:34 Removing intermediate container e92d8957652c 23:14:34 ---> 92b7658b9a81 23:14:34 Step 22/23 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 23:14:34 ---> Running in 007cc4326387 23:14:35 Removing intermediate container 007cc4326387 23:14:35 ---> 0917242f375d 23:14:35 Step 23/23 : LABEL version=2.0.0-dev.101 23:14:35 ---> Running in bce7c3c8427c 23:14:36 Removing intermediate container bce7c3c8427c 23:14:36 ---> 27f968c232ae 23:14:36 23:14:36 Successfully built 27f968c232ae 23:14:36 Successfully tagged docker-core-metadata-go-arm64:latest 23:14:36  Building docker-core-metadata-go ... done Removing intermediate container 9a74072f07d0 23:14:36 ---> d0c4899c7a8a 23:14:36 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 23:14:36 ---> Running in 6393eb04886d 23:14:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:14:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:14:42 (1/6) Installing dumb-init (1.2.2-r1) 23:14:42 (2/6) Installing libgcc (9.3.0-r2) 23:14:42 (3/6) Installing libsodium (1.0.18-r0) 23:14:42 (4/6) Installing libstdc++ (9.3.0-r2) 23:14:43 (5/6) Installing libzmq (4.3.3-r0) 23:14:43 (6/6) Installing zeromq (4.3.3-r0) 23:14:43 Executing busybox-1.31.1-r19.trigger 23:14:43 OK: 8 MiB in 20 packages 23:14:45 Removing intermediate container 6393eb04886d 23:14:45 ---> 5bc3970a74f6 23:14:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:14:45 ---> 04cb3069cae6 23:14:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:14:47 ---> ff5f461451a3 23:14:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:14:47 ---> e7976fc7e08f 23:14:47 Step 19/23 : ENTRYPOINT ["/core-data"] 23:14:47 ---> Running in c6f8c1c0c922 23:14:48 Removing intermediate container c6f8c1c0c922 23:14:48 ---> 097dc782fbe8 23:14:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:14:48 ---> Running in 9874a8038989 23:14:48 Removing intermediate container 9874a8038989 23:14:48 ---> 26fa69e451ec 23:14:48 Step 21/23 : LABEL arch=arm64 23:14:48 ---> Running in 7a58f3805828 23:14:49 Removing intermediate container 7a58f3805828 23:14:49 ---> 88f2e2b4177e 23:14:49 Step 22/23 : LABEL git_sha=13b869e22a059f3891192ba74d68c5afbf7a0a77 23:14:49 ---> Running in 27a41069f99f 23:14:50 Removing intermediate container 27a41069f99f 23:14:50 ---> ced46699038f 23:14:50 Step 23/23 : LABEL version=2.0.0-dev.101 23:14:50 ---> Running in b1148f8d9d2c 23:14:50 Removing intermediate container b1148f8d9d2c 23:14:50 ---> fbad195714e6 23:14:50 23:14:51 Successfully built fbad195714e6 23:14:51 Successfully tagged docker-core-data-go-arm64:latest 23:14:51  Building docker-core-data-go ... done  [Pipeline] } 23:14:51 $ docker stop --time=1 8da4b6263992bf1d06fa1775dce2e4a7a4317274dd6a82305d64db37c5c623bd 23:14:53 $ docker rm -f 8da4b6263992bf1d06fa1775dce2e4a7a4317274dd6a82305d64db37c5c623bd [Pipeline] // withDockerContainer [Pipeline] sh 23:14:54 + grep docker 23:14:54 + docker images 23:14:54 docker-core-data-go-arm64 latest fbad195714e6 4 seconds ago 21.1MB 23:14:54 docker-core-metadata-go-arm64 latest 27f968c232ae 19 seconds ago 17.9MB 23:14:54 docker-security-secretstore-setup-go-arm64 latest 8f75f6e8d1bf 23 seconds ago 23.7MB 23:14:54 docker-security-proxy-setup-go-arm64 latest 5bb13cdd1985 29 seconds ago 23.4MB 23:14:54 docker-sys-mgmt-agent-go-arm64 latest 5beaf908629b 2 minutes ago 300MB 23:14:54 docker-security-bootstrapper-go-arm64 latest fcdd6a0f8bf0 3 minutes ago 17.3MB 23:14:54 docker-support-notifications-go-arm64 latest a32da2234dbd 3 minutes ago 16.8MB 23:14:54 docker-core-command-go-arm64 latest 96ee1e5e43e2 3 minutes ago 16.2MB 23:14:54 docker-support-scheduler-go-arm64 latest 98d86d549391 3 minutes ago 16.3MB 23:14:54 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 23:14:54 provisioning config files... 23:14:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/367@tmp/config6582045266007341100tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:14:55 ---> docker-login.sh 23:14:55 nexus3.edgexfoundry.org:10001 23:14:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:14:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:14:55 Configure a credential helper to remove this warning. See 23:14:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:14:55 23:14:55 Login Succeeded 23:14:55 nexus3.edgexfoundry.org:10002 23:14:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:14:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:14:56 Configure a credential helper to remove this warning. See 23:14:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:14:56 23:14:56 Login Succeeded 23:14:56 nexus3.edgexfoundry.org:10003 23:14:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:14:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:14:56 Configure a credential helper to remove this warning. See 23:14:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:14:56 23:14:56 Login Succeeded 23:14:56 nexus3.edgexfoundry.org:10004 23:14:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:14:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:14:57 Configure a credential helper to remove this warning. See 23:14:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:14:57 23:14:57 Login Succeeded 23:14:57 docker.io 23:14:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:14:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:14:58 Configure a credential helper to remove this warning. See 23:14:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:14:58 23:14:58 Login Succeeded 23:14:58 ---> docker-login.sh ends [Pipeline] } 23:14:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:14:58 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 23:14:58 13b869e22a059f3891192ba74d68c5afbf7a0a77 23:14:58 2.0.0-dev.101 23:14:58 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:14:58 master 23:14:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:14:59 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh 23:14:59 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:14:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 23:14:59 60e2adc88aa7: Preparing 23:14:59 6f69d8d72651: Preparing 23:14:59 5ac32a9a23bb: Preparing 23:14:59 d38f9c7cec3e: Preparing 23:14:59 379067d0cb53: Preparing 23:14:59 379067d0cb53: Layer already exists 23:14:59 5ac32a9a23bb: Pushed 23:14:59 60e2adc88aa7: Pushed 23:14:59 d38f9c7cec3e: Pushed 23:15:02 6f69d8d72651: Pushed 23:15:02 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:62dc29862c8e55382ca6d20ec8d8e6d2580c651d7a74d66f4fd9da3288f97210 size: 1363 [Pipeline] isUnix [Pipeline] sh 23:15:03 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:15:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.101 23:15:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 23:15:03 60e2adc88aa7: Preparing 23:15:03 6f69d8d72651: Preparing 23:15:03 5ac32a9a23bb: Preparing 23:15:03 d38f9c7cec3e: Preparing 23:15:03 379067d0cb53: Preparing 23:15:03 6f69d8d72651: Layer already exists 23:15:03 60e2adc88aa7: Layer already exists 23:15:03 5ac32a9a23bb: Layer already exists 23:15:03 379067d0cb53: Layer already exists 23:15:03 d38f9c7cec3e: Layer already exists 23:15:03 2.0.0-dev.101: digest: sha256:62dc29862c8e55382ca6d20ec8d8e6d2580c651d7a74d66f4fd9da3288f97210 size: 1363 [Pipeline] isUnix [Pipeline] sh 23:15:03 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:15:04 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 23:15:04 60e2adc88aa7: Preparing 23:15:04 6f69d8d72651: Preparing 23:15:04 5ac32a9a23bb: Preparing 23:15:04 d38f9c7cec3e: Preparing 23:15:04 379067d0cb53: Preparing 23:15:04 379067d0cb53: Layer already exists 23:15:04 d38f9c7cec3e: Layer already exists 23:15:04 60e2adc88aa7: Layer already exists 23:15:04 5ac32a9a23bb: Layer already exists 23:15:04 6f69d8d72651: Layer already exists 23:15:04 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:62dc29862c8e55382ca6d20ec8d8e6d2580c651d7a74d66f4fd9da3288f97210 size: 1363 [Pipeline] isUnix [Pipeline] sh 23:15:04 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 23:15:05 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 23:15:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 23:15:05 60e2adc88aa7: Preparing 23:15:05 6f69d8d72651: Preparing 23:15:05 5ac32a9a23bb: Preparing 23:15:05 d38f9c7cec3e: Preparing 23:15:05 379067d0cb53: Preparing 23:15:05 5ac32a9a23bb: Layer already exists 23:15:05 60e2adc88aa7: Layer already exists 23:15:05 379067d0cb53: Layer already exists 23:15:05 6f69d8d72651: Layer already exists 23:15:05 d38f9c7cec3e: Layer already exists 23:15:05 master: digest: sha256:62dc29862c8e55382ca6d20ec8d8e6d2580c651d7a74d66f4fd9da3288f97210 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:15:05 ===================================================== [Pipeline] echo 23:15:05 taggedImages: 23:15:05 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:05 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.101 23:15:05 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:05 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 23:15:05 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 23:15:05 13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:05 2.0.0-dev.101 23:15:05 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:05 master 23:15:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:15:06 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh 23:15:06 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 23:15:06 29d14f4278cc: Preparing 23:15:06 11fd3461bb5f: Preparing 23:15:06 5ac32a9a23bb: Preparing 23:15:06 8aea5d5ad107: Preparing 23:15:06 6c6a63f72ad9: Preparing 23:15:06 379067d0cb53: Preparing 23:15:06 379067d0cb53: Waiting 23:15:07 5ac32a9a23bb: Layer already exists 23:15:07 379067d0cb53: Layer already exists 23:15:07 6c6a63f72ad9: Pushed 23:15:07 29d14f4278cc: Pushed 23:15:07 8aea5d5ad107: Pushed 23:15:10 11fd3461bb5f: Pushed 23:15:10 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:e464d462bcb9ca37179cb1044e693a0b0116276b7e64e53f2744d9195299df85 size: 1572 [Pipeline] isUnix [Pipeline] sh 23:15:10 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:15:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.101 23:15:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 23:15:11 29d14f4278cc: Preparing 23:15:11 11fd3461bb5f: Preparing 23:15:11 5ac32a9a23bb: Preparing 23:15:11 8aea5d5ad107: Preparing 23:15:11 6c6a63f72ad9: Preparing 23:15:11 379067d0cb53: Preparing 23:15:11 379067d0cb53: Waiting 23:15:11 5ac32a9a23bb: Layer already exists 23:15:11 29d14f4278cc: Layer already exists 23:15:11 8aea5d5ad107: Layer already exists 23:15:11 6c6a63f72ad9: Layer already exists 23:15:11 11fd3461bb5f: Layer already exists 23:15:11 379067d0cb53: Layer already exists 23:15:11 2.0.0-dev.101: digest: sha256:e464d462bcb9ca37179cb1044e693a0b0116276b7e64e53f2744d9195299df85 size: 1572 [Pipeline] isUnix [Pipeline] sh 23:15:11 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:15:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 23:15:12 29d14f4278cc: Preparing 23:15:12 11fd3461bb5f: Preparing 23:15:12 5ac32a9a23bb: Preparing 23:15:12 8aea5d5ad107: Preparing 23:15:12 6c6a63f72ad9: Preparing 23:15:12 379067d0cb53: Preparing 23:15:12 379067d0cb53: Waiting 23:15:12 5ac32a9a23bb: Layer already exists 23:15:12 11fd3461bb5f: Layer already exists 23:15:12 6c6a63f72ad9: Layer already exists 23:15:12 29d14f4278cc: Layer already exists 23:15:12 8aea5d5ad107: Layer already exists 23:15:12 379067d0cb53: Layer already exists 23:15:12 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:e464d462bcb9ca37179cb1044e693a0b0116276b7e64e53f2744d9195299df85 size: 1572 [Pipeline] isUnix [Pipeline] sh 23:15:12 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 23:15:13 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 23:15:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 23:15:13 29d14f4278cc: Preparing 23:15:13 11fd3461bb5f: Preparing 23:15:13 5ac32a9a23bb: Preparing 23:15:13 8aea5d5ad107: Preparing 23:15:13 6c6a63f72ad9: Preparing 23:15:13 379067d0cb53: Preparing 23:15:13 379067d0cb53: Waiting 23:15:13 6c6a63f72ad9: Layer already exists 23:15:13 8aea5d5ad107: Layer already exists 23:15:13 11fd3461bb5f: Layer already exists 23:15:13 5ac32a9a23bb: Layer already exists 23:15:13 29d14f4278cc: Layer already exists 23:15:13 379067d0cb53: Layer already exists 23:15:13 master: digest: sha256:e464d462bcb9ca37179cb1044e693a0b0116276b7e64e53f2744d9195299df85 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:15:13 ===================================================== [Pipeline] echo 23:15:13 taggedImages: 23:15:13 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:13 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.101 23:15:13 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:13 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 23:15:13 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 23:15:13 13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:13 2.0.0-dev.101 23:15:13 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:13 master 23:15:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:15:14 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh 23:15:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 23:15:14 0ced998f9f78: Preparing 23:15:14 cc1e4e7487b8: Preparing 23:15:14 5ac32a9a23bb: Preparing 23:15:14 d38f9c7cec3e: Preparing 23:15:14 379067d0cb53: Preparing 23:15:14 5ac32a9a23bb: Layer already exists 23:15:14 d38f9c7cec3e: Layer already exists 23:15:14 379067d0cb53: Layer already exists 23:15:14 0ced998f9f78: Pushed 23:15:18 cc1e4e7487b8: Pushed 23:15:18 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:d8f4084c8374dd41a67e0e357d16cbd5178a4d62ba9246429275010a44b5c8f8 size: 1363 [Pipeline] isUnix [Pipeline] sh 23:15:18 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:15:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.101 23:15:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 23:15:18 0ced998f9f78: Preparing 23:15:18 cc1e4e7487b8: Preparing 23:15:18 5ac32a9a23bb: Preparing 23:15:18 d38f9c7cec3e: Preparing 23:15:18 379067d0cb53: Preparing 23:15:18 379067d0cb53: Layer already exists 23:15:18 cc1e4e7487b8: Layer already exists 23:15:19 5ac32a9a23bb: Layer already exists 23:15:19 d38f9c7cec3e: Layer already exists 23:15:19 0ced998f9f78: Layer already exists 23:15:19 2.0.0-dev.101: digest: sha256:d8f4084c8374dd41a67e0e357d16cbd5178a4d62ba9246429275010a44b5c8f8 size: 1363 [Pipeline] isUnix [Pipeline] sh 23:15:19 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:15:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 23:15:19 0ced998f9f78: Preparing 23:15:19 cc1e4e7487b8: Preparing 23:15:19 5ac32a9a23bb: Preparing 23:15:19 d38f9c7cec3e: Preparing 23:15:19 379067d0cb53: Preparing 23:15:20 5ac32a9a23bb: Layer already exists 23:15:20 0ced998f9f78: Layer already exists 23:15:20 379067d0cb53: Layer already exists 23:15:20 d38f9c7cec3e: Layer already exists 23:15:20 cc1e4e7487b8: Layer already exists 23:15:20 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:d8f4084c8374dd41a67e0e357d16cbd5178a4d62ba9246429275010a44b5c8f8 size: 1363 [Pipeline] isUnix [Pipeline] sh 23:15:20 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 23:15:20 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 23:15:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 23:15:20 0ced998f9f78: Preparing 23:15:20 cc1e4e7487b8: Preparing 23:15:20 5ac32a9a23bb: Preparing 23:15:20 d38f9c7cec3e: Preparing 23:15:20 379067d0cb53: Preparing 23:15:20 5ac32a9a23bb: Layer already exists 23:15:20 0ced998f9f78: Layer already exists 23:15:21 379067d0cb53: Layer already exists 23:15:21 d38f9c7cec3e: Layer already exists 23:15:21 cc1e4e7487b8: Layer already exists 23:15:21 master: digest: sha256:d8f4084c8374dd41a67e0e357d16cbd5178a4d62ba9246429275010a44b5c8f8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:15:21 ===================================================== [Pipeline] echo 23:15:21 taggedImages: 23:15:21 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:21 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.101 23:15:21 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:21 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 23:15:21 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 23:15:21 13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:21 2.0.0-dev.101 23:15:21 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:21 master 23:15:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:15:21 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh 23:15:22 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 23:15:22 62cd15906c55: Preparing 23:15:22 62cd15906c55: Preparing 23:15:22 d7c25cc15fdc: Preparing 23:15:22 470933c36e77: Preparing 23:15:22 7f1bc3c1fe32: Preparing 23:15:22 5ac32a9a23bb: Preparing 23:15:22 3bb2a89b526a: Preparing 23:15:22 3bb2a89b526a: Preparing 23:15:22 f8da71d1bb4e: Preparing 23:15:22 2632f3fb8dee: Preparing 23:15:22 379067d0cb53: Preparing 23:15:22 3bb2a89b526a: Waiting 23:15:22 379067d0cb53: Waiting 23:15:22 2632f3fb8dee: Waiting 23:15:22 f8da71d1bb4e: Waiting 23:15:22 5ac32a9a23bb: Layer already exists 23:15:22 62cd15906c55: Pushed 23:15:22 470933c36e77: Pushed 23:15:22 d7c25cc15fdc: Pushed 23:15:22 3bb2a89b526a: Pushed 23:15:22 379067d0cb53: Layer already exists 23:15:22 f8da71d1bb4e: Pushed 23:15:22 2632f3fb8dee: Pushed 23:15:25 7f1bc3c1fe32: Pushed 23:15:25 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:64fd9e39d86984e47a29bc4de602d8c553e8964fc186eb141060925c09715806 size: 2609 [Pipeline] isUnix [Pipeline] sh 23:15:26 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:15:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.101 23:15:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 23:15:26 62cd15906c55: Preparing 23:15:26 62cd15906c55: Preparing 23:15:26 d7c25cc15fdc: Preparing 23:15:26 470933c36e77: Preparing 23:15:26 7f1bc3c1fe32: Preparing 23:15:26 5ac32a9a23bb: Preparing 23:15:26 3bb2a89b526a: Preparing 23:15:26 3bb2a89b526a: Preparing 23:15:26 f8da71d1bb4e: Preparing 23:15:26 2632f3fb8dee: Preparing 23:15:26 379067d0cb53: Preparing 23:15:26 3bb2a89b526a: Waiting 23:15:26 f8da71d1bb4e: Waiting 23:15:26 379067d0cb53: Waiting 23:15:26 2632f3fb8dee: Waiting 23:15:26 62cd15906c55: Layer already exists 23:15:26 5ac32a9a23bb: Layer already exists 23:15:26 470933c36e77: Layer already exists 23:15:26 d7c25cc15fdc: Layer already exists 23:15:26 7f1bc3c1fe32: Layer already exists 23:15:26 f8da71d1bb4e: Layer already exists 23:15:26 2632f3fb8dee: Layer already exists 23:15:26 3bb2a89b526a: Layer already exists 23:15:26 379067d0cb53: Layer already exists 23:15:26 2.0.0-dev.101: digest: sha256:64fd9e39d86984e47a29bc4de602d8c553e8964fc186eb141060925c09715806 size: 2609 [Pipeline] isUnix [Pipeline] sh 23:15:27 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:15:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 23:15:27 62cd15906c55: Preparing 23:15:27 62cd15906c55: Preparing 23:15:27 d7c25cc15fdc: Preparing 23:15:27 470933c36e77: Preparing 23:15:27 7f1bc3c1fe32: Preparing 23:15:27 5ac32a9a23bb: Preparing 23:15:27 3bb2a89b526a: Preparing 23:15:27 3bb2a89b526a: Preparing 23:15:27 f8da71d1bb4e: Preparing 23:15:27 2632f3fb8dee: Preparing 23:15:27 379067d0cb53: Preparing 23:15:27 f8da71d1bb4e: Waiting 23:15:27 2632f3fb8dee: Waiting 23:15:27 379067d0cb53: Waiting 23:15:27 3bb2a89b526a: Waiting 23:15:27 7f1bc3c1fe32: Layer already exists 23:15:27 62cd15906c55: Layer already exists 23:15:27 d7c25cc15fdc: Layer already exists 23:15:27 470933c36e77: Layer already exists 23:15:27 5ac32a9a23bb: Layer already exists 23:15:27 379067d0cb53: Layer already exists 23:15:27 2632f3fb8dee: Layer already exists 23:15:27 f8da71d1bb4e: Layer already exists 23:15:27 3bb2a89b526a: Layer already exists 23:15:27 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:64fd9e39d86984e47a29bc4de602d8c553e8964fc186eb141060925c09715806 size: 2609 [Pipeline] isUnix [Pipeline] sh 23:15:27 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 23:15:28 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 23:15:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 23:15:28 62cd15906c55: Preparing 23:15:28 62cd15906c55: Preparing 23:15:28 d7c25cc15fdc: Preparing 23:15:28 470933c36e77: Preparing 23:15:28 7f1bc3c1fe32: Preparing 23:15:28 5ac32a9a23bb: Preparing 23:15:28 3bb2a89b526a: Preparing 23:15:28 3bb2a89b526a: Preparing 23:15:28 f8da71d1bb4e: Preparing 23:15:28 2632f3fb8dee: Preparing 23:15:28 379067d0cb53: Preparing 23:15:28 2632f3fb8dee: Waiting 23:15:28 379067d0cb53: Waiting 23:15:28 3bb2a89b526a: Waiting 23:15:28 f8da71d1bb4e: Waiting 23:15:28 d7c25cc15fdc: Layer already exists 23:15:28 62cd15906c55: Layer already exists 23:15:28 5ac32a9a23bb: Layer already exists 23:15:28 7f1bc3c1fe32: Layer already exists 23:15:28 470933c36e77: Layer already exists 23:15:28 f8da71d1bb4e: Layer already exists 23:15:28 2632f3fb8dee: Layer already exists 23:15:28 3bb2a89b526a: Layer already exists 23:15:28 379067d0cb53: Layer already exists 23:15:28 master: digest: sha256:64fd9e39d86984e47a29bc4de602d8c553e8964fc186eb141060925c09715806 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:15:28 ===================================================== [Pipeline] echo 23:15:28 taggedImages: 23:15:28 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:28 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.101 23:15:28 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:28 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 23:15:28 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 23:15:28 13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:28 2.0.0-dev.101 23:15:28 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:28 master 23:15:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:15:29 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh 23:15:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 23:15:29 2c64a86946c8: Preparing 23:15:29 875db8ffa3f3: Preparing 23:15:29 2583d27bb0fe: Preparing 23:15:29 b0d258923926: Preparing 23:15:29 6353ac00f117: Preparing 23:15:29 379067d0cb53: Preparing 23:15:29 379067d0cb53: Waiting 23:15:30 b0d258923926: Pushed 23:15:30 2583d27bb0fe: Pushed 23:15:30 379067d0cb53: Layer already exists 23:15:30 6353ac00f117: Pushed 23:15:32 2c64a86946c8: Pushed 23:15:32 875db8ffa3f3: Pushed 23:15:32 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:4f4687eeac2895a2ba1040fa6c1a02052c939c3860a209b5d674db809c63f1c0 size: 1575 [Pipeline] isUnix [Pipeline] sh 23:15:33 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:15:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.101 23:15:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 23:15:33 2c64a86946c8: Preparing 23:15:33 875db8ffa3f3: Preparing 23:15:33 2583d27bb0fe: Preparing 23:15:33 b0d258923926: Preparing 23:15:33 6353ac00f117: Preparing 23:15:33 379067d0cb53: Preparing 23:15:33 379067d0cb53: Waiting 23:15:33 2583d27bb0fe: Layer already exists 23:15:33 b0d258923926: Layer already exists 23:15:33 6353ac00f117: Layer already exists 23:15:33 2c64a86946c8: Layer already exists 23:15:33 875db8ffa3f3: Layer already exists 23:15:33 379067d0cb53: Layer already exists 23:15:33 2.0.0-dev.101: digest: sha256:4f4687eeac2895a2ba1040fa6c1a02052c939c3860a209b5d674db809c63f1c0 size: 1575 [Pipeline] isUnix [Pipeline] sh 23:15:34 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:15:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 23:15:34 2c64a86946c8: Preparing 23:15:34 875db8ffa3f3: Preparing 23:15:34 2583d27bb0fe: Preparing 23:15:34 b0d258923926: Preparing 23:15:34 6353ac00f117: Preparing 23:15:34 379067d0cb53: Preparing 23:15:34 379067d0cb53: Waiting 23:15:34 875db8ffa3f3: Layer already exists 23:15:34 2c64a86946c8: Layer already exists 23:15:34 2583d27bb0fe: Layer already exists 23:15:34 6353ac00f117: Layer already exists 23:15:34 b0d258923926: Layer already exists 23:15:34 379067d0cb53: Layer already exists 23:15:34 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:4f4687eeac2895a2ba1040fa6c1a02052c939c3860a209b5d674db809c63f1c0 size: 1575 [Pipeline] isUnix [Pipeline] sh 23:15:35 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 23:15:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 23:15:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 23:15:35 2c64a86946c8: Preparing 23:15:35 875db8ffa3f3: Preparing 23:15:35 2583d27bb0fe: Preparing 23:15:35 b0d258923926: Preparing 23:15:35 6353ac00f117: Preparing 23:15:35 379067d0cb53: Preparing 23:15:35 379067d0cb53: Waiting 23:15:35 875db8ffa3f3: Layer already exists 23:15:35 6353ac00f117: Layer already exists 23:15:35 b0d258923926: Layer already exists 23:15:35 2c64a86946c8: Layer already exists 23:15:35 2583d27bb0fe: Layer already exists 23:15:35 379067d0cb53: Layer already exists 23:15:35 master: digest: sha256:4f4687eeac2895a2ba1040fa6c1a02052c939c3860a209b5d674db809c63f1c0 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:15:35 ===================================================== [Pipeline] echo 23:15:35 taggedImages: 23:15:35 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:35 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.101 23:15:35 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:35 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 23:15:36 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 23:15:36 13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:36 2.0.0-dev.101 23:15:36 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:36 master 23:15:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:15:36 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh 23:15:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 23:15:36 60bd3f929760: Preparing 23:15:36 a751a2133dec: Preparing 23:15:36 6e0b4950c64c: Preparing 23:15:36 f88278e67a7a: Preparing 23:15:36 431c66c20708: Preparing 23:15:36 84ca01820016: Preparing 23:15:36 0b27b5847f49: Preparing 23:15:36 44eac8eab803: Preparing 23:15:36 379067d0cb53: Preparing 23:15:36 0b27b5847f49: Waiting 23:15:36 44eac8eab803: Waiting 23:15:36 379067d0cb53: Waiting 23:15:36 84ca01820016: Waiting 23:15:37 a751a2133dec: Pushed 23:15:37 431c66c20708: Pushed 23:15:37 60bd3f929760: Pushed 23:15:37 84ca01820016: Pushed 23:15:37 0b27b5847f49: Pushed 23:15:37 379067d0cb53: Layer already exists 23:15:38 44eac8eab803: Pushed 23:15:39 f88278e67a7a: Pushed 23:15:39 6e0b4950c64c: Pushed 23:15:39 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:b8815ddc00b2763cc1cb37e27f86a132a95deeec9e3743d03bfb0862e418e722 size: 2198 [Pipeline] isUnix [Pipeline] sh 23:15:40 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:15:40 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.101 23:15:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 23:15:40 60bd3f929760: Preparing 23:15:40 a751a2133dec: Preparing 23:15:40 6e0b4950c64c: Preparing 23:15:40 f88278e67a7a: Preparing 23:15:40 431c66c20708: Preparing 23:15:40 84ca01820016: Preparing 23:15:40 0b27b5847f49: Preparing 23:15:40 44eac8eab803: Preparing 23:15:40 379067d0cb53: Preparing 23:15:40 84ca01820016: Waiting 23:15:40 44eac8eab803: Waiting 23:15:40 0b27b5847f49: Waiting 23:15:40 6e0b4950c64c: Layer already exists 23:15:40 60bd3f929760: Layer already exists 23:15:40 431c66c20708: Layer already exists 23:15:40 f88278e67a7a: Layer already exists 23:15:40 a751a2133dec: Layer already exists 23:15:40 84ca01820016: Layer already exists 23:15:40 0b27b5847f49: Layer already exists 23:15:40 44eac8eab803: Layer already exists 23:15:40 379067d0cb53: Layer already exists 23:15:40 2.0.0-dev.101: digest: sha256:b8815ddc00b2763cc1cb37e27f86a132a95deeec9e3743d03bfb0862e418e722 size: 2198 [Pipeline] isUnix [Pipeline] sh 23:15:40 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:15:41 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 23:15:41 60bd3f929760: Preparing 23:15:41 a751a2133dec: Preparing 23:15:41 6e0b4950c64c: Preparing 23:15:41 f88278e67a7a: Preparing 23:15:41 431c66c20708: Preparing 23:15:41 84ca01820016: Preparing 23:15:41 0b27b5847f49: Preparing 23:15:41 44eac8eab803: Preparing 23:15:41 379067d0cb53: Preparing 23:15:41 84ca01820016: Waiting 23:15:41 44eac8eab803: Waiting 23:15:41 379067d0cb53: Waiting 23:15:41 0b27b5847f49: Waiting 23:15:41 f88278e67a7a: Layer already exists 23:15:41 6e0b4950c64c: Layer already exists 23:15:41 60bd3f929760: Layer already exists 23:15:41 431c66c20708: Layer already exists 23:15:41 a751a2133dec: Layer already exists 23:15:41 84ca01820016: Layer already exists 23:15:41 0b27b5847f49: Layer already exists 23:15:41 44eac8eab803: Layer already exists 23:15:41 379067d0cb53: Layer already exists 23:15:41 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:b8815ddc00b2763cc1cb37e27f86a132a95deeec9e3743d03bfb0862e418e722 size: 2198 [Pipeline] isUnix [Pipeline] sh 23:15:41 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 23:15:42 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 23:15:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 23:15:42 60bd3f929760: Preparing 23:15:42 a751a2133dec: Preparing 23:15:42 6e0b4950c64c: Preparing 23:15:42 f88278e67a7a: Preparing 23:15:42 431c66c20708: Preparing 23:15:42 84ca01820016: Preparing 23:15:42 0b27b5847f49: Preparing 23:15:42 44eac8eab803: Preparing 23:15:42 379067d0cb53: Preparing 23:15:42 84ca01820016: Waiting 23:15:42 0b27b5847f49: Waiting 23:15:42 44eac8eab803: Waiting 23:15:42 379067d0cb53: Waiting 23:15:42 a751a2133dec: Layer already exists 23:15:42 60bd3f929760: Layer already exists 23:15:42 f88278e67a7a: Layer already exists 23:15:42 431c66c20708: Layer already exists 23:15:42 6e0b4950c64c: Layer already exists 23:15:42 0b27b5847f49: Layer already exists 23:15:42 44eac8eab803: Layer already exists 23:15:42 84ca01820016: Layer already exists 23:15:42 379067d0cb53: Layer already exists 23:15:42 master: digest: sha256:b8815ddc00b2763cc1cb37e27f86a132a95deeec9e3743d03bfb0862e418e722 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:15:42 ===================================================== [Pipeline] echo 23:15:42 taggedImages: 23:15:42 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:42 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.101 23:15:42 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:42 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 23:15:42 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 23:15:42 13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:42 2.0.0-dev.101 23:15:42 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:42 master 23:15:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:15:43 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh 23:15:43 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 23:15:43 a6957ebd53a7: Preparing 23:15:43 dfa74d9605f5: Preparing 23:15:43 5ac32a9a23bb: Preparing 23:15:43 0c40661f95fb: Preparing 23:15:43 379067d0cb53: Preparing 23:15:44 5ac32a9a23bb: Layer already exists 23:15:44 379067d0cb53: Layer already exists 23:15:44 a6957ebd53a7: Pushed 23:15:44 0c40661f95fb: Pushed 23:15:46 dfa74d9605f5: Pushed 23:15:46 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:0a8f886c1ff5a7f5ca096aa22830f364afb81de926707cdf54e707f11e095a36 size: 1364 [Pipeline] isUnix [Pipeline] sh 23:15:47 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:15:47 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.101 23:15:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 23:15:47 a6957ebd53a7: Preparing 23:15:47 dfa74d9605f5: Preparing 23:15:47 5ac32a9a23bb: Preparing 23:15:47 0c40661f95fb: Preparing 23:15:47 379067d0cb53: Preparing 23:15:47 0c40661f95fb: Layer already exists 23:15:47 a6957ebd53a7: Layer already exists 23:15:47 5ac32a9a23bb: Layer already exists 23:15:47 dfa74d9605f5: Layer already exists 23:15:47 379067d0cb53: Layer already exists 23:15:47 2.0.0-dev.101: digest: sha256:0a8f886c1ff5a7f5ca096aa22830f364afb81de926707cdf54e707f11e095a36 size: 1364 [Pipeline] isUnix [Pipeline] sh 23:15:48 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:15:48 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 23:15:48 a6957ebd53a7: Preparing 23:15:48 dfa74d9605f5: Preparing 23:15:48 5ac32a9a23bb: Preparing 23:15:48 0c40661f95fb: Preparing 23:15:48 379067d0cb53: Preparing 23:15:48 0c40661f95fb: Layer already exists 23:15:48 5ac32a9a23bb: Layer already exists 23:15:48 dfa74d9605f5: Layer already exists 23:15:48 379067d0cb53: Layer already exists 23:15:48 a6957ebd53a7: Layer already exists 23:15:48 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:0a8f886c1ff5a7f5ca096aa22830f364afb81de926707cdf54e707f11e095a36 size: 1364 [Pipeline] isUnix [Pipeline] sh 23:15:49 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 23:15:49 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 23:15:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 23:15:49 a6957ebd53a7: Preparing 23:15:49 dfa74d9605f5: Preparing 23:15:49 5ac32a9a23bb: Preparing 23:15:49 0c40661f95fb: Preparing 23:15:49 379067d0cb53: Preparing 23:15:49 0c40661f95fb: Layer already exists 23:15:49 dfa74d9605f5: Layer already exists 23:15:49 379067d0cb53: Layer already exists 23:15:49 5ac32a9a23bb: Layer already exists 23:15:49 a6957ebd53a7: Layer already exists 23:15:49 master: digest: sha256:0a8f886c1ff5a7f5ca096aa22830f364afb81de926707cdf54e707f11e095a36 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:15:49 ===================================================== [Pipeline] echo 23:15:49 taggedImages: 23:15:49 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:49 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.101 23:15:49 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:49 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 23:15:50 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 23:15:50 13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:50 2.0.0-dev.101 23:15:50 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:50 master 23:15:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:15:50 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh 23:15:50 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 23:15:50 f91d0ecf0425: Preparing 23:15:50 94ee857c1bc0: Preparing 23:15:50 5ac32a9a23bb: Preparing 23:15:50 de7d44c0f8c7: Preparing 23:15:50 379067d0cb53: Preparing 23:15:51 379067d0cb53: Layer already exists 23:15:51 5ac32a9a23bb: Layer already exists 23:15:51 de7d44c0f8c7: Pushed 23:15:51 f91d0ecf0425: Pushed 23:15:53 94ee857c1bc0: Pushed 23:15:54 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:544165fb760fdb254d51303182ccb8e2dff7c4bc7164b14156b38ba60ba8d9b1 size: 1363 [Pipeline] isUnix [Pipeline] sh 23:15:54 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:15:54 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.101 23:15:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 23:15:54 f91d0ecf0425: Preparing 23:15:54 94ee857c1bc0: Preparing 23:15:54 5ac32a9a23bb: Preparing 23:15:54 de7d44c0f8c7: Preparing 23:15:54 379067d0cb53: Preparing 23:15:54 379067d0cb53: Layer already exists 23:15:54 94ee857c1bc0: Layer already exists 23:15:54 5ac32a9a23bb: Layer already exists 23:15:54 de7d44c0f8c7: Layer already exists 23:15:54 f91d0ecf0425: Layer already exists 23:15:55 2.0.0-dev.101: digest: sha256:544165fb760fdb254d51303182ccb8e2dff7c4bc7164b14156b38ba60ba8d9b1 size: 1363 [Pipeline] isUnix [Pipeline] sh 23:15:55 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:15:55 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 23:15:55 f91d0ecf0425: Preparing 23:15:55 94ee857c1bc0: Preparing 23:15:55 5ac32a9a23bb: Preparing 23:15:55 de7d44c0f8c7: Preparing 23:15:55 379067d0cb53: Preparing 23:15:55 5ac32a9a23bb: Layer already exists 23:15:55 de7d44c0f8c7: Layer already exists 23:15:55 94ee857c1bc0: Layer already exists 23:15:55 379067d0cb53: Layer already exists 23:15:55 f91d0ecf0425: Layer already exists 23:15:56 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:544165fb760fdb254d51303182ccb8e2dff7c4bc7164b14156b38ba60ba8d9b1 size: 1363 [Pipeline] isUnix [Pipeline] sh 23:15:56 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 23:15:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 23:15:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 23:15:56 f91d0ecf0425: Preparing 23:15:56 94ee857c1bc0: Preparing 23:15:56 5ac32a9a23bb: Preparing 23:15:56 de7d44c0f8c7: Preparing 23:15:56 379067d0cb53: Preparing 23:15:57 f91d0ecf0425: Layer already exists 23:15:57 94ee857c1bc0: Layer already exists 23:15:57 379067d0cb53: Layer already exists 23:15:57 de7d44c0f8c7: Layer already exists 23:15:57 5ac32a9a23bb: Layer already exists 23:15:57 master: digest: sha256:544165fb760fdb254d51303182ccb8e2dff7c4bc7164b14156b38ba60ba8d9b1 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:15:57 ===================================================== [Pipeline] echo 23:15:57 taggedImages: 23:15:57 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:57 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.101 23:15:57 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:57 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 23:15:57 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 23:15:57 13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:57 2.0.0-dev.101 23:15:57 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:15:57 master 23:15:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:15:57 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] isUnix [Pipeline] sh 23:15:58 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:15:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 23:15:58 dcb848f972b4: Preparing 23:15:58 54ad1d9c1ff6: Preparing 23:15:58 6bd7b6d58bbc: Preparing 23:15:58 574246b29657: Preparing 23:15:58 ff05801b8f7b: Preparing 23:15:58 eead90e1a98f: Preparing 23:15:58 aa13f3fc0fdc: Preparing 23:15:58 9ded3b6bb9b5: Preparing 23:15:58 fa1afe8e6ed9: Preparing 23:15:58 87a09b4c083e: Preparing 23:15:58 0f74e9ff2a61: Preparing 23:15:58 b122376c33c6: Preparing 23:15:58 f8381ed47b22: Preparing 23:15:58 e934a737d657: Preparing 23:15:58 87a09b4c083e: Waiting 23:15:58 b122376c33c6: Waiting 23:15:58 f8381ed47b22: Waiting 23:15:58 0f74e9ff2a61: Waiting 23:15:58 eead90e1a98f: Waiting 23:15:58 e934a737d657: Waiting 23:15:58 9ded3b6bb9b5: Waiting 23:15:58 aa13f3fc0fdc: Waiting 23:15:58 fa1afe8e6ed9: Waiting 23:15:58 ff05801b8f7b: Pushed 23:15:58 dcb848f972b4: Pushed 23:15:59 574246b29657: Pushed 23:15:59 9ded3b6bb9b5: Layer already exists 23:15:59 fa1afe8e6ed9: Layer already exists 23:15:59 87a09b4c083e: Layer already exists 23:15:59 aa13f3fc0fdc: Pushed 23:15:59 0f74e9ff2a61: Layer already exists 23:15:59 b122376c33c6: Layer already exists 23:15:59 f8381ed47b22: Layer already exists 23:15:59 e934a737d657: Layer already exists 23:16:00 54ad1d9c1ff6: Pushed 23:16:01 eead90e1a98f: Pushed 23:16:13 6bd7b6d58bbc: Pushed 23:16:13 13b869e22a059f3891192ba74d68c5afbf7a0a77: digest: sha256:292718cf601e3c2bf883d2bc1bcc008a313c81e89c069659d72519c7fc6f919d size: 3252 [Pipeline] isUnix [Pipeline] sh 23:16:13 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:16:14 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.101 23:16:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 23:16:14 dcb848f972b4: Preparing 23:16:14 54ad1d9c1ff6: Preparing 23:16:14 6bd7b6d58bbc: Preparing 23:16:14 574246b29657: Preparing 23:16:14 ff05801b8f7b: Preparing 23:16:14 eead90e1a98f: Preparing 23:16:14 aa13f3fc0fdc: Preparing 23:16:14 9ded3b6bb9b5: Preparing 23:16:14 fa1afe8e6ed9: Preparing 23:16:14 87a09b4c083e: Preparing 23:16:14 0f74e9ff2a61: Preparing 23:16:14 b122376c33c6: Preparing 23:16:14 f8381ed47b22: Preparing 23:16:14 e934a737d657: Preparing 23:16:14 fa1afe8e6ed9: Waiting 23:16:14 87a09b4c083e: Waiting 23:16:14 0f74e9ff2a61: Waiting 23:16:14 b122376c33c6: Waiting 23:16:14 eead90e1a98f: Waiting 23:16:14 aa13f3fc0fdc: Waiting 23:16:14 f8381ed47b22: Waiting 23:16:14 e934a737d657: Waiting 23:16:14 9ded3b6bb9b5: Waiting 23:16:14 574246b29657: Layer already exists 23:16:14 ff05801b8f7b: Layer already exists 23:16:14 dcb848f972b4: Layer already exists 23:16:14 6bd7b6d58bbc: Layer already exists 23:16:14 54ad1d9c1ff6: Layer already exists 23:16:14 9ded3b6bb9b5: Layer already exists 23:16:14 aa13f3fc0fdc: Layer already exists 23:16:14 fa1afe8e6ed9: Layer already exists 23:16:14 eead90e1a98f: Layer already exists 23:16:14 87a09b4c083e: Layer already exists 23:16:14 e934a737d657: Layer already exists 23:16:14 f8381ed47b22: Layer already exists 23:16:14 0f74e9ff2a61: Layer already exists 23:16:14 b122376c33c6: Layer already exists 23:16:14 2.0.0-dev.101: digest: sha256:292718cf601e3c2bf883d2bc1bcc008a313c81e89c069659d72519c7fc6f919d size: 3252 [Pipeline] isUnix [Pipeline] sh 23:16:14 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 [Pipeline] isUnix [Pipeline] sh 23:16:15 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:16:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 23:16:15 dcb848f972b4: Preparing 23:16:15 54ad1d9c1ff6: Preparing 23:16:15 6bd7b6d58bbc: Preparing 23:16:15 574246b29657: Preparing 23:16:15 ff05801b8f7b: Preparing 23:16:15 eead90e1a98f: Preparing 23:16:15 aa13f3fc0fdc: Preparing 23:16:15 9ded3b6bb9b5: Preparing 23:16:15 fa1afe8e6ed9: Preparing 23:16:15 87a09b4c083e: Preparing 23:16:15 0f74e9ff2a61: Preparing 23:16:15 b122376c33c6: Preparing 23:16:15 f8381ed47b22: Preparing 23:16:15 e934a737d657: Preparing 23:16:15 eead90e1a98f: Waiting 23:16:15 aa13f3fc0fdc: Waiting 23:16:15 9ded3b6bb9b5: Waiting 23:16:15 fa1afe8e6ed9: Waiting 23:16:15 87a09b4c083e: Waiting 23:16:15 0f74e9ff2a61: Waiting 23:16:15 b122376c33c6: Waiting 23:16:15 f8381ed47b22: Waiting 23:16:15 e934a737d657: Waiting 23:16:15 6bd7b6d58bbc: Layer already exists 23:16:15 574246b29657: Layer already exists 23:16:15 ff05801b8f7b: Layer already exists 23:16:15 dcb848f972b4: Layer already exists 23:16:15 54ad1d9c1ff6: Layer already exists 23:16:15 aa13f3fc0fdc: Layer already exists 23:16:15 eead90e1a98f: Layer already exists 23:16:15 87a09b4c083e: Layer already exists 23:16:15 9ded3b6bb9b5: Layer already exists 23:16:15 fa1afe8e6ed9: Layer already exists 23:16:15 b122376c33c6: Layer already exists 23:16:15 0f74e9ff2a61: Layer already exists 23:16:15 f8381ed47b22: Layer already exists 23:16:15 e934a737d657: Layer already exists 23:16:15 13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101: digest: sha256:292718cf601e3c2bf883d2bc1bcc008a313c81e89c069659d72519c7fc6f919d size: 3252 [Pipeline] isUnix [Pipeline] sh 23:16:15 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 23:16:16 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 23:16:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 23:16:16 dcb848f972b4: Preparing 23:16:16 54ad1d9c1ff6: Preparing 23:16:16 6bd7b6d58bbc: Preparing 23:16:16 574246b29657: Preparing 23:16:16 ff05801b8f7b: Preparing 23:16:16 eead90e1a98f: Preparing 23:16:16 aa13f3fc0fdc: Preparing 23:16:16 9ded3b6bb9b5: Preparing 23:16:16 fa1afe8e6ed9: Preparing 23:16:16 87a09b4c083e: Preparing 23:16:16 0f74e9ff2a61: Preparing 23:16:16 b122376c33c6: Preparing 23:16:16 f8381ed47b22: Preparing 23:16:16 e934a737d657: Preparing 23:16:16 87a09b4c083e: Waiting 23:16:16 0f74e9ff2a61: Waiting 23:16:16 b122376c33c6: Waiting 23:16:16 eead90e1a98f: Waiting 23:16:16 f8381ed47b22: Waiting 23:16:16 aa13f3fc0fdc: Waiting 23:16:16 9ded3b6bb9b5: Waiting 23:16:16 e934a737d657: Waiting 23:16:16 fa1afe8e6ed9: Waiting 23:16:16 54ad1d9c1ff6: Layer already exists 23:16:16 574246b29657: Layer already exists 23:16:16 dcb848f972b4: Layer already exists 23:16:16 ff05801b8f7b: Layer already exists 23:16:16 6bd7b6d58bbc: Layer already exists 23:16:16 9ded3b6bb9b5: Layer already exists 23:16:16 fa1afe8e6ed9: Layer already exists 23:16:16 aa13f3fc0fdc: Layer already exists 23:16:16 eead90e1a98f: Layer already exists 23:16:16 87a09b4c083e: Layer already exists 23:16:16 f8381ed47b22: Layer already exists 23:16:16 0f74e9ff2a61: Layer already exists 23:16:16 e934a737d657: Layer already exists 23:16:16 b122376c33c6: Layer already exists 23:16:16 master: digest: sha256:292718cf601e3c2bf883d2bc1bcc008a313c81e89c069659d72519c7fc6f919d size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:16:16 ===================================================== [Pipeline] echo 23:16:16 taggedImages: 23:16:16 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77 23:16:16 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.101 23:16:16 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:13b869e22a059f3891192ba74d68c5afbf7a0a77-2.0.0-dev.101 23:16:16 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 23:16:18 provisioning config files... 23:16:18 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/367@tmp/config8192837592669021359tmp [Pipeline] { [Pipeline] sh 23:16:18 + set +x 23:16:18 + curl -s https://codecov.io/bash 23:16:18 + bash -s -- 23:16:19 23:16:19 _____ _ 23:16:19 / ____| | | 23:16:19 | | ___ __| | ___ ___ _____ __ 23:16:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:16:19 | |___| (_) | (_| | __/ (_| (_) \ V / 23:16:19 \_____\___/ \__,_|\___|\___\___/ \_/ 23:16:19 Bash-20210129-7c25fce 23:16:19 23:16:19 23:16:19 ==> git version 2.24.3 found 23:16:19 ==> 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 23:16:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:16:19 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:16:19 ==> Jenkins CI detected. 23:16:19 project root: . 23:16:19 --> token set from env 23:16:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:16:19 ==> Running gcov in . (disable via -X gcov) 23:16:19 ==> Python coveragepy not found 23:16:19 ==> Searching for coverage reports in: 23:16:19 + . 23:16:19 -> Found 1 reports 23:16:19 ==> Detecting git/mercurial file structure 23:16:19 ==> Reading reports 23:16:19 + ./coverage.out bytes=594620 23:16:19 ==> Appending adjustments 23:16:19 https://docs.codecov.io/docs/fixing-reports 23:16:22 + Found adjustments 23:16:22 ==> Gzipping contents 23:16:22 88K /tmp/codecov.kGQnyM.gz 23:16:22 ==> Uploading reports 23:16:22 url: https://codecov.io 23:16:22 query: branch=master&commit=13b869e22a059f3891192ba74d68c5afbf7a0a77&build=367&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F367%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:16:22 -> Pinging Codecov 23:16:22 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=13b869e22a059f3891192ba74d68c5afbf7a0a77&build=367&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F367%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:16:23 -> Uploading to 23:16:23 https://storage.googleapis.com/codecov/v4/raw/2021-02-22/00271124DB129430A58F1EEE437C3FCB/13b869e22a059f3891192ba74d68c5afbf7a0a77/c8e38d9b-ea00-4ad6-ab10-9e4d4da98f10.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210222T231623Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0fcd96ec89bd85b9ea0d97dc6609bce9a56128769f1711724fc11e0e3d9a2c99 23:16:23 % Total % Received % Xferd Average Speed Time Time Time Current 23:16:23 Dload Upload Total Spent Left Speed 23:16:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88707 0 0 100 88707 0 158k --:--:-- --:--:-- --:--:-- 158k 23:16:24 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/13b869e22a059f3891192ba74d68c5afbf7a0a77 [Pipeline] } 23:16:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 23:16:25 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 23:16:25 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:16:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:16:25 23:16:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 23:16:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:16:26 1.410.4: Pulling from edgex-devops/edgex-snyk-go 23:16:26 188c0c94c7c5: Already exists 23:16:26 0ef7d3d256c8: Already exists 23:16:26 de9db76c5a1d: Already exists 23:16:26 0eba1c9be4d2: Pulling fs layer 23:16:26 0d57e429df01: Pulling fs layer 23:16:26 4e4be7b47b0d: Pulling fs layer 23:16:26 e1f770b5df2f: Pulling fs layer 23:16:26 85a0685a4137: Pulling fs layer 23:16:26 e1f770b5df2f: Waiting 23:16:26 85a0685a4137: Waiting 23:16:26 0d57e429df01: Verifying Checksum 23:16:26 0d57e429df01: Download complete 23:16:26 4e4be7b47b0d: Verifying Checksum 23:16:26 4e4be7b47b0d: Download complete 23:16:28 e1f770b5df2f: Verifying Checksum 23:16:28 e1f770b5df2f: Download complete 23:16:30 0eba1c9be4d2: Verifying Checksum 23:16:30 0eba1c9be4d2: Download complete 23:16:30 85a0685a4137: Verifying Checksum 23:16:30 85a0685a4137: Download complete 23:16:35 0eba1c9be4d2: Pull complete 23:16:36 0d57e429df01: Pull complete 23:16:36 4e4be7b47b0d: Pull complete 23:16:40 e1f770b5df2f: Pull complete 23:16:47 85a0685a4137: Pull complete 23:16:47 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 23:16:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:16:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 23:16:47 prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container 23:16:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-snyk-go:1.410.4 cat 23:16:48 $ docker top 901d30c099c4b447d5e850184057ee2d9df2ec687994983d94484f7bd6f51c17 -eo pid,comm [Pipeline] { [Pipeline] echo 23:16:49 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 23:16:49 + set -o pipefail 23:16:49 + snyk monitor '--org=edgex-jenkins' 23:16:59 23:16:59 Monitoring /w/workspace/edgex-go/367 (github.com/edgexfoundry/edgex-go)... 23:16:59 23:16:59 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/435e169d-554e-4a52-bb7e-ddd70b58c6d7 23:16:59 23:16:59 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:16:59 23:16:59 23:16:59 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 23:16:59 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 23:16:59 $ docker stop --time=1 901d30c099c4b447d5e850184057ee2d9df2ec687994983d94484f7bd6f51c17 23:17:02 $ docker rm -f 901d30c099c4b447d5e850184057ee2d9df2ec687994983d94484f7bd6f51c17 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 23:17:05 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:17:05 provisioning config files... 23:17:05 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/367@tmp/config8907787168917301883tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:17:05 --> edgex-publish-swagger.sh 23:17:05 === Publish openapi/v1 API === 23:17:05 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 23:17:05 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/367/openapi/v1/core-command.yaml] 23:17:05 % Total % Received % Xferd Average Speed Time Time Time Current 23:17:05 Dload Upload Total Spent Left Speed 23:17:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8437 0:00:01 0:00:01 --:--:-- 8437 100 10522 0 0 100 10522 0 8436 0:00:01 0:00:01 --:--:-- 8437 23:17:07 23:17:07 23:17:07 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/367/openapi/v1/core-data.yaml] 23:17:07 % Total % Received % Xferd Average Speed Time Time Time Current 23:17:07 Dload Upload Total Spent Left Speed 23:17:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27457 0:00:01 0:00:01 --:--:-- 27474 100 32557 0 0 100 32557 0 27453 0:00:01 0:00:01 --:--:-- 27474 23:17:08 23:17:08 23:17:08 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/367/openapi/v1/core-metadata.yaml] 23:17:08 % Total % Received % Xferd Average Speed Time Time Time Current 23:17:08 Dload Upload Total Spent Left Speed 23:17:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60935 0:00:01 0:00:01 --:--:-- 60976 100 73721 0 0 100 73721 0 56579 0:00:01 0:00:01 --:--:-- 56621 23:17:09 23:17:09 23:17:09 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/367/openapi/v1/support-logging.yaml] 23:17:09 % Total % Received % Xferd Average Speed Time Time Time Current 23:17:09 Dload Upload Total Spent Left Speed 23:17:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12428 0:00:01 0:00:01 --:--:-- 12436 100 13581 0 0 100 13581 0 12426 0:00:01 0:00:01 --:--:-- 12436 23:17:10 23:17:10 23:17:10 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/367/openapi/v1/support-notifications.yaml] 23:17:10 % Total % Received % Xferd Average Speed Time Time Time Current 23:17:10 Dload Upload Total Spent Left Speed 23:17:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 34399 0:00:01 0:00:01 --:--:-- 34415 23:17:11 23:17:11 23:17:11 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/367/openapi/v1/support-scheduler.yaml] 23:17:11 % Total % Received % Xferd Average Speed Time Time Time Current 23:17:11 Dload Upload Total Spent Left Speed 23:17:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12103 0:00:01 0:00:01 --:--:-- 12095 100 14249 0 0 100 14249 0 12101 0:00:01 0:00:01 --:--:-- 12095 23:17:12 23:17:12 23:17:12 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/367/openapi/v1/system-agent.yaml] 23:17:12 % Total % Received % Xferd Average Speed Time Time Time Current 23:17:12 Dload Upload Total Spent Left Speed 23:17:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3829 0:00:01 0:00:01 --:--:-- 3833 100 4110 0 0 100 4110 0 3829 0:00:01 0:00:01 --:--:-- 3830 23:17:14 23:17:14 23:17:14 === Publish openapi/v2 API === 23:17:14 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 23:17:14 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/367/openapi/v2/core-command.yaml] 23:17:14 % Total % Received % Xferd Average Speed Time Time Time Current 23:17:14 Dload Upload Total Spent Left Speed 23:17:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 24248 0:00:01 0:00:01 --:--:-- 24261 100 29744 0 0 100 29744 0 22964 0:00:01 0:00:01 --:--:-- 22986 23:17:15 23:17:15 23:17:15 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/367/openapi/v2/core-data.yaml] 23:17:15 % Total % Received % Xferd Average Speed Time Time Time Current 23:17:15 Dload Upload Total Spent Left Speed 23:17:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57136 0 0 100 57136 0 50235 0:00:01 0:00:01 --:--:-- 50251 100 57136 0 0 100 57136 0 50225 0:00:01 0:00:01 --:--:-- 50251 23:17:16 23:17:16 23:17:16 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/367/openapi/v2/core-metadata.yaml] 23:17:16 % Total % Received % Xferd Average Speed Time Time Time Current 23:17:16 Dload Upload Total Spent Left Speed 23:17:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 98k 0:00:01 0:00:01 --:--:-- 98k 100 118k 0 0 100 118k 0 96982 0:00:01 0:00:01 --:--:-- 97035 23:17:17 23:17:17 23:17:17 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/367/openapi/v2/support-notifications.yaml] 23:17:17 % Total % Received % Xferd Average Speed Time Time Time Current 23:17:17 Dload Upload Total Spent Left Speed 23:17:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 51480 0:00:01 0:00:01 --:--:-- 51469 100 59705 0 0 100 59705 0 51469 0:00:01 0:00:01 --:--:-- 51469 23:17:19 23:17:19 23:17:19 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/367/openapi/v2/support-scheduler.yaml] 23:17:19 % Total % Received % Xferd Average Speed Time Time Time Current 23:17:19 Dload Upload Total Spent Left Speed 23:17:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37783 0 0 100 37783 0 31635 0:00:01 0:00:01 --:--:-- 31644 100 37783 0 0 100 37783 0 31630 0:00:01 0:00:01 --:--:-- 31644 23:17:20 23:17:20 23:17:20 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/367/openapi/v2/system-agent.yaml] 23:17:20 % Total % Received % Xferd Average Speed Time Time Time Current 23:17:20 Dload Upload Total Spent Left Speed 23:17:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 22396 0:00:01 0:00:01 --:--:-- 22411 100 24182 0 0 100 24182 0 22392 0:00:01 0:00:01 --:--:-- 22411 23:17:21 23:17:21 [Pipeline] } 23:17:21 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 23:17:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:17:22 . [Pipeline] withDockerContainer 23:17:22 prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container 23:17:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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:10004/edgex-devops/git-semver:latest cat 23:17:23 $ docker top f335c3b4afb0d1e2d73a339cae222ba11241e55ff081ad858432a1d117286d0d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:17:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:17:24 [ssh-agent] Looking for ssh-agent implementation... 23:17:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:17:24 $ docker exec f335c3b4afb0d1e2d73a339cae222ba11241e55ff081ad858432a1d117286d0d ssh-agent 23:17:24 SSH_AUTH_SOCK=/tmp/ssh-Pk1sFOZgEPXp/agent.11 23:17:24 SSH_AGENT_PID=16 23:17:24 Running ssh-add (command line suppressed) 23:17:24 Identity added: /w/workspace/edgex-go/367@tmp/private_key_8516677274166848241.key (/w/workspace/edgex-go/367@tmp/private_key_8516677274166848241.key) 23:17:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:17:25 + git semver tag 23:17:25 # -> Open(): unable to determine branch for HEAD 23:17:25 # $GIT_DIR = /w/workspace/edgex-go/367/.git 23:17:25 # $GIT_WORK_TREE = /w/workspace/edgex-go/367 23:17:25 # $SEMVER_REMOTE_NAME = origin 23:17:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:17:25 # $SEMVER_USER_NAME = edgex-jenkins 23:17:25 # $SEMVER_BRANCH = master 23:17:25 # $SEMVER_DIR = /w/workspace/edgex-go/367/.semver 23:17:25 # 13b869e22a059f3891192ba74d68c5afbf7a0a77 HEAD 23:17:25 # -> Force: false 23:17:25 # 57110ad4f1b348ac0d878cdfb245fc6650d7ea79 refs/tags/v2.0.0-dev.101 [Pipeline] } 23:17:26 $ docker exec --env ******** --env ******** f335c3b4afb0d1e2d73a339cae222ba11241e55ff081ad858432a1d117286d0d ssh-agent -k 23:17:26 unset SSH_AUTH_SOCK; 23:17:26 unset SSH_AGENT_PID; 23:17:26 echo Agent pid 16 killed; 23:17:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:17:26 + git semver [Pipeline] } 23:17:26 $ docker stop --time=1 f335c3b4afb0d1e2d73a339cae222ba11241e55ff081ad858432a1d117286d0d 23:17:28 $ docker rm -f f335c3b4afb0d1e2d73a339cae222ba11241e55ff081ad858432a1d117286d0d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:17:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:17:28 23:17:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:17:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:17:29 0.23.1-centos7: Pulling from edgex-lftools 23:17:29 ab5ef0e58194: Pulling fs layer 23:17:29 9712f1f96733: Pulling fs layer 23:17:29 63f879dbbcfc: Pulling fs layer 23:17:29 0d9ebad4ef96: Pulling fs layer 23:17:29 e9a5061849ea: Pulling fs layer 23:17:29 d747dcd14b5f: Pulling fs layer 23:17:29 2de7ff778b66: Pulling fs layer 23:17:29 e9a5061849ea: Waiting 23:17:29 0d9ebad4ef96: Waiting 23:17:29 2de7ff778b66: Waiting 23:17:29 9712f1f96733: Download complete 23:17:31 63f879dbbcfc: Download complete 23:17:31 e9a5061849ea: Verifying Checksum 23:17:31 e9a5061849ea: Download complete 23:17:31 d747dcd14b5f: Verifying Checksum 23:17:31 d747dcd14b5f: Download complete 23:17:31 2de7ff778b66: Verifying Checksum 23:17:31 2de7ff778b66: Download complete 23:17:31 0d9ebad4ef96: Verifying Checksum 23:17:31 0d9ebad4ef96: Download complete 23:17:31 ab5ef0e58194: Verifying Checksum 23:17:31 ab5ef0e58194: Download complete 23:17:37 ab5ef0e58194: Pull complete 23:17:37 9712f1f96733: Pull complete 23:17:39 63f879dbbcfc: Pull complete 23:17:46 0d9ebad4ef96: Pull complete 23:17:50 e9a5061849ea: Pull complete 23:17:50 d747dcd14b5f: Pull complete 23:17:51 2de7ff778b66: Pull complete 23:17:51 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:17:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:17:51 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:17:51 prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container 23:17:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-lftools:0.23.1-centos7 cat 23:17:55 $ docker top 58dd28cc55339fa8d795226a97ca60b28c550705a315b46f066cbaba04bea5df -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:17:55 provisioning config files... 23:17:55 copy managed file [sigul-config] to file:/w/workspace/edgex-go/367@tmp/config3511211861938919129tmp 23:17:55 copy managed file [sigul-password] to file:/w/workspace/edgex-go/367@tmp/config2735838752936168119tmp 23:17:55 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/367@tmp/config6248665859416549676tmp [Pipeline] { [Pipeline] echo 23:17:55 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:17:55 ---> sigul-configuration.sh 23:17:56 gpg: directory `/root/.gnupg' created 23:17:56 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:17:56 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:17:56 gpg: keyring `/root/.gnupg/secring.gpg' created 23:17:56 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:17:56 gpg: CAST5 encrypted data 23:17:56 gpg: encrypted with 1 passphrase 23:17:56 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:17:56 + mkdir /home/jenkins 23:17:56 + mkdir /home/jenkins/sigul [Pipeline] sh 23:17:57 + 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 23:17:57 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:17:57 ---> sigul-install.sh 23:18:04 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:18:04 + git tag --list 23:18:04 0.6.0 23:18:04 0.6.1 23:18:04 0.7.0 23:18:04 0.7.1 23:18:04 v0.0.0 23:18:04 v0.0.1-dev.1 23:18:04 v1.0.0 23:18:04 v1.0.1 23:18:04 v1.1.0 23:18:04 v1.2.0 23:18:04 v1.2.1 23:18:04 v1.2.2-dev.1 23:18:04 v1.2.2-dev.10 23:18:04 v1.2.2-dev.100 23:18:04 v1.2.2-dev.101 23:18:04 v1.2.2-dev.102 23:18:04 v1.2.2-dev.103 23:18:04 v1.2.2-dev.104 23:18:04 v1.2.2-dev.105 23:18:04 v1.2.2-dev.106 23:18:04 v1.2.2-dev.107 23:18:04 v1.2.2-dev.11 23:18:04 v1.2.2-dev.12 23:18:04 v1.2.2-dev.13 23:18:04 v1.2.2-dev.14 23:18:04 v1.2.2-dev.15 23:18:04 v1.2.2-dev.16 23:18:04 v1.2.2-dev.17 23:18:04 v1.2.2-dev.18 23:18:04 v1.2.2-dev.19 23:18:04 v1.2.2-dev.2 23:18:04 v1.2.2-dev.20 23:18:04 v1.2.2-dev.21 23:18:04 v1.2.2-dev.22 23:18:04 v1.2.2-dev.23 23:18:04 v1.2.2-dev.24 23:18:04 v1.2.2-dev.25 23:18:04 v1.2.2-dev.26 23:18:04 v1.2.2-dev.27 23:18:04 v1.2.2-dev.28 23:18:04 v1.2.2-dev.29 23:18:04 v1.2.2-dev.3 23:18:04 v1.2.2-dev.30 23:18:04 v1.2.2-dev.31 23:18:04 v1.2.2-dev.32 23:18:04 v1.2.2-dev.33 23:18:04 v1.2.2-dev.34 23:18:04 v1.2.2-dev.35 23:18:04 v1.2.2-dev.36 23:18:04 v1.2.2-dev.37 23:18:04 v1.2.2-dev.38 23:18:04 v1.2.2-dev.39 23:18:04 v1.2.2-dev.4 23:18:04 v1.2.2-dev.40 23:18:04 v1.2.2-dev.41 23:18:04 v1.2.2-dev.42 23:18:04 v1.2.2-dev.43 23:18:04 v1.2.2-dev.44 23:18:04 v1.2.2-dev.45 23:18:04 v1.2.2-dev.46 23:18:04 v1.2.2-dev.47 23:18:04 v1.2.2-dev.48 23:18:04 v1.2.2-dev.49 23:18:04 v1.2.2-dev.5 23:18:04 v1.2.2-dev.50 23:18:04 v1.2.2-dev.51 23:18:04 v1.2.2-dev.52 23:18:04 v1.2.2-dev.53 23:18:04 v1.2.2-dev.54 23:18:04 v1.2.2-dev.55 23:18:04 v1.2.2-dev.56 23:18:04 v1.2.2-dev.57 23:18:04 v1.2.2-dev.58 23:18:04 v1.2.2-dev.59 23:18:04 v1.2.2-dev.6 23:18:04 v1.2.2-dev.60 23:18:04 v1.2.2-dev.61 23:18:04 v1.2.2-dev.62 23:18:04 v1.2.2-dev.63 23:18:04 v1.2.2-dev.64 23:18:04 v1.2.2-dev.65 23:18:04 v1.2.2-dev.66 23:18:04 v1.2.2-dev.67 23:18:04 v1.2.2-dev.68 23:18:04 v1.2.2-dev.69 23:18:04 v1.2.2-dev.7 23:18:04 v1.2.2-dev.70 23:18:04 v1.2.2-dev.71 23:18:04 v1.2.2-dev.72 23:18:04 v1.2.2-dev.73 23:18:04 v1.2.2-dev.74 23:18:04 v1.2.2-dev.75 23:18:04 v1.2.2-dev.76 23:18:04 v1.2.2-dev.77 23:18:04 v1.2.2-dev.78 23:18:04 v1.2.2-dev.79 23:18:04 v1.2.2-dev.8 23:18:04 v1.2.2-dev.80 23:18:04 v1.2.2-dev.81 23:18:04 v1.2.2-dev.82 23:18:04 v1.2.2-dev.83 23:18:04 v1.2.2-dev.84 23:18:04 v1.2.2-dev.85 23:18:04 v1.2.2-dev.86 23:18:04 v1.2.2-dev.87 23:18:04 v1.2.2-dev.88 23:18:04 v1.2.2-dev.89 23:18:04 v1.2.2-dev.9 23:18:04 v1.2.2-dev.90 23:18:04 v1.2.2-dev.91 23:18:04 v1.2.2-dev.92 23:18:04 v1.2.2-dev.93 23:18:04 v1.2.2-dev.94 23:18:04 v1.2.2-dev.95 23:18:04 v1.2.2-dev.96 23:18:04 v1.2.2-dev.97 23:18:04 v1.2.2-dev.98 23:18:04 v1.2.2-dev.99 23:18:04 v1.3.0 23:18:04 v1.3.1 23:18:04 v1.3.1-dev.1 23:18:04 v1.3.1-dev.10 23:18:04 v1.3.1-dev.11 23:18:04 v1.3.1-dev.12 23:18:04 v1.3.1-dev.13 23:18:04 v1.3.1-dev.14 23:18:04 v1.3.1-dev.15 23:18:04 v1.3.1-dev.16 23:18:04 v1.3.1-dev.17 23:18:04 v1.3.1-dev.18 23:18:04 v1.3.1-dev.2 23:18:04 v1.3.1-dev.3 23:18:04 v1.3.1-dev.4 23:18:04 v1.3.1-dev.5 23:18:04 v1.3.1-dev.6 23:18:04 v1.3.1-dev.7 23:18:04 v1.3.1-dev.8 23:18:04 v1.3.1-dev.9 23:18:04 v2.0.0-dev.1 23:18:04 v2.0.0-dev.10 23:18:04 v2.0.0-dev.100 23:18:04 v2.0.0-dev.101 23:18:04 v2.0.0-dev.11 23:18:04 v2.0.0-dev.12 23:18:04 v2.0.0-dev.13 23:18:04 v2.0.0-dev.14 23:18:04 v2.0.0-dev.15 23:18:04 v2.0.0-dev.16 23:18:04 v2.0.0-dev.17 23:18:04 v2.0.0-dev.18 23:18:04 v2.0.0-dev.19 23:18:04 v2.0.0-dev.2 23:18:04 v2.0.0-dev.20 23:18:04 v2.0.0-dev.21 23:18:04 v2.0.0-dev.22 23:18:04 v2.0.0-dev.23 23:18:04 v2.0.0-dev.24 23:18:04 v2.0.0-dev.25 23:18:04 v2.0.0-dev.26 23:18:04 v2.0.0-dev.27 23:18:04 v2.0.0-dev.28 23:18:04 v2.0.0-dev.29 23:18:04 v2.0.0-dev.3 23:18:04 v2.0.0-dev.30 23:18:04 v2.0.0-dev.31 23:18:04 v2.0.0-dev.32 23:18:04 v2.0.0-dev.33 23:18:04 v2.0.0-dev.34 23:18:04 v2.0.0-dev.35 23:18:04 v2.0.0-dev.36 23:18:04 v2.0.0-dev.37 23:18:04 v2.0.0-dev.38 23:18:04 v2.0.0-dev.39 23:18:04 v2.0.0-dev.4 23:18:04 v2.0.0-dev.40 23:18:04 v2.0.0-dev.41 23:18:04 v2.0.0-dev.42 23:18:04 v2.0.0-dev.43 23:18:04 v2.0.0-dev.44 23:18:04 v2.0.0-dev.45 23:18:04 v2.0.0-dev.46 23:18:04 v2.0.0-dev.47 23:18:04 v2.0.0-dev.48 23:18:04 v2.0.0-dev.49 23:18:04 v2.0.0-dev.5 23:18:04 v2.0.0-dev.50 23:18:04 v2.0.0-dev.51 23:18:04 v2.0.0-dev.52 23:18:04 v2.0.0-dev.53 23:18:04 v2.0.0-dev.54 23:18:04 v2.0.0-dev.55 23:18:04 v2.0.0-dev.56 23:18:04 v2.0.0-dev.57 23:18:04 v2.0.0-dev.58 23:18:04 v2.0.0-dev.59 23:18:04 v2.0.0-dev.6 23:18:04 v2.0.0-dev.60 23:18:04 v2.0.0-dev.61 23:18:04 v2.0.0-dev.62 23:18:04 v2.0.0-dev.63 23:18:04 v2.0.0-dev.64 23:18:04 v2.0.0-dev.65 23:18:04 v2.0.0-dev.66 23:18:04 v2.0.0-dev.67 23:18:04 v2.0.0-dev.68 23:18:04 v2.0.0-dev.69 23:18:04 v2.0.0-dev.7 23:18:04 v2.0.0-dev.70 23:18:04 v2.0.0-dev.71 23:18:04 v2.0.0-dev.72 23:18:04 v2.0.0-dev.73 23:18:04 v2.0.0-dev.74 23:18:04 v2.0.0-dev.75 23:18:04 v2.0.0-dev.76 23:18:04 v2.0.0-dev.77 23:18:04 v2.0.0-dev.78 23:18:04 v2.0.0-dev.79 23:18:04 v2.0.0-dev.8 23:18:04 v2.0.0-dev.80 23:18:04 v2.0.0-dev.81 23:18:04 v2.0.0-dev.82 23:18:04 v2.0.0-dev.83 23:18:04 v2.0.0-dev.84 23:18:04 v2.0.0-dev.85 23:18:04 v2.0.0-dev.86 23:18:04 v2.0.0-dev.87 23:18:04 v2.0.0-dev.88 23:18:04 v2.0.0-dev.89 23:18:04 v2.0.0-dev.9 23:18:04 v2.0.0-dev.90 23:18:04 v2.0.0-dev.91 23:18:04 v2.0.0-dev.92 23:18:04 v2.0.0-dev.93 23:18:04 v2.0.0-dev.94 23:18:04 v2.0.0-dev.95 23:18:04 v2.0.0-dev.96 23:18:04 v2.0.0-dev.97 23:18:04 v2.0.0-dev.98 23:18:04 v2.0.0-dev.99 [Pipeline] sh 23:18:05 + lftools sign git-tag v2.0.0-dev.101 23:18:06 Signing Git tag with Sigul... 23:18:06 Signing v2.0.0-dev.101 [Pipeline] echo 23:18:08 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:18:08 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:18:08 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:18:08 $ docker stop --time=1 58dd28cc55339fa8d795226a97ca60b28c550705a315b46f066cbaba04bea5df 23:18:10 $ docker rm -f 58dd28cc55339fa8d795226a97ca60b28c550705a315b46f066cbaba04bea5df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:18:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:18:11 . [Pipeline] withDockerContainer 23:18:11 prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container 23:18:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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:10004/edgex-devops/git-semver:latest cat 23:18:12 $ docker top 20527155c0c1aeb446d0c6ec6a1b3768a3a0142948d8fe5f7df2f7a7f30f0af0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:18:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:18:13 [ssh-agent] Looking for ssh-agent implementation... 23:18:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:18:13 $ docker exec 20527155c0c1aeb446d0c6ec6a1b3768a3a0142948d8fe5f7df2f7a7f30f0af0 ssh-agent 23:18:13 SSH_AUTH_SOCK=/tmp/ssh-aKw9t3nUDwbJ/agent.11 23:18:13 SSH_AGENT_PID=17 23:18:13 Running ssh-add (command line suppressed) 23:18:13 Identity added: /w/workspace/edgex-go/367@tmp/private_key_3892444269116728953.key (/w/workspace/edgex-go/367@tmp/private_key_3892444269116728953.key) 23:18:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:18:13 + git semver bump pre 23:18:13 # -> Open(): unable to determine branch for HEAD 23:18:13 # $GIT_DIR = /w/workspace/edgex-go/367/.git 23:18:13 # $GIT_WORK_TREE = /w/workspace/edgex-go/367 23:18:13 # $SEMVER_REMOTE_NAME = origin 23:18:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:18:13 # $SEMVER_USER_NAME = edgex-jenkins 23:18:13 # $SEMVER_BRANCH = master 23:18:13 # $SEMVER_DIR = /w/workspace/edgex-go/367/.semver 23:18:13 2.0.0-dev.102 [Pipeline] } 23:18:14 $ docker exec --env ******** --env ******** 20527155c0c1aeb446d0c6ec6a1b3768a3a0142948d8fe5f7df2f7a7f30f0af0 ssh-agent -k 23:18:14 unset SSH_AUTH_SOCK; 23:18:14 unset SSH_AGENT_PID; 23:18:14 echo Agent pid 17 killed; 23:18:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:18:14 + git semver [Pipeline] } 23:18:14 $ docker stop --time=1 20527155c0c1aeb446d0c6ec6a1b3768a3a0142948d8fe5f7df2f7a7f30f0af0 23:18:16 $ docker rm -f 20527155c0c1aeb446d0c6ec6a1b3768a3a0142948d8fe5f7df2f7a7f30f0af0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:18:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:18:16 . [Pipeline] withDockerContainer 23:18:16 prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container 23:18:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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:10004/edgex-devops/git-semver:latest cat 23:18:17 $ docker top 611f8208c5cea0f8b3e9c720d89b0af0cbd807e7df4e0df2bba2a6cf4bf7b6b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:18:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:18:17 [ssh-agent] Looking for ssh-agent implementation... 23:18:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:18:18 $ docker exec 611f8208c5cea0f8b3e9c720d89b0af0cbd807e7df4e0df2bba2a6cf4bf7b6b0 ssh-agent 23:18:18 SSH_AUTH_SOCK=/tmp/ssh-RRMsweu6i0Qd/agent.11 23:18:18 SSH_AGENT_PID=17 23:18:18 Running ssh-add (command line suppressed) 23:18:18 Identity added: /w/workspace/edgex-go/367@tmp/private_key_4724892151647181973.key (/w/workspace/edgex-go/367@tmp/private_key_4724892151647181973.key) 23:18:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:18:18 + git semver push 23:18:18 # -> Open(): unable to determine branch for HEAD 23:18:18 # $GIT_DIR = /w/workspace/edgex-go/367/.git 23:18:18 # $GIT_WORK_TREE = /w/workspace/edgex-go/367 23:18:18 # $SEMVER_REMOTE_NAME = origin 23:18:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:18:18 # $SEMVER_USER_NAME = edgex-jenkins 23:18:18 # $SEMVER_BRANCH = master 23:18:18 # $SEMVER_DIR = /w/workspace/edgex-go/367/.semver [Pipeline] } 23:18:28 $ docker exec --env ******** --env ******** 611f8208c5cea0f8b3e9c720d89b0af0cbd807e7df4e0df2bba2a6cf4bf7b6b0 ssh-agent -k 23:18:29 unset SSH_AUTH_SOCK; 23:18:29 unset SSH_AGENT_PID; 23:18:29 echo Agent pid 17 killed; 23:18:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:18:29 + git semver [Pipeline] } 23:18:29 $ docker stop --time=1 611f8208c5cea0f8b3e9c720d89b0af0cbd807e7df4e0df2bba2a6cf4bf7b6b0 23:18:30 $ docker rm -f 611f8208c5cea0f8b3e9c720d89b0af0cbd807e7df4e0df2bba2a6cf4bf7b6b0 [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 23:18:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:18:33 ---> package-listing.sh 23:18:33 ++ facter osfamily 23:18:33 ++ tr '[:upper:]' '[:lower:]' 23:18:33 + OS_FAMILY=redhat 23:18:33 + workspace=/w/workspace/edgex-go/367 23:18:33 + START_PACKAGES=/tmp/packages_start.txt 23:18:33 + END_PACKAGES=/tmp/packages_end.txt 23:18:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:18:33 + PACKAGES=/tmp/packages_start.txt 23:18:33 + '[' /w/workspace/edgex-go/367 ']' 23:18:33 + PACKAGES=/tmp/packages_end.txt 23:18:33 + case "${OS_FAMILY}" in 23:18:33 + rpm -qa 23:18:33 + sort 23:18:38 + '[' -f /tmp/packages_start.txt ']' 23:18:38 + '[' -f /tmp/packages_end.txt ']' 23:18:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:18:38 + '[' /w/workspace/edgex-go/367 ']' 23:18:38 + mkdir -p /w/workspace/edgex-go/367/archives/ 23:18:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/367/archives/ [Pipeline] echo 23:18:38 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/367/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:18:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:18:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:18:39 23:18:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:18:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:18:39 alpine: Pulling from edgex-lftools-log-publisher 23:18:39 df20fa9351a1: Pulling fs layer 23:18:39 36b3adc4ff6f: Pulling fs layer 23:18:39 8ad3a11d3b57: Pulling fs layer 23:18:39 46f8f816bc3b: Pulling fs layer 23:18:39 93b61091891f: Pulling fs layer 23:18:39 93b9cdb0e59b: Pulling fs layer 23:18:39 5e14af77c1be: Pulling fs layer 23:18:39 01666e4c0597: Pulling fs layer 23:18:39 aa168da1d23b: Pulling fs layer 23:18:39 93b9cdb0e59b: Waiting 23:18:39 5e14af77c1be: Waiting 23:18:39 01666e4c0597: Waiting 23:18:39 46f8f816bc3b: Waiting 23:18:39 aa168da1d23b: Waiting 23:18:39 93b61091891f: Waiting 23:18:39 36b3adc4ff6f: Verifying Checksum 23:18:39 36b3adc4ff6f: Download complete 23:18:39 46f8f816bc3b: Verifying Checksum 23:18:39 46f8f816bc3b: Download complete 23:18:39 df20fa9351a1: Download complete 23:18:39 93b9cdb0e59b: Verifying Checksum 23:18:39 93b9cdb0e59b: Download complete 23:18:39 5e14af77c1be: Verifying Checksum 23:18:39 5e14af77c1be: Download complete 23:18:39 93b61091891f: Download complete 23:18:39 01666e4c0597: Verifying Checksum 23:18:39 01666e4c0597: Download complete 23:18:39 8ad3a11d3b57: Verifying Checksum 23:18:40 df20fa9351a1: Pull complete 23:18:40 36b3adc4ff6f: Pull complete 23:18:42 aa168da1d23b: Verifying Checksum 23:18:42 aa168da1d23b: Download complete 23:18:42 8ad3a11d3b57: Pull complete 23:18:42 46f8f816bc3b: Pull complete 23:18:42 93b61091891f: Pull complete 23:18:42 93b9cdb0e59b: Pull complete 23:18:43 5e14af77c1be: Pull complete 23:18:43 01666e4c0597: Pull complete 23:18:51 aa168da1d23b: Pull complete 23:18:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:18:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:18:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:18:51 prd-centos7-docker-4c-2g-27211 does not seem to be running inside a container 23:18:51 $ 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/367/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/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-lftools-log-publisher:alpine cat 23:18:56 $ docker top 8881aefc02ead10723a6a7905470fd5194ffc15fa9719ee6010d4b401c02e9ae -eo pid,comm [Pipeline] { [Pipeline] sh 23:18:56 + touch /tmp/pre-build-complete [Pipeline] sh 23:18:57 + mkdir -p /var/log/sa [Pipeline] sh 23:18:57 + ls /var/log/sa-host 23:18:57 + sadf -c /var/log/sa-host/sa22 23:18:57 file_magic: OK 23:18:57 HZ: Using current value: 100 23:18:57 file_header: OK 23:18:57 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:18:57 Statistics: 23:18:57 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:18:57 File successfully converted to sysstat format version 12.2.1 23:18:57 + sadf -c /var/log/sa-host/sa23 23:18:57 file_magic: OK 23:18:57 HZ: Using current value: 100 23:18:57 file_header: OK 23:18:57 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:18:57 Statistics: 23:18:57 Hnuu...uuuununununu... 23:18:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:18:58 provisioning config files... 23:18:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/367@tmp/config2007694503864191663tmp [Pipeline] { [Pipeline] echo 23:18:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:18:58 ---> create-netrc.sh [Pipeline] } 23:18:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:18:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:18:58 ---> python-tools-install.sh [Pipeline] echo 23:18:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:18:59 ---> sudo-logs.sh 23:18:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:18:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:18:59 ---> job-cost.sh 23:18:59 lf-activate-venv: SKIPPING 23:18:59 INFO: No Stack... 23:19:01 INFO: Retrieving Pricing Info for: v1-standard-2 23:19:01 INFO: Archiving Costs [Pipeline] echo 23:19:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:19:01 ---> logs-deploy.sh 23:19:01 lf-activate-venv: SKIPPING 23:19:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/367 23:19:01 INFO: archiving workspace using pattern(s): 23:19:03 Archives upload complete. 23:19:03 INFO: archiving logs to Nexus 23:19:04 ---> uname -a: 23:19:04 Linux prd-centos7-docker-4c-2g-27211.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:19:04 23:19:04 23:19:04 ---> lscpu: 23:19:04 Architecture: x86_64 23:19:04 CPU op-mode(s): 32-bit, 64-bit 23:19:04 Byte Order: Little Endian 23:19:04 Address sizes: 40 bits physical, 48 bits virtual 23:19:04 CPU(s): 4 23:19:04 On-line CPU(s) list: 0-3 23:19:04 Thread(s) per core: 1 23:19:04 Core(s) per socket: 1 23:19:04 Socket(s): 4 23:19:04 NUMA node(s): 1 23:19:04 Vendor ID: GenuineIntel 23:19:04 CPU family: 6 23:19:04 Model: 44 23:19:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:19:04 Stepping: 1 23:19:04 CPU MHz: 2933.442 23:19:04 BogoMIPS: 5866.88 23:19:04 Virtualization: VT-x 23:19:04 Hypervisor vendor: KVM 23:19:04 Virtualization type: full 23:19:04 L1d cache: 128 KiB 23:19:04 L1i cache: 128 KiB 23:19:04 L2 cache: 16 MiB 23:19:04 L3 cache: 64 MiB 23:19:04 NUMA node0 CPU(s): 0-3 23:19:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:19:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:19:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:19:04 Vulnerability Meltdown: Mitigation; PTI 23:19:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:19:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:19:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:19:04 Vulnerability Srbds: Not affected 23:19:04 Vulnerability Tsx async abort: Not affected 23:19:04 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 23:19:04 23:19:04 23:19:04 ---> nproc: 23:19:04 4 23:19:04 23:19:04 23:19:04 ---> df -h: 23:19:04 Filesystem Size Used Available Use% Mounted on 23:19:04 overlay 50.0G 13.4G 36.6G 27% / 23:19:04 tmpfs 64.0M 0 64.0M 0% /dev 23:19:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:19:04 shm 64.0M 0 64.0M 0% /dev/shm 23:19:04 /dev/vda1 50.0G 13.4G 36.6G 27% /facter-os 23:19:04 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/resolv.conf 23:19:04 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hostname 23:19:04 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hosts 23:19:04 /dev/vda1 50.0G 13.4G 36.6G 27% /run/cloud-init/result.json 23:19:04 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/sa-host 23:19:04 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/secure 23:19:04 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/auth.log 23:19:04 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/367 23:19:04 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/367@tmp 23:19:04 23:19:04 23:19:04 ---> free -m: 23:19:04 total used free shared buff/cache available 23:19:04 Mem: 1837 762 155 0 919 1010 23:19:04 Swap: 1023 67 956 23:19:04 23:19:04 23:19:04 ---> ip addr: 23:19:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:19:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:19:04 inet 127.0.0.1/8 scope host lo 23:19:04 valid_lft forever preferred_lft forever 23:19:04 inet6 ::1/128 scope host 23:19:04 valid_lft forever preferred_lft forever 23:19:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:19:04 link/ether fa:16:3e:c9:67:49 brd ff:ff:ff:ff:ff:ff 23:19:04 inet 10.30.122.110/23 brd 10.30.123.255 scope global dynamic eth0 23:19:04 valid_lft 85229sec preferred_lft 85229sec 23:19:04 inet6 fe80::f816:3eff:fec9:6749/64 scope link 23:19:04 valid_lft forever preferred_lft forever 23:19:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:19:04 link/ether 02:42:20:cb:8c:19 brd ff:ff:ff:ff:ff:ff 23:19:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:19:04 valid_lft forever preferred_lft forever 23:19:04 inet6 fe80::42:20ff:fecb:8c19/64 scope link 23:19:04 valid_lft forever preferred_lft forever 23:19:04 23:19:04 23:19:04 ---> sar -b -r -n DEV: 23:19:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) 23:19:04 23:19:04 22:59:20 LINUX RESTART (4 CPU) 23:19:04 23:19:04 23:00:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:19:04 23:01:01 124.44 62.33 62.11 0.00 8279.70 19848.18 0.00 23:19:04 23:02:01 279.98 83.95 196.03 0.00 4938.10 51361.22 0.00 23:19:04 23:03:01 193.76 98.40 95.36 0.00 3291.43 10475.38 0.00 23:19:04 23:04:01 141.77 70.39 71.38 0.00 3610.58 7945.45 0.00 23:19:04 23:05:01 274.41 105.15 169.26 0.00 38995.96 110220.07 0.00 23:19:04 23:06:02 2717.78 2363.69 354.08 0.00 181288.45 189423.41 0.00 23:19:04 23:07:01 597.92 377.75 220.17 0.00 25626.64 44032.54 0.00 23:19:04 23:08:02 2005.65 1658.63 347.02 0.00 125897.38 144809.76 0.00 23:19:04 23:09:01 1120.45 833.06 287.39 0.00 60151.41 72150.31 0.00 23:19:04 23:10:01 142.49 35.35 107.14 0.00 4888.68 13964.00 0.00 23:19:04 23:11:01 20.57 11.66 8.91 0.00 1649.96 165.63 0.00 23:19:04 23:12:01 0.30 0.02 0.28 0.00 0.13 3.93 0.00 23:19:04 23:13:01 0.18 0.00 0.18 0.00 0.00 2.18 0.00 23:19:04 23:14:01 0.20 0.02 0.18 0.00 0.27 1.75 0.00 23:19:04 23:15:01 3.01 2.23 0.78 0.00 154.91 16.02 0.00 23:19:04 23:16:01 0.37 0.15 0.22 0.00 1.73 3.30 0.00 23:19:04 23:17:02 291.93 153.53 138.41 0.00 8191.62 36029.56 0.00 23:19:04 23:18:01 205.23 70.03 135.20 0.00 5587.82 32369.87 0.00 23:19:04 Average: 453.35 331.31 122.04 0.00 26421.70 40890.43 0.00 23:19:04 23:19:04 23:00:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:19:04 23:01:01 383772 0 615612 32.72 2620 879540 1122652 38.31 451328 844720 0 23:19:04 23:02:01 308848 0 704632 37.45 1492 866572 1146008 39.11 439532 859820 16 23:19:04 23:03:01 213132 0 777828 41.34 584 890000 1805508 61.62 652980 730768 69104 23:19:04 23:04:01 166912 0 866232 46.04 496 847904 1505292 51.37 700780 722756 31348 23:19:04 23:05:01 78304 0 825236 43.86 0 978004 2255672 76.98 737180 850404 87332 23:19:04 23:06:02 75808 0 777172 41.31 0 1028564 1957500 66.81 687904 881692 50208 23:19:04 23:07:01 440436 0 691556 36.75 0 749552 1366416 46.63 493488 695936 24 23:19:04 23:08:02 308580 0 773072 41.09 0 799892 2419524 82.57 526128 814908 50696 23:19:04 23:09:01 189924 0 709348 37.70 0 982272 1871128 63.86 510252 943444 41756 23:19:04 23:10:01 71212 0 657116 34.92 0 1153216 1443432 49.26 529964 1029132 36 23:19:04 23:11:01 98224 0 627920 33.37 0 1155400 1234580 42.13 557092 977724 12 23:19:04 23:12:01 105556 0 620584 32.98 0 1155404 1165708 39.78 550840 977308 20 23:19:04 23:13:01 105916 0 620212 32.96 0 1155416 1165708 39.78 550852 977312 8 23:19:04 23:14:01 106220 0 619912 32.95 0 1155412 1165708 39.78 550860 977312 8 23:19:04 23:15:01 98876 0 623400 33.13 0 1159268 1165768 39.79 557016 977988 20 23:19:04 23:16:01 99004 0 623268 33.13 0 1159272 1165772 39.79 556868 978036 12 23:19:04 23:17:02 132088 0 715124 38.01 0 1034332 1361352 46.46 659880 777700 92 23:19:04 23:18:01 250568 0 776528 41.27 0 854448 1387584 47.36 522036 757052 11376 23:19:04 Average: 179632 0 701375 37.28 288 1000248 1483628 50.63 568610 876334 19004 23:19:04 23:19:04 23:00:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:19:04 23:01:01 eth0 1252.30 1550.37 4862.02 171.80 0.00 0.00 0.00 0.00 23:19:04 23:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:01:01 docker0 1179.98 834.58 87.52 2774.27 0.00 0.00 0.00 0.00 23:19:04 23:02:01 eth0 508.58 416.65 3675.00 42.27 0.00 0.00 0.00 0.00 23:19:04 23:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:02:01 docker0 165.04 205.47 11.71 835.73 0.00 0.00 0.00 0.00 23:19:04 23:03:01 veth8c8f64a 0.53 0.67 0.04 0.06 0.00 0.00 0.00 0.00 23:19:04 23:03:01 eth0 63.07 47.23 37.57 65.80 0.00 0.00 0.00 0.00 23:19:04 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:03:01 docker0 0.53 0.53 0.04 0.05 0.00 0.00 0.00 0.00 23:19:04 23:04:01 veth8c8f64a 1.20 1.20 0.10 0.10 0.00 0.00 0.00 0.00 23:19:04 23:04:01 eth0 20.77 11.22 16.16 8.70 0.00 0.00 0.00 0.00 23:19:04 23:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:04:01 docker0 1.20 1.20 0.08 0.10 0.00 0.00 0.00 0.00 23:19:04 23:05:01 veth81bd8a1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:19:04 23:05:01 eth0 205.05 158.78 1695.05 81.03 0.00 0.00 0.00 0.00 23:19:04 23:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:06:02 veth81bd8a1 0.00 0.48 0.00 0.03 0.00 0.00 0.00 0.00 23:19:04 23:06:02 eth0 58.58 40.35 163.02 51.54 0.00 0.00 0.00 0.00 23:19:04 23:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:06:02 docker0 17.50 26.35 1.02 144.68 0.00 0.00 0.00 0.00 23:19:04 23:07:01 veth81bd8a1 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 23:19:04 23:07:01 eth0 80.78 51.26 232.36 13.75 0.00 0.00 0.00 0.00 23:19:04 23:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:07:01 docker0 35.03 48.44 1.98 164.30 0.00 0.00 0.00 0.00 23:19:04 23:08:02 veth806129a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:19:04 23:08:02 veth81bd8a1 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:08:02 eth0 58.75 38.68 63.44 79.10 0.00 0.00 0.00 0.00 23:19:04 23:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:09:01 veth81bd8a1 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:09:01 eth0 184.60 131.61 1387.57 75.17 0.00 0.00 0.00 0.00 23:19:04 23:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:09:01 vethd48c37a 5.50 8.68 0.38 45.59 0.00 0.00 0.00 0.00 23:19:04 23:10:01 eth0 283.11 234.54 511.58 717.56 0.00 0.00 0.00 0.00 23:19:04 23:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:10:01 docker0 1403.53 1183.51 102.08 4370.23 0.00 0.00 0.00 0.00 23:19:04 23:11:01 eth0 206.96 209.78 96.96 875.89 0.00 0.00 0.00 0.00 23:19:04 23:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:12:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:19:04 23:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:13:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:19:04 23:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:14:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:19:04 23:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:15:01 eth0 0.22 0.15 0.14 0.07 0.00 0.00 0.00 0.00 23:19:04 23:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:16:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:17:02 eth0 450.08 392.23 4291.02 69.30 0.00 0.00 0.00 0.00 23:19:04 23:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:17:02 docker0 38.61 37.99 3.66 257.26 0.00 0.00 0.00 0.00 23:19:04 23:18:01 eth0 462.91 392.78 3482.25 120.37 0.00 0.00 0.00 0.00 23:19:04 23:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 23:18:01 veth41ee4be 21.97 35.91 1.47 191.40 0.00 0.00 0.00 0.00 23:19:04 23:18:01 docker0 21.97 35.79 1.17 191.39 0.00 0.00 0.00 0.00 23:19:04 Average: eth0 211.01 201.62 1130.88 131.78 0.00 0.00 0.00 0.00 23:19:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:04 Average: veth41ee4be 1.21 1.97 0.08 10.50 0.00 0.00 0.00 0.00 23:19:04 Average: docker0 81.58 70.04 5.96 268.41 0.00 0.00 0.00 0.00 23:19:04 23:19:04 23:19:04 ---> sar -P ALL: 23:19:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) 23:19:04 23:19:04 22:59:20 LINUX RESTART (4 CPU) 23:19:04 23:19:04 23:00:03 CPU %user %nice %system %iowait %steal %idle 23:19:04 23:01:01 all 12.84 0.00 6.35 2.04 0.09 78.68 23:19:04 23:01:01 0 15.89 0.00 8.98 1.85 0.09 73.20 23:19:04 23:01:01 1 12.01 0.00 5.06 1.27 0.07 81.60 23:19:04 23:01:01 2 13.08 0.00 6.01 4.06 0.07 76.78 23:19:04 23:01:01 3 10.44 0.00 5.40 0.99 0.12 83.04 23:19:04 23:02:01 all 11.52 0.00 10.03 7.20 0.14 71.10 23:19:04 23:02:01 0 11.83 0.00 11.21 5.56 0.12 71.29 23:19:04 23:02:01 1 11.76 0.00 10.56 10.04 0.15 67.49 23:19:04 23:02:01 2 11.28 0.00 9.56 5.21 0.14 73.82 23:19:04 23:02:01 3 11.22 0.00 8.81 7.99 0.16 71.82 23:19:04 23:03:01 all 52.86 0.00 13.50 4.80 0.12 28.71 23:19:04 23:03:01 0 50.93 0.00 13.41 6.43 0.16 29.07 23:19:04 23:03:01 1 50.83 0.00 13.95 5.70 0.11 29.41 23:19:04 23:03:01 2 55.74 0.00 12.65 2.94 0.12 28.54 23:19:04 23:03:01 3 53.97 0.00 13.99 4.12 0.11 27.81 23:19:04 23:04:01 all 42.23 0.00 12.91 3.45 0.11 41.30 23:19:04 23:04:01 0 42.24 0.00 13.10 4.66 0.12 39.87 23:19:04 23:04:01 1 41.67 0.00 12.91 3.36 0.12 41.94 23:19:04 23:04:01 2 43.28 0.00 12.59 2.07 0.09 41.97 23:19:04 23:04:01 3 41.70 0.00 13.03 3.73 0.12 41.42 23:19:04 23:05:01 all 23.83 0.00 17.75 5.54 0.26 52.62 23:19:04 23:05:01 0 24.09 0.00 16.94 5.84 0.26 52.87 23:19:04 23:05:01 1 23.34 0.00 17.65 5.18 0.26 53.57 23:19:04 23:05:01 2 22.99 0.00 18.64 5.49 0.26 52.62 23:19:04 23:05:01 3 24.91 0.00 17.79 5.65 0.25 51.41 23:19:04 23:06:02 all 22.90 0.00 31.55 20.00 0.48 25.07 23:19:04 23:06:02 0 22.47 0.00 32.69 22.10 0.41 22.33 23:19:04 23:06:02 1 22.88 0.00 31.84 20.73 0.61 23.95 23:19:04 23:06:02 2 22.89 0.00 31.62 18.21 0.45 26.82 23:19:04 23:06:02 3 23.36 0.00 30.04 18.96 0.47 27.17 23:19:04 23:07:01 all 58.12 0.00 17.81 13.26 0.15 10.67 23:19:04 23:07:01 0 58.76 0.00 17.68 11.03 0.13 12.40 23:19:04 23:07:01 1 58.33 0.00 18.06 16.29 0.13 7.20 23:19:04 23:07:01 2 57.92 0.00 17.32 14.61 0.18 9.97 23:19:04 23:07:01 3 57.46 0.00 18.19 11.10 0.15 13.11 23:19:04 23:08:02 all 33.67 0.00 27.13 20.12 0.39 18.69 23:19:04 23:08:02 0 33.62 0.00 27.63 20.00 0.45 18.31 23:19:04 23:08:02 1 35.17 0.00 27.21 21.98 0.34 15.30 23:19:04 23:08:02 2 32.26 0.00 27.33 19.87 0.39 20.15 23:19:04 23:08:02 3 33.66 0.00 26.37 18.65 0.38 20.96 23:19:04 23:09:01 all 36.33 0.00 20.39 17.57 0.21 25.50 23:19:04 23:09:01 0 37.57 0.00 20.94 16.36 0.18 24.95 23:19:04 23:09:01 1 37.89 0.00 18.93 19.34 0.25 23.59 23:19:04 23:09:01 2 34.78 0.00 21.69 17.43 0.25 25.85 23:19:04 23:09:01 3 35.07 0.00 20.03 17.13 0.16 27.61 23:19:04 23:10:01 all 10.90 0.00 6.70 3.36 0.15 78.89 23:19:04 23:10:01 0 12.85 0.00 7.90 2.19 0.17 76.89 23:19:04 23:10:01 1 10.59 0.00 6.27 4.36 0.12 78.66 23:19:04 23:10:01 2 12.35 0.00 7.09 4.04 0.17 76.35 23:19:04 23:10:01 3 7.82 0.00 5.52 2.85 0.15 83.65 23:19:04 23:11:01 all 5.04 0.00 1.82 0.45 0.08 92.61 23:19:04 23:11:01 0 5.07 0.00 2.00 0.40 0.07 92.45 23:19:04 23:11:01 1 5.38 0.00 1.90 0.62 0.10 92.00 23:19:04 23:11:01 2 5.55 0.00 1.93 0.49 0.08 91.95 23:19:04 23:11:01 3 4.17 0.00 1.44 0.30 0.07 94.02 23:19:04 23:19:04 23:11:01 CPU %user %nice %system %iowait %steal %idle 23:19:04 23:12:01 all 0.17 0.00 0.03 0.00 0.00 99.80 23:19:04 23:12:01 0 0.05 0.00 0.02 0.00 0.00 99.93 23:19:04 23:12:01 1 0.53 0.00 0.03 0.00 0.02 99.42 23:19:04 23:12:01 2 0.05 0.00 0.03 0.00 0.00 99.92 23:19:04 23:12:01 3 0.03 0.00 0.05 0.00 0.00 99.92 23:19:04 23:13:01 all 0.14 0.00 0.03 0.00 0.01 99.82 23:19:04 23:13:01 0 0.03 0.00 0.03 0.00 0.02 99.92 23:19:04 23:13:01 1 0.42 0.00 0.05 0.00 0.00 99.53 23:19:04 23:13:01 2 0.05 0.00 0.03 0.00 0.00 99.92 23:19:04 23:13:01 3 0.05 0.00 0.02 0.00 0.02 99.92 23:19:04 23:14:01 all 0.07 0.00 0.05 0.00 0.00 99.88 23:19:04 23:14:01 0 0.07 0.00 0.07 0.00 0.00 99.87 23:19:04 23:14:01 1 0.12 0.00 0.05 0.00 0.00 99.83 23:19:04 23:14:01 2 0.07 0.00 0.05 0.00 0.02 99.87 23:19:04 23:14:01 3 0.02 0.00 0.03 0.00 0.00 99.95 23:19:04 23:15:01 all 0.21 0.00 0.08 0.04 0.00 99.67 23:19:04 23:15:01 0 0.12 0.00 0.05 0.03 0.00 99.80 23:19:04 23:15:01 1 0.53 0.00 0.12 0.12 0.00 99.23 23:19:04 23:15:01 2 0.12 0.00 0.03 0.02 0.00 99.83 23:19:04 23:15:01 3 0.08 0.00 0.10 0.00 0.02 99.80 23:19:04 23:16:01 all 0.18 0.00 0.02 0.00 0.00 99.80 23:19:04 23:16:01 0 0.12 0.00 0.02 0.02 0.00 99.85 23:19:04 23:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 23:19:04 23:16:01 2 0.03 0.00 0.02 0.00 0.00 99.95 23:19:04 23:16:01 3 0.53 0.00 0.03 0.00 0.00 99.43 23:19:04 23:17:02 all 11.01 0.00 8.14 6.75 0.10 74.00 23:19:04 23:17:02 0 11.24 0.00 8.84 6.35 0.10 73.47 23:19:04 23:17:02 1 11.76 0.00 7.47 8.57 0.12 72.08 23:19:04 23:17:02 2 10.99 0.00 8.37 6.78 0.09 73.78 23:19:04 23:17:02 3 10.05 0.00 7.88 5.28 0.09 76.69 23:19:04 23:18:01 all 10.04 0.00 9.11 2.82 0.12 77.92 23:19:04 23:18:01 0 9.92 0.00 9.46 1.29 0.07 79.26 23:19:04 23:18:01 1 9.96 0.00 8.10 3.92 0.16 77.86 23:19:04 23:18:01 2 10.13 0.00 8.71 2.82 0.16 78.19 23:19:04 23:18:01 3 10.13 0.00 10.17 3.24 0.09 76.37 23:19:04 Average: all 17.98 0.00 9.94 5.80 0.13 66.14 23:19:04 Average: 0 18.24 0.00 10.36 5.62 0.13 65.66 23:19:04 Average: 1 18.05 0.00 9.77 6.57 0.14 65.47 23:19:04 Average: 2 18.07 0.00 9.97 5.63 0.13 66.20 23:19:04 Average: 3 17.56 0.00 9.68 5.40 0.13 67.23 23:19:04 23:19:04 23:19:04