Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7248181b27c1f196cc7a2300d5170335b9add480 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29018 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/384 [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/384 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 7248181b27c1f196cc7a2300d5170335b9add480 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 Commit message: "feat(notifications): Implement GET /notification/status/{status} V2 API (#3236)" > git rev-list --no-walk 2c126a996be31befa6625c4f217e526aa48b3805 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:23:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:23:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:23:21 ========================================================= 18:23:21 EdgeX Global Pipelines Version Info 18:23:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:23:23 ------------------- 18:23:23 stable info: 18:23:23 ------------------- 18:23:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:23:23 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 18:23:23 Message: update stable to v1.0.184 18:23:24 ------------------- 18:23:24 experimental info: 18:23:24 ------------------- 18:23:24 Commited By: **** collab-it+edgex@linuxfoundation.org 18:23:24 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 18:23:24 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:23:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:23:24 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:23:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:23:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:23:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:23:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:23:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:23:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:23:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:23:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:23:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:23:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:23:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:23:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:23:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:23:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:23:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:23:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:23:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:23:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:23:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:23:26 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:23:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:23:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:23:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:23:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] echo 18:23:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7248181 [Pipeline] echo 18:23:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:23:27 provisioning config files... 18:23:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/384@tmp/config229347526590154833tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:23:28 ---> docker-login.sh 18:23:28 nexus3.edgexfoundry.org:10001 18:23:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:28 Configure a credential helper to remove this warning. See 18:23:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:28 18:23:28 Login Succeeded 18:23:28 nexus3.edgexfoundry.org:10002 18:23:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:28 Configure a credential helper to remove this warning. See 18:23:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:28 18:23:28 Login Succeeded 18:23:28 nexus3.edgexfoundry.org:10003 18:23:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:28 Configure a credential helper to remove this warning. See 18:23:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:28 18:23:28 Login Succeeded 18:23:28 nexus3.edgexfoundry.org:10004 18:23:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:29 Configure a credential helper to remove this warning. See 18:23:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:29 18:23:29 Login Succeeded 18:23:29 docker.io 18:23:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:29 Configure a credential helper to remove this warning. See 18:23:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:29 18:23:29 Login Succeeded 18:23:29 ---> docker-login.sh ends [Pipeline] } 18:23:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:23:29 ++ 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 18:23:29 + for file in '`ls cmd/**/Dockerfile`' 18:23:29 ++ dirname cmd/core-command/Dockerfile 18:23:29 ++ cut -d/ -f2 18:23:29 + echo core-command,cmd/core-command/Dockerfile 18:23:29 + for file in '`ls cmd/**/Dockerfile`' 18:23:29 ++ dirname cmd/core-data/Dockerfile 18:23:29 ++ cut -d/ -f2 18:23:29 + echo core-data,cmd/core-data/Dockerfile 18:23:29 + for file in '`ls cmd/**/Dockerfile`' 18:23:29 ++ dirname cmd/core-metadata/Dockerfile 18:23:29 ++ cut -d/ -f2 18:23:29 + echo core-metadata,cmd/core-metadata/Dockerfile 18:23:29 + for file in '`ls cmd/**/Dockerfile`' 18:23:29 ++ dirname cmd/security-bootstrapper/Dockerfile 18:23:29 ++ cut -d/ -f2 18:23:29 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:23:29 + for file in '`ls cmd/**/Dockerfile`' 18:23:29 ++ dirname cmd/security-proxy-setup/Dockerfile 18:23:29 ++ cut -d/ -f2 18:23:29 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:23:29 + for file in '`ls cmd/**/Dockerfile`' 18:23:29 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:23:29 ++ cut -d/ -f2 18:23:29 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:23:29 + for file in '`ls cmd/**/Dockerfile`' 18:23:29 ++ dirname cmd/support-notifications/Dockerfile 18:23:29 ++ cut -d/ -f2 18:23:29 + echo support-notifications,cmd/support-notifications/Dockerfile 18:23:29 + for file in '`ls cmd/**/Dockerfile`' 18:23:29 ++ dirname cmd/support-scheduler/Dockerfile 18:23:29 ++ cut -d/ -f2 18:23:29 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:23:29 + for file in '`ls cmd/**/Dockerfile`' 18:23:29 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:23:29 ++ cut -d/ -f2 18:23:29 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:23:29 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 18:23:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:23:31 18:23:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:23:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:23:31 latest: Pulling from edgex-devops/git-semver 18:23:31 31603596830f: Pulling fs layer 18:23:31 2a8b12db71e7: Pulling fs layer 18:23:31 6ca5941a6612: Pulling fs layer 18:23:31 ecc8261a40a4: Pulling fs layer 18:23:31 ecc8261a40a4: Waiting 18:23:31 2a8b12db71e7: Verifying Checksum 18:23:31 2a8b12db71e7: Download complete 18:23:31 31603596830f: Verifying Checksum 18:23:31 31603596830f: Download complete 18:23:32 ecc8261a40a4: Verifying Checksum 18:23:32 ecc8261a40a4: Download complete 18:23:32 6ca5941a6612: Verifying Checksum 18:23:32 6ca5941a6612: Download complete 18:23:32 31603596830f: Pull complete 18:23:32 2a8b12db71e7: Pull complete 18:23:33 6ca5941a6612: Pull complete 18:23:33 ecc8261a40a4: Pull complete 18:23:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:23:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:23:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:23:33 prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container 18:23:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:23:36 $ docker top 307efffa92cea5074a4ff344c7892bf664b042fd514845418b8bdbd82730a353 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:23:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:23:36 [ssh-agent] Looking for ssh-agent implementation... 18:23:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:23:36 $ docker exec 307efffa92cea5074a4ff344c7892bf664b042fd514845418b8bdbd82730a353 ssh-agent 18:23:37 SSH_AUTH_SOCK=/tmp/ssh-I9Zl0W5TjNEW/agent.11 18:23:37 SSH_AGENT_PID=16 18:23:37 Running ssh-add (command line suppressed) 18:23:37 Identity added: /w/workspace/edgex-go/384@tmp/private_key_4318654682117532656.key (/w/workspace/edgex-go/384@tmp/private_key_4318654682117532656.key) 18:23:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:23:37 + git tag --points-at HEAD [Pipeline] } 18:23:37 $ docker exec --env ******** --env ******** 307efffa92cea5074a4ff344c7892bf664b042fd514845418b8bdbd82730a353 ssh-agent -k 18:23:37 unset SSH_AUTH_SOCK; 18:23:37 unset SSH_AGENT_PID; 18:23:37 echo Agent pid 16 killed; 18:23:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:23:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:23:38 [ssh-agent] Looking for ssh-agent implementation... 18:23:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:23:38 $ docker exec 307efffa92cea5074a4ff344c7892bf664b042fd514845418b8bdbd82730a353 ssh-agent 18:23:38 SSH_AUTH_SOCK=/tmp/ssh-DD2QJxoMudfc/agent.45 18:23:38 SSH_AGENT_PID=50 18:23:38 Running ssh-add (command line suppressed) 18:23:38 Identity added: /w/workspace/edgex-go/384@tmp/private_key_9178092973646577428.key (/w/workspace/edgex-go/384@tmp/private_key_9178092973646577428.key) 18:23:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:23:38 + git semver init 18:23:38 # -> Open(): unable to determine branch for HEAD 18:23:38 # $GIT_DIR = /w/workspace/edgex-go/384/.git 18:23:38 # $GIT_WORK_TREE = /w/workspace/edgex-go/384 18:23:38 # $SEMVER_REMOTE_NAME = origin 18:23:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:23:38 # $SEMVER_USER_NAME = edgex-jenkins 18:23:38 # $SEMVER_BRANCH = master 18:23:38 # $SEMVER_TEMP = /tmp/semver-578259188 18:23:38 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:23:57 # '/tmp/semver-578259188' -> '/w/workspace/edgex-go/384/.semver' 18:23:57 # -> Force: false 18:23:57 # $SEMVER_DIR = /w/workspace/edgex-go/384/.semver [Pipeline] } 18:23:57 $ docker exec --env ******** --env ******** 307efffa92cea5074a4ff344c7892bf664b042fd514845418b8bdbd82730a353 ssh-agent -k 18:23:57 unset SSH_AUTH_SOCK; 18:23:57 unset SSH_AGENT_PID; 18:23:57 echo Agent pid 50 killed; 18:23:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:23:57 + git semver [Pipeline] } 18:23:57 $ docker stop --time=1 307efffa92cea5074a4ff344c7892bf664b042fd514845418b8bdbd82730a353 18:23:59 $ docker rm -f 307efffa92cea5074a4ff344c7892bf664b042fd514845418b8bdbd82730a353 [Pipeline] // withDockerContainer [Pipeline] sh 18:24:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:24:00 Stashed 1 file(s) [Pipeline] echo 18:24:00 [edgeXSemver]: initialized semver on version 2.0.0-dev.117 [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 18:24:01 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:24:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:24:02 + sudo service docker restart 18:24:02 + true 18:24:02 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:24:02 ========================================================= 18:24:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:24:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:24:03 + 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 . 18:24:08 Sending build context to Docker daemon 328.3MB 18:24:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:24:08 Step 2/6 : FROM ${BASE} 18:24:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:24:08 188c0c94c7c5: Pulling fs layer 18:24:08 0ef7d3d256c8: Pulling fs layer 18:24:08 de9db76c5a1d: Pulling fs layer 18:24:08 bca2f99d35d6: Pulling fs layer 18:24:08 93359f2a8cfa: Pulling fs layer 18:24:08 7c6f9722023f: Pulling fs layer 18:24:08 a35cf1a2eb13: Pulling fs layer 18:24:08 93359f2a8cfa: Waiting 18:24:08 bca2f99d35d6: Waiting 18:24:08 7c6f9722023f: Waiting 18:24:08 a35cf1a2eb13: Waiting 18:24:08 de9db76c5a1d: Download complete 18:24:08 0ef7d3d256c8: Verifying Checksum 18:24:08 0ef7d3d256c8: Download complete 18:24:08 93359f2a8cfa: Verifying Checksum 18:24:08 93359f2a8cfa: Download complete 18:24:08 188c0c94c7c5: Verifying Checksum 18:24:08 188c0c94c7c5: Download complete 18:24:08 7c6f9722023f: Verifying Checksum 18:24:08 7c6f9722023f: Download complete 18:24:08 188c0c94c7c5: Pull complete 18:24:08 0ef7d3d256c8: Pull complete 18:24:08 de9db76c5a1d: Pull complete 18:24:10 a35cf1a2eb13: Verifying Checksum 18:24:10 a35cf1a2eb13: Download complete 18:24:10 bca2f99d35d6: Verifying Checksum 18:24:10 bca2f99d35d6: Download complete 18:24:15 bca2f99d35d6: Pull complete 18:24:15 93359f2a8cfa: Pull complete 18:24:15 7c6f9722023f: Pull complete 18:24:16 Still waiting to schedule task 18:24:16 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:24:21 a35cf1a2eb13: Pull complete 18:24:21 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:24:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:24:21 ---> a62c8e92a672 18:24: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 18:24:21 ---> Running in 18565fc1a1ca 18:24:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:24:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:24:22 (1/12) Installing libmagic (5.38-r0) 18:24:23 (2/12) Installing file (5.38-r0) 18:24:23 (3/12) Installing libc-dev (0.7.2-r3) 18:24:23 (4/12) Installing g++ (9.3.0-r2) 18:24:27 (5/12) Installing fortify-headers (1.1-r0) 18:24:27 (6/12) Installing patch (2.7.6-r6) 18:24:27 (7/12) Installing build-base (0.5-r2) 18:24:27 (8/12) Installing libsodium (1.0.18-r0) 18:24:27 (9/12) Installing pkgconf (1.7.2-r0) 18:24:27 (10/12) Installing libsodium-dev (1.0.18-r0) 18:24:27 (11/12) Installing libzmq (4.3.3-r0) 18:24:27 (12/12) Installing zeromq-dev (4.3.3-r0) 18:24:27 Executing busybox-1.31.1-r19.trigger 18:24:27 OK: 233 MiB in 51 packages 18:24:32 Removing intermediate container 18565fc1a1ca 18:24:32 ---> 2384e5cb9b3c 18:24:32 Step 4/6 : WORKDIR /edgex-go 18:24:32 ---> Running in 9fdcd34cc257 18:24:32 Removing intermediate container 9fdcd34cc257 18:24:32 ---> dda1aec753db 18:24:32 Step 5/6 : COPY go.mod . 18:24:32 ---> 2eb23209d159 18:24:32 Step 6/6 : RUN go mod download 18:24:32 ---> Running in f511c2c68941 18:24:54 Removing intermediate container f511c2c68941 18:24:54 ---> 42feaaa0cab3 18:24:54 Successfully built 42feaaa0cab3 18:24:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:24:54 + docker inspect -f . ci-base-image-x86_64 18:24:54 . [Pipeline] withDockerContainer 18:24:54 prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container 18:24:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:24:55 $ docker top ebfd2358a037b70c5326324992e38ea6b9cfb29a3d03967e535c57ffcecaee61 -eo pid,comm [Pipeline] { [Pipeline] sh 18:24:56 + go version 18:24:56 go version go1.15.5 linux/amd64 [Pipeline] } 18:24:56 $ docker stop --time=1 ebfd2358a037b70c5326324992e38ea6b9cfb29a3d03967e535c57ffcecaee61 18:24:57 $ docker rm -f ebfd2358a037b70c5326324992e38ea6b9cfb29a3d03967e535c57ffcecaee61 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:24:58 + docker inspect -f . ci-base-image-x86_64 18:24:58 . [Pipeline] withDockerContainer 18:24:58 prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container 18:24:58 $ 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/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:24:59 $ docker top 79d476476255480a429956c273533d394e6fa17d05aa73827080df217bca0ee6 -eo pid,comm [Pipeline] { [Pipeline] echo 18:24:59 ========================================================= 18:24:59 [edgeXBuildGoParallel] Running Tests and Build... 18:24:59 ========================================================= [Pipeline] sh 18:24:59 + make test 18:24:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:25:09 ? github.com/edgexfoundry/edgex-go [no test files] 18:25:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:25:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:25:33 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:25:33 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:25:33 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:25:33 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:25:33 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:25:33 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:25:34 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:25:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:25:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:25:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:25:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:25:39 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 45.9% of statements 18:25:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:25:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:25:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:25:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:25:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:25:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:25:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:25:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.100s coverage: 100.0% of statements 18:25:41 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.232s coverage: 27.1% of statements 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:25:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:25:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:25:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 66.2% of statements 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:25:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.434s coverage: 82.4% of statements 18:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:25:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.334s coverage: 28.6% of statements 18:25:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:25:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:25:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:25:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:25:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:25:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements 18:25:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:25:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements 18:25:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:25:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.119s coverage: 86.7% of statements 18:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:25:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements 18:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:25:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements 18:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:25:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.412s coverage: 92.8% of statements 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:25:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:25:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.050s coverage: 47.1% of statements 18:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.036s coverage: 79.5% of statements 18:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.026s coverage: 94.1% of statements 18:25:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.056s coverage: 96.3% of statements 18:25:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements 18:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.042s coverage: 94.4% of statements 18:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.027s coverage: 44.8% of statements 18:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.048s coverage: 81.4% of statements 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.059s coverage: 92.9% of statements 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.081s coverage: 91.6% of statements 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.154s coverage: 62.4% of statements 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.306s coverage: 69.0% of statements 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 38.4% of statements 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.035s coverage: 89.5% of statements 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.127s coverage: 47.0% of statements 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.044s coverage: 100.0% of statements 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.158s coverage: 87.8% of statements 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.746s coverage: 29.1% of statements 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.080s coverage: 95.6% of statements 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:26:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 18:26:11 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 18:26:11 GO111MODULE=on go vet ./... 18:26:38 gofmt -l . 18:26:38 [ "`gofmt -l .`" = "" ] 18:26:38 ./bin/test-go-mod-tidy.sh 18:26:38 ./bin/test-attribution-txt.sh [Pipeline] sh 18:26:39 + ls -al . 18:26:39 total 736 18:26:39 drwxrwxr-x 10 1001 1001 4096 Mar 8 18:26 . 18:26:39 drwxr-xr-x 4 root root 32 Mar 8 18:24 .. 18:26:39 -rw-rw-r-- 1 1001 1001 11 Mar 8 18:23 .dockerignore 18:26:39 drwxrwxr-x 8 1001 1001 162 Mar 8 18:23 .git 18:26:39 drwxrwxr-x 3 1001 1001 125 Mar 8 18:23 .github 18:26:39 -rw-rw-r-- 1 1001 1001 818 Mar 8 18:23 .gitignore 18:26:39 drwx------ 3 1001 1001 45 Mar 8 18:23 .semver 18:26:39 -rw-rw-r-- 1 1001 1001 166 Mar 8 18:23 .sonarcloud.properties 18:26:39 -rw-rw-r-- 1 1001 1001 8475 Mar 8 18:23 Attribution.txt 18:26:39 -rw-rw-r-- 1 1001 1001 3804 Mar 8 18:23 CONTRIBUTING.md 18:26:39 -rw-rw-r-- 1 1001 1001 931 Mar 8 18:23 Dockerfile.build 18:26:39 -rw-rw-r-- 1 1001 1001 863 Mar 8 18:23 Jenkinsfile 18:26:39 -rw-rw-r-- 1 1001 1001 10775 Mar 8 18:23 LICENSE 18:26:39 -rw-rw-r-- 1 1001 1001 5774 Mar 8 18:23 Makefile 18:26:39 -rw-rw-r-- 1 1001 1001 6524 Mar 8 18:23 README.md 18:26:39 -rw-rw-r-- 1 1001 1001 6755 Mar 8 18:23 SECURITY.md 18:26:39 -rw-rw-r-- 1 1001 1001 13 Mar 8 18:24 VERSION 18:26:39 -rw-rw-r-- 1 1001 1001 4131 Mar 8 18:23 ZMQWindows.md 18:26:39 drwxrwxr-x 2 1001 1001 117 Mar 8 18:23 bin 18:26:39 drwxrwxr-x 14 1001 1001 4096 Mar 8 18:23 cmd 18:26:39 -rw-r--r-- 1 root root 622934 Mar 8 18:26 coverage.out 18:26:39 -rw-r--r-- 1 root root 1055 Mar 8 18:26 go.mod 18:26:39 -rw-r--r-- 1 root root 21699 Mar 8 18:26 go.sum 18:26:39 drwxrwxr-x 8 1001 1001 127 Mar 8 18:23 internal 18:26:39 drwxrwxr-x 4 1001 1001 26 Mar 8 18:23 openapi 18:26:39 drwxrwxr-x 4 1001 1001 71 Mar 8 18:23 snap 18:26:39 -rw-rw-r-- 1 1001 1001 168 Mar 8 18:23 version.go [Pipeline] sh 18:26:39 + '[' -e coverage.out ] 18:26:39 + chown 1001:1001 coverage.out [Pipeline] stash 18:26:39 Stashed 1 file(s) [Pipeline] sh 18:26:40 + make build 18:26:40 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/core-data/core-data ./cmd/core-data 18:26:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:26:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/core-command/core-command ./cmd/core-command 18:26:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:26:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:26:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:26:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:26:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:26:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:27:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:27:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/secrets-config ./cmd/secrets-config 18:27:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 18:27:04 $ docker stop --time=1 79d476476255480a429956c273533d394e6fa17d05aa73827080df217bca0ee6 18:27:05 $ docker rm -f 79d476476255480a429956c273533d394e6fa17d05aa73827080df217bca0ee6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:27:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:27:09 18:27:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:27:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:27:09 latest: Pulling from edgex-devops/edgex-compose 18:27:09 cbdbe7a5bc2a: Pulling fs layer 18:27:09 ca9280d653b3: Pulling fs layer 18:27:09 7e9c9ca2126c: Pulling fs layer 18:27:09 cbdbe7a5bc2a: Download complete 18:27:10 cbdbe7a5bc2a: Pull complete 18:27:10 ca9280d653b3: Verifying Checksum 18:27:10 ca9280d653b3: Download complete 18:27:11 ca9280d653b3: Pull complete 18:27:11 7e9c9ca2126c: Download complete 18:27:16 7e9c9ca2126c: Pull complete 18:27:16 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:27:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:27:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:27:16 prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container 18:27:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:27:19 $ docker top fe744b1ac9e8a781255e4d85ee3afede1a18b44b764cdaaf701fc90aff58b910 -eo pid,comm [Pipeline] { [Pipeline] sh 18:27:20 + docker-compose build --help 18:27:20 + grep parallel 18:27:21 --parallel Build images in parallel. [Pipeline] } 18:27:21 $ docker stop --time=1 fe744b1ac9e8a781255e4d85ee3afede1a18b44b764cdaaf701fc90aff58b910 18:27:22 $ docker rm -f fe744b1ac9e8a781255e4d85ee3afede1a18b44b764cdaaf701fc90aff58b910 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:27:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:27:23 . [Pipeline] withDockerContainer 18:27:23 prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container 18:27:23 $ 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/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:27:24 $ docker top 4122a259680216d271cc3f2e66c64ed16845d4a43d2f1a23f6b05c5a248a2280 -eo pid,comm [Pipeline] { [Pipeline] sh 18:27:24 + docker-compose -f ./docker-compose-build.yml build --parallel 18:27:25 Building docker-core-command-go ... 18:27:25 Building docker-core-data-go ... 18:27:25 Building docker-core-metadata-go ... 18:27:25 Building docker-security-bootstrapper-go ... 18:27:25 Building docker-security-proxy-setup-go ... 18:27:25 Building docker-security-secretstore-setup-go ... 18:27:25 Building docker-support-notifications-go ... 18:27:25 Building docker-support-scheduler-go ... 18:27:25 Building docker-sys-mgmt-agent-go ... 18:27:25 Building docker-core-command-go 18:27:25 Building docker-security-secretstore-setup-go 18:27:25 Building docker-support-scheduler-go 18:27:25 Building docker-security-bootstrapper-go 18:27:25 Building docker-core-data-go 18:27:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29020 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 18:27:53 Running in /w/workspace/edgex-go/384 [Pipeline] { [Pipeline] checkout 18:27:57 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:57 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:27:57 ---> 42feaaa0cab3 18:27:57 Step 3/31 : WORKDIR /edgex-go 18:27:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:27:57 ---> 42feaaa0cab3 18:27:57 Step 3/24 : WORKDIR /edgex-go 18:27:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:27:57 ---> 42feaaa0cab3 18:27:57 Step 3/22 : WORKDIR /edgex-go 18:27:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:27:57 ---> 42feaaa0cab3 18:27:57 Step 3/23 : WORKDIR /edgex-go 18:27:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:27:57 ---> 42feaaa0cab3 18:27:57 Step 3/23 : WORKDIR /edgex-go 18:27:57 ---> Running in 03ac074d0b13 18:27:57 ---> Running in d76117f76f03 18:27:57 ---> Running in 8711bc683552 18:27:57 ---> Running in 4800982435bf 18:27:57 ---> Running in 8ec308ef3577 18:27:58 Removing intermediate container 8711bc683552 18:27:58 ---> f1921c8968e9 18:27:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:58 Removing intermediate container 8ec308ef3577 18:27:58 ---> 177622776e5e 18:27:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:58 Removing intermediate container 4800982435bf 18:27:58 ---> 3b274575c84c 18:27:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:58 Removing intermediate container d76117f76f03 18:27:58 ---> 7e46215c100a 18:27:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:58 Removing intermediate container 03ac074d0b13 18:27:58 ---> 3a4c7512b712 18:27:58 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:58 ---> Running in 464c9b97ef94 18:27:58 ---> Running in 96e92aaaa110 18:27:58 ---> Running in 39588c43da5c 18:27:58 ---> Running in 13ea675f0399 18:27:58 ---> Running in 893f41f2b478 18:27:59 using credential edgex-jenkins-ssh 18:27:59 Cloning the remote Git repository 18:27:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:27:59 > git init /w/workspace/edgex-go/384 # timeout=10 18:27:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:27:59 > git --version # timeout=10 18:27:59 > git --version # 'git version 2.17.1' 18:27:59 using GIT_SSH to set credentials SSH Credentials for GitHub 18:27:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:28:00 Removing intermediate container 464c9b97ef94 18:28:00 ---> a530a6da34a4 18:28:00 Step 5/24 : RUN apk add --update --no-cache make git 18:28:00 Removing intermediate container 96e92aaaa110 18:28:00 ---> a614224d004b 18:28:00 Step 5/22 : RUN apk add --update --no-cache make git 18:28:00 Removing intermediate container 39588c43da5c 18:28:00 ---> 342605aeceda 18:28:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:28:00 ---> Running in 68dbff3aeae0 18:28:00 Removing intermediate container 13ea675f0399 18:28:00 ---> b87a84e30bb5 18:28:00 Step 5/23 : RUN apk add --update --no-cache make git 18:28:00 ---> Running in 3cc3bc2c2553 18:28:00 ---> Running in e2d916413da9 18:28:00 Removing intermediate container 893f41f2b478 18:28:00 ---> deeaec71636e 18:28:00 Step 5/31 : RUN apk add --update --no-cache make git 18:28:00 ---> Running in 4d1f13483426 18:28:00 ---> Running in 760927f8e711 18:28:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:28:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:28:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:28:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:28:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:28:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:28:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:28:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:28:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:28:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:28:02 OK: 233 MiB in 51 packages 18:28:02 OK: 233 MiB in 51 packages 18:28:02 OK: 233 MiB in 51 packages 18:28:02 OK: 233 MiB in 51 packages 18:28:02 OK: 233 MiB in 51 packages 18:28:03 Removing intermediate container 68dbff3aeae0 18:28:03 ---> 8569ef022f18 18:28:03 Step 6/24 : COPY go.mod . 18:28:03 Removing intermediate container 4d1f13483426 18:28:03 ---> 6df962e5c728 18:28:03 Step 6/23 : COPY go.mod . 18:28:03 Removing intermediate container 3cc3bc2c2553 18:28:03 ---> a6b704aa4b9c 18:28:03 Step 6/23 : COPY go.mod . 18:28:04 ---> 9074cb65463d 18:28:04 Step 7/24 : RUN go mod download 18:28:04 Removing intermediate container e2d916413da9 18:28:04 ---> 76ca47fba96f 18:28:04 Step 6/22 : COPY go.mod . 18:28:04 ---> Running in 2c831c6d8bc9 18:28:04 Removing intermediate container 760927f8e711 18:28:04 ---> d2f9134e83a3 18:28:04 Step 6/31 : COPY go.mod . 18:28:04 ---> 162576edd6b1 18:28:04 Step 7/23 : RUN go mod download 18:28:04 ---> dba5265242d5 18:28:04 Step 7/23 : RUN go mod download 18:28:04 ---> Running in e8dee65597cb 18:28:04 ---> Running in e90f24fcebbe 18:28:04 ---> af03df3e6d5d 18:28:04 Step 7/22 : RUN go mod download 18:28:04 ---> dca261d7be12 18:28:04 Step 7/31 : RUN go mod download 18:28:04 ---> Running in 5af066f89357 18:28:04 ---> Running in 40f8d65c34bd 18:28:07 Removing intermediate container e90f24fcebbe 18:28:07 ---> 187994b0a1ad 18:28:07 Step 8/23 : COPY . . 18:28:07 Removing intermediate container 2c831c6d8bc9 18:28:07 ---> f40109562173 18:28:07 Step 8/24 : COPY . . 18:28:08 Removing intermediate container e8dee65597cb 18:28:08 ---> 2451850e2584 18:28:08 Step 8/23 : COPY . . 18:28:11 Removing intermediate container 5af066f89357 18:28:11 ---> ef785db9405a 18:28:11 Step 8/22 : COPY . . 18:28:11 Removing intermediate container 40f8d65c34bd 18:28:11 ---> 1bf08a8d4640 18:28:11 Step 8/31 : COPY . . 18:28:17 Checking out Revision 7248181b27c1f196cc7a2300d5170335b9add480 (master) 18:28:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:28:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:28:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:28:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:28:17 using GIT_SSH to set credentials SSH Credentials for GitHub 18:28:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:28:17 > git config core.sparsecheckout # timeout=10 18:28:17 > git checkout -f 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 18:28:22 Commit message: "feat(notifications): Implement GET /notification/status/{status} V2 API (#3236)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:28:23 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:28:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:28:24 + sudo service docker restart 18:28:24 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:28:27 provisioning config files... 18:28:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/384@tmp/config8494950127133390449tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:28:27 ---> docker-login.sh 18:28:27 nexus3.edgexfoundry.org:10001 18:28:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:29 Configure a credential helper to remove this warning. See 18:28:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:29 18:28:29 Login Succeeded 18:28:29 nexus3.edgexfoundry.org:10002 18:28:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:29 Configure a credential helper to remove this warning. See 18:28:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:29 18:28:29 Login Succeeded 18:28:29 nexus3.edgexfoundry.org:10003 18:28:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:30 Configure a credential helper to remove this warning. See 18:28:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:30 18:28:30 Login Succeeded 18:28:30 nexus3.edgexfoundry.org:10004 18:28:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:30 Configure a credential helper to remove this warning. See 18:28:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:30 18:28:30 Login Succeeded 18:28:30 docker.io 18:28:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:31 Configure a credential helper to remove this warning. See 18:28:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:31 18:28:31 Login Succeeded 18:28:31 ---> docker-login.sh ends [Pipeline] } 18:28:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:28:31 ========================================================= 18:28:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:28:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:28:32 + 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 . 18:28:34 Sending build context to Docker daemon 166.6MB 18:28:34 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:28:34 Step 2/6 : FROM ${BASE} 18:28:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:28:34 5f621e34cdf4: Pulling fs layer 18:28:34 a4357932f1b6: Pulling fs layer 18:28:34 18c013af1878: Pulling fs layer 18:28:34 00ac8860ef70: Pulling fs layer 18:28:34 63d7cb157983: Pulling fs layer 18:28:34 b116817d02f9: Pulling fs layer 18:28:34 745a02a5169b: Pulling fs layer 18:28:34 00ac8860ef70: Waiting 18:28:34 63d7cb157983: Waiting 18:28:34 b116817d02f9: Waiting 18:28:34 745a02a5169b: Waiting 18:28:34 18c013af1878: Verifying Checksum 18:28:34 18c013af1878: Download complete 18:28:34 a4357932f1b6: Verifying Checksum 18:28:34 a4357932f1b6: Download complete 18:28:34 63d7cb157983: Verifying Checksum 18:28:34 63d7cb157983: Download complete 18:28:34 b116817d02f9: Verifying Checksum 18:28:34 b116817d02f9: Download complete 18:28:34 5f621e34cdf4: Verifying Checksum 18:28:34 5f621e34cdf4: Download complete 18:28:35 5f621e34cdf4: Pull complete 18:28:36 a4357932f1b6: Pull complete 18:28:36 18c013af1878: Pull complete 18:28:37 745a02a5169b: Verifying Checksum 18:28:37 745a02a5169b: Download complete 18:28:38 00ac8860ef70: Verifying Checksum 18:28:38 00ac8860ef70: Download complete 18:28:49 00ac8860ef70: Pull complete 18:28:49 63d7cb157983: Pull complete 18:28:49 b116817d02f9: Pull complete 18:28:50 ---> 6c0c0c1b24fc 18:28:50 Step 9/23 : RUN make cmd/core-command/core-command 18:28:50 ---> bee76e2dfdc5 18:28:50 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:28:50 ---> d9d57de4d0b4 18:28:50 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:28:50 ---> Running in 1fdfc3195ac8 18:28:50 ---> Running in 0de29da98428 18:28:50 ---> bae23027e7b5 18:28:50 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:28:50 ---> 14f33c394e6c 18:28:50 Step 9/23 : RUN make cmd/core-data/core-data 18:28:50 ---> Running in 5ec5d8e2550e 18:28:50 ---> Running in 8d0c7f85d745 18:28:50 ---> Running in a979ecd6ff45 18:28:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/core-command/core-command ./cmd/core-command 18:28:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:28:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:28:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:28:50 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/core-data/core-data ./cmd/core-data 18:28:54 745a02a5169b: Pull complete 18:28:54 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:28:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:28:54 ---> b7e6874047d6 18:28:54 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 18:28:56 ---> Running in 3c86b9d047b7 18:28:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:28:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:28:59 (1/12) Installing libmagic (5.38-r0) 18:28:59 (2/12) Installing file (5.38-r0) 18:28:59 (3/12) Installing libc-dev (0.7.2-r3) 18:28:59 (4/12) Installing g++ (9.3.0-r2) 18:29:05 (5/12) Installing fortify-headers (1.1-r0) 18:29:05 (6/12) Installing patch (2.7.6-r6) 18:29:05 (7/12) Installing build-base (0.5-r2) 18:29:05 (8/12) Installing libsodium (1.0.18-r0) 18:29:05 (9/12) Installing pkgconf (1.7.2-r0) 18:29:05 (10/12) Installing libsodium-dev (1.0.18-r0) 18:29:05 (11/12) Installing libzmq (4.3.3-r0) 18:29:05 (12/12) Installing zeromq-dev (4.3.3-r0) 18:29:05 Executing busybox-1.31.1-r19.trigger 18:29:05 OK: 217 MiB in 51 packages 18:29:09 Removing intermediate container 3c86b9d047b7 18:29:09 ---> c898081b033b 18:29:09 Step 4/6 : WORKDIR /edgex-go 18:29:09 ---> Running in 01c527c14710 18:29:10 Removing intermediate container 01c527c14710 18:29:10 ---> d371e8d272c1 18:29:10 Step 5/6 : COPY go.mod . 18:29:10 ---> 74f911713b27 18:29:10 Step 6/6 : RUN go mod download 18:29:10 ---> Running in 38be5373d2a7 18:29:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:29:24 Removing intermediate container 1fdfc3195ac8 18:29:24 ---> 0c40c625ef0e 18:29:24 18:29:24 Step 10/31 : FROM alpine:3.12 18:29:24 3.12: Pulling from library/alpine 18:29:27 Removing intermediate container 5ec5d8e2550e 18:29:27 ---> 4a82b887471d 18:29:27 18:29:27 Step 10/24 : FROM alpine:3.12 18:29:27 3.12: Pulling from library/alpine 18:29:27 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:29:27 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:29:27 Status: Downloaded newer image for alpine:3.12 18:29:27 ---> 88dd2752d2ea 18:29:27 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:29:27 Status: Downloaded newer image for alpine:3.12 18:29:27 ---> 88dd2752d2ea 18:29:27 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:29:27 Removing intermediate container 0de29da98428 18:29:27 ---> 1973ded91e42 18:29:27 18:29:27 Step 10/23 : FROM alpine:3.12 18:29:27 ---> 88dd2752d2ea 18:29:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:29:28 ---> Running in 8a6a626297fd 18:29:28 ---> Running in 43f46810d447 18:29:28 ---> Running in ce699904ee9a 18:29:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:30 (1/1) Installing dumb-init (1.2.2-r1) 18:29:30 Executing busybox-1.31.1-r19.trigger 18:29:30 OK: 6 MiB in 15 packages 18:29:31 Removing intermediate container ce699904ee9a 18:29:31 ---> 024180417c0f 18:29:31 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:29:31 Removing intermediate container 8d0c7f85d745 18:29:31 ---> ece34a1915a5 18:29:31 18:29:31 Step 10/22 : FROM alpine:3.12 18:29:31 ---> 88dd2752d2ea 18:29:31 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:29:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:31 (1/5) Installing ca-certificates (20191127-r4) 18:29:31 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:29:31 (3/5) Installing libcurl (7.69.1-r3) 18:29:31 (4/5) Installing curl (7.69.1-r3) 18:29:31 (5/5) Installing dumb-init (1.2.2-r1) 18:29:31 Executing busybox-1.31.1-r19.trigger 18:29:31 Executing ca-certificates-20191127-r4.trigger 18:29:31 OK: 7 MiB in 19 packages 18:29:34 ---> Running in e62f132dd480 18:29:34 ---> Running in df3ff125bde7 18:29:34 Removing intermediate container a979ecd6ff45 18:29:34 ---> 11929eb892a7 18:29:34 18:29:34 Step 10/23 : FROM alpine:3.12 18:29:34 ---> 88dd2752d2ea 18:29:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:29:34 ---> Running in 4aca934dbbbd 18:29:34 Removing intermediate container 8a6a626297fd 18:29:34 ---> 1a84d6a18f43 18:29:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:29:34 ---> Running in 0cc58de14b9d 18:29:34 Removing intermediate container 4aca934dbbbd 18:29:34 ---> 9aac64011b1c 18:29:34 Step 12/23 : ENV APP_PORT=48080 18:29:34 ---> Running in ed58991013a0 18:29:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:35 (1/2) Installing dumb-init (1.2.2-r1) 18:29:35 (2/2) Installing su-exec (0.2-r1) 18:29:35 Executing busybox-1.31.1-r19.trigger 18:29:35 OK: 6 MiB in 16 packages 18:29:35 Removing intermediate container 0cc58de14b9d 18:29:35 ---> f99cb83a13b5 18:29:35 Step 13/23 : ENV APP_PORT=48082 18:29:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:35 Removing intermediate container 43f46810d447 18:29:35 ---> e403e48d1524 18:29:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:29:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:35 (1/1) Installing dumb-init (1.2.2-r1) 18:29:35 Executing busybox-1.31.1-r19.trigger 18:29:35 OK: 6 MiB in 15 packages 18:29:35 ---> Running in c0d37c598a3b 18:29:35 ---> Running in 9c256c4785ca 18:29:35 Removing intermediate container ed58991013a0 18:29:35 ---> c7163c92e9c2 18:29:35 Step 13/23 : EXPOSE $APP_PORT 18:29:35 ---> Running in 724420eaf8aa 18:29:36 Removing intermediate container c0d37c598a3b 18:29:36 ---> 45a1013729fe 18:29:36 Step 13/24 : WORKDIR / 18:29:36 Removing intermediate container 9c256c4785ca 18:29:36 ---> b3b881b4718a 18:29:36 Step 14/23 : EXPOSE $APP_PORT 18:29:36 ---> Running in 61a80400236d 18:29:36 ---> Running in f39e379dbccc 18:29:36 Removing intermediate container 724420eaf8aa 18:29:36 ---> 0cf6bfd67ecc 18:29:36 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:29:36 Removing intermediate container e62f132dd480 18:29:36 ---> ded253d56554 18:29:36 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:29:36 ---> Running in 21e60487bd89 18:29:36 ---> Running in 72e277319063 18:29:36 Removing intermediate container df3ff125bde7 18:29:36 ---> 73c439f625fb 18:29:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:29:36 Removing intermediate container f39e379dbccc 18:29:36 ---> 6f9cf75b4168 18:29:36 Step 15/23 : WORKDIR / 18:29:36 Removing intermediate container 61a80400236d 18:29:36 ---> ae0e0b6b36c4 18:29:36 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:29:36 ---> Running in 868f416c1b26 18:29:36 ---> Running in 84fe1040b123 18:29:37 Removing intermediate container 72e277319063 18:29:37 ---> 3cdca4f20f76 18:29:37 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:29:37 ---> e20fcd0b122c 18:29:37 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:29:37 ---> Running in 80f52fb8d6bf 18:29:37 Removing intermediate container 868f416c1b26 18:29:37 ---> ba0346555eec 18:29:37 Step 13/22 : ENV APP_PORT=48085 18:29:37 Removing intermediate container 84fe1040b123 18:29:37 ---> ed344bbf6a9d 18:29:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:29:37 Removing intermediate container 38be5373d2a7 18:29:37 ---> f0d77dd63189 18:29:37 Successfully built f0d77dd63189 18:29:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:29:37 ---> Running in 9a6c96841f21 18:29:37 ---> 1fba89ef23f7 18:29:37 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:29:37 Removing intermediate container 80f52fb8d6bf 18:29:37 ---> d77068fd1cfc 18:29:37 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:29:37 + docker inspect -f . ci-base-image-arm64 18:29:37 . 18:29:37 ---> Running in c8309f514f12 18:29:37 ---> 44137b352c4a 18:29:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [Pipeline] withDockerContainer 18:29:38 ---> 8cfd87e255c1 18:29:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:29:38 Removing intermediate container 9a6c96841f21 18:29:38 ---> 01fe81c4c50f 18:29:38 Step 14/22 : EXPOSE $APP_PORT 18:29:38 prd-ubuntu18.04-docker-arm64-4c-16g-29020 does not seem to be running inside a container 18:29:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:29:38 ---> Running in cef6febeccd2 18:29:38 Removing intermediate container 21e60487bd89 18:29:38 ---> 9d52626c1e50 18:29:38 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:29:38 ---> 4119cdbb6585 18:29:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:29:38 Removing intermediate container cef6febeccd2 18:29:38 ---> 59da70df4785 18:29:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:29:38 ---> 8765c05bb31e 18:29:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:29:39 ---> Running in d65ed83832fb 18:29:39 ---> a71cfc3e0938 18:29:39 Step 19/23 : ENTRYPOINT ["/core-command"] 18:29:39 ---> Running in 36a82be73895 18:29:39 ---> c561368bb26e 18:29:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:29:39 ---> ac7f69e12bc4 18:29:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:29:39 $ docker top 0db4624a1e2e0abe405666042d50a8f605e95946bf9b9654b0cde76d5205d37f -eo pid,comm 18:29:39 Removing intermediate container 36a82be73895 18:29:39 ---> 28f1ea3a87cd 18:29:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:29:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:40 ---> Running in 4a0259c4afea 18:29:40 Removing intermediate container c8309f514f12 18:29:40 ---> 9335fd86f1e5 18:29:40 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:29:40 ---> 0275f7afde74 18:29:40 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/ 18:29:40 ---> Running in 33a25050aba1 [Pipeline] { [Pipeline] sh 18:29:40 ---> d4e789d865b1 18:29:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:29:40 ---> Running in 65a898708fda 18:29:40 Removing intermediate container 4a0259c4afea 18:29:40 ---> 154adda11951 18:29:40 Step 21/23 : LABEL arch=x86_64 18:29:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:40 Removing intermediate container 33a25050aba1 18:29:40 ---> de671b6f7985 18:29:40 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:29:40 ---> Running in 0b07d5e5f80c 18:29:40 + go version 18:29:40 go version go1.15.5 linux/arm64 [Pipeline] } 18:29:40 $ docker stop --time=1 0db4624a1e2e0abe405666042d50a8f605e95946bf9b9654b0cde76d5205d37f 18:29:40 (1/6) Installing dumb-init (1.2.2-r1) 18:29:41 (2/6) Installing libgcc (9.3.0-r2) 18:29:41 (3/6) Installing libsodium (1.0.18-r0) 18:29:41 (4/6) Installing libstdc++ (9.3.0-r2) 18:29:41 ---> 1c76faba1749 18:29:41 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:29:41 (5/6) Installing libzmq (4.3.3-r0) 18:29:41 ---> Running in f08ac38a6fc7 18:29:41 ---> 47601acbc9e5 18:29:41 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:29:41 (6/6) Installing zeromq (4.3.3-r0) 18:29:41 Removing intermediate container 0b07d5e5f80c 18:29:41 ---> 093cb367e450 18:29:41 Step 22/23 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 18:29:41 Executing busybox-1.31.1-r19.trigger 18:29:41 OK: 8 MiB in 20 packages 18:29:41 ---> Running in 68f84dbe0690 18:29:41 ---> Running in a7fc2eb5f2cc 18:29:41 Removing intermediate container f08ac38a6fc7 18:29:41 ---> 97e5bdff39d3 18:29:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:29:42 ---> Running in ac835a6f15e2 18:29:42 Removing intermediate container a7fc2eb5f2cc 18:29:42 ---> 0110a38a7844 18:29:42 Step 23/23 : LABEL version=2.0.0-dev.117 18:29:42 Removing intermediate container 65a898708fda 18:29:42 ---> ca59a77d2f6d 18:29:42 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:29:42 ---> Running in 3891b0fa2a53 18:29:42 $ docker rm -f 0db4624a1e2e0abe405666042d50a8f605e95946bf9b9654b0cde76d5205d37f 18:29:42 ---> Running in 3c1f7158434a 18:29:42 Removing intermediate container ac835a6f15e2 18:29:42 ---> fb88dec861c6 18:29:42 Step 20/22 : LABEL arch=x86_64 18:29:42 ---> Running in cf1ffd875960 [Pipeline] // withDockerContainer 18:29:43 Removing intermediate container 3891b0fa2a53 18:29:43 ---> fc43ecf8b957 18:29:43 18:29:43 Removing intermediate container 3c1f7158434a 18:29:43 ---> d65298748cef 18:29:43 Step 22/24 : LABEL arch=x86_64 18:29:43 Removing intermediate container d65ed83832fb 18:29:43 ---> 378c698b5e2a 18:29:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 18:29:43 Successfully built fc43ecf8b957 18:29:43 ---> Running in 848a3ec79270 18:29:43 Removing intermediate container cf1ffd875960 18:29:43 ---> cfdbe63a9ddd 18:29:43 Step 21/22 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 18:29:43 Successfully tagged docker-core-command-go:latest 18:29:43  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 18:29:43 ---> Running in e10160ea2be7 [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 18:29:43 Removing intermediate container 848a3ec79270 18:29:43 ---> 73b5588dd348 18:29:43 Step 23/24 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:29:43 ---> 78c959cb8a42 18:29:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:29:43 Removing intermediate container e10160ea2be7 18:29:43 ---> d7c3ef0fcd52 18:29:43 Step 22/22 : LABEL version=2.0.0-dev.117 18:29:43 ---> Running in 954565032f40 18:29:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:29:43 18:29:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:29:44 ---> Running in ac29ea5b77b6 18:29:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:29:44 latest: Pulling from edgex-devops/edgex-compose-arm64 18:29:44 29e5d40040c1: Pulling fs layer 18:29:44 1ce36da41761: Pulling fs layer 18:29:44 25b303627fd3: Pulling fs layer 18:29:44 Removing intermediate container 954565032f40 18:29:44 ---> c842f37a2263 18:29:44 Step 24/24 : LABEL version=2.0.0-dev.117 18:29:44 Removing intermediate container 68f84dbe0690 18:29:44 ---> d9eb16f9270c 18:29:44 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:29:44 ---> Running in 28641b395a01 18:29:44 Removing intermediate container ac29ea5b77b6 18:29:44 ---> ddb665e76286 18:29:44 18:29:44 ---> 20efdb293823 18:29:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:29:44 ---> ecff2db212ec 18:29:44 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:29:44 Successfully built ddb665e76286 18:29:44 Successfully tagged docker-support-scheduler-go:latest 18:29:44 Building docker-support-notifications-go 18:29:44  Building docker-support-scheduler-go ... done Removing intermediate container 28641b395a01 18:29:44 ---> 9df71f61a6dd 18:29:44 18:29:44 29e5d40040c1: Download complete 18:29:45 ---> c12c4255b077 18:29:45 Step 19/23 : ENTRYPOINT ["/core-data"] 18:29:45 Successfully built 9df71f61a6dd 18:29:45 Successfully tagged docker-security-secretstore-setup-go:latest 18:29:45 Building docker-core-metadata-go 18:29:45  Building docker-security-secretstore-setup-go ... done  ---> Running in 12b42877dd40 18:29:45 1ce36da41761: Download complete 18:29:45 ---> 43ac9479fb7a 18:29:45 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:29:45 29e5d40040c1: Pull complete 18:29:46 1ce36da41761: Pull complete 18:29:47 25b303627fd3: Verifying Checksum 18:29:47 25b303627fd3: Download complete 18:29:48 Removing intermediate container 12b42877dd40 18:29:48 ---> 1319928d2adb 18:29:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:29:50 ---> Running in ad1d68222956 18:29:51 ---> d4054e3968cd 18:29:51 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:29:53 Removing intermediate container ad1d68222956 18:29:53 ---> 4a8e6b1e9fad 18:29:53 Step 21/23 : LABEL arch=x86_64 18:29:53 ---> Running in b287578df8b2 18:29:53 ---> cad2f51d4a11 18:29:53 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:29:53 Removing intermediate container b287578df8b2 18:29:53 ---> 718483c1fd11 18:29:53 Step 22/23 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 18:29:53 ---> aa841c712cbe 18:29:53 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:29:54 ---> Running in 6c585ad2ee9d 18:29:57 25b303627fd3: Pull complete 18:29:57 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:29:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:29:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:29:57 prd-ubuntu18.04-docker-arm64-4c-16g-29020 does not seem to be running inside a container 18:29:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:29:58 ---> Running in 3e758aa375d9 18:30:00 $ docker top 257ab2e264fdfd694e47ede915a9802061c28192640235ab8a03029eeecc3397 -eo pid,comm [Pipeline] { [Pipeline] sh 18:30:01 Removing intermediate container 6c585ad2ee9d 18:30:01 ---> 3df151f737e8 18:30:01 Step 23/23 : LABEL version=2.0.0-dev.117 18:30:01 + grep parallel 18:30:01 + docker-compose build --help 18:30:03 ---> Running in bb9174ba3071 18:30:03 Removing intermediate container 3e758aa375d9 18:30:03 ---> c83c099c6b1b 18:30:03 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:30:04 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:30:04 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:30:04 ---> 42feaaa0cab3 18:30:04 Step 3/26 : WORKDIR /edgex-go 18:30:04 ---> Using cache 18:30:04 ---> 3a4c7512b712 18:30:04 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:30:04 ---> Using cache 18:30:04 ---> deeaec71636e 18:30:04 Step 5/26 : RUN apk add --update --no-cache make bash git 18:30:05 --parallel Build images in parallel. 18:30:05 ---> Running in 88dd8cb38083 18:30:05 Removing intermediate container bb9174ba3071 18:30:05 ---> 18fb60981ce2 18:30:05 [Pipeline] } 18:30:05 $ docker stop --time=1 257ab2e264fdfd694e47ede915a9802061c28192640235ab8a03029eeecc3397 18:30:05 ---> 4b68ed47fab5 18:30:05 Step 26/31 : RUN chmod +x /entrypoint.sh 18:30:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:30:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:30:05 ---> 42feaaa0cab3 18:30:05 Step 3/22 : WORKDIR /edgex-go 18:30:05 ---> Using cache 18:30:05 ---> 3a4c7512b712 18:30:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:30:05 ---> Using cache 18:30:05 ---> deeaec71636e 18:30:05 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:30:06 Successfully built 18fb60981ce2 18:30:06 Successfully tagged docker-core-data-go:latest 18:30:06 Building docker-security-proxy-setup-go 18:30:06  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:30:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:30:06 ---> 42feaaa0cab3 18:30:06 Step 3/23 : WORKDIR /edgex-go 18:30:06 ---> Using cache 18:30:06 ---> 3a4c7512b712 18:30:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:30:06 ---> Using cache 18:30:06 ---> deeaec71636e 18:30:06 Step 5/23 : RUN apk add --update --no-cache make git 18:30:06 ---> Using cache 18:30:06 ---> d2f9134e83a3 18:30:06 Step 6/23 : COPY go.mod . 18:30:06 ---> Using cache 18:30:06 ---> dca261d7be12 18:30:06 Step 7/23 : RUN go mod download 18:30:06 ---> Using cache 18:30:06 ---> 1bf08a8d4640 18:30:06 Step 8/23 : COPY . . 18:30:06 ---> Using cache 18:30:06 ---> bee76e2dfdc5 18:30:06 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:30:07 $ docker rm -f 257ab2e264fdfd694e47ede915a9802061c28192640235ab8a03029eeecc3397 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:30:07 ---> Running in 32d54a62a2aa 18:30:08 ---> Running in 960d52fc6e00 18:30:08 ---> Running in 3b21566cf4ff 18:30:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:30:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:30:08 . [Pipeline] withDockerContainer 18:30:08 prd-ubuntu18.04-docker-arm64-4c-16g-29020 does not seem to be running inside a container 18:30:08 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@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 18:30:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:30:09 OK: 233 MiB in 51 packages 18:30:10 $ docker top ba25ece982afdc7dadfcde8c4093880ffe2cf1f4616c368f24bd7ed78254b8c0 -eo pid,comm 18:30:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:30:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:30:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 18:30:11 Removing intermediate container 88dd8cb38083 18:30:11 ---> fce9644acc7f 18:30:11 Step 6/26 : COPY go.mod . 18:30:11 OK: 233 MiB in 51 packages 18:30:11 Removing intermediate container 32d54a62a2aa 18:30:11 ---> 17a572566e37 18:30:11 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:30:11 + docker-compose -f ./docker-compose-build.yml build --parallel 18:30:11 ---> 5ef2ca16e2ba 18:30:11 Step 7/26 : RUN go mod download 18:30:11 ---> Running in f72f11b12529 18:30:12 ---> Running in 6389a9727b60 18:30:12 Removing intermediate container f72f11b12529 18:30:12 ---> 64cc86b76545 18:30:12 Step 28/31 : CMD ["gate"] 18:30:13 Removing intermediate container 3b21566cf4ff 18:30:13 ---> b7020ff08e99 18:30:13 Step 6/22 : COPY go.mod . 18:30:13 ---> Running in c49c8fbc50e7 18:30:14 ---> f82aa20307be 18:30:14 Step 7/22 : RUN go mod download 18:30:14 Removing intermediate container c49c8fbc50e7 18:30:14 ---> 94f933b886aa 18:30:14 Step 29/31 : LABEL arch=x86_64 18:30:14 ---> Running in 837ac11d1421 18:30:14 Building docker-core-command-go ... 18:30:14 Building docker-core-data-go ... 18:30:14 Building docker-core-metadata-go ... 18:30:14 Building docker-security-bootstrapper-go ... 18:30:14 Building docker-security-proxy-setup-go ... 18:30:14 Building docker-security-secretstore-setup-go ... 18:30:14 Building docker-support-notifications-go ... 18:30:14 Building docker-support-scheduler-go ... 18:30:14 Building docker-sys-mgmt-agent-go ... 18:30:14 Building docker-support-scheduler-go 18:30:14 Building docker-core-data-go 18:30:14 Building docker-support-notifications-go 18:30:14 Building docker-core-metadata-go 18:30:14 Building docker-sys-mgmt-agent-go 18:30:16 ---> Running in b1e1d340c36c 18:30:16 Removing intermediate container b1e1d340c36c 18:30:16 ---> f12f08210336 18:30:16 Step 30/31 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 18:30:16 ---> Running in b9d22e1b8714 18:30:16 Removing intermediate container 6389a9727b60 18:30:16 ---> 1e9f3f31344e 18:30:16 Step 8/26 : COPY . . 18:30:17 Removing intermediate container b9d22e1b8714 18:30:17 ---> 9c0cc55cfac9 18:30:17 Step 31/31 : LABEL version=2.0.0-dev.117 18:30:21 ---> Running in cf96af47e809 18:30:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:30:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:30:23 ---> 42feaaa0cab3 18:30:23 Step 3/21 : WORKDIR /edgex-go 18:30:23 ---> Using cache 18:30:23 ---> 3a4c7512b712 18:30:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:30:23 ---> Using cache 18:30:23 ---> deeaec71636e 18:30:23 Step 5/21 : RUN apk add --update --no-cache make git 18:30:23 ---> Using cache 18:30:23 ---> d2f9134e83a3 18:30:23 Step 6/21 : COPY go.mod . 18:30:23 ---> Using cache 18:30:23 ---> dca261d7be12 18:30:23 Step 7/21 : RUN go mod download 18:30:23 ---> Using cache 18:30:23 ---> 1bf08a8d4640 18:30:23 Step 8/21 : COPY . . 18:30:23 ---> Using cache 18:30:23 ---> bee76e2dfdc5 18:30:23 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:30:24 Removing intermediate container 837ac11d1421 18:30:24 ---> 2e486d8204b3 18:30:24 Step 8/22 : COPY . . 18:30:24 Removing intermediate container cf96af47e809 18:30:24 ---> 3ede653d8635 18:30:24 18:30:24 ---> Running in 5ce69fc68033 18:30:24 Successfully built 3ede653d8635 18:30:24 Successfully tagged docker-security-bootstrapper-go:latest 18:30:28  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:30:46 ---> 55460d202e04 18:30:46 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:30:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/secrets-config ./cmd/secrets-config 18:30:49 ---> Running in 656bb25ebc8a 18:30:49 Removing intermediate container 960d52fc6e00 18:30:49 ---> a5e53c2a26b8 18:30:49 18:30:49 Step 10/23 : FROM alpine:3.12 18:30:49 ---> 88dd2752d2ea 18:30:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:30:49 ---> Using cache 18:30:49 ---> 73c439f625fb 18:30:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:30:49 ---> Using cache 18:30:49 ---> ba0346555eec 18:30:49 Step 13/23 : ENV APP_PORT=48081 18:30:50 ---> 6c90c2a2d4a4 18:30:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:30:50 ---> Running in 37d1796a5e9d 18:30:50 ---> Running in 001a73760c32 18:30:50 Removing intermediate container 37d1796a5e9d 18:30:50 ---> 7281822b762f 18:30:50 Step 14/23 : EXPOSE $APP_PORT 18:30:50 ---> Running in b7a9693c5c23 18:30:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:30:51 Removing intermediate container b7a9693c5c23 18:30:51 ---> d22abf8d4cf4 18:30:51 Step 15/23 : WORKDIR / 18:30:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:30:51 ---> Running in f7910b58ab49 18:30:51 Removing intermediate container f7910b58ab49 18:30:51 ---> 64ea7aa1f75c 18:30:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:30:51 ---> 566c14a25e2c 18:30:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:30:54 ---> 0aeaadeacd19 18:30:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:30:54 Removing intermediate container 5ce69fc68033 18:30:54 ---> fabdb95e2cf0 18:30:54 18:30:54 Step 10/21 : FROM alpine:3.12 18:30:54 ---> 88dd2752d2ea 18:30:54 Step 11/21 : RUN apk add --update --no-cache curl 18:30:54 ---> 93029f39c867 18:30:54 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:30:55 ---> Running in b665b4b2872c 18:30:55 ---> Running in fd3857dcde58 18:30:56 Removing intermediate container fd3857dcde58 18:30:56 ---> bf7e7c697708 18:30:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:30:56 ---> Running in 1cc3cd04c63b 18:30:56 Removing intermediate container 1cc3cd04c63b 18:30:56 ---> 0e2968c8b8a9 18:30:56 Step 21/23 : LABEL arch=x86_64 18:30:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:30:56 ---> Running in c1272f6c4cb3 18:30:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:30:56 (1/4) Installing ca-certificates (20191127-r4) 18:30:56 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:30:56 Removing intermediate container c1272f6c4cb3 18:30:56 ---> 372a41b776bc 18:30:56 Step 22/23 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 18:30:56 (3/4) Installing libcurl (7.69.1-r3) 18:30:56 (4/4) Installing curl (7.69.1-r3) 18:30:56 Executing busybox-1.31.1-r19.trigger 18:30:57 Executing ca-certificates-20191127-r4.trigger 18:30:57 OK: 7 MiB in 18 packages 18:30:57 ---> Running in 9aceb9328c56 18:30:57 Removing intermediate container 9aceb9328c56 18:30:57 ---> 16f47700f7ac 18:30:57 Step 23/23 : LABEL version=2.0.0-dev.117 18:30:57 ---> Running in c3b58b5d4fb0 18:30:58 Removing intermediate container b665b4b2872c 18:30:58 ---> 0fed785d9c27 18:30:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:30:58 Removing intermediate container c3b58b5d4fb0 18:30:58 ---> c5c5ea823a8a 18:30:58 18:30:58 ---> Running in 757e50e0ac99 18:30:59 Successfully built c5c5ea823a8a 18:30:59 Successfully tagged docker-core-metadata-go:latest 18:30:59  Building docker-core-metadata-go ... done Removing intermediate container 757e50e0ac99 18:30:59 ---> 6a4f915ba212 18:30:59 Step 13/21 : WORKDIR /edgex 18:30:59 ---> Running in c0f513b6a0ab 18:30:59 Removing intermediate container c0f513b6a0ab 18:30:59 ---> a6c7aa1f4634 18:30:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:31:00 ---> 52861b952a02 18:31:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:31:01 ---> 1130ad3bbbad 18:31:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:31:03 ---> 12a25b7ec94f 18:31:03 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:31:04 ---> Running in 5f5ae41c2b39 18:31:04 Removing intermediate container 5f5ae41c2b39 18:31:04 ---> 2cb6a10e71e6 18:31:04 Step 18/21 : CMD ["--init=true"] 18:31:04 ---> Running in f3f75a436efe 18:31:04 Removing intermediate container f3f75a436efe 18:31:04 ---> 5fbf2b34751a 18:31:04 Step 19/21 : LABEL arch=x86_64 18:31:04 ---> Running in 82d5b52cc517 18:31:05 Removing intermediate container 82d5b52cc517 18:31:05 ---> fa7627fd2f9d 18:31:05 Step 20/21 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 18:31:05 ---> Running in 59efe92f5f0f 18:31:05 Removing intermediate container 59efe92f5f0f 18:31:05 ---> 54f9f6f6fa00 18:31:05 Step 21/21 : LABEL version=2.0.0-dev.117 18:31:05 ---> Running in 1a53c379c0c4 18:31:06 Removing intermediate container 1a53c379c0c4 18:31:06 ---> bf77307ffd14 18:31:06 18:31:06 Successfully built bf77307ffd14 18:31:06 Successfully tagged docker-security-proxy-setup-go:latest 18:31:09  Building docker-security-proxy-setup-go ... done Removing intermediate container 656bb25ebc8a 18:31:09 ---> d42df5fee433 18:31:09 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:31:09 ---> Running in 6839e8585112 18:31:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:31:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:31:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:31:11 ---> f0d77dd63189 18:31:11 Step 3/23 : WORKDIR /edgex-go 18:31:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:31:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:31:11 ---> f0d77dd63189 18:31:11 Step 3/22 : WORKDIR /edgex-go 18:31:11 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:31:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:31:11 ---> f0d77dd63189 18:31:11 Step 3/26 : WORKDIR /edgex-go 18:31:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:31:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:31:11 ---> f0d77dd63189 18:31:11 Step 3/22 : WORKDIR /edgex-go 18:31:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:31:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:31:11 ---> f0d77dd63189 18:31:11 Step 3/23 : WORKDIR /edgex-go 18:31:11 ---> Running in fb0a86fef844 18:31:11 ---> Running in c9e9673f1193 18:31:11 ---> Running in 9bf4d1cd6115 18:31:11 ---> Running in aa8352849ee1 18:31:11 ---> Running in 3eaba96839d5 18:31:11 Removing intermediate container aa8352849ee1 18:31:11 ---> 359e93c0608b 18:31:11 Removing intermediate container 3eaba96839d5 18:31:11 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:11 ---> defcc42c2b36 18:31:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:11 Removing intermediate container fb0a86fef844 18:31:11 Removing intermediate container c9e9673f1193 18:31:11 ---> 71c49aa79a4c 18:31:11 ---> 7ab193e35536 18:31:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:11 Removing intermediate container 9bf4d1cd6115 18:31:11 ---> 806b4d3a0740 18:31:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:11 ---> Running in c5f27dc100f3 18:31:11 ---> Running in bbb0f0d4479d 18:31:11 ---> Running in 81343dc31e38 18:31:11 ---> Running in f49ae85a1f43 18:31:11 ---> Running in 61bcee6ae931 18:31:11 Removing intermediate container 001a73760c32 18:31:11 ---> 88c91442baf3 18:31:11 18:31:11 Step 10/22 : FROM alpine:3.12 18:31:11 ---> 88dd2752d2ea 18:31:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:31:11 ---> Running in b640a9cf1191 18:31:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:31:12 Removing intermediate container 6839e8585112 18:31:12 ---> 0c96ed3d5d49 18:31:12 18:31:12 Step 11/26 : FROM docker:20.10.0 18:31:12 20.10.0: Pulling from library/docker 18:31:12 (1/2) Installing ca-certificates (20191127-r4) 18:31:12 (2/2) Installing dumb-init (1.2.2-r1) 18:31:12 Executing busybox-1.31.1-r19.trigger 18:31:12 Executing ca-certificates-20191127-r4.trigger 18:31:12 OK: 6 MiB in 16 packages 18:31:13 Removing intermediate container b640a9cf1191 18:31:13 ---> 04cb03d83d92 18:31:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:31:14 ---> Running in f180ff1f65e2 18:31:14 Removing intermediate container f180ff1f65e2 18:31:14 ---> c1a890ae42b2 18:31:14 Step 13/22 : ENV APP_PORT=48060 18:31:14 ---> Running in dfd7fc1364b4 18:31:14 Removing intermediate container dfd7fc1364b4 18:31:14 ---> ae8eaafc569b 18:31:14 Step 14/22 : EXPOSE $APP_PORT 18:31:14 ---> Running in 58ac59a3d205 18:31:14 Removing intermediate container 58ac59a3d205 18:31:14 ---> c27e13e950dd 18:31:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:31:14 Removing intermediate container c5f27dc100f3 18:31:14 ---> f58f273ffcf7 18:31:14 Step 5/26 : RUN apk add --update --no-cache make bash git 18:31:15 ---> Running in c5d4c6424133 18:31:15 Removing intermediate container bbb0f0d4479d 18:31:15 ---> 7cb3b935f20e 18:31:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:31:15 Removing intermediate container 81343dc31e38 18:31:15 ---> 09835ffe7bcf 18:31:15 Step 5/23 : RUN apk add --update --no-cache make git 18:31:16 ---> Running in 6500553a4b16 18:31:16 ---> Running in 4af125531bb2 18:31:16 Removing intermediate container 61bcee6ae931 18:31:16 ---> 905c6ed03901 18:31:16 Step 5/22 : RUN apk add --update --no-cache make git 18:31:16 Removing intermediate container f49ae85a1f43 18:31:16 ---> 0614a4ba311d 18:31:16 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:31:16 ---> 5a50125ad147 18:31:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:31:17 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:31:17 Status: Downloaded newer image for docker:20.10.0 18:31:17 ---> aefe523efa57 18:31:17 Step 12/26 : RUN apk add --no-cache bash 18:31:17 ---> b62458395220 18:31:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:31:17 ---> Running in cf8c73e8f12f 18:31:17 ---> 4d5267170da5 18:31:17 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:31:17 ---> Running in 0f42721816fa 18:31:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:31:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:17 Removing intermediate container 0f42721816fa 18:31:17 ---> 4aeb41ed260c 18:31:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:31:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:31:17 ---> Running in 6484f9378393 18:31:18 ---> Running in 016341d5e2da 18:31:18 ---> Running in dc0ce40fb61f 18:31:18 (1/2) Installing readline (8.0.4-r0) 18:31:18 (2/2) Installing bash (5.0.17-r0) 18:31:18 Removing intermediate container 6484f9378393 18:31:18 ---> cc5934293d7d 18:31:18 Step 20/22 : LABEL arch=x86_64 18:31:18 Executing bash-5.0.17-r0.post-install 18:31:18 Executing busybox-1.31.1-r19.trigger 18:31:18 OK: 12 MiB in 22 packages 18:31:18 ---> Running in 0f850b693d11 18:31:18 Removing intermediate container 0f850b693d11 18:31:18 ---> 0590497bf94b 18:31:18 Step 21/22 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 18:31:18 ---> Running in 92a508d46e76 18:31:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:31:18 Removing intermediate container cf8c73e8f12f 18:31:18 ---> af7d6a492bcd 18:31:18 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:31:18 Removing intermediate container 92a508d46e76 18:31:18 ---> 487ba5064eca 18:31:18 Step 22/22 : LABEL version=2.0.0-dev.117 18:31:18 ---> Running in df34f7cdc637 18:31:18 ---> Running in e876345a033e 18:31:18 Removing intermediate container df34f7cdc637 18:31:18 ---> 23f02960f83d 18:31:18 Step 14/26 : ENV APP_PORT=48090 18:31:18 Removing intermediate container e876345a033e 18:31:18 ---> 51fc51fe99d3 18:31:18 18:31:18 ---> Running in c909a41e83e7 18:31:19 Successfully built 51fc51fe99d3 18:31:19 Successfully tagged docker-support-notifications-go:latest 18:31:19  Building docker-support-notifications-go ... done Removing intermediate container c909a41e83e7 18:31:19 ---> 57d7c7104e61 18:31:19 Step 15/26 : EXPOSE $APP_PORT 18:31:19 ---> Running in 641c099b9d9f 18:31:19 OK: 217 MiB in 51 packages 18:31:19 Removing intermediate container 641c099b9d9f 18:31:19 ---> 38c17451119f 18:31:19 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:31:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:31:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:31:20 ---> 540c7f463403 18:31:20 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:31:20 ---> b4ad200bb6c0 18:31:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:31:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:31:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:31:20 ---> 7f0ded4da250 18:31:20 Step 19/26 : RUN apk --no-cache add py3-pip 18:31:20 ---> Running in 519d9c2cb6fe 18:31:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:31:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:31:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:31:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:31:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:31:21 (1/33) Installing libbz2 (1.0.8-r1) 18:31:21 (2/33) Installing expat (2.2.9-r1) 18:31:21 (3/33) Installing libffi (3.3-r2) 18:31:21 (4/33) Installing gdbm (1.13-r1) 18:31:21 (5/33) Installing xz-libs (5.2.5-r0) 18:31:21 (6/33) Installing sqlite-libs (3.32.1-r0) 18:31:21 (7/33) Installing python3 (3.8.5-r1) 18:31:21 OK: 217 MiB in 51 packages 18:31:21 OK: 217 MiB in 51 packages 18:31:21 OK: 217 MiB in 51 packages 18:31:21 OK: 217 MiB in 51 packages 18:31:22 (8/33) Installing py3-appdirs (1.4.4-r1) 18:31:22 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:31:22 (10/33) Installing py3-parsing (2.4.7-r0) 18:31:22 (11/33) Installing py3-six (1.15.0-r0) 18:31:22 (12/33) Installing py3-packaging (20.4-r0) 18:31:22 (13/33) Installing py3-setuptools (47.0.0-r0) 18:31:22 (14/33) Installing py3-chardet (3.0.4-r4) 18:31:22 (15/33) Installing py3-idna (2.9-r0) 18:31:22 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:31:22 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:31:22 Removing intermediate container c5d4c6424133 18:31:22 ---> 9196f0ecfc58 18:31:22 Step 6/26 : COPY go.mod . 18:31:22 (18/33) Installing py3-requests (2.23.0-r0) 18:31:22 (19/33) Installing py3-msgpack (1.0.0-r0) 18:31:22 (20/33) Installing py3-lockfile (0.12.2-r3) 18:31:22 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:31:22 (22/33) Installing py3-colorama (0.4.3-r0) 18:31:22 (23/33) Installing py3-distlib (0.3.0-r0) 18:31:22 (24/33) Installing py3-distro (1.5.0-r1) 18:31:22 (25/33) Installing py3-webencodings (0.5.1-r3) 18:31:22 (26/33) Installing py3-html5lib (1.0.1-r4) 18:31:22 (27/33) Installing py3-pytoml (0.1.21-r0) 18:31:22 (28/33) Installing py3-pep517 (0.8.2-r0) 18:31:22 (29/33) Installing py3-progress (1.5-r0) 18:31:22 (30/33) Installing py3-toml (0.10.1-r0) 18:31:22 (31/33) Installing py3-retrying (1.3.3-r0) 18:31:22 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:31:22 (33/33) Installing py3-pip (20.1.1-r0) 18:31:22 Executing busybox-1.31.1-r19.trigger 18:31:22 OK: 71 MiB in 55 packages 18:31:24 ---> cbab94fa2566 18:31:24 Step 7/26 : RUN go mod download 18:31:25 Removing intermediate container 6500553a4b16 18:31:25 ---> 3ad5739aca81 18:31:25 Step 6/22 : COPY go.mod . 18:31:25 ---> Running in ca5ded123a6c 18:31:25 Removing intermediate container dc0ce40fb61f 18:31:25 ---> b5cb44b5d02d 18:31:25 Step 6/23 : COPY go.mod . 18:31:26 Removing intermediate container 4af125531bb2 18:31:26 ---> 5ebfa5f0df1b 18:31:26 Step 6/23 : COPY go.mod . 18:31:26 ---> fba39cf77b38 18:31:26 Step 7/22 : RUN go mod download 18:31:27 Removing intermediate container 016341d5e2da 18:31:27 ---> 537ee28e9fcb 18:31:27 Step 6/22 : COPY go.mod . 18:31:27 ---> Running in 91d6232958d0 18:31:27 ---> 34300b9057ab 18:31:27 Step 7/23 : RUN go mod download 18:31:28 ---> 7353dcaf9214 18:31:28 Step 7/23 : RUN go mod download 18:31:28 ---> Running in ee66edd6f02b 18:31:29 ---> b7cf3eef0ef3 18:31:29 Step 7/22 : RUN go mod download 18:31:29 ---> Running in 6c5a715e896f 18:31:29 ---> Running in c545664406ae 18:31:30 Removing intermediate container 519d9c2cb6fe 18:31:30 ---> b76d0d84c3ee 18:31:30 Step 20/26 : RUN pip install docker-compose==1.23.2 18:31:30 ---> Running in 980c6b34bac1 18:31:31 Removing intermediate container ca5ded123a6c 18:31:31 ---> 582ff2fe7034 18:31:31 Step 8/26 : COPY . . 18:31:32 Collecting docker-compose==1.23.2 18:31:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:31:32 Collecting jsonschema<3,>=2.5.1 18:31:32 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:31:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:31:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:31:33 Collecting cached-property<2,>=1.2.0 18:31:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:31:33 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:31:33 Collecting docker<4.0,>=3.6.0 18:31:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:31:34 Collecting websocket-client<1.0,>=0.32.0 18:31:34 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:31:34 Collecting dockerpty<0.5,>=0.4.1 18:31:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:31:34 Collecting PyYAML<4,>=3.10 18:31:34 Downloading PyYAML-3.13.tar.gz (270 kB) 18:31:35 Removing intermediate container 91d6232958d0 18:31:35 ---> acbda28ae3e1 18:31:35 Step 8/22 : COPY . . 18:31:35 Removing intermediate container ee66edd6f02b 18:31:35 ---> 3d7d5861a3bb 18:31:35 Step 8/23 : COPY . . 18:31:35 Removing intermediate container 6c5a715e896f 18:31:35 ---> 0d06728e4fc5 18:31:35 Step 8/23 : COPY . . 18:31:35 Removing intermediate container c545664406ae 18:31:35 ---> 6fc0083aab43 18:31:35 Step 8/22 : COPY . . 18:31:35 Collecting docopt<0.7,>=0.6.1 18:31:35 Downloading docopt-0.6.2.tar.gz (25 kB) 18:31:35 Collecting texttable<0.10,>=0.9.0 18:31:35 Downloading texttable-0.9.1.tar.gz (11 kB) 18:31:36 Collecting urllib3<1.25,>=1.21.1 18:31:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:31:36 Collecting idna<2.8,>=2.5 18:31:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:31:36 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) 18:31:36 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) 18:31:36 Collecting docker-pycreds>=0.4.0 18:31:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:31:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:31:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:31:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:31:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:31:37 Installing collected packages: jsonschema, urllib3, idna, requests, cached-property, docker-pycreds, websocket-client, docker, dockerpty, PyYAML, docopt, texttable, docker-compose 18:31:37 Attempting uninstall: urllib3 18:31:37 Found existing installation: urllib3 1.25.9 18:31:37 Uninstalling urllib3-1.25.9: 18:31:37 Successfully uninstalled urllib3-1.25.9 18:31:37 Attempting uninstall: idna 18:31:37 Found existing installation: idna 2.9 18:31:37 Uninstalling idna-2.9: 18:31:37 Successfully uninstalled idna-2.9 18:31:37 Attempting uninstall: requests 18:31:37 Found existing installation: requests 2.23.0 18:31:37 Uninstalling requests-2.23.0: 18:31:37 Successfully uninstalled requests-2.23.0 18:31:38 Running setup.py install for dockerpty: started 18:31:38 Running setup.py install for dockerpty: finished with status 'done' 18:31:38 Running setup.py install for PyYAML: started 18:31:38 Running setup.py install for PyYAML: finished with status 'done' 18:31:38 Running setup.py install for docopt: started 18:31:39 Running setup.py install for docopt: finished with status 'done' 18:31:39 Running setup.py install for texttable: started 18:31:39 Running setup.py install for texttable: finished with status 'done' 18:31:40 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 18:31:43 Removing intermediate container 980c6b34bac1 18:31:43 ---> 61683a96d547 18:31:43 Step 21/26 : RUN apk --no-cache add curl 18:31:43 ---> Running in 54df3877eb86 18:31:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:31:43 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:31:43 (2/3) Installing libcurl (7.69.1-r3) 18:31:43 (3/3) Installing curl (7.69.1-r3) 18:31:43 Executing busybox-1.31.1-r19.trigger 18:31:43 OK: 72 MiB in 58 packages 18:31:44 Removing intermediate container 54df3877eb86 18:31:44 ---> da1367fcf850 18:31:44 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:31:44 ---> Running in 63b74b59fb29 18:31:44 Removing intermediate container 63b74b59fb29 18:31:44 ---> 915655909caa 18:31:44 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:31:44 ---> Running in b2706f559a4c 18:31:44 Removing intermediate container b2706f559a4c 18:31:44 ---> 1e6540f38621 18:31:44 Step 24/26 : LABEL arch=x86_64 18:31:44 ---> Running in d4209df421d1 18:31:44 Removing intermediate container d4209df421d1 18:31:44 ---> 45b4292ad913 18:31:44 Step 25/26 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 18:31:45 ---> Running in afb7c3d505ac 18:31:45 Removing intermediate container afb7c3d505ac 18:31:45 ---> 71461b427b63 18:31:45 Step 26/26 : LABEL version=2.0.0-dev.117 18:31:45 ---> Running in 1154ad7b3ade 18:31:45 Removing intermediate container 1154ad7b3ade 18:31:45 ---> 586e19cc33d4 18:31:45 18:31:45 Successfully built 586e19cc33d4 18:31:45 Successfully tagged docker-sys-mgmt-agent-go:latest 18:31:45  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:31:45 $ docker stop --time=1 4122a259680216d271cc3f2e66c64ed16845d4a43d2f1a23f6b05c5a248a2280 18:31:47 $ docker rm -f 4122a259680216d271cc3f2e66c64ed16845d4a43d2f1a23f6b05c5a248a2280 [Pipeline] // withDockerContainer [Pipeline] sh 18:31:47 + docker images 18:31:47 + grep docker 18:31:48 docker-sys-mgmt-agent-go latest 586e19cc33d4 3 seconds ago 313MB 18:31:48 docker-support-notifications-go latest 51fc51fe99d3 30 seconds ago 17.8MB 18:31:48 docker-security-proxy-setup-go latest bf77307ffd14 42 seconds ago 24.7MB 18:31:48 docker-core-metadata-go latest c5c5ea823a8a 50 seconds ago 19MB 18:31:48 docker-security-bootstrapper-go latest 3ede653d8635 About a minute ago 18.7MB 18:31:48 docker-core-data-go latest 18fb60981ce2 About a minute ago 22.4MB 18:31:48 docker-support-scheduler-go latest ddb665e76286 2 minutes ago 17.2MB 18:31:48 docker-security-secretstore-setup-go latest 9df71f61a6dd 2 minutes ago 24.9MB 18:31:48 docker-core-command-go latest fc43ecf8b957 2 minutes ago 17.2MB 18:31:48 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 18:31:48 provisioning config files... 18:31:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/384@tmp/config8325081114131618049tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:31:49 ---> docker-login.sh 18:31:49 nexus3.edgexfoundry.org:10001 18:31:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:49 Configure a credential helper to remove this warning. See 18:31:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:49 18:31:49 Login Succeeded 18:31:49 nexus3.edgexfoundry.org:10002 18:31:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:49 Configure a credential helper to remove this warning. See 18:31:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:49 18:31:49 Login Succeeded 18:31:49 nexus3.edgexfoundry.org:10003 18:31:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:49 Configure a credential helper to remove this warning. See 18:31:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:49 18:31:49 Login Succeeded 18:31:49 nexus3.edgexfoundry.org:10004 18:31:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:49 Configure a credential helper to remove this warning. See 18:31:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:49 18:31:49 Login Succeeded 18:31:49 docker.io 18:31:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:50 Configure a credential helper to remove this warning. See 18:31:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:50 18:31:50 Login Succeeded 18:31:50 ---> docker-login.sh ends [Pipeline] } 18:31:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:31:50 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 18:31:50 7248181b27c1f196cc7a2300d5170335b9add480 18:31:50 2.0.0-dev.117 18:31:50 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:31:50 master 18:31:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 18:31:50 ---> 6fead90d6347 18:31:50 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:31:50 ---> Running in 84e8b67be446 18:31:50 ---> 234eb4231a10 18:31:50 Step 9/23 : RUN make cmd/core-data/core-data 18:31:50 ---> f1933953e731 18:31:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:31:50 ---> 7bb11308ac44 18:31:50 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:31:50 ---> 8e31a52c521f 18:31:50 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [Pipeline] isUnix [Pipeline] sh 18:31:50 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh 18:31:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:7248181b27c1f196cc7a2300d5170335b9add480 18:31:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 18:31:51 837b4b28fc81: Preparing 18:31:51 ea7629655f9f: Preparing 18:31:51 600cc14b684c: Preparing 18:31:51 df4082365c17: Preparing 18:31:51 33e8713114f8: Preparing 18:31:51 33e8713114f8: Layer already exists 18:31:51 ---> Running in 8f450f459c60 18:31:51 ---> Running in b1a1a87a5535 18:31:51 ---> Running in 9153705b0543 18:31:51 ---> Running in bf403139c890 18:31:51 837b4b28fc81: Pushed 18:31:51 df4082365c17: Pushed 18:31:51 600cc14b684c: Pushed 18:31:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:31:52 ea7629655f9f: Pushed 18:31:52 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:1ab9f8e64a725ca2af3053fa391f9ae55a222922a9306068fe48783583518060 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:31:52 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:31:53 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.117 18:31:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 18:31:53 837b4b28fc81: Preparing 18:31:53 ea7629655f9f: Preparing 18:31:53 600cc14b684c: Preparing 18:31:53 df4082365c17: Preparing 18:31:53 33e8713114f8: Preparing 18:31:53 ea7629655f9f: Layer already exists 18:31:53 33e8713114f8: Layer already exists 18:31:53 df4082365c17: Layer already exists 18:31:53 837b4b28fc81: Layer already exists 18:31:53 600cc14b684c: Layer already exists 18:31:53 2.0.0-dev.117: digest: sha256:1ab9f8e64a725ca2af3053fa391f9ae55a222922a9306068fe48783583518060 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:31:53 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:31:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:31:53 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:31:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 18:31:53 837b4b28fc81: Preparing 18:31:53 ea7629655f9f: Preparing 18:31:53 600cc14b684c: Preparing 18:31:53 df4082365c17: Preparing 18:31:53 33e8713114f8: Preparing 18:31:53 837b4b28fc81: Layer already exists 18:31:53 df4082365c17: Layer already exists 18:31:53 33e8713114f8: Layer already exists 18:31:53 600cc14b684c: Layer already exists 18:31:53 ea7629655f9f: Layer already exists 18:31:53 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:1ab9f8e64a725ca2af3053fa391f9ae55a222922a9306068fe48783583518060 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:31:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/core-data/core-data ./cmd/core-data 18:31:53 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 18:31:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:31:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:31:54 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 18:31:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 18:31:54 837b4b28fc81: Preparing 18:31:54 ea7629655f9f: Preparing 18:31:54 600cc14b684c: Preparing 18:31:54 df4082365c17: Preparing 18:31:54 33e8713114f8: Preparing 18:31:54 600cc14b684c: Layer already exists 18:31:54 837b4b28fc81: Layer already exists 18:31:54 ea7629655f9f: Layer already exists 18:31:54 df4082365c17: Layer already exists 18:31:54 33e8713114f8: Layer already exists 18:31:54 master: digest: sha256:1ab9f8e64a725ca2af3053fa391f9ae55a222922a9306068fe48783583518060 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:31:55 ===================================================== [Pipeline] echo 18:31:55 taggedImages: 18:31:55 - nexus3.edgexfoundry.org:10004/docker-core-command-go:7248181b27c1f196cc7a2300d5170335b9add480 18:31:55 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.117 18:31:55 - nexus3.edgexfoundry.org:10004/docker-core-command-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:31:55 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 18:31:55 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 18:31:55 7248181b27c1f196cc7a2300d5170335b9add480 18:31:55 2.0.0-dev.117 18:31:55 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:31:55 master 18:31:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:31:55 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh 18:31:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:7248181b27c1f196cc7a2300d5170335b9add480 18:31:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 18:31:55 48d8ebfb898e: Preparing 18:31:55 3bf4272801e0: Preparing 18:31:55 600cc14b684c: Preparing 18:31:55 14d59d16727e: Preparing 18:31:55 cab97f7d601d: Preparing 18:31:55 33e8713114f8: Preparing 18:31:55 33e8713114f8: Waiting 18:31:55 600cc14b684c: Layer already exists 18:31:55 33e8713114f8: Layer already exists 18:31:56 48d8ebfb898e: Pushed 18:31:56 cab97f7d601d: Pushed 18:31:57 14d59d16727e: Pushed 18:31:57 3bf4272801e0: Pushed 18:31:57 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:cf3a2ac33ee2a9a040ac5cfdc6deffd8863da435ba12a5d295ae3011ef27fa86 size: 1572 [Pipeline] isUnix [Pipeline] sh 18:31:57 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:31:58 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.117 18:31:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 18:31:58 48d8ebfb898e: Preparing 18:31:58 3bf4272801e0: Preparing 18:31:58 600cc14b684c: Preparing 18:31:58 14d59d16727e: Preparing 18:31:58 cab97f7d601d: Preparing 18:31:58 33e8713114f8: Preparing 18:31:58 33e8713114f8: Waiting 18:31:58 48d8ebfb898e: Layer already exists 18:31:58 3bf4272801e0: Layer already exists 18:31:58 cab97f7d601d: Layer already exists 18:31:58 14d59d16727e: Layer already exists 18:31:58 600cc14b684c: Layer already exists 18:31:58 33e8713114f8: Layer already exists 18:31:58 2.0.0-dev.117: digest: sha256:cf3a2ac33ee2a9a040ac5cfdc6deffd8863da435ba12a5d295ae3011ef27fa86 size: 1572 [Pipeline] isUnix [Pipeline] sh 18:31:58 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:31:58 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:31:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 18:31:58 48d8ebfb898e: Preparing 18:31:58 3bf4272801e0: Preparing 18:31:58 600cc14b684c: Preparing 18:31:58 14d59d16727e: Preparing 18:31:58 cab97f7d601d: Preparing 18:31:58 33e8713114f8: Preparing 18:31:58 33e8713114f8: Waiting 18:31:58 3bf4272801e0: Layer already exists 18:31:58 cab97f7d601d: Layer already exists 18:31:58 48d8ebfb898e: Layer already exists 18:31:58 600cc14b684c: Layer already exists 18:31:58 14d59d16727e: Layer already exists 18:31:58 33e8713114f8: Layer already exists 18:31:58 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:cf3a2ac33ee2a9a040ac5cfdc6deffd8863da435ba12a5d295ae3011ef27fa86 size: 1572 [Pipeline] isUnix [Pipeline] sh 18:31:58 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 18:31:59 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 18:31:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 18:31:59 48d8ebfb898e: Preparing 18:31:59 3bf4272801e0: Preparing 18:31:59 600cc14b684c: Preparing 18:31:59 14d59d16727e: Preparing 18:31:59 cab97f7d601d: Preparing 18:31:59 33e8713114f8: Preparing 18:31:59 33e8713114f8: Waiting 18:31:59 48d8ebfb898e: Layer already exists 18:31:59 14d59d16727e: Layer already exists 18:31:59 3bf4272801e0: Layer already exists 18:31:59 600cc14b684c: Layer already exists 18:31:59 cab97f7d601d: Layer already exists 18:31:59 33e8713114f8: Layer already exists 18:31:59 master: digest: sha256:cf3a2ac33ee2a9a040ac5cfdc6deffd8863da435ba12a5d295ae3011ef27fa86 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:31:59 ===================================================== [Pipeline] echo 18:31:59 taggedImages: 18:31:59 - nexus3.edgexfoundry.org:10004/docker-core-data-go:7248181b27c1f196cc7a2300d5170335b9add480 18:31:59 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.117 18:31:59 - nexus3.edgexfoundry.org:10004/docker-core-data-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:31:59 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 18:31:59 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 18:31:59 7248181b27c1f196cc7a2300d5170335b9add480 18:31:59 2.0.0-dev.117 18:31:59 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:31:59 master 18:31:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:31:59 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh 18:32:00 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7248181b27c1f196cc7a2300d5170335b9add480 18:32:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 18:32:00 d927e9060456: Preparing 18:32:00 63974e254402: Preparing 18:32:00 600cc14b684c: Preparing 18:32:00 dddd5540a76a: Preparing 18:32:00 33e8713114f8: Preparing 18:32:00 33e8713114f8: Layer already exists 18:32:00 600cc14b684c: Layer already exists 18:32:00 d927e9060456: Pushed 18:32:00 dddd5540a76a: Pushed 18:32:01 63974e254402: Pushed 18:32:01 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:c32c3fe2d33021e0f16eff11f87a4bd522f19d0286c8f31e8e8c35926d37f389 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:32:02 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:32:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.117 18:32:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 18:32:02 d927e9060456: Preparing 18:32:02 63974e254402: Preparing 18:32:02 600cc14b684c: Preparing 18:32:02 dddd5540a76a: Preparing 18:32:02 33e8713114f8: Preparing 18:32:02 33e8713114f8: Layer already exists 18:32:02 d927e9060456: Layer already exists 18:32:02 dddd5540a76a: Layer already exists 18:32:02 63974e254402: Layer already exists 18:32:02 600cc14b684c: Layer already exists 18:32:02 2.0.0-dev.117: digest: sha256:c32c3fe2d33021e0f16eff11f87a4bd522f19d0286c8f31e8e8c35926d37f389 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:32:02 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:32:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:32:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 18:32:02 d927e9060456: Preparing 18:32:02 63974e254402: Preparing 18:32:02 600cc14b684c: Preparing 18:32:02 dddd5540a76a: Preparing 18:32:02 33e8713114f8: Preparing 18:32:02 dddd5540a76a: Layer already exists 18:32:02 d927e9060456: Layer already exists 18:32:02 33e8713114f8: Layer already exists 18:32:02 600cc14b684c: Layer already exists 18:32:02 63974e254402: Layer already exists 18:32:02 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:c32c3fe2d33021e0f16eff11f87a4bd522f19d0286c8f31e8e8c35926d37f389 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:32:03 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 18:32:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 18:32:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 18:32:03 d927e9060456: Preparing 18:32:03 63974e254402: Preparing 18:32:03 600cc14b684c: Preparing 18:32:03 dddd5540a76a: Preparing 18:32:03 33e8713114f8: Preparing 18:32:03 dddd5540a76a: Layer already exists 18:32:03 d927e9060456: Layer already exists 18:32:03 33e8713114f8: Layer already exists 18:32:03 600cc14b684c: Layer already exists 18:32:03 63974e254402: Layer already exists 18:32:03 master: digest: sha256:c32c3fe2d33021e0f16eff11f87a4bd522f19d0286c8f31e8e8c35926d37f389 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:32:03 ===================================================== [Pipeline] echo 18:32:03 taggedImages: 18:32:03 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7248181b27c1f196cc7a2300d5170335b9add480 18:32:03 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.117 18:32:03 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:32:03 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 18:32:03 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 18:32:03 7248181b27c1f196cc7a2300d5170335b9add480 18:32:03 2.0.0-dev.117 18:32:03 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:32:03 master 18:32:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:32:04 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh 18:32:04 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:7248181b27c1f196cc7a2300d5170335b9add480 18:32:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 18:32:04 5f5e2afceac4: Preparing 18:32:04 5f5e2afceac4: Preparing 18:32:04 984c4bd17c14: Preparing 18:32:04 1d5a1a1ca033: Preparing 18:32:04 86411830c2d1: Preparing 18:32:04 58d9ce1d0df5: Preparing 18:32:04 600cc14b684c: Preparing 18:32:04 d17c06feaf8b: Preparing 18:32:04 d17c06feaf8b: Preparing 18:32:04 a60ff587608f: Preparing 18:32:04 3823437a149b: Preparing 18:32:04 33e8713114f8: Preparing 18:32:04 600cc14b684c: Waiting 18:32:04 d17c06feaf8b: Waiting 18:32:04 a60ff587608f: Waiting 18:32:04 3823437a149b: Waiting 18:32:04 33e8713114f8: Waiting 18:32:04 1d5a1a1ca033: Pushed 18:32:04 984c4bd17c14: Pushed 18:32:04 86411830c2d1: Pushed 18:32:04 5f5e2afceac4: Pushed 18:32:04 600cc14b684c: Layer already exists 18:32:04 33e8713114f8: Layer already exists 18:32:05 3823437a149b: Pushed 18:32:05 a60ff587608f: Pushed 18:32:05 d17c06feaf8b: Pushed 18:32:05 58d9ce1d0df5: Pushed 18:32:06 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:1248c2c74735bea6fdeb93040f7b9b4bdaff2f3344f4447e32370cad95f5081a size: 2816 [Pipeline] isUnix [Pipeline] sh 18:32:06 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:32:06 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.117 18:32:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 18:32:06 5f5e2afceac4: Preparing 18:32:06 5f5e2afceac4: Preparing 18:32:06 984c4bd17c14: Preparing 18:32:06 1d5a1a1ca033: Preparing 18:32:06 86411830c2d1: Preparing 18:32:06 58d9ce1d0df5: Preparing 18:32:06 600cc14b684c: Preparing 18:32:06 d17c06feaf8b: Preparing 18:32:06 d17c06feaf8b: Preparing 18:32:06 a60ff587608f: Preparing 18:32:06 3823437a149b: Preparing 18:32:06 33e8713114f8: Preparing 18:32:06 600cc14b684c: Waiting 18:32:06 3823437a149b: Waiting 18:32:06 33e8713114f8: Waiting 18:32:06 d17c06feaf8b: Waiting 18:32:06 a60ff587608f: Waiting 18:32:06 86411830c2d1: Layer already exists 18:32:06 1d5a1a1ca033: Layer already exists 18:32:06 5f5e2afceac4: Layer already exists 18:32:06 58d9ce1d0df5: Layer already exists 18:32:06 984c4bd17c14: Layer already exists 18:32:06 600cc14b684c: Layer already exists 18:32:06 d17c06feaf8b: Layer already exists 18:32:06 a60ff587608f: Layer already exists 18:32:06 33e8713114f8: Layer already exists 18:32:06 3823437a149b: Layer already exists 18:32:06 2.0.0-dev.117: digest: sha256:1248c2c74735bea6fdeb93040f7b9b4bdaff2f3344f4447e32370cad95f5081a size: 2816 [Pipeline] isUnix [Pipeline] sh 18:32:06 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:32:07 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:32:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 18:32:07 5f5e2afceac4: Preparing 18:32:07 5f5e2afceac4: Preparing 18:32:07 984c4bd17c14: Preparing 18:32:07 1d5a1a1ca033: Preparing 18:32:07 86411830c2d1: Preparing 18:32:07 58d9ce1d0df5: Preparing 18:32:07 600cc14b684c: Preparing 18:32:07 d17c06feaf8b: Preparing 18:32:07 d17c06feaf8b: Preparing 18:32:07 a60ff587608f: Preparing 18:32:07 3823437a149b: Preparing 18:32:07 33e8713114f8: Preparing 18:32:07 600cc14b684c: Waiting 18:32:07 d17c06feaf8b: Waiting 18:32:07 a60ff587608f: Waiting 18:32:07 3823437a149b: Waiting 18:32:07 33e8713114f8: Waiting 18:32:07 5f5e2afceac4: Layer already exists 18:32:07 984c4bd17c14: Layer already exists 18:32:07 58d9ce1d0df5: Layer already exists 18:32:07 1d5a1a1ca033: Layer already exists 18:32:07 86411830c2d1: Layer already exists 18:32:07 600cc14b684c: Layer already exists 18:32:07 d17c06feaf8b: Layer already exists 18:32:07 33e8713114f8: Layer already exists 18:32:07 3823437a149b: Layer already exists 18:32:07 a60ff587608f: Layer already exists 18:32:07 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:1248c2c74735bea6fdeb93040f7b9b4bdaff2f3344f4447e32370cad95f5081a size: 2816 [Pipeline] isUnix [Pipeline] sh 18:32:07 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 18:32:07 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 18:32:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 18:32:07 5f5e2afceac4: Preparing 18:32:07 5f5e2afceac4: Preparing 18:32:07 984c4bd17c14: Preparing 18:32:07 1d5a1a1ca033: Preparing 18:32:07 86411830c2d1: Preparing 18:32:07 58d9ce1d0df5: Preparing 18:32:07 600cc14b684c: Preparing 18:32:07 d17c06feaf8b: Preparing 18:32:07 d17c06feaf8b: Preparing 18:32:07 a60ff587608f: Preparing 18:32:07 3823437a149b: Preparing 18:32:07 33e8713114f8: Preparing 18:32:07 d17c06feaf8b: Waiting 18:32:07 3823437a149b: Waiting 18:32:07 a60ff587608f: Waiting 18:32:07 600cc14b684c: Waiting 18:32:07 33e8713114f8: Waiting 18:32:07 1d5a1a1ca033: Layer already exists 18:32:07 58d9ce1d0df5: Layer already exists 18:32:07 86411830c2d1: Layer already exists 18:32:07 5f5e2afceac4: Layer already exists 18:32:07 984c4bd17c14: Layer already exists 18:32:07 d17c06feaf8b: Layer already exists 18:32:07 600cc14b684c: Layer already exists 18:32:07 a60ff587608f: Layer already exists 18:32:07 3823437a149b: Layer already exists 18:32:07 33e8713114f8: Layer already exists 18:32:07 master: digest: sha256:1248c2c74735bea6fdeb93040f7b9b4bdaff2f3344f4447e32370cad95f5081a size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:32:08 ===================================================== [Pipeline] echo 18:32:08 taggedImages: 18:32:08 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:7248181b27c1f196cc7a2300d5170335b9add480 18:32:08 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.117 18:32:08 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:32:08 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 18:32:08 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 18:32:08 7248181b27c1f196cc7a2300d5170335b9add480 18:32:08 2.0.0-dev.117 18:32:08 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:32:08 master 18:32:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:32:08 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh 18:32:08 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7248181b27c1f196cc7a2300d5170335b9add480 18:32:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 18:32:08 fcc32ab7e974: Preparing 18:32:08 0b47cb4b74be: Preparing 18:32:08 d66aadbcfd6d: Preparing 18:32:08 a3fc2e8043d0: Preparing 18:32:08 f3156b9beb04: Preparing 18:32:08 33e8713114f8: Preparing 18:32:08 33e8713114f8: Waiting 18:32:09 d66aadbcfd6d: Pushed 18:32:09 a3fc2e8043d0: Pushed 18:32:09 33e8713114f8: Layer already exists 18:32:09 f3156b9beb04: Pushed 18:32:09 0b47cb4b74be: Pushed 18:32:10 fcc32ab7e974: Pushed 18:32:10 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:dddedccf52dd6ba767fa66a9beb0c9190cc1a889063ebef8a9f5927b7407ac56 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:32:10 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:32:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.117 18:32:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 18:32:10 fcc32ab7e974: Preparing 18:32:10 0b47cb4b74be: Preparing 18:32:10 d66aadbcfd6d: Preparing 18:32:10 a3fc2e8043d0: Preparing 18:32:10 f3156b9beb04: Preparing 18:32:10 33e8713114f8: Preparing 18:32:10 33e8713114f8: Waiting 18:32:10 fcc32ab7e974: Layer already exists 18:32:10 f3156b9beb04: Layer already exists 18:32:10 0b47cb4b74be: Layer already exists 18:32:10 a3fc2e8043d0: Layer already exists 18:32:10 d66aadbcfd6d: Layer already exists 18:32:10 33e8713114f8: Layer already exists 18:32:10 2.0.0-dev.117: digest: sha256:dddedccf52dd6ba767fa66a9beb0c9190cc1a889063ebef8a9f5927b7407ac56 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:32:11 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:32:11 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:32:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 18:32:11 fcc32ab7e974: Preparing 18:32:11 0b47cb4b74be: Preparing 18:32:11 d66aadbcfd6d: Preparing 18:32:11 a3fc2e8043d0: Preparing 18:32:11 f3156b9beb04: Preparing 18:32:11 33e8713114f8: Preparing 18:32:11 33e8713114f8: Waiting 18:32:11 fcc32ab7e974: Layer already exists 18:32:11 d66aadbcfd6d: Layer already exists 18:32:11 a3fc2e8043d0: Layer already exists 18:32:11 f3156b9beb04: Layer already exists 18:32:11 0b47cb4b74be: Layer already exists 18:32:11 33e8713114f8: Layer already exists 18:32:11 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:dddedccf52dd6ba767fa66a9beb0c9190cc1a889063ebef8a9f5927b7407ac56 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:32:11 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 18:32:12 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 18:32:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 18:32:12 fcc32ab7e974: Preparing 18:32:12 0b47cb4b74be: Preparing 18:32:12 d66aadbcfd6d: Preparing 18:32:12 a3fc2e8043d0: Preparing 18:32:12 f3156b9beb04: Preparing 18:32:12 33e8713114f8: Preparing 18:32:12 33e8713114f8: Waiting 18:32:12 f3156b9beb04: Layer already exists 18:32:12 0b47cb4b74be: Layer already exists 18:32:12 d66aadbcfd6d: Layer already exists 18:32:12 a3fc2e8043d0: Layer already exists 18:32:12 fcc32ab7e974: Layer already exists 18:32:12 33e8713114f8: Layer already exists 18:32:12 master: digest: sha256:dddedccf52dd6ba767fa66a9beb0c9190cc1a889063ebef8a9f5927b7407ac56 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:32:12 ===================================================== [Pipeline] echo 18:32:12 taggedImages: 18:32:12 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7248181b27c1f196cc7a2300d5170335b9add480 18:32:12 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.117 18:32:12 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:32:12 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 18:32:12 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 18:32:12 7248181b27c1f196cc7a2300d5170335b9add480 18:32:12 2.0.0-dev.117 18:32:12 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:32:12 master 18:32:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:32:13 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh 18:32:13 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7248181b27c1f196cc7a2300d5170335b9add480 18:32:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 18:32:13 d17321a30577: Preparing 18:32:13 6f66e96a21b6: Preparing 18:32:13 87dd1e73759e: Preparing 18:32:13 25d630d35bf8: Preparing 18:32:13 8b7dbfbfb215: Preparing 18:32:13 89c6aad67fd6: Preparing 18:32:13 e662f694e687: Preparing 18:32:13 ca9e94511ff0: Preparing 18:32:13 33e8713114f8: Preparing 18:32:13 89c6aad67fd6: Waiting 18:32:13 e662f694e687: Waiting 18:32:13 ca9e94511ff0: Waiting 18:32:13 33e8713114f8: Waiting 18:32:13 8b7dbfbfb215: Pushed 18:32:13 d17321a30577: Pushed 18:32:13 6f66e96a21b6: Pushed 18:32:13 89c6aad67fd6: Pushed 18:32:13 33e8713114f8: Layer already exists 18:32:13 e662f694e687: Pushed 18:32:14 ca9e94511ff0: Pushed 18:32:14 25d630d35bf8: Pushed 18:32:14 87dd1e73759e: Pushed 18:32:14 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:6af24a8189ec34e5606e817f20cffd12de2a2add2ff1545aa3c30744402efcf1 size: 2198 [Pipeline] isUnix [Pipeline] sh 18:32:14 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:32:15 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.117 18:32:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 18:32:15 d17321a30577: Preparing 18:32:15 6f66e96a21b6: Preparing 18:32:15 87dd1e73759e: Preparing 18:32:15 25d630d35bf8: Preparing 18:32:15 8b7dbfbfb215: Preparing 18:32:15 89c6aad67fd6: Preparing 18:32:15 e662f694e687: Preparing 18:32:15 ca9e94511ff0: Preparing 18:32:15 33e8713114f8: Preparing 18:32:15 89c6aad67fd6: Waiting 18:32:15 e662f694e687: Waiting 18:32:15 ca9e94511ff0: Waiting 18:32:15 33e8713114f8: Waiting 18:32:15 8b7dbfbfb215: Layer already exists 18:32:15 87dd1e73759e: Layer already exists 18:32:15 25d630d35bf8: Layer already exists 18:32:15 d17321a30577: Layer already exists 18:32:15 6f66e96a21b6: Layer already exists 18:32:15 e662f694e687: Layer already exists 18:32:15 89c6aad67fd6: Layer already exists 18:32:15 ca9e94511ff0: Layer already exists 18:32:15 33e8713114f8: Layer already exists 18:32:15 2.0.0-dev.117: digest: sha256:6af24a8189ec34e5606e817f20cffd12de2a2add2ff1545aa3c30744402efcf1 size: 2198 [Pipeline] isUnix [Pipeline] sh 18:32:15 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:32:15 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:32:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 18:32:15 d17321a30577: Preparing 18:32:15 6f66e96a21b6: Preparing 18:32:15 87dd1e73759e: Preparing 18:32:15 25d630d35bf8: Preparing 18:32:15 8b7dbfbfb215: Preparing 18:32:15 89c6aad67fd6: Preparing 18:32:15 e662f694e687: Preparing 18:32:15 ca9e94511ff0: Preparing 18:32:15 33e8713114f8: Preparing 18:32:15 89c6aad67fd6: Waiting 18:32:15 e662f694e687: Waiting 18:32:15 ca9e94511ff0: Waiting 18:32:15 33e8713114f8: Waiting 18:32:15 87dd1e73759e: Layer already exists 18:32:15 6f66e96a21b6: Layer already exists 18:32:15 8b7dbfbfb215: Layer already exists 18:32:15 d17321a30577: Layer already exists 18:32:15 25d630d35bf8: Layer already exists 18:32:15 ca9e94511ff0: Layer already exists 18:32:15 33e8713114f8: Layer already exists 18:32:15 89c6aad67fd6: Layer already exists 18:32:15 e662f694e687: Layer already exists 18:32:15 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:6af24a8189ec34e5606e817f20cffd12de2a2add2ff1545aa3c30744402efcf1 size: 2198 [Pipeline] isUnix [Pipeline] sh 18:32:16 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 18:32:16 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 18:32:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 18:32:16 d17321a30577: Preparing 18:32:16 6f66e96a21b6: Preparing 18:32:16 87dd1e73759e: Preparing 18:32:16 25d630d35bf8: Preparing 18:32:16 8b7dbfbfb215: Preparing 18:32:16 89c6aad67fd6: Preparing 18:32:16 e662f694e687: Preparing 18:32:16 ca9e94511ff0: Preparing 18:32:16 33e8713114f8: Preparing 18:32:16 e662f694e687: Waiting 18:32:16 ca9e94511ff0: Waiting 18:32:16 33e8713114f8: Waiting 18:32:16 89c6aad67fd6: Waiting 18:32:16 25d630d35bf8: Layer already exists 18:32:16 8b7dbfbfb215: Layer already exists 18:32:16 d17321a30577: Layer already exists 18:32:16 6f66e96a21b6: Layer already exists 18:32:16 87dd1e73759e: Layer already exists 18:32:16 ca9e94511ff0: Layer already exists 18:32:16 89c6aad67fd6: Layer already exists 18:32:16 e662f694e687: Layer already exists 18:32:16 33e8713114f8: Layer already exists 18:32:16 master: digest: sha256:6af24a8189ec34e5606e817f20cffd12de2a2add2ff1545aa3c30744402efcf1 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:32:16 ===================================================== [Pipeline] echo 18:32:16 taggedImages: 18:32:16 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7248181b27c1f196cc7a2300d5170335b9add480 18:32:16 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.117 18:32:16 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:32:16 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 18:32:16 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 18:32:16 7248181b27c1f196cc7a2300d5170335b9add480 18:32:16 2.0.0-dev.117 18:32:16 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:32:16 master 18:32:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:32:17 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh 18:32:17 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7248181b27c1f196cc7a2300d5170335b9add480 18:32:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 18:32:17 660371349bdc: Preparing 18:32:17 352d34b3af7d: Preparing 18:32:17 600cc14b684c: Preparing 18:32:17 7b3c48e13235: Preparing 18:32:17 33e8713114f8: Preparing 18:32:17 600cc14b684c: Layer already exists 18:32:17 33e8713114f8: Layer already exists 18:32:17 660371349bdc: Pushed 18:32:17 7b3c48e13235: Pushed 18:32:18 352d34b3af7d: Pushed 18:32:18 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:cb915fbb082ba9be273f10aeb2af410caedf1083d208162d515e8a773b5012fc size: 1364 [Pipeline] isUnix [Pipeline] sh 18:32:19 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:32:19 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.117 18:32:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 18:32:19 660371349bdc: Preparing 18:32:19 352d34b3af7d: Preparing 18:32:19 600cc14b684c: Preparing 18:32:19 7b3c48e13235: Preparing 18:32:19 33e8713114f8: Preparing 18:32:19 660371349bdc: Layer already exists 18:32:19 33e8713114f8: Layer already exists 18:32:19 600cc14b684c: Layer already exists 18:32:19 7b3c48e13235: Layer already exists 18:32:19 352d34b3af7d: Layer already exists 18:32:19 2.0.0-dev.117: digest: sha256:cb915fbb082ba9be273f10aeb2af410caedf1083d208162d515e8a773b5012fc size: 1364 [Pipeline] isUnix [Pipeline] sh 18:32:19 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:32:19 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:32:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 18:32:19 660371349bdc: Preparing 18:32:19 352d34b3af7d: Preparing 18:32:19 600cc14b684c: Preparing 18:32:19 7b3c48e13235: Preparing 18:32:19 33e8713114f8: Preparing 18:32:19 600cc14b684c: Layer already exists 18:32:19 660371349bdc: Layer already exists 18:32:19 7b3c48e13235: Layer already exists 18:32:19 33e8713114f8: Layer already exists 18:32:19 352d34b3af7d: Layer already exists 18:32:19 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:cb915fbb082ba9be273f10aeb2af410caedf1083d208162d515e8a773b5012fc size: 1364 [Pipeline] isUnix [Pipeline] sh 18:32:20 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 18:32:20 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 18:32:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 18:32:20 660371349bdc: Preparing 18:32:20 352d34b3af7d: Preparing 18:32:20 600cc14b684c: Preparing 18:32:20 7b3c48e13235: Preparing 18:32:20 33e8713114f8: Preparing 18:32:20 660371349bdc: Layer already exists 18:32:20 7b3c48e13235: Layer already exists 18:32:20 33e8713114f8: Layer already exists 18:32:20 600cc14b684c: Layer already exists 18:32:20 352d34b3af7d: Layer already exists 18:32:20 master: digest: sha256:cb915fbb082ba9be273f10aeb2af410caedf1083d208162d515e8a773b5012fc size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:32:20 ===================================================== [Pipeline] echo 18:32:20 taggedImages: 18:32:20 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7248181b27c1f196cc7a2300d5170335b9add480 18:32:20 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.117 18:32:20 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:32:20 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 18:32:21 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 18:32:21 7248181b27c1f196cc7a2300d5170335b9add480 18:32:21 2.0.0-dev.117 18:32:21 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:32:21 master 18:32:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:32:21 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh 18:32:22 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7248181b27c1f196cc7a2300d5170335b9add480 18:32:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 18:32:22 705058ba039f: Preparing 18:32:22 469aab13040f: Preparing 18:32:22 600cc14b684c: Preparing 18:32:22 dddd5540a76a: Preparing 18:32:22 33e8713114f8: Preparing 18:32:22 dddd5540a76a: Layer already exists 18:32:22 33e8713114f8: Layer already exists 18:32:22 600cc14b684c: Layer already exists 18:32:22 705058ba039f: Pushed 18:32:23 469aab13040f: Pushed 18:32:23 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:60061a9001d861e860b1ed6d4aa37db0c18296bd3bd93699f9b8e3f28eb9eca2 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:32:23 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:32:23 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.117 18:32:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 18:32:23 705058ba039f: Preparing 18:32:23 469aab13040f: Preparing 18:32:23 600cc14b684c: Preparing 18:32:23 dddd5540a76a: Preparing 18:32:23 33e8713114f8: Preparing 18:32:23 dddd5540a76a: Layer already exists 18:32:23 33e8713114f8: Layer already exists 18:32:23 600cc14b684c: Layer already exists 18:32:23 705058ba039f: Layer already exists 18:32:23 469aab13040f: Layer already exists 18:32:23 2.0.0-dev.117: digest: sha256:60061a9001d861e860b1ed6d4aa37db0c18296bd3bd93699f9b8e3f28eb9eca2 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:32:24 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:32:24 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:32:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 18:32:24 705058ba039f: Preparing 18:32:24 469aab13040f: Preparing 18:32:24 600cc14b684c: Preparing 18:32:24 dddd5540a76a: Preparing 18:32:24 33e8713114f8: Preparing 18:32:24 dddd5540a76a: Layer already exists 18:32:24 600cc14b684c: Layer already exists 18:32:24 705058ba039f: Layer already exists 18:32:24 469aab13040f: Layer already exists 18:32:24 33e8713114f8: Layer already exists 18:32:24 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:60061a9001d861e860b1ed6d4aa37db0c18296bd3bd93699f9b8e3f28eb9eca2 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:32:24 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 18:32:25 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 18:32:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 18:32:25 705058ba039f: Preparing 18:32:25 469aab13040f: Preparing 18:32:25 600cc14b684c: Preparing 18:32:25 dddd5540a76a: Preparing 18:32:25 33e8713114f8: Preparing 18:32:25 dddd5540a76a: Layer already exists 18:32:25 705058ba039f: Layer already exists 18:32:25 469aab13040f: Layer already exists 18:32:25 33e8713114f8: Layer already exists 18:32:25 600cc14b684c: Layer already exists 18:32:25 master: digest: sha256:60061a9001d861e860b1ed6d4aa37db0c18296bd3bd93699f9b8e3f28eb9eca2 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:32:25 ===================================================== [Pipeline] echo 18:32:25 taggedImages: 18:32:25 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7248181b27c1f196cc7a2300d5170335b9add480 18:32:25 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.117 18:32:25 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:32:25 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 18:32:25 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 18:32:25 7248181b27c1f196cc7a2300d5170335b9add480 18:32:25 2.0.0-dev.117 18:32:25 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:32:25 master 18:32:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:32:26 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh 18:32:26 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7248181b27c1f196cc7a2300d5170335b9add480 18:32:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 18:32:26 297d1df547e1: Preparing 18:32:26 dd1f0c4cc7b9: Preparing 18:32:26 ea6307220564: Preparing 18:32:26 6ab894091843: Preparing 18:32:26 f59fe1761347: Preparing 18:32:26 3d6ce14f3913: Preparing 18:32:26 2b0799379fe3: Preparing 18:32:26 0754057c0ad3: Preparing 18:32:26 998cdf262ab1: Preparing 18:32:26 02e56110abd2: Preparing 18:32:26 abc36efb885a: Preparing 18:32:26 b0b09059f4e1: Preparing 18:32:26 bb961f40224b: Preparing 18:32:26 f4666769fca7: Preparing 18:32:26 3d6ce14f3913: Waiting 18:32:26 2b0799379fe3: Waiting 18:32:26 0754057c0ad3: Waiting 18:32:26 b0b09059f4e1: Waiting 18:32:26 bb961f40224b: Waiting 18:32:26 f4666769fca7: Waiting 18:32:26 998cdf262ab1: Waiting 18:32:26 02e56110abd2: Waiting 18:32:26 abc36efb885a: Waiting 18:32:26 f59fe1761347: Pushed 18:32:26 297d1df547e1: Pushed 18:32:26 6ab894091843: Pushed 18:32:26 0754057c0ad3: Layer already exists 18:32:26 998cdf262ab1: Layer already exists 18:32:26 2b0799379fe3: Pushed 18:32:26 02e56110abd2: Layer already exists 18:32:26 abc36efb885a: Layer already exists 18:32:26 b0b09059f4e1: Layer already exists 18:32:26 bb961f40224b: Layer already exists 18:32:26 f4666769fca7: Layer already exists 18:32:26 dd1f0c4cc7b9: Pushed 18:32:27 3d6ce14f3913: Pushed 18:32:30 ea6307220564: Pushed 18:32:30 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:47963ccc5cd48cba6ac362957c21f40ded206bafbbc9915a01348d18f412e041 size: 3252 [Pipeline] isUnix [Pipeline] sh 18:32:31 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:32:32 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.117 18:32:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 18:32:32 297d1df547e1: Preparing 18:32:32 dd1f0c4cc7b9: Preparing 18:32:32 ea6307220564: Preparing 18:32:32 6ab894091843: Preparing 18:32:32 f59fe1761347: Preparing 18:32:32 3d6ce14f3913: Preparing 18:32:32 2b0799379fe3: Preparing 18:32:32 0754057c0ad3: Preparing 18:32:32 998cdf262ab1: Preparing 18:32:32 02e56110abd2: Preparing 18:32:32 abc36efb885a: Preparing 18:32:32 b0b09059f4e1: Preparing 18:32:32 bb961f40224b: Preparing 18:32:32 f4666769fca7: Preparing 18:32:32 2b0799379fe3: Waiting 18:32:32 0754057c0ad3: Waiting 18:32:32 998cdf262ab1: Waiting 18:32:32 bb961f40224b: Waiting 18:32:32 f4666769fca7: Waiting 18:32:32 02e56110abd2: Waiting 18:32:32 abc36efb885a: Waiting 18:32:32 b0b09059f4e1: Waiting 18:32:32 3d6ce14f3913: Waiting 18:32:32 6ab894091843: Layer already exists 18:32:32 ea6307220564: Layer already exists 18:32:32 297d1df547e1: Layer already exists 18:32:32 dd1f0c4cc7b9: Layer already exists 18:32:32 f59fe1761347: Layer already exists 18:32:32 3d6ce14f3913: Layer already exists 18:32:32 998cdf262ab1: Layer already exists 18:32:32 2b0799379fe3: Layer already exists 18:32:32 0754057c0ad3: Layer already exists 18:32:32 02e56110abd2: Layer already exists 18:32:32 abc36efb885a: Layer already exists 18:32:32 b0b09059f4e1: Layer already exists 18:32:32 f4666769fca7: Layer already exists 18:32:32 bb961f40224b: Layer already exists 18:32:32 2.0.0-dev.117: digest: sha256:47963ccc5cd48cba6ac362957c21f40ded206bafbbc9915a01348d18f412e041 size: 3252 [Pipeline] isUnix [Pipeline] sh 18:32:33 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:32:33 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:32:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 18:32:33 297d1df547e1: Preparing 18:32:33 dd1f0c4cc7b9: Preparing 18:32:33 ea6307220564: Preparing 18:32:33 6ab894091843: Preparing 18:32:33 f59fe1761347: Preparing 18:32:33 3d6ce14f3913: Preparing 18:32:33 2b0799379fe3: Preparing 18:32:33 0754057c0ad3: Preparing 18:32:33 998cdf262ab1: Preparing 18:32:33 02e56110abd2: Preparing 18:32:33 abc36efb885a: Preparing 18:32:33 b0b09059f4e1: Preparing 18:32:33 bb961f40224b: Preparing 18:32:33 f4666769fca7: Preparing 18:32:33 02e56110abd2: Waiting 18:32:33 abc36efb885a: Waiting 18:32:33 b0b09059f4e1: Waiting 18:32:33 bb961f40224b: Waiting 18:32:33 f4666769fca7: Waiting 18:32:33 3d6ce14f3913: Waiting 18:32:33 2b0799379fe3: Waiting 18:32:33 0754057c0ad3: Waiting 18:32:33 998cdf262ab1: Waiting 18:32:33 ea6307220564: Layer already exists 18:32:33 297d1df547e1: Layer already exists 18:32:33 f59fe1761347: Layer already exists 18:32:33 dd1f0c4cc7b9: Layer already exists 18:32:33 6ab894091843: Layer already exists 18:32:33 3d6ce14f3913: Layer already exists 18:32:33 2b0799379fe3: Layer already exists 18:32:33 998cdf262ab1: Layer already exists 18:32:33 02e56110abd2: Layer already exists 18:32:33 0754057c0ad3: Layer already exists 18:32:33 abc36efb885a: Layer already exists 18:32:33 b0b09059f4e1: Layer already exists 18:32:33 bb961f40224b: Layer already exists 18:32:33 f4666769fca7: Layer already exists 18:32:33 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:47963ccc5cd48cba6ac362957c21f40ded206bafbbc9915a01348d18f412e041 size: 3252 [Pipeline] isUnix [Pipeline] sh 18:32:33 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 18:32:33 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 18:32:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 18:32:33 297d1df547e1: Preparing 18:32:33 dd1f0c4cc7b9: Preparing 18:32:33 ea6307220564: Preparing 18:32:33 6ab894091843: Preparing 18:32:33 f59fe1761347: Preparing 18:32:33 3d6ce14f3913: Preparing 18:32:33 2b0799379fe3: Preparing 18:32:33 0754057c0ad3: Preparing 18:32:33 998cdf262ab1: Preparing 18:32:33 02e56110abd2: Preparing 18:32:33 abc36efb885a: Preparing 18:32:33 b0b09059f4e1: Preparing 18:32:33 bb961f40224b: Preparing 18:32:33 f4666769fca7: Preparing 18:32:33 3d6ce14f3913: Waiting 18:32:33 2b0799379fe3: Waiting 18:32:33 0754057c0ad3: Waiting 18:32:33 998cdf262ab1: Waiting 18:32:33 02e56110abd2: Waiting 18:32:33 abc36efb885a: Waiting 18:32:33 b0b09059f4e1: Waiting 18:32:33 bb961f40224b: Waiting 18:32:33 f4666769fca7: Waiting 18:32:33 ea6307220564: Layer already exists 18:32:33 6ab894091843: Layer already exists 18:32:33 dd1f0c4cc7b9: Layer already exists 18:32:33 297d1df547e1: Layer already exists 18:32:33 f59fe1761347: Layer already exists 18:32:33 2b0799379fe3: Layer already exists 18:32:33 3d6ce14f3913: Layer already exists 18:32:33 02e56110abd2: Layer already exists 18:32:33 998cdf262ab1: Layer already exists 18:32:33 abc36efb885a: Layer already exists 18:32:33 0754057c0ad3: Layer already exists 18:32:33 b0b09059f4e1: Layer already exists 18:32:33 bb961f40224b: Layer already exists 18:32:33 f4666769fca7: Layer already exists 18:32:33 master: digest: sha256:47963ccc5cd48cba6ac362957c21f40ded206bafbbc9915a01348d18f412e041 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:32:34 ===================================================== [Pipeline] echo 18:32:34 taggedImages: 18:32:34 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7248181b27c1f196cc7a2300d5170335b9add480 18:32:34 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.117 18:32:34 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:32:34 - 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] } 18:33:45 Removing intermediate container 84e8b67be446 18:33:45 ---> 147cb6127958 18:33:45 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:33:45 ---> Running in 722d9b391e9e 18:33:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:33:45 Removing intermediate container 722d9b391e9e 18:33:45 ---> f82d205995b6 18:33:45 18:33:45 Step 11/26 : FROM docker:20.10.0 18:33:45 20.10.0: Pulling from library/docker 18:34:01 Removing intermediate container b1a1a87a5535 18:34:01 ---> bc1a854d56fc 18:34:01 18:34:01 Step 10/22 : FROM alpine:3.12 18:34:01 3.12: Pulling from library/alpine 18:34:01 Removing intermediate container 8f450f459c60 18:34:01 ---> c782f140b34c 18:34:01 18:34:01 Step 10/22 : FROM alpine:3.12 18:34:01 3.12: Pulling from library/alpine 18:34:01 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:34:01 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:34:01 Status: Downloaded newer image for alpine:3.12 18:34:01 Status: Downloaded newer image for alpine:3.12 18:34:01 ---> d10569e2745f 18:34:01 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:34:01 ---> d10569e2745f 18:34:01 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:34:01 ---> Running in 62de57002f91 18:34:01 ---> Running in 2a067fc78738 18:34:03 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:34:03 Status: Downloaded newer image for docker:20.10.0 18:34:03 ---> eeaf43b92773 18:34:03 Step 12/26 : RUN apk add --no-cache bash 18:34:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:34:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:34:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:34:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:34:04 ---> Running in 2d7f9f31e9e6 18:34:04 (1/2) Installing ca-certificates (20191127-r4) 18:34:04 (2/2) Installing dumb-init (1.2.2-r1) 18:34:04 Executing busybox-1.31.1-r19.trigger 18:34:04 Executing ca-certificates-20191127-r4.trigger 18:34:04 Removing intermediate container 9153705b0543 18:34:04 ---> 7d6a9ba37c48 18:34:04 18:34:04 Step 10/23 : FROM alpine:3.12 18:34:04 ---> d10569e2745f 18:34:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:34:04 OK: 6 MiB in 16 packages 18:34:05 (1/1) Installing dumb-init (1.2.2-r1) 18:34:05 Executing busybox-1.31.1-r19.trigger 18:34:05 OK: 5 MiB in 15 packages 18:34:05 ---> Running in ca165d247f76 18:34:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:34:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:34:07 (1/2) Installing readline (8.0.4-r0) 18:34:07 (2/2) Installing bash (5.0.17-r0) 18:34:07 Executing bash-5.0.17-r0.post-install 18:34:07 Executing busybox-1.31.1-r19.trigger 18:34:07 OK: 12 MiB in 22 packages 18:34:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:34:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:34:07 Removing intermediate container 2a067fc78738 18:34:07 ---> 42eda6ed307b 18:34:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:34:08 Removing intermediate container 62de57002f91 18:34:08 ---> 73fbb1552ab9 18:34:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:34:08 (1/1) Installing dumb-init (1.2.2-r1) 18:34:08 Executing busybox-1.31.1-r19.trigger 18:34:08 OK: 5 MiB in 15 packages 18:34:08 ---> Running in 349c41ef5183 18:34:08 ---> Running in 59dc6395353f 18:34:09 Removing intermediate container 349c41ef5183 18:34:09 ---> 02db70b7587f 18:34:09 Step 13/22 : ENV APP_PORT=48085 18:34:09 ---> Running in fb1bde10266c 18:34:09 Removing intermediate container 59dc6395353f 18:34:09 ---> de8b4dd98bbf 18:34:09 Step 13/22 : ENV APP_PORT=48060 18:34:09 Removing intermediate container 2d7f9f31e9e6 18:34:09 ---> 3c4014ba5386 18:34:09 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:34:10 Removing intermediate container ca165d247f76 18:34:10 ---> a4e93bacdf56 18:34:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:34:10 ---> Running in bb5599cba3e1 18:34:10 Removing intermediate container bf403139c890 18:34:10 ---> 94db3136bb47 18:34:10 18:34:10 Step 10/23 : FROM alpine:3.12 18:34:10 ---> d10569e2745f 18:34:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:34:10 ---> Running in 07a9727ca84e 18:34:10 ---> Running in 72e0f25a1a1a 18:34:10 Removing intermediate container fb1bde10266c 18:34:10 ---> 95fae5926be2 18:34:10 Step 14/22 : EXPOSE $APP_PORT 18:34:10 ---> Running in 4793eeff17ff 18:34:10 Removing intermediate container bb5599cba3e1 18:34:10 ---> b8614889c90f 18:34:10 Step 14/26 : ENV APP_PORT=48090 18:34:10 ---> Running in e3b5ebfe3295 18:34:10 Removing intermediate container 07a9727ca84e 18:34:10 ---> ab802ac4d9f8 18:34:10 Step 14/22 : EXPOSE $APP_PORT 18:34:11 ---> Running in 5ba4e3f06626 18:34:11 ---> Running in 9a3e46d1e112 18:34:11 Removing intermediate container 72e0f25a1a1a 18:34:11 ---> 2fd28b14b429 18:34:11 Step 13/23 : ENV APP_PORT=48081 18:34:11 Removing intermediate container 4793eeff17ff 18:34:11 ---> f36afd026bcd 18:34:11 Step 12/23 : ENV APP_PORT=48080 18:34:11 Removing intermediate container e3b5ebfe3295 18:34:11 ---> f8b14d194f69 18:34:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:34:11 ---> Running in 7ef4cae4fc63 18:34:12 ---> Running in f5265613dc2c 18:34:12 Removing intermediate container 9a3e46d1e112 18:34:12 ---> 7d0cbaeb6e94 18:34:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:34:12 Removing intermediate container 5ba4e3f06626 18:34:12 ---> 915efa98599c 18:34:12 Step 15/26 : EXPOSE $APP_PORT 18:34:12 ---> Running in 11e9f7e5d832 18:34:12 Removing intermediate container 7ef4cae4fc63 18:34:12 ---> 66e915968b5f 18:34:12 Step 14/23 : EXPOSE $APP_PORT 18:34:12 Removing intermediate container f5265613dc2c 18:34:12 ---> bfb0e0fe2a6e 18:34:12 Step 13/23 : EXPOSE $APP_PORT 18:34:12 ---> Running in 0cb16a982229 18:34:12 ---> 462656562186 18:34:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:34:12 ---> Running in 758fbead1057 18:34:12 Removing intermediate container 11e9f7e5d832 18:34:12 ---> 48633128b6ad 18:34:12 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:34:12 ---> 12e8d215366d 18:34:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:34:13 Removing intermediate container 0cb16a982229 18:34:13 ---> 1801a109078e 18:34:13 Step 15/23 : WORKDIR / 18:34:13 Removing intermediate container 758fbead1057 18:34:13 ---> 74c1855e38b6 18:34:13 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:13 ---> Running in 715f74ce86b5 18:34:14 ---> Running in 748014fbd239 18:34:14 ---> 8db4446f9076 18:34:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:34:14 ---> 69c53c784e96 18:34:14 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:34:14 Removing intermediate container 715f74ce86b5 18:34:14 ---> 24ce1c013e3b 18:34:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:34:14 ---> 86c8564a88c5 18:34:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:34:15 ---> 780fb1a378ec 18:34:15 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:34:15 ---> Running in 3beeead18eae 18:34:16 ---> 8689e675eed7 18:34:16 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:34:16 ---> 20ddc3172f07 18:34:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:34:16 ---> 3f7c89697729 18:34:16 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:34:16 ---> Running in 4158268ceb41 18:34:16 Removing intermediate container 3beeead18eae 18:34:16 ---> 90b047ce8127 18:34:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:34:16 ---> Running in dbcd514f6eaf 18:34:17 Removing intermediate container 4158268ceb41 18:34:17 ---> 5dba626f7781 18:34:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:34:17 ---> ac8e888089f5 18:34:17 Step 19/26 : RUN apk --no-cache add py3-pip 18:34:17 ---> Running in 356098159b74 18:34:17 ---> Running in a8a02adf371b 18:34:17 Removing intermediate container 748014fbd239 18:34:17 ---> 9a5b29187c45 18:34:17 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:34:17 Removing intermediate container dbcd514f6eaf 18:34:17 ---> 3021ad8b98a6 18:34:17 Step 20/22 : LABEL arch=arm64 18:34:17 ---> 70f6db44f7f8 18:34:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:34:17 ---> Running in a72bc58490ed 18:34:17 ---> Running in 783cd8e24758 18:34:17 Removing intermediate container 356098159b74 18:34:17 ---> ce2b2e5b0fbf 18:34:17 Step 20/22 : LABEL arch=arm64 18:34:18 ---> Running in 0bc6dc3d0a90 18:34:18 Removing intermediate container 783cd8e24758 18:34:18 ---> 63d19ffd11c7 18:34:18 Step 21/22 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 18:34:19 Removing intermediate container 0bc6dc3d0a90 18:34:19 ---> 2e3387e30132 18:34:19 Step 21/22 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 18:34:19 ---> 8faee8e03905 18:34:19 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:34:19 ---> Running in 2d641749fb6c 18:34:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:34:19 ---> Running in 004670de2816 18:34:19 ---> Running in fb3d3f3a7db5 18:34:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:34:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:34:19 Removing intermediate container 2d641749fb6c 18:34:19 ---> e2c51edb125b 18:34:19 Step 22/22 : LABEL version=2.0.0-dev.117 18:34:19 ---> Running in 3b3099246237 18:34:19 Removing intermediate container 004670de2816 18:34:19 ---> 0ab6cdf273fb 18:34:19 Step 22/22 : LABEL version=2.0.0-dev.117Removing intermediate container fb3d3f3a7db5 18:34:19 ---> 6edccf59ef1b 18:34:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:34:19 18:34:20 (1/33) Installing libbz2 (1.0.8-r1) 18:34:20 (2/33) Installing expat (2.2.9-r1) 18:34:20 (3/33) Installing libffi (3.3-r2) 18:34:20 (4/33) Installing gdbm (1.13-r1) 18:34:20 (5/33) Installing xz-libs (5.2.5-r0) 18:34:20 (6/33) Installing sqlite-libs (3.32.1-r0) 18:34:20 (7/33) Installing python3 (3.8.5-r1) 18:34:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:34:20 ---> Running in 4960372fac13 18:34:20 ---> Running in 9ed58e0e614f 18:34:20 Removing intermediate container 3b3099246237 18:34:20 ---> 590e04a68a41 18:34:20 18:34:21 Successfully built 590e04a68a41 18:34:21 (1/6) Installing dumb-init (1.2.2-r1) 18:34:21 (2/6) Installing libgcc (9.3.0-r2) 18:34:21 Successfully tagged docker-support-scheduler-go-arm64:latest 18:34:21  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 18:34:21 Removing intermediate container 4960372fac13 18:34:21 ---> 85ba94be4359 18:34:21 Step 21/23 : LABEL arch=arm64 18:34:21 Removing intermediate container 9ed58e0e614f 18:34:21 ---> 9f59aca2bea1 18:34:21 18:34:21 (3/6) Installing libsodium (1.0.18-r0) 18:34:21 (4/6) Installing libstdc++ (9.3.0-r2) 18:34:21 Successfully built 9f59aca2bea1 18:34:21 (5/6) Installing libzmq (4.3.3-r0) 18:34:21 Successfully tagged docker-support-notifications-go-arm64:latest 18:34:21 Building docker-core-command-go 18:34:22  Building docker-support-notifications-go ... done (6/6) Installing zeromq (4.3.3-r0) 18:34:22 ---> Running in 024e1a0795be 18:34:22 (8/33) Installing py3-appdirs (1.4.4-r1) 18:34:22 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:34:22 (10/33) Installing py3-parsing (2.4.7-r0) 18:34:22 (11/33) Installing py3-six (1.15.0-r0) 18:34:22 (12/33) Installing py3-packaging (20.4-r0) 18:34:22 (13/33) Installing py3-setuptools (47.0.0-r0) 18:34:22 Executing busybox-1.31.1-r19.trigger 18:34:22 OK: 8 MiB in 20 packages 18:34:22 (14/33) Installing py3-chardet (3.0.4-r4) 18:34:22 (15/33) Installing py3-idna (2.9-r0) 18:34:22 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:34:22 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:34:22 (18/33) Installing py3-requests (2.23.0-r0) 18:34:22 (19/33) Installing py3-msgpack (1.0.0-r0) 18:34:22 (20/33) Installing py3-lockfile (0.12.2-r3) 18:34:22 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:34:22 (22/33) Installing py3-colorama (0.4.3-r0) 18:34:22 (23/33) Installing py3-distlib (0.3.0-r0) 18:34:22 (24/33) Installing py3-distro (1.5.0-r1) 18:34:22 (25/33) Installing py3-webencodings (0.5.1-r3) 18:34:22 (26/33) Installing py3-html5lib (1.0.1-r4) 18:34:22 (27/33) Installing py3-pytoml (0.1.21-r0) 18:34:22 (28/33) Installing py3-pep517 (0.8.2-r0) 18:34:22 (29/33) Installing py3-progress (1.5-r0) 18:34:22 (30/33) Installing py3-toml (0.10.1-r0) 18:34:22 (31/33) Installing py3-retrying (1.3.3-r0) 18:34:22 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:34:22 (33/33) Installing py3-pip (20.1.1-r0) 18:34:22 Removing intermediate container 024e1a0795be 18:34:22 ---> 03ec39fa012b 18:34:22 Step 22/23 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 18:34:23 Executing busybox-1.31.1-r19.trigger 18:34:23 OK: 71 MiB in 55 packages 18:34:23 ---> Running in 1fd35fffe67c 18:34:25 Removing intermediate container 1fd35fffe67c 18:34:25 ---> 96487f9ac9f3 18:34:25 Step 23/23 : LABEL version=2.0.0-dev.117 18:34:25 Removing intermediate container a72bc58490ed 18:34:25 ---> 1b526744e1a1 18:34:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:34:26 ---> Running in b8e10ba38dd6 18:34:26 ---> 8372546c17f3 18:34:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:34:26 Removing intermediate container b8e10ba38dd6 18:34:26 ---> dae1c3f2ac91 18:34:26 18:34:27 Successfully built dae1c3f2ac91 18:34:27 Successfully tagged docker-core-metadata-go-arm64:latest 18:34:27  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 18:34:28 ---> 27bb801993be 18:34:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:34:29 ---> ba5cd68955a9 18:34:29 Step 19/23 : ENTRYPOINT ["/core-data"] 18:34:30 ---> Running in e6e16cd62eb7 18:34:30 Removing intermediate container e6e16cd62eb7 18:34:30 ---> e41d951f76e7 18:34:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:34:30 Removing intermediate container a8a02adf371b 18:34:30 ---> bfb9f71b87e4 18:34:30 Step 20/26 : RUN pip install docker-compose==1.23.2 18:34:31 ---> Running in 6c5d0e6fe3f1 18:34:31 ---> Running in b851f7d93b9a 18:34:31 Removing intermediate container b851f7d93b9a 18:34:31 ---> 87c63aa6e02c 18:34:31 Step 21/23 : LABEL arch=arm64 18:34:32 ---> Running in 73dbce30eaa5 18:34:32 Removing intermediate container 73dbce30eaa5 18:34:32 ---> 2f5226a6b55c 18:34:32 Step 22/23 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 18:34:32 ---> Running in a156a51ba305 18:34:33 Removing intermediate container a156a51ba305 18:34:33 ---> 13c303ecc71b 18:34:33 Step 23/23 : LABEL version=2.0.0-dev.117 18:34:33 ---> Running in b3b8340de095 18:34:34 Removing intermediate container b3b8340de095 18:34:34 ---> 3913e1b061dd 18:34:34 18:34:34 Successfully built 3913e1b061dd 18:34:34 Successfully tagged docker-core-data-go-arm64:latest 18:34:34 Building docker-security-proxy-setup-go 18:34:36  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 18:34:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:34:37 Collecting docker<4.0,>=3.6.0 18:34:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:34:38 Collecting jsonschema<3,>=2.5.1 18:34:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:34:39 Collecting dockerpty<0.5,>=0.4.1 18:34:39 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:34:42 Collecting websocket-client<1.0,>=0.32.0 18:34:42 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:34:42 Collecting cached-property<2,>=1.2.0 18:34:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:34:42 Collecting texttable<0.10,>=0.9.0 18:34:42 Downloading texttable-0.9.1.tar.gz (11 kB) 18:34:46 Collecting PyYAML<4,>=3.10 18:34:46 Downloading PyYAML-3.13.tar.gz (270 kB) 18:34:49 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:34:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:34:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:34:50 Collecting docopt<0.7,>=0.6.1 18:34:50 Downloading docopt-0.6.2.tar.gz (25 kB) 18:34:52 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:34:52 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:34:52 ---> f0d77dd63189 18:34:52 Step 3/31 : WORKDIR /edgex-go 18:34:52 ---> Using cache 18:34:52 ---> 806b4d3a0740 18:34:52 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:52 ---> Using cache 18:34:52 ---> 905c6ed03901 18:34:52 Step 5/31 : RUN apk add --update --no-cache make git 18:34:52 ---> Using cache 18:34:52 ---> 537ee28e9fcb 18:34:52 Step 6/31 : COPY go.mod . 18:34:52 ---> Using cache 18:34:52 ---> b7cf3eef0ef3 18:34:52 Step 7/31 : RUN go mod download 18:34:52 ---> Using cache 18:34:52 ---> 6fc0083aab43 18:34:52 Step 8/31 : COPY . . 18:34:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:34:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:34:52 ---> f0d77dd63189 18:34:52 Step 3/23 : WORKDIR /edgex-go 18:34:52 ---> Using cache 18:34:52 ---> 806b4d3a0740 18:34:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:52 ---> Using cache 18:34:52 ---> 905c6ed03901 18:34:52 Step 5/23 : RUN apk add --update --no-cache make git 18:34:52 ---> Using cache 18:34:52 ---> 537ee28e9fcb 18:34:52 Step 6/23 : COPY go.mod . 18:34:52 ---> Using cache 18:34:53 ---> b7cf3eef0ef3 18:34:53 Step 7/23 : RUN go mod download 18:34:53 ---> Using cache 18:34:53 ---> 6fc0083aab43 18:34:53 Step 8/23 : COPY . . 18:34:53 ---> Using cache 18:34:53 ---> 8e31a52c521f 18:34:53 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:34:53 ---> Using cache 18:34:53 ---> 8e31a52c521f 18:34:53 Step 9/23 : RUN make cmd/core-command/core-command 18:34:53 Collecting docker-pycreds>=0.4.0 18:34:53 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:34:53 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) 18:34:53 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) 18:34:54 Collecting idna<2.8,>=2.5 18:34:54 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:34:56 Collecting urllib3<1.25,>=1.21.1 18:34:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:34:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:34:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:34:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:34:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:34:57 Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, dockerpty, cached-property, texttable, PyYAML, docopt, docker-compose 18:34:58 ---> Running in 89b49e78a693 18:34:58 ---> Running in f5b39063ea75 18:34:58 Attempting uninstall: idna 18:34:58 Found existing installation: idna 2.9 18:34:58 Uninstalling idna-2.9: 18:34:58 Successfully uninstalled idna-2.9 18:34:59 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:34:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:34:59 ---> f0d77dd63189 18:34:59 Step 3/24 : WORKDIR /edgex-go 18:34:59 ---> Using cache 18:34:59 ---> 806b4d3a0740 18:34:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:59 ---> Using cache 18:34:59 ---> 905c6ed03901 18:34:59 Step 5/24 : RUN apk add --update --no-cache make git 18:34:59 ---> Using cache 18:34:59 ---> 537ee28e9fcb 18:34:59 Step 6/24 : COPY go.mod . 18:34:59 ---> Using cache 18:34:59 ---> b7cf3eef0ef3 18:34:59 Step 7/24 : RUN go mod download 18:34:59 ---> Using cache 18:34:59 ---> 6fc0083aab43 18:34:59 Step 8/24 : COPY . . 18:34:59 Attempting uninstall: urllib3 18:34:59 Found existing installation: urllib3 1.25.9 18:34:59 Uninstalling urllib3-1.25.9: 18:34:59 ---> Using cache 18:34:59 ---> 8e31a52c521f 18:34:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:34:59 Successfully uninstalled urllib3-1.25.9 18:35:00 Attempting uninstall: requests 18:35:00 Found existing installation: requests 2.23.0 18:35:00 Uninstalling requests-2.23.0: 18:35:00 Successfully uninstalled requests-2.23.0 18:35:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/core-command/core-command ./cmd/core-command 18:35:00 ---> Running in 8a8bbef37aed 18:35:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:35:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:35:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:35:02 ---> f0d77dd63189 18:35:02 Step 3/21 : WORKDIR /edgex-go 18:35:02 ---> Using cache 18:35:02 ---> 806b4d3a0740 18:35:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:35:02 ---> Using cache 18:35:02 ---> 905c6ed03901 18:35:02 Step 5/21 : RUN apk add --update --no-cache make git 18:35:02 ---> Using cache 18:35:02 ---> 537ee28e9fcb 18:35:02 Step 6/21 : COPY go.mod . 18:35:02 ---> Using cache 18:35:02 ---> b7cf3eef0ef3 18:35:02 Step 7/21 : RUN go mod download 18:35:02 ---> Using cache 18:35:02 ---> 6fc0083aab43 18:35:02 Step 8/21 : COPY . . 18:35:02 ---> Using cache 18:35:02 ---> 8e31a52c521f 18:35:02 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:35:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:35:02 Running setup.py install for dockerpty: started 18:35:02 ---> Running in 449903b6e7d6 18:35:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:35:05 Running setup.py install for dockerpty: finished with status 'done' 18:35:06 Running setup.py install for texttable: started 18:35:08 Running setup.py install for texttable: finished with status 'done' 18:35:08 Running setup.py install for PyYAML: started 18:35:12 Running setup.py install for PyYAML: finished with status 'done' 18:35:12 Running setup.py install for docopt: started 18:35:14 Running setup.py install for docopt: finished with status 'done' 18:35:15 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 18:35:20 Removing intermediate container 6c5d0e6fe3f1 18:35:20 ---> 592c2cb04a62 18:35:20 Step 21/26 : RUN apk --no-cache add curl 18:35:20 ---> Running in f7d2a40ea83d 18:35:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:35:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:35:23 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:35:23 (2/3) Installing libcurl (7.69.1-r3) 18:35:23 (3/3) Installing curl (7.69.1-r3) 18:35:23 Executing busybox-1.31.1-r19.trigger 18:35:23 OK: 71 MiB in 58 packages 18:35:25 Removing intermediate container f7d2a40ea83d 18:35:25 ---> 15c980fbee64 18:35:25 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:35:25 ---> Running in 0dbf3c61f2a5 18:35:26 Removing intermediate container 0dbf3c61f2a5 18:35:26 ---> b3d41854429a 18:35:26 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:35:26 ---> Running in 6bdb69d085bd 18:35:27 Removing intermediate container 6bdb69d085bd 18:35:27 ---> 733eb2b2357a 18:35:27 Step 24/26 : LABEL arch=arm64 18:35:27 ---> Running in 237c5e18fa56 18:35:28 Removing intermediate container 237c5e18fa56 18:35:28 ---> 44fee740a460 18:35:28 Step 25/26 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 18:35:28 ---> Running in 348d51fa9ec1 18:35:29 Removing intermediate container 348d51fa9ec1 18:35:29 ---> 700035b4f152 18:35:29 Step 26/26 : LABEL version=2.0.0-dev.117 18:35:29 ---> Running in ede69c86e3c8 18:35:30 Removing intermediate container ede69c86e3c8 18:35:30 ---> ea2922af0b6f 18:35:30 18:35:30 Successfully built ea2922af0b6f 18:35:30 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:36:17  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.117" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:36:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/secrets-config ./cmd/secrets-config 18:36:32 Removing intermediate container 8a8bbef37aed 18:36:32 ---> 6e47924e83ce 18:36:32 18:36:32 Step 10/24 : FROM alpine:3.12 18:36:32 ---> d10569e2745f 18:36:32 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:36:32 Removing intermediate container 449903b6e7d6 18:36:32 ---> 89ee97420c60 18:36:32 18:36:32 Step 10/21 : FROM alpine:3.12 18:36:32 ---> d10569e2745f 18:36:32 Step 11/21 : RUN apk add --update --no-cache curl 18:36:32 Removing intermediate container f5b39063ea75 18:36:32 ---> 0f9c5c009d30 18:36:32 18:36:32 Step 10/31 : FROM alpine:3.12 18:36:32 ---> d10569e2745f 18:36:32 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:36:32 ---> Running in 06ebe09c17de 18:36:32 ---> Running in 48ef7e1e38d2 18:36:32 ---> Running in 77826d8d42e6 18:36:33 Removing intermediate container 77826d8d42e6 18:36:33 ---> b4720c57409c 18:36:33 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:36:33 ---> Running in 77d86ece527b 18:36:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:36:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:36:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:36:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:36:34 Removing intermediate container 89b49e78a693 18:36:34 ---> 61df8232dc35 18:36:34 18:36:34 Step 10/23 : FROM alpine:3.12 18:36:34 ---> d10569e2745f 18:36:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:36:34 ---> Using cache 18:36:34 ---> a4e93bacdf56 18:36:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:36:34 ---> Using cache 18:36:34 ---> 2fd28b14b429 18:36:34 Step 13/23 : ENV APP_PORT=48082 18:36:34 (1/4) Installing ca-certificates (20191127-r4) 18:36:34 (1/5) Installing ca-certificates (20191127-r4) 18:36:34 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:36:34 (3/4) Installing libcurl (7.69.1-r3) 18:36:34 ---> Running in c94e7d3e452a 18:36:34 (4/4) Installing curl (7.69.1-r3) 18:36:34 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:36:34 Executing busybox-1.31.1-r19.trigger 18:36:34 Executing ca-certificates-20191127-r4.trigger 18:36:35 (3/5) Installing libcurl (7.69.1-r3) 18:36:35 (4/5) Installing curl (7.69.1-r3) 18:36:35 (5/5) Installing dumb-init (1.2.2-r1) 18:36:35 Executing busybox-1.31.1-r19.trigger 18:36:35 Executing ca-certificates-20191127-r4.trigger 18:36:35 OK: 7 MiB in 18 packages 18:36:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:36:35 OK: 7 MiB in 19 packages 18:36:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:36:35 Removing intermediate container c94e7d3e452a 18:36:35 ---> a28749879535 18:36:35 Step 14/23 : EXPOSE $APP_PORT 18:36:36 ---> Running in f0fc8e61bfd7 18:36:36 (1/2) Installing dumb-init (1.2.2-r1) 18:36:36 (2/2) Installing su-exec (0.2-r1) 18:36:36 Executing busybox-1.31.1-r19.trigger 18:36:36 OK: 5 MiB in 16 packages 18:36:36 Removing intermediate container f0fc8e61bfd7 18:36:36 ---> 2928b02da376 18:36:36 Step 15/23 : WORKDIR / 18:36:37 ---> Running in 2bf3b335aa6e 18:36:37 Removing intermediate container 06ebe09c17de 18:36:37 ---> 3852f32f9f25 18:36:37 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:36:37 Removing intermediate container 48ef7e1e38d2 18:36:37 ---> 032ba33aebdf 18:36:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:36:37 ---> Running in ccc86721bf84 18:36:37 ---> Running in 92470e381f16 18:36:37 Removing intermediate container 2bf3b335aa6e 18:36:37 ---> c5c256070f9b 18:36:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:36:37 Removing intermediate container 77d86ece527b 18:36:37 ---> 18b2b8f5e3ae 18:36:37 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:36:37 ---> Running in 4ec38e3848b5 18:36:38 Removing intermediate container 92470e381f16 18:36:38 ---> 670f9bd6fdf8 18:36:38 Step 13/21 : WORKDIR /edgex 18:36:38 Removing intermediate container ccc86721bf84 18:36:38 ---> dd9a5c414aa7 18:36:38 Step 13/24 : WORKDIR / 18:36:38 ---> Running in c09a75859833 18:36:38 ---> Running in 9eb47e2caf31 18:36:38 Removing intermediate container 4ec38e3848b5 18:36:38 ---> 83e36c50e810 18:36:38 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:36:38 ---> 6b07241ab333 18:36:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:36:38 ---> Running in 5a22e67701d6 18:36:39 Removing intermediate container c09a75859833 18:36:39 ---> fdc4db9d827b 18:36:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:36:39 Removing intermediate container 9eb47e2caf31 18:36:39 ---> c2819350adee 18:36:39 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:36:39 Removing intermediate container 5a22e67701d6 18:36:39 ---> ebd57eeaacd2 18:36:39 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:36:39 ---> Running in 8e900d779e38 18:36:40 ---> e3601615815c 18:36:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:36:40 ---> 930f29cc7ab7 18:36:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:36:40 ---> 1cf29135cbbf 18:36:40 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:36:41 ---> 0ff7f58a23c0 18:36:41 Step 19/23 : ENTRYPOINT ["/core-command"] 18:36:41 ---> 492f8ac12ccd 18:36:41 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:36:41 ---> Running in 2434e00ca144 18:36:42 ---> b2549b9941ce 18:36:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:36:42 Removing intermediate container 2434e00ca144 18:36:42 ---> ef39d8dd6e99 18:36:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:36:42 Removing intermediate container 8e900d779e38 18:36:42 ---> aed7f004d2c8 18:36:42 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:36:42 ---> eccb89419b5b 18:36:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:36:43 ---> Running in 6a8fb2450713 18:36:43 ---> Running in 46a6032873a1 18:36:43 Removing intermediate container 6a8fb2450713 18:36:43 ---> 5ad5085b1fe4 18:36:43 Step 21/23 : LABEL arch=arm64 18:36:43 ---> 1bdb3c309f07 18:36:43 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:36:43 ---> Running in 15d6a66e8af0 18:36:43 ---> Running in 63dc0079dc6c 18:36:43 Removing intermediate container 46a6032873a1 18:36:43 ---> 072220cc6f6e 18:36:43 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:36:44 ---> 8c339e7aa6ec 18:36:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:36:44 Removing intermediate container 15d6a66e8af0 18:36:44 ---> 0b7f88509871 18:36:44 Step 18/21 : CMD ["--init=true"] 18:36:44 Removing intermediate container 63dc0079dc6c 18:36:44 ---> d0da276b0291 18:36:44 Step 22/23 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 18:36:44 ---> Running in 6dd1ff97341d 18:36:44 ---> Running in 975d4fd84ab9 18:36:44 ---> 7eea16c773d9 18:36:44 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:36:44 ---> Running in f92a640cd082 18:36:45 Removing intermediate container 975d4fd84ab9 18:36:45 ---> 3c984382a595 18:36:45 Step 19/21 : LABEL arch=arm64 18:36:45 Removing intermediate container 6dd1ff97341d 18:36:45 ---> bedee35d936f 18:36:45 Step 23/23 : LABEL version=2.0.0-dev.117 18:36:45 ---> Running in 08ddcc0d4226 18:36:45 ---> Running in 704f3c444715 18:36:45 ---> d45ef4e8e99c 18:36:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:36:46 Removing intermediate container 08ddcc0d4226 18:36:46 ---> 3777163930a8 18:36:46 Step 20/21 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 18:36:46 Removing intermediate container 704f3c444715 18:36:46 ---> 4c115a40bb14 18:36:46 18:36:46 ---> Running in 487d84dc66ef 18:36:46 ---> a2e6258ab584 18:36:46 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/ 18:36:46 Successfully built 4c115a40bb14 18:36:46 Successfully tagged docker-core-command-go-arm64:latest 18:36:46  Building docker-core-command-go ... done  ---> Running in 294397d534ba 18:36:46 Removing intermediate container 487d84dc66ef 18:36:46 ---> e2ef9e95cfcf 18:36:46 Step 21/21 : LABEL version=2.0.0-dev.117 18:36:47 ---> Running in f615e8cf0115 18:36:47 Removing intermediate container f615e8cf0115 18:36:47 ---> a4d9e3793318 18:36:47 18:36:47 Removing intermediate container f92a640cd082 18:36:47 ---> 4bdfb511117f 18:36:47 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:36:48 Successfully built a4d9e3793318 18:36:48 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:36:48  Building docker-security-proxy-setup-go ... done  ---> de1133832f96 18:36:48 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:36:49 Removing intermediate container 294397d534ba 18:36:49 ---> cdb6aa47ba0d 18:36:49 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:36:49 ---> Running in be099b311f18 18:36:49 ---> feb4ad3f989e 18:36:50 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:36:50 Removing intermediate container be099b311f18 18:36:50 ---> c27216e34bfc 18:36:50 Step 22/24 : LABEL arch=arm64 18:36:50 ---> Running in 69c33d08188e 18:36:50 Removing intermediate container 69c33d08188e 18:36:50 ---> 5a817323a28c 18:36:50 Step 23/24 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 18:36:50 ---> ab4e1a287700 18:36:50 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:36:50 ---> Running in 51e72e240400 18:36:51 Removing intermediate container 51e72e240400 18:36:51 ---> 8634814210da 18:36:51 Step 24/24 : LABEL version=2.0.0-dev.117 18:36:51 ---> Running in b6c3518481ba 18:36:51 ---> 4320406b8e38 18:36:51 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:36:51 Removing intermediate container b6c3518481ba 18:36:51 ---> 81468dec7497 18:36:51 18:36:52 Successfully built 81468dec7497 18:36:52 ---> d25a6367f7fa 18:36:52 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:36:52 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:36:52  Building docker-security-secretstore-setup-go ... done  ---> Running in 8ea2f9f8f0b0 18:36:53 Removing intermediate container 8ea2f9f8f0b0 18:36:53 ---> 6d00c7658978 18:36:53 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:36:53 ---> 506a46b4b727 18:36:53 Step 26/31 : RUN chmod +x /entrypoint.sh 18:36:54 ---> Running in 10632e29dd38 18:36:56 Removing intermediate container 10632e29dd38 18:36:56 ---> 828b238f306e 18:36:56 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:36:56 ---> Running in 2fca52a65853 18:36:56 Removing intermediate container 2fca52a65853 18:36:56 ---> 89509fabd582 18:36:56 Step 28/31 : CMD ["gate"] 18:36:56 ---> Running in 17cb4076b477 18:36:57 Removing intermediate container 17cb4076b477 18:36:57 ---> 93ad5c7c9d54 18:36:57 Step 29/31 : LABEL arch=arm64 18:36:57 ---> Running in 66bc209b7cad 18:36:58 Removing intermediate container 66bc209b7cad 18:36:58 ---> cb802102631c 18:36:58 Step 30/31 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 18:36:58 ---> Running in f842bef5f124 18:36:59 Removing intermediate container f842bef5f124 18:36:59 ---> 1d95e70b4c11 18:36:59 Step 31/31 : LABEL version=2.0.0-dev.117 18:36:59 ---> Running in 0c24b7957c18 18:36:59 Removing intermediate container 0c24b7957c18 18:36:59 ---> ae457bb35f9e 18:36:59 18:37:00 Successfully built ae457bb35f9e 18:37:00 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:37:00  Building docker-security-bootstrapper-go ... done  [Pipeline] } 18:37:00 $ docker stop --time=1 ba25ece982afdc7dadfcde8c4093880ffe2cf1f4616c368f24bd7ed78254b8c0 18:37:02 $ docker rm -f ba25ece982afdc7dadfcde8c4093880ffe2cf1f4616c368f24bd7ed78254b8c0 [Pipeline] // withDockerContainer [Pipeline] sh 18:37:03 + docker images 18:37:03 + grep docker 18:37:03 docker-security-bootstrapper-go-arm64 latest ae457bb35f9e 4 seconds ago 17.8MB 18:37:03 docker-security-secretstore-setup-go-arm64 latest 81468dec7497 12 seconds ago 23.7MB 18:37:03 docker-security-proxy-setup-go-arm64 latest a4d9e3793318 16 seconds ago 23.4MB 18:37:03 docker-core-command-go-arm64 latest 4c115a40bb14 18 seconds ago 16.2MB 18:37:03 docker-sys-mgmt-agent-go-arm64 latest ea2922af0b6f About a minute ago 300MB 18:37:03 docker-core-data-go-arm64 latest 3913e1b061dd 2 minutes ago 21.1MB 18:37:03 docker-core-metadata-go-arm64 latest dae1c3f2ac91 2 minutes ago 17.9MB 18:37:03 docker-support-scheduler-go-arm64 latest 590e04a68a41 2 minutes ago 16.3MB 18:37:03 docker-support-notifications-go-arm64 latest 9f59aca2bea1 2 minutes ago 16.9MB 18:37:03 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 18:37:04 provisioning config files... 18:37:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/384@tmp/config6274873000218406008tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:37:04 ---> docker-login.sh 18:37:04 nexus3.edgexfoundry.org:10001 18:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:05 Configure a credential helper to remove this warning. See 18:37:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:05 18:37:05 Login Succeeded 18:37:05 nexus3.edgexfoundry.org:10002 18:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:05 Configure a credential helper to remove this warning. See 18:37:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:05 18:37:05 Login Succeeded 18:37:05 nexus3.edgexfoundry.org:10003 18:37:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:06 Configure a credential helper to remove this warning. See 18:37:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:06 18:37:06 Login Succeeded 18:37:06 nexus3.edgexfoundry.org:10004 18:37:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:07 Configure a credential helper to remove this warning. See 18:37:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:07 18:37:07 Login Succeeded 18:37:07 docker.io 18:37:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:07 Configure a credential helper to remove this warning. See 18:37:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:07 18:37:07 Login Succeeded 18:37:07 ---> docker-login.sh ends [Pipeline] } 18:37:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:37:08 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 18:37:08 7248181b27c1f196cc7a2300d5170335b9add480 18:37:08 2.0.0-dev.117 18:37:08 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:37:08 master 18:37:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:37:08 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh 18:37:08 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 18:37:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 18:37:08 63ad42b7343e: Preparing 18:37:08 23de249093f9: Preparing 18:37:08 f8f65ca0f341: Preparing 18:37:08 9234f6b388bf: Preparing 18:37:08 02a88cfff88f: Preparing 18:37:09 02a88cfff88f: Layer already exists 18:37:09 9234f6b388bf: Pushed 18:37:09 63ad42b7343e: Pushed 18:37:09 f8f65ca0f341: Pushed 18:37:12 23de249093f9: Pushed 18:37:12 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:48450b0918eced19f4f577d56ed025a35dbb83fe68411362b92f589b0626104c size: 1363 [Pipeline] isUnix [Pipeline] sh 18:37:12 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:37:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.117 18:37:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 18:37:12 63ad42b7343e: Preparing 18:37:12 23de249093f9: Preparing 18:37:12 f8f65ca0f341: Preparing 18:37:12 9234f6b388bf: Preparing 18:37:12 02a88cfff88f: Preparing 18:37:12 9234f6b388bf: Layer already exists 18:37:12 23de249093f9: Layer already exists 18:37:12 f8f65ca0f341: Layer already exists 18:37:12 63ad42b7343e: Layer already exists 18:37:12 02a88cfff88f: Layer already exists 18:37:13 2.0.0-dev.117: digest: sha256:48450b0918eced19f4f577d56ed025a35dbb83fe68411362b92f589b0626104c size: 1363 [Pipeline] isUnix [Pipeline] sh 18:37:13 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:37:13 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:37:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 18:37:13 63ad42b7343e: Preparing 18:37:13 23de249093f9: Preparing 18:37:13 f8f65ca0f341: Preparing 18:37:13 9234f6b388bf: Preparing 18:37:13 02a88cfff88f: Preparing 18:37:13 f8f65ca0f341: Layer already exists 18:37:14 9234f6b388bf: Layer already exists 18:37:14 63ad42b7343e: Layer already exists 18:37:14 02a88cfff88f: Layer already exists 18:37:14 23de249093f9: Layer already exists 18:37:14 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:48450b0918eced19f4f577d56ed025a35dbb83fe68411362b92f589b0626104c size: 1363 [Pipeline] isUnix [Pipeline] sh 18:37:14 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:37:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 18:37:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 18:37:14 63ad42b7343e: Preparing 18:37:14 23de249093f9: Preparing 18:37:14 f8f65ca0f341: Preparing 18:37:14 9234f6b388bf: Preparing 18:37:14 02a88cfff88f: Preparing 18:37:14 9234f6b388bf: Layer already exists 18:37:14 02a88cfff88f: Layer already exists 18:37:14 f8f65ca0f341: Layer already exists 18:37:14 63ad42b7343e: Layer already exists 18:37:14 23de249093f9: Layer already exists 18:37:15 master: digest: sha256:48450b0918eced19f4f577d56ed025a35dbb83fe68411362b92f589b0626104c size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:37:15 ===================================================== [Pipeline] echo 18:37:15 taggedImages: 18:37:15 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 18:37:15 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.117 18:37:15 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:37:15 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 18:37:15 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 18:37:15 7248181b27c1f196cc7a2300d5170335b9add480 18:37:15 2.0.0-dev.117 18:37:15 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:37:15 master 18:37:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:37:15 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh 18:37:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 18:37:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 18:37:16 01209c74f4c3: Preparing 18:37:16 6612ad6c9ecb: Preparing 18:37:16 f8f65ca0f341: Preparing 18:37:16 7f96e0fb1dcd: Preparing 18:37:16 5830b2e6e64d: Preparing 18:37:16 02a88cfff88f: Preparing 18:37:16 02a88cfff88f: Waiting 18:37:16 f8f65ca0f341: Layer already exists 18:37:16 02a88cfff88f: Layer already exists 18:37:16 01209c74f4c3: Pushed 18:37:16 5830b2e6e64d: Pushed 18:37:17 7f96e0fb1dcd: Pushed 18:37:19 6612ad6c9ecb: Pushed 18:37:19 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:97f547f39fa70084d0d885cff93825c1151ddf97536efd45bb90ad5605f7d25c size: 1572 [Pipeline] isUnix [Pipeline] sh 18:37:20 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:37:20 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.117 18:37:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 18:37:20 01209c74f4c3: Preparing 18:37:20 6612ad6c9ecb: Preparing 18:37:20 f8f65ca0f341: Preparing 18:37:20 7f96e0fb1dcd: Preparing 18:37:20 5830b2e6e64d: Preparing 18:37:20 02a88cfff88f: Preparing 18:37:20 02a88cfff88f: Waiting 18:37:20 5830b2e6e64d: Layer already exists 18:37:20 f8f65ca0f341: Layer already exists 18:37:20 7f96e0fb1dcd: Layer already exists 18:37:20 01209c74f4c3: Layer already exists 18:37:20 6612ad6c9ecb: Layer already exists 18:37:20 02a88cfff88f: Layer already exists 18:37:20 2.0.0-dev.117: digest: sha256:97f547f39fa70084d0d885cff93825c1151ddf97536efd45bb90ad5605f7d25c size: 1572 [Pipeline] isUnix [Pipeline] sh 18:37:21 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:37:21 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:37:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 18:37:21 01209c74f4c3: Preparing 18:37:21 6612ad6c9ecb: Preparing 18:37:21 f8f65ca0f341: Preparing 18:37:21 7f96e0fb1dcd: Preparing 18:37:21 5830b2e6e64d: Preparing 18:37:21 02a88cfff88f: Preparing 18:37:21 02a88cfff88f: Waiting 18:37:21 01209c74f4c3: Layer already exists 18:37:21 6612ad6c9ecb: Layer already exists 18:37:21 5830b2e6e64d: Layer already exists 18:37:21 f8f65ca0f341: Layer already exists 18:37:21 7f96e0fb1dcd: Layer already exists 18:37:21 02a88cfff88f: Layer already exists 18:37:21 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:97f547f39fa70084d0d885cff93825c1151ddf97536efd45bb90ad5605f7d25c size: 1572 [Pipeline] isUnix [Pipeline] sh 18:37:22 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:37:22 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 18:37:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 18:37:22 01209c74f4c3: Preparing 18:37:22 6612ad6c9ecb: Preparing 18:37:22 f8f65ca0f341: Preparing 18:37:22 7f96e0fb1dcd: Preparing 18:37:22 5830b2e6e64d: Preparing 18:37:22 02a88cfff88f: Preparing 18:37:22 02a88cfff88f: Waiting 18:37:22 01209c74f4c3: Layer already exists 18:37:22 7f96e0fb1dcd: Layer already exists 18:37:22 6612ad6c9ecb: Layer already exists 18:37:22 f8f65ca0f341: Layer already exists 18:37:22 5830b2e6e64d: Layer already exists 18:37:22 02a88cfff88f: Layer already exists 18:37:23 master: digest: sha256:97f547f39fa70084d0d885cff93825c1151ddf97536efd45bb90ad5605f7d25c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:37:23 ===================================================== [Pipeline] echo 18:37:23 taggedImages: 18:37:23 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 18:37:23 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.117 18:37:23 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:37:23 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 18:37:23 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 18:37:23 7248181b27c1f196cc7a2300d5170335b9add480 18:37:23 2.0.0-dev.117 18:37:23 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:37:23 master 18:37:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:37:23 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh 18:37:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 18:37:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 18:37:24 242438bd96bf: Preparing 18:37:24 7739ac6e174a: Preparing 18:37:24 f8f65ca0f341: Preparing 18:37:24 9234f6b388bf: Preparing 18:37:24 02a88cfff88f: Preparing 18:37:24 f8f65ca0f341: Layer already exists 18:37:24 02a88cfff88f: Layer already exists 18:37:24 9234f6b388bf: Layer already exists 18:37:24 242438bd96bf: Pushed 18:37:28 7739ac6e174a: Pushed 18:37:28 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:1f9132d7b6a3179ec36789ae9b330bf185385cf98e8fd72ee303b6c45e190079 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:37:28 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:37:28 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.117 18:37:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 18:37:28 242438bd96bf: Preparing 18:37:28 7739ac6e174a: Preparing 18:37:28 f8f65ca0f341: Preparing 18:37:28 9234f6b388bf: Preparing 18:37:28 02a88cfff88f: Preparing 18:37:28 f8f65ca0f341: Layer already exists 18:37:28 9234f6b388bf: Layer already exists 18:37:28 242438bd96bf: Layer already exists 18:37:28 02a88cfff88f: Layer already exists 18:37:28 7739ac6e174a: Layer already exists 18:37:29 2.0.0-dev.117: digest: sha256:1f9132d7b6a3179ec36789ae9b330bf185385cf98e8fd72ee303b6c45e190079 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:37:29 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:37:29 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:37:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 18:37:29 242438bd96bf: Preparing 18:37:29 7739ac6e174a: Preparing 18:37:29 f8f65ca0f341: Preparing 18:37:29 9234f6b388bf: Preparing 18:37:29 02a88cfff88f: Preparing 18:37:29 02a88cfff88f: Layer already exists 18:37:29 9234f6b388bf: Layer already exists 18:37:29 7739ac6e174a: Layer already exists 18:37:29 f8f65ca0f341: Layer already exists 18:37:29 242438bd96bf: Layer already exists 18:37:29 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:1f9132d7b6a3179ec36789ae9b330bf185385cf98e8fd72ee303b6c45e190079 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:37:30 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:37:30 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 18:37:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 18:37:30 242438bd96bf: Preparing 18:37:30 7739ac6e174a: Preparing 18:37:30 f8f65ca0f341: Preparing 18:37:30 9234f6b388bf: Preparing 18:37:30 02a88cfff88f: Preparing 18:37:30 f8f65ca0f341: Layer already exists 18:37:30 9234f6b388bf: Layer already exists 18:37:30 7739ac6e174a: Layer already exists 18:37:30 02a88cfff88f: Layer already exists 18:37:30 242438bd96bf: Layer already exists 18:37:30 master: digest: sha256:1f9132d7b6a3179ec36789ae9b330bf185385cf98e8fd72ee303b6c45e190079 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:37:31 ===================================================== [Pipeline] echo 18:37:31 taggedImages: 18:37:31 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 18:37:31 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.117 18:37:31 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:37:31 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 18:37:31 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 18:37:31 7248181b27c1f196cc7a2300d5170335b9add480 18:37:31 2.0.0-dev.117 18:37:31 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:37:31 master 18:37:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:37:31 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh 18:37:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 18:37:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 18:37:32 07fe03fe25ce: Preparing 18:37:32 07fe03fe25ce: Preparing 18:37:32 7777faffd957: Preparing 18:37:32 c998a15122bd: Preparing 18:37:32 84352ba66433: Preparing 18:37:32 e3236e2320c1: Preparing 18:37:32 f8f65ca0f341: Preparing 18:37:32 b04a6424a684: Preparing 18:37:32 b04a6424a684: Preparing 18:37:32 4433b75206f7: Preparing 18:37:32 ac573cb31d7b: Preparing 18:37:32 02a88cfff88f: Preparing 18:37:32 f8f65ca0f341: Waiting 18:37:32 b04a6424a684: Waiting 18:37:32 02a88cfff88f: Waiting 18:37:32 ac573cb31d7b: Waiting 18:37:32 4433b75206f7: Waiting 18:37:32 7777faffd957: Pushed 18:37:32 84352ba66433: Pushed 18:37:32 c998a15122bd: Pushed 18:37:32 07fe03fe25ce: Pushed 18:37:32 f8f65ca0f341: Layer already exists 18:37:32 02a88cfff88f: Layer already exists 18:37:33 ac573cb31d7b: Pushed 18:37:33 b04a6424a684: Pushed 18:37:33 4433b75206f7: Pushed 18:37:35 e3236e2320c1: Pushed 18:37:35 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:9dd709c441a6fd6aaaf78ebf78609c76a7d76912fa2f71558b757dac8faf984c size: 2816 [Pipeline] isUnix [Pipeline] sh 18:37:36 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:37:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.117 18:37:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 18:37:36 07fe03fe25ce: Preparing 18:37:36 07fe03fe25ce: Preparing 18:37:36 7777faffd957: Preparing 18:37:36 c998a15122bd: Preparing 18:37:36 84352ba66433: Preparing 18:37:36 e3236e2320c1: Preparing 18:37:36 f8f65ca0f341: Preparing 18:37:36 b04a6424a684: Preparing 18:37:36 b04a6424a684: Preparing 18:37:36 4433b75206f7: Preparing 18:37:36 ac573cb31d7b: Preparing 18:37:36 02a88cfff88f: Preparing 18:37:36 f8f65ca0f341: Waiting 18:37:36 4433b75206f7: Waiting 18:37:36 ac573cb31d7b: Waiting 18:37:36 02a88cfff88f: Waiting 18:37:36 b04a6424a684: Waiting 18:37:36 84352ba66433: Layer already exists 18:37:36 c998a15122bd: Layer already exists 18:37:36 e3236e2320c1: Layer already exists 18:37:36 7777faffd957: Layer already exists 18:37:36 07fe03fe25ce: Layer already exists 18:37:36 b04a6424a684: Layer already exists 18:37:36 f8f65ca0f341: Layer already exists 18:37:36 02a88cfff88f: Layer already exists 18:37:36 ac573cb31d7b: Layer already exists 18:37:36 4433b75206f7: Layer already exists 18:37:36 2.0.0-dev.117: digest: sha256:9dd709c441a6fd6aaaf78ebf78609c76a7d76912fa2f71558b757dac8faf984c size: 2816 [Pipeline] isUnix [Pipeline] sh 18:37:37 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:37:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:37:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 18:37:37 07fe03fe25ce: Preparing 18:37:37 07fe03fe25ce: Preparing 18:37:37 7777faffd957: Preparing 18:37:37 c998a15122bd: Preparing 18:37:37 84352ba66433: Preparing 18:37:37 e3236e2320c1: Preparing 18:37:37 f8f65ca0f341: Preparing 18:37:37 b04a6424a684: Preparing 18:37:37 b04a6424a684: Preparing 18:37:37 4433b75206f7: Preparing 18:37:37 ac573cb31d7b: Preparing 18:37:37 02a88cfff88f: Preparing 18:37:37 b04a6424a684: Waiting 18:37:37 4433b75206f7: Waiting 18:37:37 ac573cb31d7b: Waiting 18:37:37 02a88cfff88f: Waiting 18:37:37 f8f65ca0f341: Waiting 18:37:37 84352ba66433: Layer already exists 18:37:37 07fe03fe25ce: Layer already exists 18:37:37 7777faffd957: Layer already exists 18:37:37 e3236e2320c1: Layer already exists 18:37:37 c998a15122bd: Layer already exists 18:37:37 f8f65ca0f341: Layer already exists 18:37:37 4433b75206f7: Layer already exists 18:37:37 ac573cb31d7b: Layer already exists 18:37:37 b04a6424a684: Layer already exists 18:37:37 02a88cfff88f: Layer already exists 18:37:37 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:9dd709c441a6fd6aaaf78ebf78609c76a7d76912fa2f71558b757dac8faf984c size: 2816 [Pipeline] isUnix [Pipeline] sh 18:37:38 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:37:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 18:37:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 18:37:38 07fe03fe25ce: Preparing 18:37:38 07fe03fe25ce: Preparing 18:37:38 7777faffd957: Preparing 18:37:38 c998a15122bd: Preparing 18:37:38 84352ba66433: Preparing 18:37:38 e3236e2320c1: Preparing 18:37:38 f8f65ca0f341: Preparing 18:37:38 b04a6424a684: Preparing 18:37:38 b04a6424a684: Preparing 18:37:38 4433b75206f7: Preparing 18:37:38 ac573cb31d7b: Preparing 18:37:38 02a88cfff88f: Preparing 18:37:38 f8f65ca0f341: Waiting 18:37:38 b04a6424a684: Waiting 18:37:38 4433b75206f7: Waiting 18:37:38 ac573cb31d7b: Waiting 18:37:38 02a88cfff88f: Waiting 18:37:38 e3236e2320c1: Layer already exists 18:37:38 07fe03fe25ce: Layer already exists 18:37:38 7777faffd957: Layer already exists 18:37:38 c998a15122bd: Layer already exists 18:37:38 84352ba66433: Layer already exists 18:37:38 4433b75206f7: Layer already exists 18:37:38 f8f65ca0f341: Layer already exists 18:37:38 ac573cb31d7b: Layer already exists 18:37:38 b04a6424a684: Layer already exists 18:37:38 02a88cfff88f: Layer already exists 18:37:38 master: digest: sha256:9dd709c441a6fd6aaaf78ebf78609c76a7d76912fa2f71558b757dac8faf984c size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:37:38 ===================================================== [Pipeline] echo 18:37:38 taggedImages: 18:37:38 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 18:37:38 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.117 18:37:38 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:37:38 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 18:37:39 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 18:37:39 7248181b27c1f196cc7a2300d5170335b9add480 18:37:39 2.0.0-dev.117 18:37:39 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:37:39 master 18:37:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:37:39 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh 18:37:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 18:37:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 18:37:39 7dd664b0beda: Preparing 18:37:39 0268174cb7be: Preparing 18:37:39 3704e95209bc: Preparing 18:37:39 a7b790f47fe9: Preparing 18:37:39 d582384ff059: Preparing 18:37:39 02a88cfff88f: Preparing 18:37:39 02a88cfff88f: Waiting 18:37:40 a7b790f47fe9: Pushed 18:37:40 3704e95209bc: Pushed 18:37:40 02a88cfff88f: Layer already exists 18:37:40 d582384ff059: Pushed 18:37:42 7dd664b0beda: Pushed 18:37:42 0268174cb7be: Pushed 18:37:42 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:0ae4c0d9f09511408d7bda3afd69fd10fe245e5c90f251146d1e97dc8da33a2a size: 1575 [Pipeline] isUnix [Pipeline] sh 18:37:43 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:37:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.117 18:37:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 18:37:43 7dd664b0beda: Preparing 18:37:43 0268174cb7be: Preparing 18:37:43 3704e95209bc: Preparing 18:37:43 a7b790f47fe9: Preparing 18:37:43 d582384ff059: Preparing 18:37:43 02a88cfff88f: Preparing 18:37:43 02a88cfff88f: Waiting 18:37:43 3704e95209bc: Layer already exists 18:37:43 a7b790f47fe9: Layer already exists 18:37:43 d582384ff059: Layer already exists 18:37:43 0268174cb7be: Layer already exists 18:37:43 7dd664b0beda: Layer already exists 18:37:43 02a88cfff88f: Layer already exists 18:37:43 2.0.0-dev.117: digest: sha256:0ae4c0d9f09511408d7bda3afd69fd10fe245e5c90f251146d1e97dc8da33a2a size: 1575 [Pipeline] isUnix [Pipeline] sh 18:37:44 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:37:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:37:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 18:37:44 7dd664b0beda: Preparing 18:37:44 0268174cb7be: Preparing 18:37:44 3704e95209bc: Preparing 18:37:44 a7b790f47fe9: Preparing 18:37:44 d582384ff059: Preparing 18:37:44 02a88cfff88f: Preparing 18:37:44 02a88cfff88f: Waiting 18:37:44 3704e95209bc: Layer already exists 18:37:44 d582384ff059: Layer already exists 18:37:44 7dd664b0beda: Layer already exists 18:37:44 0268174cb7be: Layer already exists 18:37:44 a7b790f47fe9: Layer already exists 18:37:44 02a88cfff88f: Layer already exists 18:37:44 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:0ae4c0d9f09511408d7bda3afd69fd10fe245e5c90f251146d1e97dc8da33a2a size: 1575 [Pipeline] isUnix [Pipeline] sh 18:37:45 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:37:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 18:37:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 18:37:45 7dd664b0beda: Preparing 18:37:45 0268174cb7be: Preparing 18:37:45 3704e95209bc: Preparing 18:37:45 a7b790f47fe9: Preparing 18:37:45 d582384ff059: Preparing 18:37:45 02a88cfff88f: Preparing 18:37:45 02a88cfff88f: Waiting 18:37:45 a7b790f47fe9: Layer already exists 18:37:45 0268174cb7be: Layer already exists 18:37:45 d582384ff059: Layer already exists 18:37:45 3704e95209bc: Layer already exists 18:37:45 7dd664b0beda: Layer already exists 18:37:45 02a88cfff88f: Layer already exists 18:37:45 master: digest: sha256:0ae4c0d9f09511408d7bda3afd69fd10fe245e5c90f251146d1e97dc8da33a2a size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:37:45 ===================================================== [Pipeline] echo 18:37:46 taggedImages: 18:37:46 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 18:37:46 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.117 18:37:46 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:37:46 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 18:37:46 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 18:37:46 7248181b27c1f196cc7a2300d5170335b9add480 18:37:46 2.0.0-dev.117 18:37:46 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:37:46 master 18:37:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:37:46 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh 18:37:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 18:37:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 18:37:47 aa8dd93584ee: Preparing 18:37:47 5e67c6bc7933: Preparing 18:37:47 ac4cd9268b66: Preparing 18:37:47 bfefcdcdd810: Preparing 18:37:47 29fa8a5e6d1d: Preparing 18:37:47 45571c01d190: Preparing 18:37:47 d849f8f266b8: Preparing 18:37:47 b914f104b0c5: Preparing 18:37:47 02a88cfff88f: Preparing 18:37:47 45571c01d190: Waiting 18:37:47 d849f8f266b8: Waiting 18:37:47 b914f104b0c5: Waiting 18:37:47 02a88cfff88f: Waiting 18:37:47 29fa8a5e6d1d: Pushed 18:37:47 aa8dd93584ee: Pushed 18:37:47 5e67c6bc7933: Pushed 18:37:47 45571c01d190: Pushed 18:37:47 02a88cfff88f: Layer already exists 18:37:47 b914f104b0c5: Pushed 18:37:48 d849f8f266b8: Pushed 18:37:49 bfefcdcdd810: Pushed 18:37:49 ac4cd9268b66: Pushed 18:37:49 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:1f3b33beec9b8bfa2c6a546d4b7bc650b07eba3873bbd5fe760b4699cf985b36 size: 2198 [Pipeline] isUnix [Pipeline] sh 18:37:50 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:37:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.117 18:37:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 18:37:50 aa8dd93584ee: Preparing 18:37:50 5e67c6bc7933: Preparing 18:37:50 ac4cd9268b66: Preparing 18:37:50 bfefcdcdd810: Preparing 18:37:50 29fa8a5e6d1d: Preparing 18:37:50 45571c01d190: Preparing 18:37:50 d849f8f266b8: Preparing 18:37:50 b914f104b0c5: Preparing 18:37:50 02a88cfff88f: Preparing 18:37:50 d849f8f266b8: Waiting 18:37:50 b914f104b0c5: Waiting 18:37:50 02a88cfff88f: Waiting 18:37:50 45571c01d190: Waiting 18:37:50 5e67c6bc7933: Layer already exists 18:37:50 aa8dd93584ee: Layer already exists 18:37:50 29fa8a5e6d1d: Layer already exists 18:37:50 ac4cd9268b66: Layer already exists 18:37:50 bfefcdcdd810: Layer already exists 18:37:50 45571c01d190: Layer already exists 18:37:50 d849f8f266b8: Layer already exists 18:37:50 b914f104b0c5: Layer already exists 18:37:50 02a88cfff88f: Layer already exists 18:37:50 2.0.0-dev.117: digest: sha256:1f3b33beec9b8bfa2c6a546d4b7bc650b07eba3873bbd5fe760b4699cf985b36 size: 2198 [Pipeline] isUnix [Pipeline] sh 18:37:51 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:37:51 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:37:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 18:37:51 aa8dd93584ee: Preparing 18:37:51 5e67c6bc7933: Preparing 18:37:51 ac4cd9268b66: Preparing 18:37:51 bfefcdcdd810: Preparing 18:37:51 29fa8a5e6d1d: Preparing 18:37:51 45571c01d190: Preparing 18:37:51 d849f8f266b8: Preparing 18:37:51 b914f104b0c5: Preparing 18:37:51 02a88cfff88f: Preparing 18:37:51 d849f8f266b8: Waiting 18:37:51 b914f104b0c5: Waiting 18:37:51 02a88cfff88f: Waiting 18:37:51 45571c01d190: Waiting 18:37:51 29fa8a5e6d1d: Layer already exists 18:37:51 5e67c6bc7933: Layer already exists 18:37:51 ac4cd9268b66: Layer already exists 18:37:51 bfefcdcdd810: Layer already exists 18:37:51 aa8dd93584ee: Layer already exists 18:37:51 d849f8f266b8: Layer already exists 18:37:51 b914f104b0c5: Layer already exists 18:37:51 02a88cfff88f: Layer already exists 18:37:51 45571c01d190: Layer already exists 18:37:51 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:1f3b33beec9b8bfa2c6a546d4b7bc650b07eba3873bbd5fe760b4699cf985b36 size: 2198 [Pipeline] isUnix [Pipeline] sh 18:37:52 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:37:52 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 18:37:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 18:37:52 aa8dd93584ee: Preparing 18:37:52 5e67c6bc7933: Preparing 18:37:52 ac4cd9268b66: Preparing 18:37:52 bfefcdcdd810: Preparing 18:37:52 29fa8a5e6d1d: Preparing 18:37:52 45571c01d190: Preparing 18:37:52 d849f8f266b8: Preparing 18:37:52 b914f104b0c5: Preparing 18:37:52 02a88cfff88f: Preparing 18:37:52 45571c01d190: Waiting 18:37:52 d849f8f266b8: Waiting 18:37:52 02a88cfff88f: Waiting 18:37:52 b914f104b0c5: Waiting 18:37:52 ac4cd9268b66: Layer already exists 18:37:52 29fa8a5e6d1d: Layer already exists 18:37:52 bfefcdcdd810: Layer already exists 18:37:52 5e67c6bc7933: Layer already exists 18:37:52 aa8dd93584ee: Layer already exists 18:37:52 d849f8f266b8: Layer already exists 18:37:52 45571c01d190: Layer already exists 18:37:52 02a88cfff88f: Layer already exists 18:37:52 b914f104b0c5: Layer already exists 18:37:52 master: digest: sha256:1f3b33beec9b8bfa2c6a546d4b7bc650b07eba3873bbd5fe760b4699cf985b36 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:37:52 ===================================================== [Pipeline] echo 18:37:52 taggedImages: 18:37:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 18:37:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.117 18:37:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:37:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 18:37:52 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 18:37:52 7248181b27c1f196cc7a2300d5170335b9add480 18:37:52 2.0.0-dev.117 18:37:52 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:37:52 master 18:37:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:37:53 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh 18:37:53 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 18:37:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 18:37:53 c3835929f032: Preparing 18:37:53 e7ade4f3baa9: Preparing 18:37:53 f8f65ca0f341: Preparing 18:37:53 895d44a12adb: Preparing 18:37:53 02a88cfff88f: Preparing 18:37:53 02a88cfff88f: Layer already exists 18:37:54 f8f65ca0f341: Layer already exists 18:37:54 c3835929f032: Pushed 18:37:54 895d44a12adb: Pushed 18:37:56 e7ade4f3baa9: Pushed 18:37:56 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:8ab3304f349b38a81f76d5c86b8010f0acdec782e212ad3691d05c94c21dba66 size: 1364 [Pipeline] isUnix [Pipeline] sh 18:37:57 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:37:57 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.117 18:37:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 18:37:57 c3835929f032: Preparing 18:37:57 e7ade4f3baa9: Preparing 18:37:57 f8f65ca0f341: Preparing 18:37:57 895d44a12adb: Preparing 18:37:57 02a88cfff88f: Preparing 18:37:57 e7ade4f3baa9: Layer already exists 18:37:57 c3835929f032: Layer already exists 18:37:57 f8f65ca0f341: Layer already exists 18:37:57 895d44a12adb: Layer already exists 18:37:57 02a88cfff88f: Layer already exists 18:37:57 2.0.0-dev.117: digest: sha256:8ab3304f349b38a81f76d5c86b8010f0acdec782e212ad3691d05c94c21dba66 size: 1364 [Pipeline] isUnix [Pipeline] sh 18:37:58 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:37:58 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:37:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 18:37:58 c3835929f032: Preparing 18:37:58 e7ade4f3baa9: Preparing 18:37:58 f8f65ca0f341: Preparing 18:37:58 895d44a12adb: Preparing 18:37:58 02a88cfff88f: Preparing 18:37:58 895d44a12adb: Layer already exists 18:37:58 c3835929f032: Layer already exists 18:37:58 e7ade4f3baa9: Layer already exists 18:37:58 f8f65ca0f341: Layer already exists 18:37:58 02a88cfff88f: Layer already exists 18:37:58 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:8ab3304f349b38a81f76d5c86b8010f0acdec782e212ad3691d05c94c21dba66 size: 1364 [Pipeline] isUnix [Pipeline] sh 18:37:59 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:37:59 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 18:37:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 18:37:59 c3835929f032: Preparing 18:37:59 e7ade4f3baa9: Preparing 18:37:59 f8f65ca0f341: Preparing 18:37:59 895d44a12adb: Preparing 18:37:59 02a88cfff88f: Preparing 18:37:59 02a88cfff88f: Layer already exists 18:37:59 c3835929f032: Layer already exists 18:37:59 e7ade4f3baa9: Layer already exists 18:37:59 f8f65ca0f341: Layer already exists 18:37:59 895d44a12adb: Layer already exists 18:37:59 master: digest: sha256:8ab3304f349b38a81f76d5c86b8010f0acdec782e212ad3691d05c94c21dba66 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:38:00 ===================================================== [Pipeline] echo 18:38:00 taggedImages: 18:38:00 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 18:38:00 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.117 18:38:00 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:38:00 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 18:38:00 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 18:38:00 7248181b27c1f196cc7a2300d5170335b9add480 18:38:00 2.0.0-dev.117 18:38:00 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:38:00 master 18:38:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:00 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh 18:38:01 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 18:38:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 18:38:01 72faf25e4285: Preparing 18:38:01 795b78b7bb38: Preparing 18:38:01 f8f65ca0f341: Preparing 18:38:01 aabc395f448f: Preparing 18:38:01 02a88cfff88f: Preparing 18:38:01 02a88cfff88f: Layer already exists 18:38:01 f8f65ca0f341: Layer already exists 18:38:01 72faf25e4285: Pushed 18:38:01 aabc395f448f: Pushed 18:38:03 795b78b7bb38: Pushed 18:38:03 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:3c52ec2d4ca104d4827b2f0d833c58d242d406a5e6d66075ac6449eef329b6cf size: 1363 [Pipeline] isUnix [Pipeline] sh 18:38:04 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:38:04 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.117 18:38:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 18:38:04 72faf25e4285: Preparing 18:38:04 795b78b7bb38: Preparing 18:38:04 f8f65ca0f341: Preparing 18:38:04 aabc395f448f: Preparing 18:38:04 02a88cfff88f: Preparing 18:38:04 f8f65ca0f341: Layer already exists 18:38:04 02a88cfff88f: Layer already exists 18:38:04 72faf25e4285: Layer already exists 18:38:04 aabc395f448f: Layer already exists 18:38:04 795b78b7bb38: Layer already exists 18:38:04 2.0.0-dev.117: digest: sha256:3c52ec2d4ca104d4827b2f0d833c58d242d406a5e6d66075ac6449eef329b6cf size: 1363 [Pipeline] isUnix [Pipeline] sh 18:38:05 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:38:05 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:38:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 18:38:05 72faf25e4285: Preparing 18:38:05 795b78b7bb38: Preparing 18:38:05 f8f65ca0f341: Preparing 18:38:05 aabc395f448f: Preparing 18:38:05 02a88cfff88f: Preparing 18:38:05 f8f65ca0f341: Layer already exists 18:38:05 795b78b7bb38: Layer already exists 18:38:05 aabc395f448f: Layer already exists 18:38:05 02a88cfff88f: Layer already exists 18:38:05 72faf25e4285: Layer already exists 18:38:05 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:3c52ec2d4ca104d4827b2f0d833c58d242d406a5e6d66075ac6449eef329b6cf size: 1363 [Pipeline] isUnix [Pipeline] sh 18:38:06 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:38:06 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 18:38:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 18:38:06 72faf25e4285: Preparing 18:38:06 795b78b7bb38: Preparing 18:38:06 f8f65ca0f341: Preparing 18:38:06 aabc395f448f: Preparing 18:38:06 02a88cfff88f: Preparing 18:38:06 aabc395f448f: Layer already exists 18:38:06 795b78b7bb38: Layer already exists 18:38:06 f8f65ca0f341: Layer already exists 18:38:06 02a88cfff88f: Layer already exists 18:38:06 72faf25e4285: Layer already exists 18:38:06 master: digest: sha256:3c52ec2d4ca104d4827b2f0d833c58d242d406a5e6d66075ac6449eef329b6cf size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:38:07 ===================================================== [Pipeline] echo 18:38:07 taggedImages: 18:38:07 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 18:38:07 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.117 18:38:07 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:38:07 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 18:38:07 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 18:38:07 7248181b27c1f196cc7a2300d5170335b9add480 18:38:07 2.0.0-dev.117 18:38:07 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:38:07 master 18:38:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:07 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh 18:38:07 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 18:38:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 18:38:07 5092e6bd4635: Preparing 18:38:07 3a0319f4058b: Preparing 18:38:07 74ca55ff77e0: Preparing 18:38:07 6edd2ba2a382: Preparing 18:38:07 1065840bb1c0: Preparing 18:38:07 5c920b39cc3c: Preparing 18:38:07 bf6a268b4042: Preparing 18:38:07 9ded3b6bb9b5: Preparing 18:38:07 fa1afe8e6ed9: Preparing 18:38:07 87a09b4c083e: Preparing 18:38:07 0f74e9ff2a61: Preparing 18:38:07 b122376c33c6: Preparing 18:38:07 f8381ed47b22: Preparing 18:38:07 e934a737d657: Preparing 18:38:07 87a09b4c083e: Waiting 18:38:07 5c920b39cc3c: Waiting 18:38:07 bf6a268b4042: Waiting 18:38:07 9ded3b6bb9b5: Waiting 18:38:07 0f74e9ff2a61: Waiting 18:38:07 b122376c33c6: Waiting 18:38:07 f8381ed47b22: Waiting 18:38:07 e934a737d657: Waiting 18:38:07 fa1afe8e6ed9: Waiting 18:38:08 1065840bb1c0: Pushed 18:38:08 5092e6bd4635: Pushed 18:38:09 6edd2ba2a382: Pushed 18:38:09 9ded3b6bb9b5: Layer already exists 18:38:09 fa1afe8e6ed9: Layer already exists 18:38:09 bf6a268b4042: Pushed 18:38:09 87a09b4c083e: Layer already exists 18:38:09 b122376c33c6: Layer already exists 18:38:09 0f74e9ff2a61: Layer already exists 18:38:09 e934a737d657: Layer already exists 18:38:09 f8381ed47b22: Layer already exists 18:38:10 3a0319f4058b: Pushed 18:38:11 5c920b39cc3c: Pushed 18:38:23 74ca55ff77e0: Pushed 18:38:23 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:adb19bf861ca2662a3766777af96842b584d5a82ed04b4483f3bb4495b84fffe size: 3252 [Pipeline] isUnix [Pipeline] sh 18:38:23 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:38:24 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.117 18:38:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 18:38:24 5092e6bd4635: Preparing 18:38:24 3a0319f4058b: Preparing 18:38:24 74ca55ff77e0: Preparing 18:38:24 6edd2ba2a382: Preparing 18:38:24 1065840bb1c0: Preparing 18:38:24 5c920b39cc3c: Preparing 18:38:24 bf6a268b4042: Preparing 18:38:24 9ded3b6bb9b5: Preparing 18:38:24 fa1afe8e6ed9: Preparing 18:38:24 87a09b4c083e: Preparing 18:38:24 0f74e9ff2a61: Preparing 18:38:24 b122376c33c6: Preparing 18:38:24 f8381ed47b22: Preparing 18:38:24 e934a737d657: Preparing 18:38:24 5c920b39cc3c: Waiting 18:38:24 bf6a268b4042: Waiting 18:38:24 9ded3b6bb9b5: Waiting 18:38:24 fa1afe8e6ed9: Waiting 18:38:24 87a09b4c083e: Waiting 18:38:24 0f74e9ff2a61: Waiting 18:38:24 e934a737d657: Waiting 18:38:24 b122376c33c6: Waiting 18:38:24 f8381ed47b22: Waiting 18:38:24 3a0319f4058b: Layer already exists 18:38:24 6edd2ba2a382: Layer already exists 18:38:24 5092e6bd4635: Layer already exists 18:38:24 1065840bb1c0: Layer already exists 18:38:24 74ca55ff77e0: Layer already exists 18:38:24 5c920b39cc3c: Layer already exists 18:38:24 87a09b4c083e: Layer already exists 18:38:24 9ded3b6bb9b5: Layer already exists 18:38:24 bf6a268b4042: Layer already exists 18:38:24 fa1afe8e6ed9: Layer already exists 18:38:24 b122376c33c6: Layer already exists 18:38:24 f8381ed47b22: Layer already exists 18:38:24 0f74e9ff2a61: Layer already exists 18:38:24 e934a737d657: Layer already exists 18:38:24 2.0.0-dev.117: digest: sha256:adb19bf861ca2662a3766777af96842b584d5a82ed04b4483f3bb4495b84fffe size: 3252 [Pipeline] isUnix [Pipeline] sh 18:38:24 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh 18:38:25 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:38:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 18:38:25 5092e6bd4635: Preparing 18:38:25 3a0319f4058b: Preparing 18:38:25 74ca55ff77e0: Preparing 18:38:25 6edd2ba2a382: Preparing 18:38:25 1065840bb1c0: Preparing 18:38:25 5c920b39cc3c: Preparing 18:38:25 bf6a268b4042: Preparing 18:38:25 9ded3b6bb9b5: Preparing 18:38:25 fa1afe8e6ed9: Preparing 18:38:25 87a09b4c083e: Preparing 18:38:25 0f74e9ff2a61: Preparing 18:38:25 b122376c33c6: Preparing 18:38:25 f8381ed47b22: Preparing 18:38:25 e934a737d657: Preparing 18:38:25 5c920b39cc3c: Waiting 18:38:25 bf6a268b4042: Waiting 18:38:25 9ded3b6bb9b5: Waiting 18:38:25 fa1afe8e6ed9: Waiting 18:38:25 87a09b4c083e: Waiting 18:38:25 0f74e9ff2a61: Waiting 18:38:25 b122376c33c6: Waiting 18:38:25 f8381ed47b22: Waiting 18:38:25 e934a737d657: Waiting 18:38:25 1065840bb1c0: Layer already exists 18:38:25 5092e6bd4635: Layer already exists 18:38:25 74ca55ff77e0: Layer already exists 18:38:25 3a0319f4058b: Layer already exists 18:38:25 6edd2ba2a382: Layer already exists 18:38:25 bf6a268b4042: Layer already exists 18:38:25 5c920b39cc3c: Layer already exists 18:38:25 fa1afe8e6ed9: Layer already exists 18:38:25 9ded3b6bb9b5: Layer already exists 18:38:25 87a09b4c083e: Layer already exists 18:38:25 f8381ed47b22: Layer already exists 18:38:25 e934a737d657: Layer already exists 18:38:25 0f74e9ff2a61: Layer already exists 18:38:25 b122376c33c6: Layer already exists 18:38:25 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:adb19bf861ca2662a3766777af96842b584d5a82ed04b4483f3bb4495b84fffe size: 3252 [Pipeline] isUnix [Pipeline] sh 18:38:25 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:38:26 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 18:38:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 18:38:26 5092e6bd4635: Preparing 18:38:26 3a0319f4058b: Preparing 18:38:26 74ca55ff77e0: Preparing 18:38:26 6edd2ba2a382: Preparing 18:38:26 1065840bb1c0: Preparing 18:38:26 5c920b39cc3c: Preparing 18:38:26 bf6a268b4042: Preparing 18:38:26 9ded3b6bb9b5: Preparing 18:38:26 fa1afe8e6ed9: Preparing 18:38:26 87a09b4c083e: Preparing 18:38:26 0f74e9ff2a61: Preparing 18:38:26 b122376c33c6: Preparing 18:38:26 f8381ed47b22: Preparing 18:38:26 e934a737d657: Preparing 18:38:26 5c920b39cc3c: Waiting 18:38:26 bf6a268b4042: Waiting 18:38:26 9ded3b6bb9b5: Waiting 18:38:26 fa1afe8e6ed9: Waiting 18:38:26 87a09b4c083e: Waiting 18:38:26 0f74e9ff2a61: Waiting 18:38:26 b122376c33c6: Waiting 18:38:26 f8381ed47b22: Waiting 18:38:26 e934a737d657: Waiting 18:38:26 3a0319f4058b: Layer already exists 18:38:26 5092e6bd4635: Layer already exists 18:38:26 74ca55ff77e0: Layer already exists 18:38:26 1065840bb1c0: Layer already exists 18:38:26 6edd2ba2a382: Layer already exists 18:38:26 bf6a268b4042: Layer already exists 18:38:26 9ded3b6bb9b5: Layer already exists 18:38:26 5c920b39cc3c: Layer already exists 18:38:26 fa1afe8e6ed9: Layer already exists 18:38:26 87a09b4c083e: Layer already exists 18:38:26 b122376c33c6: Layer already exists 18:38:26 f8381ed47b22: Layer already exists 18:38:26 0f74e9ff2a61: Layer already exists 18:38:26 e934a737d657: Layer already exists 18:38:26 master: digest: sha256:adb19bf861ca2662a3766777af96842b584d5a82ed04b4483f3bb4495b84fffe size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:38:26 ===================================================== [Pipeline] echo 18:38:26 taggedImages: 18:38:26 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 18:38:26 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.117 18:38:26 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 18:38:26 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:38:27 ---> job-cost.sh 18:38:27 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-v17W 18:39:06 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:41:28 lf-activate-venv(): INFO: Adding /tmp/venv-v17W/bin to PATH 18:41:28 INFO: No Stack... 18:41:28 INFO: Retrieving Pricing Info for: lf-standard-4 18:41:28 INFO: Archiving Costs [Pipeline] sh 18:41:28 + cat /w/workspace/edgex-go/384/archives/cost.csv 18:41:28 + cut -d, -f6 [Pipeline] lock 18:41:28 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-384-stack-cost] 18:41:28 Resource [jenkins-edgexfoundry-edgex-go-master-384-stack-cost] did not exist. Created. 18:41:28 Lock acquired on [jenkins-edgexfoundry-edgex-go-master-384-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:41:29 + echo total: 0.20999999344348907 [Pipeline] stash 18:41:30 Stashed 1 file(s) [Pipeline] } 18:41:30 Lock released on resource [jenkins-edgexfoundry-edgex-go-master-384-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:41:31 provisioning config files... 18:41:31 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/384@tmp/config3695284520825457035tmp [Pipeline] { [Pipeline] sh 18:41:32 + set +x 18:41:32 + curl -s https://codecov.io/bash 18:41:32 + bash -s -- 18:41:32 18:41:32 _____ _ 18:41:32 / ____| | | 18:41:32 | | ___ __| | ___ ___ _____ __ 18:41:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:41:32 | |___| (_) | (_| | __/ (_| (_) \ V / 18:41:32 \_____\___/ \__,_|\___|\___\___/ \_/ 18:41:32 Bash-20210226-7100762 18:41:32 18:41:32 18:41:32 ==> git version 2.24.3 found 18:41:32 ==> 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 18:41:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:41:32 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:41:32 ==> Jenkins CI detected. 18:41:32 project root: . 18:41:32 --> token set from env 18:41:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:41:32 ==> Running gcov in . (disable via -X gcov) 18:41:32 ==> Python coveragepy not found 18:41:32 ==> Searching for coverage reports in: 18:41:32 + . 18:41:32 -> Found 1 reports 18:41:32 ==> Detecting git/mercurial file structure 18:41:32 ==> Reading reports 18:41:32 + ./coverage.out bytes=622934 18:41:32 ==> Appending adjustments 18:41:32 https://docs.codecov.io/docs/fixing-reports 18:41:36 + Found adjustments 18:41:36 ==> Gzipping contents 18:41:36 92K /tmp/codecov.67hsV2.gz 18:41:36 ==> Uploading reports 18:41:36 url: https://codecov.io 18:41:36 query: branch=master&commit=7248181b27c1f196cc7a2300d5170335b9add480&build=384&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F384%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:41:36 -> Pinging Codecov 18:41:36 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=7248181b27c1f196cc7a2300d5170335b9add480&build=384&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F384%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:41:36 -> Uploading to 18:41:36 https://storage.googleapis.com/codecov/v4/raw/2021-03-08/00271124DB129430A58F1EEE437C3FCB/7248181b27c1f196cc7a2300d5170335b9add480/8881fdc2-e571-43da-ae38-bdbf167f2de6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210308%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210308T184136Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=33124641f1825fad0e570e91c24d84366410dbe51015a7f64e28a4e61c4b18cc 18:41:36 % Total % Received % Xferd Average Speed Time Time Time Current 18:41:36 Dload Upload Total Spent Left Speed 18:41:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 91995 0 0 100 91995 0 165k --:--:-- --:--:-- --:--:-- 165k 18:41:37 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] } 18:41:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 18:41:38 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:41:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:41:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:41:38 18:41:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:41:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:41:39 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:41:39 188c0c94c7c5: Already exists 18:41:39 0ef7d3d256c8: Already exists 18:41:39 de9db76c5a1d: Already exists 18:41:39 0eba1c9be4d2: Pulling fs layer 18:41:39 0d57e429df01: Pulling fs layer 18:41:39 4e4be7b47b0d: Pulling fs layer 18:41:39 e1f770b5df2f: Pulling fs layer 18:41:39 85a0685a4137: Pulling fs layer 18:41:39 e1f770b5df2f: Waiting 18:41:39 85a0685a4137: Waiting 18:41:39 4e4be7b47b0d: Verifying Checksum 18:41:39 4e4be7b47b0d: Download complete 18:41:39 0d57e429df01: Download complete 18:41:41 e1f770b5df2f: Verifying Checksum 18:41:41 e1f770b5df2f: Download complete 18:41:43 0eba1c9be4d2: Download complete 18:41:43 85a0685a4137: Verifying Checksum 18:41:43 85a0685a4137: Download complete 18:41:49 0eba1c9be4d2: Pull complete 18:41:49 0d57e429df01: Pull complete 18:41:49 4e4be7b47b0d: Pull complete 18:41:54 e1f770b5df2f: Pull complete 18:42:03 85a0685a4137: Pull complete 18:42:03 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:42:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:42:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:42:03 prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container 18:42:03 $ 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/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:42:04 $ docker top 20799bf3d38a6de237e41be31b1af2c70abfd33fbcec09ae9711f6ad744369bb -eo pid,comm [Pipeline] { [Pipeline] echo 18:42:05 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:42:05 + set -o pipefail 18:42:05 + snyk monitor '--org=edgex-jenkins' 18:42:17 18:42:17 Monitoring /w/workspace/edgex-go/384 (github.com/edgexfoundry/edgex-go)... 18:42:17 18:42:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/9ff80de8-5e90-465c-bdf4-773decfc45c2 18:42:17 18:42:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:42:17 18:42:17 [Pipeline] } 18:42:17 $ docker stop --time=1 20799bf3d38a6de237e41be31b1af2c70abfd33fbcec09ae9711f6ad744369bb 18:42:20 $ docker rm -f 20799bf3d38a6de237e41be31b1af2c70abfd33fbcec09ae9711f6ad744369bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 18:42:21 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:42:21 provisioning config files... 18:42:21 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/384@tmp/config2325992785207032798tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:42:22 --> edgex-publish-swagger.sh 18:42:22 === Publish openapi/v1 API === 18:42:22 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 18:42:22 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/384/openapi/v1/core-command.yaml] 18:42:22 % Total % Received % Xferd Average Speed Time Time Time Current 18:42:22 Dload Upload Total Spent Left Speed 18:42:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8224 0:00:01 0:00:01 --:--:-- 8233 100 10522 0 0 100 10522 0 6144 0:00:01 0:00:01 --:--:-- 6146 100 10522 0 0 100 10522 0 6143 0:00:01 0:00:01 --:--:-- 6142 18:42:24 18:42:24 18:42:24 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/384/openapi/v1/core-data.yaml] 18:42:24 % Total % Received % Xferd Average Speed Time Time Time Current 18:42:24 Dload Upload Total Spent Left Speed 18:42:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 29400 0:00:01 0:00:01 --:--:-- 29410 100 32557 0 0 100 32557 0 29395 0:00:01 0:00:01 --:--:-- 29410 18:42:25 18:42:25 18:42:25 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/384/openapi/v1/core-metadata.yaml] 18:42:25 % Total % Received % Xferd Average Speed Time Time Time Current 18:42:25 Dload Upload Total Spent Left Speed 18:42:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 61087 0:00:01 0:00:01 --:--:-- 61128 100 73721 0 0 100 73721 0 54434 0:00:01 0:00:01 --:--:-- 54446 18:42:26 18:42:26 18:42:26 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/384/openapi/v1/support-logging.yaml] 18:42:26 % Total % Received % Xferd Average Speed Time Time Time Current 18:42:26 Dload Upload Total Spent Left Speed 18:42:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12887 0:00:01 0:00:01 --:--:-- 12897 18:42:27 18:42:27 18:42:27 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/384/openapi/v1/support-notifications.yaml] 18:42:27 % Total % Received % Xferd Average Speed Time Time Time Current 18:42:27 Dload Upload Total Spent Left Speed 18:42:28 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 33847 0:00:01 0:00:01 --:--:-- 33846 100 38890 0 0 100 38890 0 33842 0:00:01 0:00:01 --:--:-- 33846 18:42:28 18:42:28 18:42:28 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/384/openapi/v1/support-scheduler.yaml] 18:42:28 % Total % Received % Xferd Average Speed Time Time Time Current 18:42:28 Dload Upload Total Spent Left Speed 18:42:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12533 0:00:01 0:00:01 --:--:-- 12543 100 14249 0 0 100 14249 0 12531 0:00:01 0:00:01 --:--:-- 12543 18:42:29 18:42:29 18:42:29 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/384/openapi/v1/system-agent.yaml] 18:42:30 % Total % Received % Xferd Average Speed Time Time Time Current 18:42:30 Dload Upload Total Spent Left Speed 18:42:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3424 0:00:01 0:00:01 --:--:-- 3425 100 4110 0 0 100 4110 0 3326 0:00:01 0:00:01 --:--:-- 3327 18:42:31 18:42:31 18:42:31 === Publish openapi/v2 API === 18:42:31 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 18:42:31 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/384/openapi/v2/core-command.yaml] 18:42:31 % Total % Received % Xferd Average Speed Time Time Time Current 18:42:31 Dload Upload Total Spent Left Speed 18:42:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 25885 0:00:01 0:00:01 --:--:-- 25909 100 29744 0 0 100 29744 0 25881 0:00:01 0:00:01 --:--:-- 25886 18:42:32 18:42:32 18:42:32 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/384/openapi/v2/core-data.yaml] 18:42:32 % Total % Received % Xferd Average Speed Time Time Time Current 18:42:32 Dload Upload Total Spent Left Speed 18:42:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57358 0 0 100 57358 0 49893 0:00:01 0:00:01 --:--:-- 49919 100 57358 0 0 100 57358 0 49886 0:00:01 0:00:01 --:--:-- 49919 18:42:33 18:42:33 18:42:33 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/384/openapi/v2/core-metadata.yaml] 18:42:33 % Total % Received % Xferd Average Speed Time Time Time Current 18:42:33 Dload Upload Total Spent Left Speed 18:42:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 105k 0:00:01 0:00:01 --:--:-- 105k 18:42:34 18:42:34 18:42:34 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/384/openapi/v2/support-notifications.yaml] 18:42:34 % Total % Received % Xferd Average Speed Time Time Time Current 18:42:34 Dload Upload Total Spent Left Speed 18:42:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71727 0 0 100 71727 0 67832 0:00:01 0:00:01 --:--:-- 67859 18:42:35 18:42:35 18:42:35 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/384/openapi/v2/support-scheduler.yaml] 18:42:35 % Total % Received % Xferd Average Speed Time Time Time Current 18:42:35 Dload Upload Total Spent Left Speed 18:42:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37783 0 0 100 37783 0 32859 0:00:01 0:00:01 --:--:-- 32883 100 37783 0 0 100 37783 0 32855 0:00:01 0:00:01 --:--:-- 32883 18:42:37 18:42:37 18:42:37 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/384/openapi/v2/system-agent.yaml] 18:42:37 % Total % Received % Xferd Average Speed Time Time Time Current 18:42:37 Dload Upload Total Spent Left Speed 18:42:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 21340 0:00:01 0:00:01 --:--:-- 21362 100 24182 0 0 100 24182 0 21337 0:00:01 0:00:01 --:--:-- 21343 18:42:38 18:42:38 [Pipeline] } 18:42:38 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 18:42:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:42:38 . [Pipeline] withDockerContainer 18:42:39 prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container 18:42:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@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 18:42:39 $ docker top fd082d33a871f4c089b50f7193197b51944f697a55fb566b43e141accaf4ef3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:42:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:42:40 [ssh-agent] Looking for ssh-agent implementation... 18:42:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:42:40 $ docker exec fd082d33a871f4c089b50f7193197b51944f697a55fb566b43e141accaf4ef3a ssh-agent 18:42:40 SSH_AUTH_SOCK=/tmp/ssh-bXn6eoS8LCds/agent.12 18:42:40 SSH_AGENT_PID=18 18:42:40 Running ssh-add (command line suppressed) 18:42:40 Identity added: /w/workspace/edgex-go/384@tmp/private_key_235038982584968012.key (/w/workspace/edgex-go/384@tmp/private_key_235038982584968012.key) 18:42:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:42:41 + git semver tag 18:42:41 # -> Open(): unable to determine branch for HEAD 18:42:41 # $GIT_DIR = /w/workspace/edgex-go/384/.git 18:42:41 # $GIT_WORK_TREE = /w/workspace/edgex-go/384 18:42:41 # $SEMVER_REMOTE_NAME = origin 18:42:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:42:41 # $SEMVER_USER_NAME = edgex-jenkins 18:42:41 # $SEMVER_BRANCH = master 18:42:41 # $SEMVER_DIR = /w/workspace/edgex-go/384/.semver 18:42:41 # 7248181b27c1f196cc7a2300d5170335b9add480 HEAD 18:42:42 # -> Force: false 18:42:42 # e28c507f52c494db81e0ebc556371e2ae30670ab refs/tags/v2.0.0-dev.117 [Pipeline] } 18:42:42 $ docker exec --env ******** --env ******** fd082d33a871f4c089b50f7193197b51944f697a55fb566b43e141accaf4ef3a ssh-agent -k 18:42:42 unset SSH_AUTH_SOCK; 18:42:42 unset SSH_AGENT_PID; 18:42:42 echo Agent pid 18 killed; 18:42:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:42:42 + git semver [Pipeline] } 18:42:42 $ docker stop --time=1 fd082d33a871f4c089b50f7193197b51944f697a55fb566b43e141accaf4ef3a 18:42:44 $ docker rm -f fd082d33a871f4c089b50f7193197b51944f697a55fb566b43e141accaf4ef3a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:42:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:42:44 18:42:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:42:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:42:45 0.23.1-centos7: Pulling from edgex-lftools 18:42:45 ab5ef0e58194: Pulling fs layer 18:42:45 9712f1f96733: Pulling fs layer 18:42:45 63f879dbbcfc: Pulling fs layer 18:42:45 0d9ebad4ef96: Pulling fs layer 18:42:45 e9a5061849ea: Pulling fs layer 18:42:45 d747dcd14b5f: Pulling fs layer 18:42:45 2de7ff778b66: Pulling fs layer 18:42:45 0d9ebad4ef96: Waiting 18:42:45 d747dcd14b5f: Waiting 18:42:45 e9a5061849ea: Waiting 18:42:45 2de7ff778b66: Waiting 18:42:45 9712f1f96733: Verifying Checksum 18:42:45 9712f1f96733: Download complete 18:42:47 63f879dbbcfc: Verifying Checksum 18:42:47 63f879dbbcfc: Download complete 18:42:47 e9a5061849ea: Verifying Checksum 18:42:47 e9a5061849ea: Download complete 18:42:47 d747dcd14b5f: Verifying Checksum 18:42:47 d747dcd14b5f: Download complete 18:42:47 2de7ff778b66: Verifying Checksum 18:42:47 2de7ff778b66: Download complete 18:42:47 0d9ebad4ef96: Verifying Checksum 18:42:47 0d9ebad4ef96: Download complete 18:42:47 ab5ef0e58194: Verifying Checksum 18:42:47 ab5ef0e58194: Download complete 18:42:54 ab5ef0e58194: Pull complete 18:42:54 9712f1f96733: Pull complete 18:42:56 63f879dbbcfc: Pull complete 18:43:03 0d9ebad4ef96: Pull complete 18:43:04 e9a5061849ea: Pull complete 18:43:04 d747dcd14b5f: Pull complete 18:43:07 2de7ff778b66: Pull complete 18:43:07 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:43:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:43:07 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:43:07 prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container 18:43:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:43:10 $ docker top 12aaa64871411529bdf743b97422a1fbe66bdd671d56ebbe6bed216ba0a824ca -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:43:10 provisioning config files... 18:43:10 copy managed file [sigul-config] to file:/w/workspace/edgex-go/384@tmp/config3104365362447716815tmp 18:43:10 copy managed file [sigul-password] to file:/w/workspace/edgex-go/384@tmp/config646877231595183134tmp 18:43:10 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/384@tmp/config3587385364306914385tmp [Pipeline] { [Pipeline] echo 18:43:11 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:43:11 ---> sigul-configuration.sh 18:43:11 gpg: directory `/root/.gnupg' created 18:43:11 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:43:11 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:43:11 gpg: keyring `/root/.gnupg/secring.gpg' created 18:43:11 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:43:11 gpg: CAST5 encrypted data 18:43:11 gpg: encrypted with 1 passphrase 18:43:11 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:43:11 + mkdir /home/jenkins 18:43:11 + mkdir /home/jenkins/sigul [Pipeline] sh 18:43:12 + 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 18:43:12 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:43:12 ---> sigul-install.sh 18:43:19 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:43:19 + git tag --list 18:43:19 0.6.0 18:43:19 0.6.1 18:43:19 0.7.0 18:43:19 0.7.1 18:43:19 v0.0.0 18:43:19 v0.0.1-dev.1 18:43:19 v1.0.0 18:43:19 v1.0.1 18:43:19 v1.1.0 18:43:19 v1.2.0 18:43:19 v1.2.1 18:43:19 v1.2.2-dev.1 18:43:19 v1.2.2-dev.10 18:43:19 v1.2.2-dev.100 18:43:19 v1.2.2-dev.101 18:43:19 v1.2.2-dev.102 18:43:19 v1.2.2-dev.103 18:43:19 v1.2.2-dev.104 18:43:19 v1.2.2-dev.105 18:43:19 v1.2.2-dev.106 18:43:19 v1.2.2-dev.107 18:43:19 v1.2.2-dev.11 18:43:19 v1.2.2-dev.12 18:43:19 v1.2.2-dev.13 18:43:19 v1.2.2-dev.14 18:43:19 v1.2.2-dev.15 18:43:19 v1.2.2-dev.16 18:43:19 v1.2.2-dev.17 18:43:19 v1.2.2-dev.18 18:43:19 v1.2.2-dev.19 18:43:19 v1.2.2-dev.2 18:43:19 v1.2.2-dev.20 18:43:19 v1.2.2-dev.21 18:43:19 v1.2.2-dev.22 18:43:19 v1.2.2-dev.23 18:43:19 v1.2.2-dev.24 18:43:19 v1.2.2-dev.25 18:43:19 v1.2.2-dev.26 18:43:19 v1.2.2-dev.27 18:43:19 v1.2.2-dev.28 18:43:19 v1.2.2-dev.29 18:43:19 v1.2.2-dev.3 18:43:19 v1.2.2-dev.30 18:43:19 v1.2.2-dev.31 18:43:19 v1.2.2-dev.32 18:43:19 v1.2.2-dev.33 18:43:19 v1.2.2-dev.34 18:43:19 v1.2.2-dev.35 18:43:19 v1.2.2-dev.36 18:43:19 v1.2.2-dev.37 18:43:19 v1.2.2-dev.38 18:43:19 v1.2.2-dev.39 18:43:19 v1.2.2-dev.4 18:43:19 v1.2.2-dev.40 18:43:19 v1.2.2-dev.41 18:43:19 v1.2.2-dev.42 18:43:19 v1.2.2-dev.43 18:43:19 v1.2.2-dev.44 18:43:19 v1.2.2-dev.45 18:43:19 v1.2.2-dev.46 18:43:19 v1.2.2-dev.47 18:43:19 v1.2.2-dev.48 18:43:19 v1.2.2-dev.49 18:43:19 v1.2.2-dev.5 18:43:19 v1.2.2-dev.50 18:43:19 v1.2.2-dev.51 18:43:19 v1.2.2-dev.52 18:43:19 v1.2.2-dev.53 18:43:19 v1.2.2-dev.54 18:43:19 v1.2.2-dev.55 18:43:19 v1.2.2-dev.56 18:43:19 v1.2.2-dev.57 18:43:19 v1.2.2-dev.58 18:43:19 v1.2.2-dev.59 18:43:19 v1.2.2-dev.6 18:43:19 v1.2.2-dev.60 18:43:19 v1.2.2-dev.61 18:43:19 v1.2.2-dev.62 18:43:19 v1.2.2-dev.63 18:43:19 v1.2.2-dev.64 18:43:19 v1.2.2-dev.65 18:43:19 v1.2.2-dev.66 18:43:19 v1.2.2-dev.67 18:43:19 v1.2.2-dev.68 18:43:19 v1.2.2-dev.69 18:43:19 v1.2.2-dev.7 18:43:19 v1.2.2-dev.70 18:43:19 v1.2.2-dev.71 18:43:19 v1.2.2-dev.72 18:43:19 v1.2.2-dev.73 18:43:19 v1.2.2-dev.74 18:43:19 v1.2.2-dev.75 18:43:19 v1.2.2-dev.76 18:43:19 v1.2.2-dev.77 18:43:19 v1.2.2-dev.78 18:43:19 v1.2.2-dev.79 18:43:19 v1.2.2-dev.8 18:43:19 v1.2.2-dev.80 18:43:19 v1.2.2-dev.81 18:43:19 v1.2.2-dev.82 18:43:19 v1.2.2-dev.83 18:43:19 v1.2.2-dev.84 18:43:19 v1.2.2-dev.85 18:43:19 v1.2.2-dev.86 18:43:19 v1.2.2-dev.87 18:43:19 v1.2.2-dev.88 18:43:19 v1.2.2-dev.89 18:43:19 v1.2.2-dev.9 18:43:19 v1.2.2-dev.90 18:43:19 v1.2.2-dev.91 18:43:19 v1.2.2-dev.92 18:43:19 v1.2.2-dev.93 18:43:19 v1.2.2-dev.94 18:43:19 v1.2.2-dev.95 18:43:19 v1.2.2-dev.96 18:43:19 v1.2.2-dev.97 18:43:19 v1.2.2-dev.98 18:43:19 v1.2.2-dev.99 18:43:19 v1.3.0 18:43:19 v1.3.1 18:43:19 v1.3.1-dev.1 18:43:19 v1.3.1-dev.10 18:43:19 v1.3.1-dev.11 18:43:19 v1.3.1-dev.12 18:43:19 v1.3.1-dev.13 18:43:19 v1.3.1-dev.14 18:43:19 v1.3.1-dev.15 18:43:19 v1.3.1-dev.16 18:43:19 v1.3.1-dev.17 18:43:19 v1.3.1-dev.18 18:43:19 v1.3.1-dev.2 18:43:19 v1.3.1-dev.3 18:43:19 v1.3.1-dev.4 18:43:19 v1.3.1-dev.5 18:43:19 v1.3.1-dev.6 18:43:19 v1.3.1-dev.7 18:43:19 v1.3.1-dev.8 18:43:19 v1.3.1-dev.9 18:43:19 v2.0.0-dev.1 18:43:19 v2.0.0-dev.10 18:43:19 v2.0.0-dev.100 18:43:19 v2.0.0-dev.101 18:43:19 v2.0.0-dev.102 18:43:19 v2.0.0-dev.103 18:43:19 v2.0.0-dev.104 18:43:19 v2.0.0-dev.105 18:43:19 v2.0.0-dev.106 18:43:19 v2.0.0-dev.107 18:43:19 v2.0.0-dev.108 18:43:19 v2.0.0-dev.109 18:43:19 v2.0.0-dev.11 18:43:19 v2.0.0-dev.110 18:43:19 v2.0.0-dev.111 18:43:19 v2.0.0-dev.112 18:43:19 v2.0.0-dev.113 18:43:19 v2.0.0-dev.114 18:43:19 v2.0.0-dev.115 18:43:19 v2.0.0-dev.116 18:43:19 v2.0.0-dev.117 18:43:19 v2.0.0-dev.12 18:43:19 v2.0.0-dev.13 18:43:19 v2.0.0-dev.14 18:43:19 v2.0.0-dev.15 18:43:19 v2.0.0-dev.16 18:43:19 v2.0.0-dev.17 18:43:19 v2.0.0-dev.18 18:43:19 v2.0.0-dev.19 18:43:19 v2.0.0-dev.2 18:43:19 v2.0.0-dev.20 18:43:19 v2.0.0-dev.21 18:43:19 v2.0.0-dev.22 18:43:19 v2.0.0-dev.23 18:43:19 v2.0.0-dev.24 18:43:19 v2.0.0-dev.25 18:43:19 v2.0.0-dev.26 18:43:19 v2.0.0-dev.27 18:43:19 v2.0.0-dev.28 18:43:19 v2.0.0-dev.29 18:43:19 v2.0.0-dev.3 18:43:19 v2.0.0-dev.30 18:43:19 v2.0.0-dev.31 18:43:19 v2.0.0-dev.32 18:43:19 v2.0.0-dev.33 18:43:19 v2.0.0-dev.34 18:43:19 v2.0.0-dev.35 18:43:19 v2.0.0-dev.36 18:43:19 v2.0.0-dev.37 18:43:19 v2.0.0-dev.38 18:43:19 v2.0.0-dev.39 18:43:19 v2.0.0-dev.4 18:43:19 v2.0.0-dev.40 18:43:19 v2.0.0-dev.41 18:43:19 v2.0.0-dev.42 18:43:19 v2.0.0-dev.43 18:43:19 v2.0.0-dev.44 18:43:19 v2.0.0-dev.45 18:43:19 v2.0.0-dev.46 18:43:19 v2.0.0-dev.47 18:43:19 v2.0.0-dev.48 18:43:19 v2.0.0-dev.49 18:43:19 v2.0.0-dev.5 18:43:19 v2.0.0-dev.50 18:43:19 v2.0.0-dev.51 18:43:19 v2.0.0-dev.52 18:43:19 v2.0.0-dev.53 18:43:19 v2.0.0-dev.54 18:43:19 v2.0.0-dev.55 18:43:19 v2.0.0-dev.56 18:43:19 v2.0.0-dev.57 18:43:19 v2.0.0-dev.58 18:43:19 v2.0.0-dev.59 18:43:19 v2.0.0-dev.6 18:43:19 v2.0.0-dev.60 18:43:19 v2.0.0-dev.61 18:43:19 v2.0.0-dev.62 18:43:19 v2.0.0-dev.63 18:43:19 v2.0.0-dev.64 18:43:19 v2.0.0-dev.65 18:43:19 v2.0.0-dev.66 18:43:19 v2.0.0-dev.67 18:43:19 v2.0.0-dev.68 18:43:19 v2.0.0-dev.69 18:43:19 v2.0.0-dev.7 18:43:19 v2.0.0-dev.70 18:43:19 v2.0.0-dev.71 18:43:19 v2.0.0-dev.72 18:43:19 v2.0.0-dev.73 18:43:19 v2.0.0-dev.74 18:43:19 v2.0.0-dev.75 18:43:19 v2.0.0-dev.76 18:43:19 v2.0.0-dev.77 18:43:19 v2.0.0-dev.78 18:43:19 v2.0.0-dev.79 18:43:19 v2.0.0-dev.8 18:43:19 v2.0.0-dev.80 18:43:19 v2.0.0-dev.81 18:43:19 v2.0.0-dev.82 18:43:19 v2.0.0-dev.83 18:43:19 v2.0.0-dev.84 18:43:19 v2.0.0-dev.85 18:43:19 v2.0.0-dev.86 18:43:19 v2.0.0-dev.87 18:43:19 v2.0.0-dev.88 18:43:19 v2.0.0-dev.89 18:43:19 v2.0.0-dev.9 18:43:19 v2.0.0-dev.90 18:43:19 v2.0.0-dev.91 18:43:19 v2.0.0-dev.92 18:43:19 v2.0.0-dev.93 18:43:19 v2.0.0-dev.94 18:43:19 v2.0.0-dev.95 18:43:19 v2.0.0-dev.96 18:43:19 v2.0.0-dev.97 18:43:19 v2.0.0-dev.98 18:43:19 v2.0.0-dev.99 [Pipeline] sh 18:43:19 + lftools sign git-tag v2.0.0-dev.117 18:43:21 Signing Git tag with Sigul... 18:43:21 Signing v2.0.0-dev.117 [Pipeline] echo 18:43:22 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:43:22 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:43:22 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:43:22 $ docker stop --time=1 12aaa64871411529bdf743b97422a1fbe66bdd671d56ebbe6bed216ba0a824ca 18:43:25 $ docker rm -f 12aaa64871411529bdf743b97422a1fbe66bdd671d56ebbe6bed216ba0a824ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:43:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:43:25 . [Pipeline] withDockerContainer 18:43:26 prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container 18:43:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@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 18:43:26 $ docker top 7bb7badfa674b8e8062e3ee481b400bcb04c1503bc88d9f4a51d12badfb20fd4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:43:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:43:27 [ssh-agent] Looking for ssh-agent implementation... 18:43:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:43:27 $ docker exec 7bb7badfa674b8e8062e3ee481b400bcb04c1503bc88d9f4a51d12badfb20fd4 ssh-agent 18:43:27 SSH_AUTH_SOCK=/tmp/ssh-Jo2NEpYM9sxu/agent.12 18:43:27 SSH_AGENT_PID=18 18:43:27 Running ssh-add (command line suppressed) 18:43:27 Identity added: /w/workspace/edgex-go/384@tmp/private_key_1005407134463526728.key (/w/workspace/edgex-go/384@tmp/private_key_1005407134463526728.key) 18:43:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:43:28 + git semver bump pre 18:43:28 # -> Open(): unable to determine branch for HEAD 18:43:28 # $GIT_DIR = /w/workspace/edgex-go/384/.git 18:43:28 # $GIT_WORK_TREE = /w/workspace/edgex-go/384 18:43:28 # $SEMVER_REMOTE_NAME = origin 18:43:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:43:28 # $SEMVER_USER_NAME = edgex-jenkins 18:43:28 # $SEMVER_BRANCH = master 18:43:28 # $SEMVER_DIR = /w/workspace/edgex-go/384/.semver 18:43:28 2.0.0-dev.118 [Pipeline] } 18:43:28 $ docker exec --env ******** --env ******** 7bb7badfa674b8e8062e3ee481b400bcb04c1503bc88d9f4a51d12badfb20fd4 ssh-agent -k 18:43:28 unset SSH_AUTH_SOCK; 18:43:28 unset SSH_AGENT_PID; 18:43:28 echo Agent pid 18 killed; 18:43:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:43:28 + git semver [Pipeline] } 18:43:28 $ docker stop --time=1 7bb7badfa674b8e8062e3ee481b400bcb04c1503bc88d9f4a51d12badfb20fd4 18:43:30 $ docker rm -f 7bb7badfa674b8e8062e3ee481b400bcb04c1503bc88d9f4a51d12badfb20fd4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:43:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:43:30 . [Pipeline] withDockerContainer 18:43:30 prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container 18:43:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@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 18:43:31 $ docker top 2caa2b86efaac104324328503bfa4e3953b4906a95c75e1cc6642767fd9dd678 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:43:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:43:31 [ssh-agent] Looking for ssh-agent implementation... 18:43:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:43:31 $ docker exec 2caa2b86efaac104324328503bfa4e3953b4906a95c75e1cc6642767fd9dd678 ssh-agent 18:43:32 SSH_AUTH_SOCK=/tmp/ssh-IAIvtDiKGZ7O/agent.11 18:43:32 SSH_AGENT_PID=16 18:43:32 Running ssh-add (command line suppressed) 18:43:32 Identity added: /w/workspace/edgex-go/384@tmp/private_key_1419168330886844966.key (/w/workspace/edgex-go/384@tmp/private_key_1419168330886844966.key) 18:43:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:43:32 + git semver push 18:43:32 # -> Open(): unable to determine branch for HEAD 18:43:32 # $GIT_DIR = /w/workspace/edgex-go/384/.git 18:43:32 # $GIT_WORK_TREE = /w/workspace/edgex-go/384 18:43:32 # $SEMVER_REMOTE_NAME = origin 18:43:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:43:32 # $SEMVER_USER_NAME = edgex-jenkins 18:43:32 # $SEMVER_BRANCH = master 18:43:32 # $SEMVER_DIR = /w/workspace/edgex-go/384/.semver [Pipeline] } 18:43:40 $ docker exec --env ******** --env ******** 2caa2b86efaac104324328503bfa4e3953b4906a95c75e1cc6642767fd9dd678 ssh-agent -k 18:43:40 unset SSH_AUTH_SOCK; 18:43:40 unset SSH_AGENT_PID; 18:43:40 echo Agent pid 16 killed; 18:43:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:43:41 + git semver [Pipeline] } 18:43:41 $ docker stop --time=1 2caa2b86efaac104324328503bfa4e3953b4906a95c75e1cc6642767fd9dd678 18:43:42 $ docker rm -f 2caa2b86efaac104324328503bfa4e3953b4906a95c75e1cc6642767fd9dd678 [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 18:43:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:43:44 ---> package-listing.sh 18:43:44 ++ facter osfamily 18:43:44 ++ tr '[:upper:]' '[:lower:]' 18:43:44 + OS_FAMILY=redhat 18:43:44 + workspace=/w/workspace/edgex-go/384 18:43:44 + START_PACKAGES=/tmp/packages_start.txt 18:43:44 + END_PACKAGES=/tmp/packages_end.txt 18:43:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:43:44 + PACKAGES=/tmp/packages_start.txt 18:43:44 + '[' /w/workspace/edgex-go/384 ']' 18:43:44 + PACKAGES=/tmp/packages_end.txt 18:43:44 + case "${OS_FAMILY}" in 18:43:44 + rpm -qa 18:43:44 + sort 18:43:50 + '[' -f /tmp/packages_start.txt ']' 18:43:50 + '[' -f /tmp/packages_end.txt ']' 18:43:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:43:50 + '[' /w/workspace/edgex-go/384 ']' 18:43:50 + mkdir -p /w/workspace/edgex-go/384/archives/ 18:43:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/384/archives/ [Pipeline] echo 18:43:50 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/384/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:43:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:43:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:43:50 18:43:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:43:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:43:51 alpine: Pulling from edgex-lftools-log-publisher 18:43:51 df20fa9351a1: Pulling fs layer 18:43:51 36b3adc4ff6f: Pulling fs layer 18:43:51 8ad3a11d3b57: Pulling fs layer 18:43:51 46f8f816bc3b: Pulling fs layer 18:43:51 93b61091891f: Pulling fs layer 18:43:51 93b9cdb0e59b: Pulling fs layer 18:43:51 5e14af77c1be: Pulling fs layer 18:43:51 01666e4c0597: Pulling fs layer 18:43:51 aa168da1d23b: Pulling fs layer 18:43:51 93b9cdb0e59b: Waiting 18:43:51 5e14af77c1be: Waiting 18:43:51 01666e4c0597: Waiting 18:43:51 aa168da1d23b: Waiting 18:43:51 93b61091891f: Waiting 18:43:51 46f8f816bc3b: Waiting 18:43:51 36b3adc4ff6f: Verifying Checksum 18:43:51 36b3adc4ff6f: Download complete 18:43:51 46f8f816bc3b: Verifying Checksum 18:43:51 46f8f816bc3b: Download complete 18:43:51 df20fa9351a1: Download complete 18:43:51 93b9cdb0e59b: Verifying Checksum 18:43:51 93b9cdb0e59b: Download complete 18:43:51 5e14af77c1be: Verifying Checksum 18:43:51 5e14af77c1be: Download complete 18:43:51 01666e4c0597: Verifying Checksum 18:43:51 01666e4c0597: Download complete 18:43:51 93b61091891f: Verifying Checksum 18:43:51 93b61091891f: Download complete 18:43:51 df20fa9351a1: Pull complete 18:43:51 36b3adc4ff6f: Pull complete 18:43:51 8ad3a11d3b57: Verifying Checksum 18:43:51 8ad3a11d3b57: Download complete 18:43:53 8ad3a11d3b57: Pull complete 18:43:53 46f8f816bc3b: Pull complete 18:43:53 aa168da1d23b: Verifying Checksum 18:43:53 aa168da1d23b: Download complete 18:43:54 93b61091891f: Pull complete 18:43:54 93b9cdb0e59b: Pull complete 18:43:54 5e14af77c1be: Pull complete 18:43:54 01666e4c0597: Pull complete 18:44:02 aa168da1d23b: Pull complete 18:44:02 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:44:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:44:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:44:03 prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container 18:44:03 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/384/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/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:44:06 $ docker top 3420e55f8f02ea4a0507039f350f4e21be7787744a3468eea582935738f5f2c0 -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:07 + touch /tmp/pre-build-complete [Pipeline] sh 18:44:07 + mkdir -p /var/log/sa [Pipeline] sh 18:44:07 + ls /var/log/sa-host 18:44:07 + sadf -c /var/log/sa-host/sa08 18:44:07 file_magic: OK 18:44:07 HZ: Using current value: 100 18:44:07 file_header: OK 18:44:07 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 18:44:07 Statistics: 18:44:07 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:44:07 File successfully converted to sysstat format version 12.2.1 18:44:07 + sadf -c /var/log/sa-host/sa23 18:44:07 file_magic: OK 18:44:07 HZ: Using current value: 100 18:44:07 file_header: OK 18:44:07 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 18:44:07 Statistics: 18:44:07 Hnuu...uuuununununu... 18:44:07 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:44:07 provisioning config files... 18:44:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/384@tmp/config7413116276780349290tmp [Pipeline] { [Pipeline] echo 18:44:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:44:08 ---> create-netrc.sh [Pipeline] } 18:44:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:44:08 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:44:08 ---> python-tools-install.sh [Pipeline] echo 18:44:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:44:09 ---> sudo-logs.sh 18:44:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:44:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:44:09 ---> job-cost.sh 18:44:09 lf-activate-venv: SKIPPING 18:44:09 DEBUG: total: 0.20999999344348907 18:44:09 INFO: Retrieving Stack Cost... 18:44:10 INFO: Retrieving Pricing Info for: v1-standard-2 18:44:11 INFO: Archiving Costs [Pipeline] echo 18:44:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:44:11 ---> logs-deploy.sh 18:44:11 lf-activate-venv: SKIPPING 18:44:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/384 18:44:11 INFO: archiving workspace using pattern(s): 18:44:12 Archives upload complete. 18:44:12 INFO: archiving logs to Nexus 18:44:14 ---> uname -a: 18:44:14 Linux prd-centos7-docker-4c-2g-29018.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:44:14 18:44:14 18:44:14 ---> lscpu: 18:44:14 Architecture: x86_64 18:44:14 CPU op-mode(s): 32-bit, 64-bit 18:44:14 Byte Order: Little Endian 18:44:14 Address sizes: 40 bits physical, 48 bits virtual 18:44:14 CPU(s): 4 18:44:14 On-line CPU(s) list: 0-3 18:44:14 Thread(s) per core: 1 18:44:14 Core(s) per socket: 1 18:44:14 Socket(s): 4 18:44:14 NUMA node(s): 1 18:44:14 Vendor ID: GenuineIntel 18:44:14 CPU family: 6 18:44:14 Model: 44 18:44:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:44:14 Stepping: 1 18:44:14 CPU MHz: 2933.438 18:44:14 BogoMIPS: 5866.87 18:44:14 Virtualization: VT-x 18:44:14 Hypervisor vendor: KVM 18:44:14 Virtualization type: full 18:44:14 L1d cache: 128 KiB 18:44:14 L1i cache: 128 KiB 18:44:14 L2 cache: 16 MiB 18:44:14 L3 cache: 64 MiB 18:44:14 NUMA node0 CPU(s): 0-3 18:44:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:44:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:44:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:44:14 Vulnerability Meltdown: Mitigation; PTI 18:44:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:44:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:44:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:44:14 Vulnerability Srbds: Not affected 18:44:14 Vulnerability Tsx async abort: Not affected 18:44:14 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 18:44:14 18:44:14 18:44:14 ---> nproc: 18:44:14 4 18:44:14 18:44:14 18:44:14 ---> df -h: 18:44:14 Filesystem Size Used Available Use% Mounted on 18:44:14 overlay 50.0G 12.6G 37.4G 25% / 18:44:14 tmpfs 64.0M 0 64.0M 0% /dev 18:44:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:44:14 shm 64.0M 0 64.0M 0% /dev/shm 18:44:14 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 18:44:14 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 18:44:14 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 18:44:14 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 18:44:14 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 18:44:14 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 18:44:14 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 18:44:14 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 18:44:14 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/384@tmp 18:44:14 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/384 18:44:14 18:44:14 18:44:14 ---> free -m: 18:44:14 total used free shared buff/cache available 18:44:14 Mem: 1837 742 148 0 946 1032 18:44:14 Swap: 1023 38 985 18:44:14 18:44:14 18:44:14 ---> ip addr: 18:44:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:44:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:44:14 inet 127.0.0.1/8 scope host lo 18:44:14 valid_lft forever preferred_lft forever 18:44:14 inet6 ::1/128 scope host 18:44:14 valid_lft forever preferred_lft forever 18:44:14 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:44:14 link/ether fa:16:3e:9f:4b:53 brd ff:ff:ff:ff:ff:ff 18:44:14 inet 10.30.122.46/23 brd 10.30.123.255 scope global dynamic eth0 18:44:14 valid_lft 85109sec preferred_lft 85109sec 18:44:14 inet6 fe80::f816:3eff:fe9f:4b53/64 scope link 18:44:14 valid_lft forever preferred_lft forever 18:44:14 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:44:14 link/ether 02:42:bd:8e:8b:69 brd ff:ff:ff:ff:ff:ff 18:44:14 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:44:14 valid_lft forever preferred_lft forever 18:44:14 inet6 fe80::42:bdff:fe8e:8b69/64 scope link 18:44:14 valid_lft forever preferred_lft forever 18:44:14 18:44:14 18:44:14 ---> sar -b -r -n DEV: 18:44:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/08/21 _x86_64_ (4 CPU) 18:44:14 18:44:14 18:22:31 LINUX RESTART (4 CPU) 18:44:14 18:44:14 18:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:44:14 18:24:01 116.33 48.87 67.46 0.00 8993.74 19802.58 0.00 18:44:14 18:25:01 308.58 106.54 202.05 0.00 4125.64 51367.29 0.00 18:44:14 18:26:01 131.90 49.73 82.18 0.00 2146.51 10422.55 0.00 18:44:14 18:27:01 147.64 70.00 77.64 0.00 3670.06 13260.24 0.00 18:44:14 18:28:02 1020.96 753.39 267.57 0.00 91556.30 164525.42 0.00 18:44:14 18:29:01 2812.90 2500.69 312.21 0.00 145566.41 156851.87 0.00 18:44:14 18:30:01 567.75 273.00 294.75 0.00 68187.31 104516.41 0.00 18:44:14 18:31:01 2160.47 1811.33 349.14 0.00 109948.13 122113.88 0.00 18:44:14 18:32:01 197.70 23.66 174.05 0.00 4615.55 26327.70 0.00 18:44:14 18:33:01 20.91 9.42 11.49 0.00 1713.62 210.52 0.00 18:44:14 18:34:01 0.92 0.17 0.75 0.00 93.40 13.82 0.00 18:44:14 18:35:01 0.25 0.02 0.23 0.00 0.27 2.50 0.00 18:44:14 18:36:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 18:44:14 18:37:01 0.25 0.02 0.23 0.00 0.53 2.73 0.00 18:44:14 18:38:01 2.03 1.78 0.25 0.00 56.23 2.90 0.00 18:44:14 18:39:01 0.85 0.05 0.80 0.00 1.20 15.36 0.00 18:44:14 18:40:01 0.30 0.02 0.28 0.00 0.27 3.46 0.00 18:44:14 18:41:01 0.27 0.00 0.27 0.00 0.00 3.21 0.00 18:44:14 18:42:01 187.11 91.95 95.16 0.00 3871.99 29623.87 0.00 18:44:14 18:43:01 235.94 98.68 137.26 0.00 8123.86 30188.21 0.00 18:44:14 18:44:01 216.82 100.50 116.32 0.00 8649.98 26785.74 0.00 18:44:14 Average: 384.66 280.54 104.12 0.00 21859.14 35914.97 0.00 18:44:14 18:44:14 18:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:44:14 18:24:01 398840 0 545976 29.02 2620 934108 1083844 36.99 454124 827124 132 18:44:14 18:25:01 290536 0 667588 35.48 1492 921928 1298088 44.30 469824 833520 108 18:44:14 18:26:01 210932 0 777420 41.32 748 892444 1779832 60.74 697028 686440 75232 18:44:14 18:27:01 182028 0 671884 35.71 744 1026888 1297464 44.28 591064 813376 0 18:44:14 18:28:02 385280 0 652160 34.66 80 844024 1886368 64.38 552324 726040 52 18:44:14 18:29:01 131688 0 1252152 66.55 0 497704 4162316 142.05 848600 627080 19148 18:44:14 18:30:01 52964 0 719452 38.24 0 1109128 1909704 65.18 755092 851892 26876 18:44:14 18:31:01 320312 0 681372 36.21 0 879860 1759256 60.04 494344 822360 27736 18:44:14 18:32:01 74496 0 632276 33.60 0 1174772 1391476 47.49 523108 1032560 36 18:44:14 18:33:01 101724 0 601208 31.95 0 1178612 1171956 40.00 577836 953932 8 18:44:14 18:34:01 100200 0 599912 31.88 0 1181432 1141068 38.94 580672 953736 8 18:44:14 18:35:01 101156 0 598948 31.83 0 1181440 1133872 38.70 580028 953680 8 18:44:14 18:36:01 101180 0 598916 31.83 0 1181448 1133872 38.70 579896 953680 8 18:44:14 18:37:01 101504 0 598584 31.81 0 1181456 1133872 38.70 580056 953696 8 18:44:14 18:38:01 100056 0 599076 31.84 0 1182412 1133872 38.70 579956 954632 16 18:44:14 18:39:01 99320 0 599800 31.88 0 1182424 1133944 38.70 580332 954636 8 18:44:14 18:40:01 99528 0 599588 31.87 0 1182428 1133872 38.70 579968 954640 8 18:44:14 18:41:01 99428 0 599668 31.87 0 1182448 1133872 38.70 579980 954648 8 18:44:14 18:42:01 71520 0 706936 37.57 0 1103088 1561524 53.29 680496 837428 68588 18:44:14 18:43:01 272428 0 714556 37.98 0 894560 1332360 45.47 479272 795280 99728 18:44:14 18:44:01 189612 0 766064 40.71 0 925868 1524140 52.02 504780 841668 89648 18:44:14 Average: 165940 0 675406 35.90 271 1039927 1487456 50.76 584228 870574 19398 18:44:14 18:44:14 18:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:44:14 18:24:01 eth0 1992.96 1755.23 6409.54 225.41 0.00 0.00 0.00 0.00 18:44:14 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:24:01 docker0 822.80 699.47 68.44 2678.91 0.00 0.00 0.00 0.00 18:44:14 18:25:01 eth0 472.85 397.52 3680.45 70.37 0.00 0.00 0.00 0.00 18:44:14 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:25:01 veth1b8ea3d 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 18:44:14 18:25:01 docker0 134.84 166.21 9.46 833.53 0.00 0.00 0.00 0.00 18:44:14 18:26:01 eth0 31.40 18.92 22.65 38.14 0.00 0.00 0.00 0.00 18:44:14 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:26:01 veth1b8ea3d 0.73 0.77 0.06 0.07 0.00 0.00 0.00 0.00 18:44:14 18:26:01 docker0 0.73 0.73 0.05 0.06 0.00 0.00 0.00 0.00 18:44:14 18:27:01 eth0 36.86 25.06 22.33 43.09 0.00 0.00 0.00 0.00 18:44:14 18:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:27:01 veth1b8ea3d 1.40 1.40 0.11 0.11 0.00 0.00 0.00 0.00 18:44:14 18:27:01 docker0 1.40 1.40 0.09 0.11 0.00 0.00 0.00 0.00 18:44:14 18:28:02 veth6b7643a 0.50 0.55 0.03 3.46 0.00 0.00 0.00 0.00 18:44:14 18:28:02 veth1952873 3.49 4.29 0.27 15.99 0.00 0.00 0.00 0.00 18:44:14 18:28:02 vethd1dc9dc 0.80 0.96 0.05 6.65 0.00 0.00 0.00 0.00 18:44:14 18:28:02 vethd83ab7b 1.18 1.41 0.08 10.39 0.00 0.00 0.00 0.00 18:44:14 18:29:01 veth227ab98 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:44:14 18:29:01 vetha9fa80e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:44:14 18:29:01 veth8fba860 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:44:14 18:29:01 eth0 2849.34 2443.29 12200.05 468.31 0.00 0.00 0.00 0.00 18:44:14 18:30:01 eth0 79.68 50.25 246.60 50.09 0.00 0.00 0.00 0.00 18:44:14 18:30:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:44:14 18:30:01 veth006ecca 0.00 0.73 0.00 0.03 0.00 0.00 0.00 0.00 18:44:14 18:30:01 docker0 993.90 921.12 79.96 3806.25 0.00 0.00 0.00 0.00 18:44:14 18:31:01 veth23f2aee 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 18:44:14 18:31:01 veth12b2442 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 18:44:14 18:31:01 eth0 58.00 32.96 129.86 45.76 0.00 0.00 0.00 0.00 18:44:14 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:32:01 eth0 320.13 258.00 1724.99 441.82 0.00 0.00 0.00 0.00 18:44:14 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:32:01 docker0 1039.47 1007.47 82.90 4362.11 0.00 0.00 0.00 0.00 18:44:14 18:33:01 eth0 306.49 300.75 128.22 1191.76 0.00 0.00 0.00 0.00 18:44:14 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:34:01 eth0 0.55 0.53 0.55 0.10 0.00 0.00 0.00 0.00 18:44:14 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:35:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:44:14 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:36:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:37:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:44:14 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:38:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:44:14 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:39:01 eth0 0.28 0.22 0.14 0.07 0.00 0.00 0.00 0.00 18:44:14 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:40:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:44:14 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:41:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:44:14 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:42:01 eth0 387.52 351.35 4023.52 47.54 0.00 0.00 0.00 0.00 18:44:14 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:43:01 eth0 419.94 370.62 3481.50 98.72 0.00 0.00 0.00 0.00 18:44:14 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:43:01 docker0 32.99 34.49 3.09 253.99 0.00 0.00 0.00 0.00 18:44:14 18:44:01 eth0 367.77 276.04 2451.60 100.73 0.00 0.00 0.00 0.00 18:44:14 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 18:44:01 docker0 51.96 91.75 3.51 223.96 0.00 0.00 0.00 0.00 18:44:14 Average: eth0 225.19 192.62 1152.92 116.16 0.00 0.00 0.00 0.00 18:44:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:44:14 Average: docker0 53.59 54.04 4.27 230.70 0.00 0.00 0.00 0.00 18:44:14 18:44:14 18:44:14 ---> sar -P ALL: 18:44:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/08/21 _x86_64_ (4 CPU) 18:44:14 18:44:14 18:22:31 LINUX RESTART (4 CPU) 18:44:14 18:44:14 18:23:01 CPU %user %nice %system %iowait %steal %idle 18:44:14 18:24:01 all 19.70 0.00 7.18 2.14 0.04 70.94 18:44:14 18:24:01 0 19.90 0.00 10.29 2.35 0.05 67.41 18:44:14 18:24:01 1 16.51 0.00 6.15 0.92 0.05 76.37 18:44:14 18:24:01 2 21.91 0.00 7.06 1.80 0.05 69.18 18:44:14 18:24:01 3 20.47 0.00 5.25 3.49 0.02 70.76 18:44:14 18:25:01 all 11.64 0.00 9.45 5.55 0.04 73.31 18:44:14 18:25:01 0 11.42 0.00 9.94 6.02 0.03 72.59 18:44:14 18:25:01 1 11.63 0.00 8.85 3.83 0.05 75.64 18:44:14 18:25:01 2 11.95 0.00 9.21 7.39 0.05 71.40 18:44:14 18:25:01 3 11.57 0.00 9.80 4.98 0.03 73.62 18:44:14 18:26:01 all 52.49 0.00 12.28 4.47 0.05 30.71 18:44:14 18:26:01 0 50.63 0.00 12.99 3.94 0.03 32.40 18:44:14 18:26:01 1 54.95 0.00 11.90 4.08 0.02 29.05 18:44:14 18:26:01 2 51.47 0.00 12.71 5.79 0.10 29.93 18:44:14 18:26:01 3 52.88 0.00 11.51 4.08 0.05 31.47 18:44:14 18:27:01 all 48.65 0.00 14.21 4.25 0.04 32.83 18:44:14 18:27:01 0 49.96 0.00 14.25 6.30 0.03 29.46 18:44:14 18:27:01 1 48.19 0.00 14.36 4.71 0.05 32.69 18:44:14 18:27:01 2 47.62 0.00 14.32 1.13 0.05 36.89 18:44:14 18:27:01 3 48.83 0.00 13.94 4.85 0.03 32.34 18:44:14 18:28:02 all 21.50 0.00 21.43 8.70 0.08 48.29 18:44:14 18:28:02 0 20.90 0.00 20.55 9.81 0.09 48.65 18:44:14 18:28:02 1 21.15 0.00 21.83 7.70 0.10 49.22 18:44:14 18:28:02 2 22.85 0.00 21.83 9.14 0.07 46.11 18:44:14 18:28:02 3 21.10 0.00 21.50 8.14 0.07 49.19 18:44:14 18:29:01 all 32.40 0.00 23.36 25.46 0.09 18.68 18:44:14 18:29:01 0 31.36 0.00 22.70 25.33 0.13 20.49 18:44:14 18:29:01 1 31.81 0.00 23.87 25.24 0.05 19.03 18:44:14 18:29:01 2 32.63 0.00 24.08 28.59 0.12 14.59 18:44:14 18:29:01 3 33.82 0.00 22.80 22.65 0.07 20.66 18:44:14 18:30:01 all 40.89 0.00 17.24 18.91 0.06 22.90 18:44:14 18:30:01 0 42.00 0.00 17.24 16.01 0.07 24.68 18:44:14 18:30:01 1 40.54 0.00 17.12 17.36 0.07 24.90 18:44:14 18:30:01 2 40.39 0.00 17.53 19.60 0.05 22.43 18:44:14 18:30:01 3 40.61 0.00 17.08 22.70 0.05 19.55 18:44:14 18:31:01 all 45.50 0.00 22.55 20.02 0.07 11.85 18:44:14 18:31:01 0 45.42 0.00 22.35 17.83 0.07 14.32 18:44:14 18:31:01 1 44.01 0.00 23.52 20.00 0.05 12.42 18:44:14 18:31:01 2 46.51 0.00 22.02 20.60 0.07 10.79 18:44:14 18:31:01 3 46.07 0.00 22.33 21.64 0.09 9.88 18:44:14 18:32:01 all 17.24 0.00 8.76 6.55 0.04 67.41 18:44:14 18:32:01 0 16.28 0.00 9.36 5.60 0.03 68.73 18:44:14 18:32:01 1 18.59 0.00 8.10 9.95 0.05 63.31 18:44:14 18:32:01 2 15.05 0.00 8.89 7.18 0.05 68.83 18:44:14 18:32:01 3 19.05 0.00 8.71 3.41 0.03 68.79 18:44:14 18:33:01 all 6.42 0.00 2.26 0.40 0.05 90.87 18:44:14 18:33:01 0 6.75 0.00 2.65 0.10 0.07 90.43 18:44:14 18:33:01 1 6.39 0.00 2.12 0.77 0.03 90.68 18:44:14 18:33:01 2 6.32 0.00 2.22 0.12 0.05 91.29 18:44:14 18:33:01 3 6.22 0.00 2.05 0.59 0.05 91.09 18:44:14 18:34:01 all 0.04 0.00 0.05 0.00 0.00 99.91 18:44:14 18:34:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:44:14 18:34:01 1 0.02 0.00 0.03 0.00 0.00 99.95 18:44:14 18:34:01 2 0.08 0.00 0.08 0.02 0.00 99.82 18:44:14 18:34:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:44:14 18:44:14 18:34:01 CPU %user %nice %system %iowait %steal %idle 18:44:14 18:35:01 all 0.03 0.00 0.03 0.00 0.00 99.94 18:44:14 18:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:44:14 18:35:01 1 0.03 0.00 0.03 0.00 0.00 99.93 18:44:14 18:35:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:44:14 18:35:01 3 0.03 0.00 0.05 0.00 0.00 99.92 18:44:14 18:36:01 all 0.12 0.00 0.08 0.00 0.00 99.79 18:44:14 18:36:01 0 0.07 0.00 0.08 0.00 0.00 99.85 18:44:14 18:36:01 1 0.13 0.00 0.10 0.00 0.00 99.77 18:44:14 18:36:01 2 0.27 0.00 0.08 0.00 0.00 99.65 18:44:14 18:36:01 3 0.03 0.00 0.07 0.00 0.00 99.90 18:44:14 18:37:01 all 0.16 0.00 0.08 0.00 0.00 99.75 18:44:14 18:37:01 0 0.03 0.00 0.12 0.00 0.00 99.85 18:44:14 18:37:01 1 0.53 0.00 0.07 0.00 0.00 99.40 18:44:14 18:37:01 2 0.03 0.00 0.10 0.00 0.00 99.87 18:44:14 18:37:01 3 0.05 0.00 0.05 0.00 0.00 99.90 18:44:14 18:38:01 all 0.15 0.00 0.05 0.02 0.00 99.78 18:44:14 18:38:01 0 0.03 0.00 0.08 0.08 0.02 99.78 18:44:14 18:38:01 1 0.37 0.00 0.02 0.02 0.00 99.60 18:44:14 18:38:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:44:14 18:38:01 3 0.15 0.00 0.05 0.00 0.00 99.80 18:44:14 18:39:01 all 0.16 0.00 0.03 0.00 0.00 99.81 18:44:14 18:39:01 0 0.05 0.00 0.05 0.00 0.00 99.90 18:44:14 18:39:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:44:14 18:39:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:44:14 18:39:01 3 0.53 0.00 0.03 0.00 0.00 99.43 18:44:14 18:40:01 all 0.15 0.00 0.02 0.00 0.00 99.83 18:44:14 18:40:01 0 0.03 0.00 0.05 0.00 0.00 99.92 18:44:14 18:40:01 1 0.48 0.00 0.02 0.00 0.00 99.50 18:44:14 18:40:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:44:14 18:40:01 3 0.05 0.00 0.00 0.02 0.00 99.93 18:44:14 18:41:01 all 0.15 0.00 0.03 0.00 0.01 99.81 18:44:14 18:41:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:44:14 18:41:01 1 0.50 0.00 0.02 0.00 0.00 99.48 18:44:14 18:41:01 2 0.03 0.00 0.05 0.00 0.02 99.90 18:44:14 18:41:01 3 0.03 0.00 0.03 0.00 0.02 99.92 18:44:14 18:42:01 all 7.65 0.00 5.77 3.35 0.03 83.20 18:44:14 18:42:01 0 7.07 0.00 5.82 2.83 0.05 84.23 18:44:14 18:42:01 1 7.38 0.00 5.52 1.38 0.03 85.68 18:44:14 18:42:01 2 7.82 0.00 6.06 6.33 0.02 79.77 18:44:14 18:42:01 3 8.34 0.00 5.67 2.86 0.02 83.12 18:44:14 18:43:01 all 10.32 0.00 8.03 3.18 0.05 78.42 18:44:14 18:43:01 0 10.81 0.00 8.57 2.82 0.03 77.76 18:44:14 18:43:01 1 9.49 0.00 7.49 3.46 0.07 79.50 18:44:14 18:43:01 2 11.06 0.00 8.88 4.33 0.05 75.69 18:44:14 18:43:01 3 9.94 0.00 7.17 2.10 0.05 80.74 18:44:14 18:44:01 all 10.80 0.00 8.25 3.59 0.05 77.32 18:44:14 18:44:01 0 8.74 0.00 8.36 1.32 0.05 81.53 18:44:14 18:44:01 1 8.90 0.00 7.30 1.75 0.03 82.01 18:44:14 18:44:01 2 11.59 0.00 9.04 6.20 0.05 73.11 18:44:14 18:44:01 3 13.98 0.00 8.28 5.07 0.05 72.61 18:44:14 Average: all 15.26 0.00 7.53 4.96 0.03 72.22 18:44:14 Average: 0 15.04 0.00 7.73 4.66 0.04 72.53 18:44:14 Average: 1 15.06 0.00 7.40 4.71 0.03 72.80 18:44:14 Average: 2 15.34 0.00 7.68 5.51 0.04 71.43 18:44:14 Average: 3 15.61 0.00 7.30 4.95 0.03 72.11 18:44:14 18:44:14 18:44:14