Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 05f2d13a179446ff46e2de9a60e91a19cc98f319 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30612’ Running on prd-centos7-docker-4c-2g-30615 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/400 [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/400 # 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 Checking out Revision 05f2d13a179446ff46e2de9a60e91a19cc98f319 (master) Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 Commit message: "build: Upgrade go-mod-core-contracts lib to v2.0.0-dev.54 (#3275)" > git rev-list --no-walk cd35e82189541566d340af614e7b672e1779e95b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:05:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:05:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:05:42 ========================================================= 20:05:42 EdgeX Global Pipelines Version Info 20:05:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:05:44 ------------------- 20:05:44 stable info: 20:05:44 ------------------- 20:05:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:05:44 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:05:44 Message: update stable to v1.0.186 20:05:45 ------------------- 20:05:45 experimental info: 20:05:45 ------------------- 20:05:45 Commited By: **** collab-it+edgex@linuxfoundation.org 20:05:45 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:05:45 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:05:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:05:45 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:05:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:05:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:05:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:05:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:05:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:05:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:05:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:05:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:05:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:05:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:05:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:05:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:05:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:05:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:05:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:05:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:05:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:05:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:05:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:05:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:05:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:05:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:05:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:05:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] echo 20:05:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 05f2d13 [Pipeline] echo 20:05:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:05:49 provisioning config files... 20:05:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/400@tmp/config3142935144552587656tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:05:49 ---> docker-login.sh 20:05:49 nexus3.edgexfoundry.org:10001 20:05:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:05:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:05:50 Configure a credential helper to remove this warning. See 20:05:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:05:50 20:05:50 Login Succeeded 20:05:50 nexus3.edgexfoundry.org:10002 20:05:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:05:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:05:50 Configure a credential helper to remove this warning. See 20:05:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:05:50 20:05:50 Login Succeeded 20:05:50 nexus3.edgexfoundry.org:10003 20:05:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:05:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:05:50 Configure a credential helper to remove this warning. See 20:05:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:05:50 20:05:50 Login Succeeded 20:05:50 nexus3.edgexfoundry.org:10004 20:05:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:05:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:05:50 Configure a credential helper to remove this warning. See 20:05:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:05:50 20:05:50 Login Succeeded 20:05:50 docker.io 20:05:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:05:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:05:51 Configure a credential helper to remove this warning. See 20:05:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:05:51 20:05:51 Login Succeeded 20:05:51 ---> docker-login.sh ends [Pipeline] } 20:05:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:05:51 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 20:05:51 + for file in '`ls cmd/**/Dockerfile`' 20:05:51 ++ dirname cmd/core-command/Dockerfile 20:05:51 ++ cut -d/ -f2 20:05:51 + echo core-command,cmd/core-command/Dockerfile 20:05:51 + for file in '`ls cmd/**/Dockerfile`' 20:05:51 ++ dirname cmd/core-data/Dockerfile 20:05:51 ++ cut -d/ -f2 20:05:51 + echo core-data,cmd/core-data/Dockerfile 20:05:51 + for file in '`ls cmd/**/Dockerfile`' 20:05:51 ++ dirname cmd/core-metadata/Dockerfile 20:05:51 ++ cut -d/ -f2 20:05:51 + echo core-metadata,cmd/core-metadata/Dockerfile 20:05:51 + for file in '`ls cmd/**/Dockerfile`' 20:05:51 ++ dirname cmd/security-bootstrapper/Dockerfile 20:05:51 ++ cut -d/ -f2 20:05:51 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:05:51 + for file in '`ls cmd/**/Dockerfile`' 20:05:51 ++ dirname cmd/security-proxy-setup/Dockerfile 20:05:51 ++ cut -d/ -f2 20:05:51 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:05:51 + for file in '`ls cmd/**/Dockerfile`' 20:05:51 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:05:51 ++ cut -d/ -f2 20:05:51 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:05:51 + for file in '`ls cmd/**/Dockerfile`' 20:05:51 ++ dirname cmd/support-notifications/Dockerfile 20:05:51 ++ cut -d/ -f2 20:05:51 + echo support-notifications,cmd/support-notifications/Dockerfile 20:05:51 + for file in '`ls cmd/**/Dockerfile`' 20:05:51 ++ dirname cmd/support-scheduler/Dockerfile 20:05:51 ++ cut -d/ -f2 20:05:51 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:05:51 + for file in '`ls cmd/**/Dockerfile`' 20:05:51 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:05:51 ++ cut -d/ -f2 20:05:51 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:05:51 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 20:05:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:05:52 20:05:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:05:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:05:53 latest: Pulling from edgex-devops/git-semver 20:05:53 31603596830f: Pulling fs layer 20:05:53 2a8b12db71e7: Pulling fs layer 20:05:53 6ca5941a6612: Pulling fs layer 20:05:53 ecc8261a40a4: Pulling fs layer 20:05:53 ecc8261a40a4: Waiting 20:05:53 2a8b12db71e7: Download complete 20:05:53 31603596830f: Verifying Checksum 20:05:53 31603596830f: Download complete 20:05:53 ecc8261a40a4: Verifying Checksum 20:05:53 ecc8261a40a4: Download complete 20:05:53 6ca5941a6612: Verifying Checksum 20:05:53 6ca5941a6612: Download complete 20:05:53 31603596830f: Pull complete 20:05:53 2a8b12db71e7: Pull complete 20:05:54 6ca5941a6612: Pull complete 20:05:54 ecc8261a40a4: Pull complete 20:05:54 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:05:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:05:54 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:05:55 prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container 20:05:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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 20:05:58 $ docker top 923121024d6a6a1ef4b432921065fafde900a6feca52762c4753a784398d0f82 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:05:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:05:58 [ssh-agent] Looking for ssh-agent implementation... 20:05:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:05:58 $ docker exec 923121024d6a6a1ef4b432921065fafde900a6feca52762c4753a784398d0f82 ssh-agent 20:05:58 SSH_AUTH_SOCK=/tmp/ssh-k7okJIPSWHmZ/agent.12 20:05:58 SSH_AGENT_PID=17 20:05:58 Running ssh-add (command line suppressed) 20:05:58 Identity added: /w/workspace/edgex-go/400@tmp/private_key_2656448198955608039.key (/w/workspace/edgex-go/400@tmp/private_key_2656448198955608039.key) 20:05:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:05:59 + git tag --points-at HEAD [Pipeline] } 20:05:59 $ docker exec --env ******** --env ******** 923121024d6a6a1ef4b432921065fafde900a6feca52762c4753a784398d0f82 ssh-agent -k 20:05:59 unset SSH_AUTH_SOCK; 20:05:59 unset SSH_AGENT_PID; 20:05:59 echo Agent pid 17 killed; 20:05:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:05:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:05:59 [ssh-agent] Looking for ssh-agent implementation... 20:05:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:06:00 $ docker exec 923121024d6a6a1ef4b432921065fafde900a6feca52762c4753a784398d0f82 ssh-agent 20:06:00 SSH_AUTH_SOCK=/tmp/ssh-paXesRji3BUo/agent.47 20:06:00 SSH_AGENT_PID=52 20:06:00 Running ssh-add (command line suppressed) 20:06:00 Identity added: /w/workspace/edgex-go/400@tmp/private_key_9048540415545786082.key (/w/workspace/edgex-go/400@tmp/private_key_9048540415545786082.key) 20:06:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:06:00 + git semver init 20:06:00 # -> Open(): unable to determine branch for HEAD 20:06:00 # $GIT_DIR = /w/workspace/edgex-go/400/.git 20:06:00 # $GIT_WORK_TREE = /w/workspace/edgex-go/400 20:06:00 # $SEMVER_REMOTE_NAME = origin 20:06:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:06:00 # $SEMVER_USER_NAME = edgex-jenkins 20:06:00 # $SEMVER_BRANCH = master 20:06:00 # $SEMVER_TEMP = /tmp/semver-057830022 20:06:00 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:06:33 # '/tmp/semver-057830022' -> '/w/workspace/edgex-go/400/.semver' 20:06:33 # -> Force: false 20:06:33 # $SEMVER_DIR = /w/workspace/edgex-go/400/.semver [Pipeline] } 20:06:33 $ docker exec --env ******** --env ******** 923121024d6a6a1ef4b432921065fafde900a6feca52762c4753a784398d0f82 ssh-agent -k 20:06:33 unset SSH_AUTH_SOCK; 20:06:33 unset SSH_AGENT_PID; 20:06:33 echo Agent pid 52 killed; 20:06:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:06:34 + git semver [Pipeline] } 20:06:34 $ docker stop --time=1 923121024d6a6a1ef4b432921065fafde900a6feca52762c4753a784398d0f82 20:06:36 $ docker rm -f 923121024d6a6a1ef4b432921065fafde900a6feca52762c4753a784398d0f82 [Pipeline] // withDockerContainer [Pipeline] sh 20:06:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:06:37 Stashed 1 file(s) [Pipeline] echo 20:06:37 [edgeXSemver]: initialized semver on version 2.0.0-dev.133 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:06:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:06:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:06:38 + sudo service docker restart 20:06:38 + true 20:06:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:06:39 ========================================================= 20:06:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:06:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:06:39 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 20:06:43 Sending build context to Docker daemon 328.6MB 20:06:43 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:06:43 Step 2/6 : FROM ${BASE} 20:06:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:06:43 188c0c94c7c5: Pulling fs layer 20:06:43 0ef7d3d256c8: Pulling fs layer 20:06:43 de9db76c5a1d: Pulling fs layer 20:06:43 bca2f99d35d6: Pulling fs layer 20:06:43 93359f2a8cfa: Pulling fs layer 20:06:43 7c6f9722023f: Pulling fs layer 20:06:43 a35cf1a2eb13: Pulling fs layer 20:06:43 93359f2a8cfa: Waiting 20:06:43 7c6f9722023f: Waiting 20:06:43 a35cf1a2eb13: Waiting 20:06:43 bca2f99d35d6: Waiting 20:06:43 de9db76c5a1d: Verifying Checksum 20:06:43 de9db76c5a1d: Download complete 20:06:44 0ef7d3d256c8: Verifying Checksum 20:06:44 0ef7d3d256c8: Download complete 20:06:44 93359f2a8cfa: Verifying Checksum 20:06:44 93359f2a8cfa: Download complete 20:06:44 7c6f9722023f: Verifying Checksum 20:06:44 7c6f9722023f: Download complete 20:06:44 188c0c94c7c5: Verifying Checksum 20:06:44 188c0c94c7c5: Download complete 20:06:45 188c0c94c7c5: Pull complete 20:06:45 0ef7d3d256c8: Pull complete 20:06:45 de9db76c5a1d: Pull complete 20:06:46 a35cf1a2eb13: Verifying Checksum 20:06:46 a35cf1a2eb13: Download complete 20:06:47 bca2f99d35d6: Verifying Checksum 20:06:47 bca2f99d35d6: Download complete 20:06:52 Still waiting to schedule task 20:06:52 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:06:52 bca2f99d35d6: Pull complete 20:06:52 93359f2a8cfa: Pull complete 20:06:52 7c6f9722023f: Pull complete 20:06:57 a35cf1a2eb13: Pull complete 20:06:57 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:06:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:06:57 ---> a62c8e92a672 20:06:57 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:06:57 ---> Running in 383ba0b294fc 20:06:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:06:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:06:59 (1/12) Installing libmagic (5.38-r0) 20:06:59 (2/12) Installing file (5.38-r0) 20:06:59 (3/12) Installing libc-dev (0.7.2-r3) 20:06:59 (4/12) Installing g++ (9.3.0-r2) 20:07:07 (5/12) Installing fortify-headers (1.1-r0) 20:07:07 (6/12) Installing patch (2.7.6-r6) 20:07:07 (7/12) Installing build-base (0.5-r2) 20:07:07 (8/12) Installing libsodium (1.0.18-r0) 20:07:07 (9/12) Installing pkgconf (1.7.2-r0) 20:07:07 (10/12) Installing libsodium-dev (1.0.18-r0) 20:07:07 (11/12) Installing libzmq (4.3.3-r0) 20:07:07 (12/12) Installing zeromq-dev (4.3.3-r0) 20:07:07 Executing busybox-1.31.1-r19.trigger 20:07:07 OK: 233 MiB in 51 packages 20:07:11 Removing intermediate container 383ba0b294fc 20:07:11 ---> 11e7e78f18f3 20:07:11 Step 4/6 : WORKDIR /edgex-go 20:07:11 ---> Running in 21c66a17c613 20:07:11 Removing intermediate container 21c66a17c613 20:07:11 ---> 0f57ab6ad7bb 20:07:11 Step 5/6 : COPY go.mod . 20:07:11 ---> ec86eb18a36a 20:07:11 Step 6/6 : RUN go mod download 20:07:11 ---> Running in 72cb134cf7f0 20:07:33 Removing intermediate container 72cb134cf7f0 20:07:33 ---> b4f74e133fad 20:07:33 Successfully built b4f74e133fad 20:07:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:07:33 + docker inspect -f . ci-base-image-x86_64 20:07:33 . [Pipeline] withDockerContainer 20:07:34 prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container 20:07:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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 20:07:34 $ docker top 602afdcab021d4b64148ab42a6ad46d9e3100cd54def24e38fe02ad4aeedf7ae -eo pid,comm [Pipeline] { [Pipeline] sh 20:07:35 + go version 20:07:35 go version go1.15.5 linux/amd64 [Pipeline] } 20:07:35 $ docker stop --time=1 602afdcab021d4b64148ab42a6ad46d9e3100cd54def24e38fe02ad4aeedf7ae 20:07:36 $ docker rm -f 602afdcab021d4b64148ab42a6ad46d9e3100cd54def24e38fe02ad4aeedf7ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:07:37 + docker inspect -f . ci-base-image-x86_64 20:07:37 . [Pipeline] withDockerContainer 20:07:38 prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container 20:07:38 $ 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/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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 20:07:38 $ docker top afe8f006853b0a488cc1cb2d5c913f49895a7d7c1a871e929b0c318089f8c269 -eo pid,comm [Pipeline] { [Pipeline] echo 20:07:39 ========================================================= 20:07:39 [edgeXBuildGoParallel] Running Tests and Build... 20:07:39 ========================================================= [Pipeline] sh 20:07:39 + make test 20:07:39 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:07:49 ? github.com/edgexfoundry/edgex-go [no test files] 20:08:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:08:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:08:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:08:11 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:08:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:08:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:08:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:08:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:08:13 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:08:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:08:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:08:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:08:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:08:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.149s coverage: 45.9% of statements 20:08:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:08:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:08:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:08:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:08:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:08:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:08:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements 20:08:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.142s coverage: 100.0% of statements 20:08:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.174s coverage: 27.1% of statements 20:08:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:08:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:08:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:08:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:08:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:08:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:08:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 20:08:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:08:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements 20:08:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:08:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:08:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.074s coverage: 71.3% of statements 20:08:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:08:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:08:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.135s coverage: 82.9% of statements 20:08:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:08:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:08:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.067s coverage: 78.9% of statements 20:08:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:08:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.409s coverage: 28.6% of statements 20:08:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:08:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:08:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:08:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:08:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:08:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements 20:08:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:08:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements 20:08:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:08:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements 20:08:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:08:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements 20:08:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:08:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements 20:08:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:08:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:08:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:08:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:08:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.449s coverage: 92.8% of statements 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:08:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:08:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 47.1% of statements 20:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.047s coverage: 79.5% of statements 20:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.025s coverage: 94.1% of statements 20:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements 20:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements 20:08:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements 20:08:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 20:08:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.109s coverage: 81.9% of statements 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.067s coverage: 92.9% of statements 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 75.5% of statements 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.044s coverage: 80.8% of statements 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.083s coverage: 87.2% of statements 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.6% of statements 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.099s coverage: 91.6% of statements 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.203s coverage: 62.4% of statements 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.362s coverage: 69.0% of statements 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.106s coverage: 38.4% of statements 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.160s coverage: 47.0% of statements 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.173s coverage: 87.1% of statements 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.851s coverage: 29.1% of statements 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.105s coverage: 96.5% of statements 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:08:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:08:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements 20:08:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:08:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:08:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements 20:08:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 20:08:55 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 20:08:55 GO111MODULE=on go vet ./... 20:09:27 gofmt -l . 20:09:27 [ "`gofmt -l .`" = "" ] 20:09:27 ./bin/test-go-mod-tidy.sh 20:09:27 ./bin/test-attribution-txt.sh [Pipeline] sh 20:09:27 + ls -al . 20:09:27 total 760 20:09:27 drwxrwxr-x 10 1001 1001 4096 Mar 19 20:09 . 20:09:27 drwxr-xr-x 4 root root 32 Mar 19 20:07 .. 20:09:27 -rw-rw-r-- 1 1001 1001 11 Mar 19 20:05 .dockerignore 20:09:27 drwxrwxr-x 8 1001 1001 162 Mar 19 20:05 .git 20:09:27 drwxrwxr-x 3 1001 1001 125 Mar 19 20:05 .github 20:09:27 -rw-rw-r-- 1 1001 1001 818 Mar 19 20:05 .gitignore 20:09:27 drwx------ 3 1001 1001 45 Mar 19 20:06 .semver 20:09:27 -rw-rw-r-- 1 1001 1001 166 Mar 19 20:05 .sonarcloud.properties 20:09:27 -rw-rw-r-- 1 1001 1001 8607 Mar 19 20:05 Attribution.txt 20:09:27 -rw-rw-r-- 1 1001 1001 3804 Mar 19 20:05 CONTRIBUTING.md 20:09:27 -rw-rw-r-- 1 1001 1001 931 Mar 19 20:05 Dockerfile.build 20:09:27 -rw-rw-r-- 1 1001 1001 863 Mar 19 20:05 Jenkinsfile 20:09:27 -rw-rw-r-- 1 1001 1001 10775 Mar 19 20:05 LICENSE 20:09:27 -rw-rw-r-- 1 1001 1001 5774 Mar 19 20:05 Makefile 20:09:27 -rw-rw-r-- 1 1001 1001 6548 Mar 19 20:05 README.md 20:09:27 -rw-rw-r-- 1 1001 1001 6755 Mar 19 20:05 SECURITY.md 20:09:27 -rw-rw-r-- 1 1001 1001 13 Mar 19 20:06 VERSION 20:09:27 -rw-rw-r-- 1 1001 1001 4131 Mar 19 20:05 ZMQWindows.md 20:09:27 drwxrwxr-x 2 1001 1001 117 Mar 19 20:05 bin 20:09:27 drwxrwxr-x 14 1001 1001 4096 Mar 19 20:05 cmd 20:09:27 -rw-r--r-- 1 root root 650607 Mar 19 20:08 coverage.out 20:09:27 -rw-r--r-- 1 root root 1055 Mar 19 20:09 go.mod 20:09:27 -rw-r--r-- 1 root root 21981 Mar 19 20:09 go.sum 20:09:27 drwxrwxr-x 8 1001 1001 127 Mar 19 20:05 internal 20:09:27 drwxrwxr-x 4 1001 1001 26 Mar 19 20:05 openapi 20:09:27 drwxrwxr-x 4 1001 1001 71 Mar 19 20:05 snap 20:09:27 -rw-rw-r-- 1 1001 1001 168 Mar 19 20:05 version.go [Pipeline] sh 20:09:28 + '[' -e coverage.out ] 20:09:28 + chown 1001:1001 coverage.out [Pipeline] stash 20:09:28 Stashed 1 file(s) [Pipeline] sh 20:09:28 + make build 20:09:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/core-data/core-data ./cmd/core-data 20:09:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:09:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/core-command/core-command ./cmd/core-command 20:09:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:09:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:09:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:09:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:09:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:09:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:09:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:09:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/secrets-config ./cmd/secrets-config 20:09:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 20:09:55 $ docker stop --time=1 afe8f006853b0a488cc1cb2d5c913f49895a7d7c1a871e929b0c318089f8c269 20:09:57 $ docker rm -f afe8f006853b0a488cc1cb2d5c913f49895a7d7c1a871e929b0c318089f8c269 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:10:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:10:01 20:10:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:10:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:10:02 latest: Pulling from edgex-devops/edgex-compose 20:10:02 cbdbe7a5bc2a: Pulling fs layer 20:10:02 ca9280d653b3: Pulling fs layer 20:10:02 7e9c9ca2126c: Pulling fs layer 20:10:02 cbdbe7a5bc2a: Download complete 20:10:02 cbdbe7a5bc2a: Pull complete 20:10:02 ca9280d653b3: Verifying Checksum 20:10:02 ca9280d653b3: Download complete 20:10:03 7e9c9ca2126c: Download complete 20:10:04 ca9280d653b3: Pull complete 20:10:10 7e9c9ca2126c: Pull complete 20:10:10 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:10:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:10:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:10:10 prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container 20:10:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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 20:10:12 $ docker top 53b4a6bed7a0dc2703a126f81ef4f6ccbbcb9411f31cdf63bc7e03a37148fac7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:10:13 + docker-compose build --help 20:10:13 + grep parallel 20:10:14 --parallel Build images in parallel. [Pipeline] } 20:10:14 $ docker stop --time=1 53b4a6bed7a0dc2703a126f81ef4f6ccbbcb9411f31cdf63bc7e03a37148fac7 20:10:15 $ docker rm -f 53b4a6bed7a0dc2703a126f81ef4f6ccbbcb9411f31cdf63bc7e03a37148fac7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:10:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:10:16 . [Pipeline] withDockerContainer 20:10:16 prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container 20:10:16 $ 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/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:10:17 $ docker top 8bbf96a92fd7af86836a9db0093460a35b671d4773bd322ec7890732d87bce0e -eo pid,comm [Pipeline] { [Pipeline] sh 20:10:17 + docker-compose -f ./docker-compose-build.yml build --parallel 20:10:18 Building docker-core-command-go ... 20:10:18 Building docker-core-data-go ... 20:10:18 Building docker-core-metadata-go ... 20:10:18 Building docker-security-bootstrapper-go ... 20:10:18 Building docker-security-proxy-setup-go ... 20:10:18 Building docker-security-secretstore-setup-go ... 20:10:18 Building docker-support-notifications-go ... 20:10:18 Building docker-support-scheduler-go ... 20:10:18 Building docker-sys-mgmt-agent-go ... 20:10:18 Building docker-support-scheduler-go 20:10:18 Building docker-sys-mgmt-agent-go 20:10:18 Building docker-security-secretstore-setup-go 20:10:18 Building docker-security-bootstrapper-go 20:10:18 Building docker-core-data-go 20:10:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:10:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:10:57 ---> b4f74e133fad 20:10:57 Step 3/22 : WORKDIR /edgex-go 20:10:57 ---> Running in 6adcf61c464a 20:10:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:10:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:10:57 ---> b4f74e133fad 20:10:57 Step 3/23 : WORKDIR /edgex-go 20:10:57 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:10:57 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:10:57 ---> b4f74e133fad 20:10:57 Step 3/31 : WORKDIR /edgex-go 20:10:57 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:10:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:10:57 ---> b4f74e133fad 20:10:57 Step 3/26 : WORKDIR /edgex-go 20:10:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:10:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:10:57 ---> b4f74e133fad 20:10:57 Step 3/24 : WORKDIR /edgex-go 20:10:57 ---> Running in f935e1a170ff 20:10:57 ---> Running in 921b5dd20938 20:10:57 ---> Running in 119d9348d115 20:10:57 ---> Running in 5ae4007d889a 20:10:57 Removing intermediate container 921b5dd20938 20:10:57 ---> f8c060d3de18 20:10:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:57 Removing intermediate container f935e1a170ff 20:10:57 ---> f0d52c735b07 20:10:57 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:57 Removing intermediate container 6adcf61c464a 20:10:57 ---> 15212d834fdc 20:10:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:57 Removing intermediate container 5ae4007d889a 20:10:57 ---> 8c345e294fb6 20:10:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:57 Removing intermediate container 119d9348d115 20:10:57 ---> 33ff897ed032 20:10:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:57 ---> Running in 772ae1066ef9 20:10:57 ---> Running in b1d113e00477 20:10:57 ---> Running in 9a0a958ed59f 20:10:57 ---> Running in ad50993e0d77 20:10:57 ---> Running in f3cd30d40411 20:10:57 Removing intermediate container 772ae1066ef9 20:10:57 ---> a12ef1c142ef 20:10:57 Step 5/26 : RUN apk add --update --no-cache make bash git 20:10:58 ---> Running in e8d802a41aab 20:10:58 Removing intermediate container b1d113e00477 20:10:58 ---> 5f0490848adb 20:10:58 Step 5/22 : RUN apk add --update --no-cache make git 20:10:58 ---> Running in eed48005f74e 20:10:58 Removing intermediate container 9a0a958ed59f 20:10:58 ---> 47ee1f19e41d 20:10:58 Step 5/31 : RUN apk add --update --no-cache make git 20:10:58 Removing intermediate container ad50993e0d77 20:10:58 ---> ee02957a4bda 20:10:58 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:10:58 Removing intermediate container f3cd30d40411 20:10:58 ---> 831a8bdba9a8 20:10:58 Step 5/24 : RUN apk add --update --no-cache make git 20:10:58 ---> Running in 55eb25e040df 20:10:58 ---> Running in 040ac94dd509 20:10:58 ---> Running in 0abea2ad67b7 20:10:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:10:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:10:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:10:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:10:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:10:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:11:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:11:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:11:00 OK: 233 MiB in 51 packages 20:11:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:11:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:11:00 OK: 233 MiB in 51 packages 20:11:00 Removing intermediate container e8d802a41aab 20:11:00 ---> 469d448ee3a5 20:11:00 Step 6/26 : COPY go.mod . 20:11:00 ---> 410f88eee464 20:11:00 Step 7/26 : RUN go mod download 20:11:00 Removing intermediate container eed48005f74e 20:11:00 ---> 62c6210028a4 20:11:00 Step 6/22 : COPY go.mod . 20:11:01 ---> Running in 5811d56fd36f 20:11:01 OK: 233 MiB in 51 packages 20:11:01 OK: 233 MiB in 51 packages 20:11:01 ---> 6c42249b1fb5 20:11:01 Step 7/22 : RUN go mod download 20:11:01 ---> Running in 15d0c3e596ce 20:11:01 OK: 233 MiB in 51 packages 20:11:01 Removing intermediate container 040ac94dd509 20:11:01 ---> 087a2968c1ba 20:11:01 Step 6/23 : COPY go.mod . 20:11:02 Removing intermediate container 55eb25e040df 20:11:02 ---> 7042b29d82c2 20:11:02 Step 6/31 : COPY go.mod . 20:11:02 ---> 1115c66de9e5 20:11:02 Step 7/23 : RUN go mod download 20:11:02 ---> Running in c2a1e03495d2 20:11:02 ---> f74e1fe8e6fc 20:11:02 Step 7/31 : RUN go mod download 20:11:02 Removing intermediate container 0abea2ad67b7 20:11:02 ---> d6bf63ea670d 20:11:02 Step 6/24 : COPY go.mod . 20:11:02 ---> Running in 8fa812d34613 20:11:03 ---> 69e37c9f02ae 20:11:03 Step 7/24 : RUN go mod download 20:11:03 ---> Running in 7b479ab416f4 20:11:03 Removing intermediate container 5811d56fd36f 20:11:03 ---> 992d35ab6c5d 20:11:03 Step 8/26 : COPY . . 20:11:04 Removing intermediate container 15d0c3e596ce 20:11:04 ---> 7291334e2459 20:11:04 Step 8/22 : COPY . . 20:11:09 Removing intermediate container c2a1e03495d2 20:11:09 ---> b3671f1fd7b1 20:11:09 Step 8/23 : COPY . . 20:11:13 Removing intermediate container 7b479ab416f4 20:11:13 ---> 750e76dae3c8 20:11:13 Step 8/24 : COPY . . 20:11:13 Removing intermediate container 8fa812d34613 20:11:13 ---> 75c3a11895b6 20:11:13 Step 8/31 : COPY . . 20:11:46 ---> e179955de2f1 20:11:46 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:11:46 ---> 9859b4ccbb13 20:11:46 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:11:46 ---> e6d40fa1209d 20:11:46 Step 9/23 : RUN make cmd/core-data/core-data 20:11:47 ---> Running in 85348fd735c6 20:11:47 ---> Running in 4372ba97bc8f 20:11:48 ---> Running in 12599b2f2ba2 20:11:48 ---> 4e66c4bcf2b4 20:11:48 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:11:48 ---> ea8ee30ce1f9 20:11:48 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:11:48 ---> Running in 9e17914f65ff 20:11:48 ---> Running in 9a575de44ecf 20:11:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/core-data/core-data ./cmd/core-data 20:11:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:11:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:11:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:11:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:12:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30626 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 20:12:27 Running in /w/workspace/edgex-go/400 [Pipeline] { [Pipeline] checkout 20:12:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:12:33 using credential edgex-jenkins-ssh 20:12:33 Cloning the remote Git repository 20:12:34 Removing intermediate container 9a575de44ecf 20:12:34 ---> 889f45826c33 20:12:34 20:12:34 Step 10/31 : FROM alpine:3.12 20:12:34 Removing intermediate container 4372ba97bc8f 20:12:34 ---> 894751f7a835 20:12:34 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:12:34 3.12: Pulling from library/alpine 20:12:34 ---> Running in bdc4e3a2cfa4 20:12:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:12:33 > git init /w/workspace/edgex-go/400 # timeout=10 20:12:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:12:33 > git --version # timeout=10 20:12:33 > git --version # 'git version 2.17.1' 20:12:33 using GIT_SSH to set credentials SSH Credentials for GitHub 20:12:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:12:35 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:12:35 Status: Downloaded newer image for alpine:3.12 20:12:35 ---> 88dd2752d2ea 20:12:35 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:12:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:12:39 ---> Running in faaff28a3de6 20:12:39 Removing intermediate container 9e17914f65ff 20:12:39 ---> e8d342e4f639 20:12:39 20:12:39 Step 10/24 : FROM alpine:3.12 20:12:39 ---> 88dd2752d2ea 20:12:39 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:12:40 ---> Running in 1c415cc84d38 20:12:40 Removing intermediate container faaff28a3de6 20:12:40 ---> 19fcba80fddf 20:12:40 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:12:40 Removing intermediate container 85348fd735c6 20:12:40 ---> 1e00a4a00466 20:12:40 20:12:40 Step 10/22 : FROM alpine:3.12 20:12:40 ---> 88dd2752d2ea 20:12:40 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:12:41 ---> Running in f1edab3620b9 20:12:42 ---> Running in b2eb001675bb 20:12:42 Removing intermediate container bdc4e3a2cfa4 20:12:42 ---> f499d9a1e081 20:12:42 20:12:42 Step 11/26 : FROM docker:20.10.0 20:12:42 20.10.0: Pulling from library/docker 20:12:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:12:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:12:42 (1/5) Installing ca-certificates (20191127-r4) 20:12:42 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:12:42 (3/5) Installing libcurl (7.69.1-r3) 20:12:42 (4/5) Installing curl (7.69.1-r3) 20:12:42 (5/5) Installing dumb-init (1.2.2-r1) 20:12:42 Executing busybox-1.31.1-r19.trigger 20:12:42 Executing ca-certificates-20191127-r4.trigger 20:12:42 OK: 7 MiB in 19 packages 20:12:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:12:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:12:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:12:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:12:43 (1/2) Installing dumb-init (1.2.2-r1) 20:12:43 (2/2) Installing su-exec (0.2-r1) 20:12:43 Executing busybox-1.31.1-r19.trigger 20:12:43 OK: 6 MiB in 16 packages 20:12:43 (1/1) Installing dumb-init (1.2.2-r1) 20:12:43 Executing busybox-1.31.1-r19.trigger 20:12:43 OK: 6 MiB in 15 packages 20:12:45 Removing intermediate container 12599b2f2ba2 20:12:45 ---> 2f0b64c2ff95 20:12:45 20:12:45 Step 10/23 : FROM alpine:3.12 20:12:45 ---> 88dd2752d2ea 20:12:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:12:46 ---> Running in 155e292cee2b 20:12:46 Removing intermediate container 155e292cee2b 20:12:46 ---> e30940ad9063 20:12:46 Step 12/23 : ENV APP_PORT=48080 20:12:46 Removing intermediate container f1edab3620b9 20:12:46 ---> 185f9125c1ab 20:12:46 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:12:46 Removing intermediate container b2eb001675bb 20:12:46 ---> d5d7b3c25fbc 20:12:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:12:46 Removing intermediate container 1c415cc84d38 20:12:46 ---> 6db51566dcf2 20:12:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:12:46 ---> Running in 50d73b6860aa 20:12:46 ---> Running in deddcbc2b7dc 20:12:47 ---> Running in dd453e610889 20:12:47 ---> Running in fd5a64529180 20:12:47 Removing intermediate container deddcbc2b7dc 20:12:47 ---> c38bd7403b59 20:12:47 Step 13/23 : EXPOSE $APP_PORT 20:12:47 Removing intermediate container 50d73b6860aa 20:12:47 ---> 050e96e3dfef 20:12:47 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:12:48 ---> Running in 88b0a62c8ce3 20:12:48 ---> Running in 3bb8119c9b85 20:12:48 Removing intermediate container fd5a64529180 20:12:48 ---> e41071ce3922 20:12:48 Step 13/22 : ENV APP_PORT=48085 20:12:48 Removing intermediate container dd453e610889 20:12:48 ---> ce5c5dd36543 20:12:48 Step 13/24 : WORKDIR / 20:12:48 ---> Running in 7a57d55cf9c7 20:12:48 ---> Running in ac90d40a248c 20:12:48 Removing intermediate container 3bb8119c9b85 20:12:48 ---> 5674110790c4 20:12:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:12:48 Removing intermediate container 88b0a62c8ce3 20:12:48 ---> b51c9e29de8d 20:12:48 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:12:48 Removing intermediate container 7a57d55cf9c7 20:12:48 ---> cf1d3ad3720d 20:12:48 Step 14/22 : EXPOSE $APP_PORT 20:12:48 ---> Running in bee75c3894ae 20:12:48 ---> Running in e36cb4c7afd1 20:12:48 Removing intermediate container ac90d40a248c 20:12:48 ---> 5ac338976491 20:12:48 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:12:48 ---> Running in 96c858e462ce 20:12:49 Removing intermediate container 96c858e462ce 20:12:49 ---> ef2af7185cc5 20:12:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:12:49 ---> e0a46749af88 20:12:49 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:12:49 ---> 291ef734d4b6 20:12:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:12:49 ---> 819097e896f1 20:12:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:12:51 ---> 5245cf1dffe9 20:12:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:12:51 ---> 5215402a5cdb 20:12:51 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:12:51 Removing intermediate container bee75c3894ae 20:12:51 ---> 35d3b2ae60f7 20:12:51 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:12:51 ---> Running in b81800c7bf2d 20:12:51 Removing intermediate container e36cb4c7afd1 20:12:51 ---> 2a0ba702f851 20:12:51 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:12:52 ---> Running in 8c068bb0b959 20:12:52 ---> bcccc2523421 20:12:52 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:12:52 ---> Running in 0b7bb6cf6924 20:12:52 ---> 610085bcaa00 20:12:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:12:52 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:12:52 Status: Downloaded newer image for docker:20.10.0 20:12:52 ---> aefe523efa57 20:12:52 Step 12/26 : RUN apk add --no-cache bash 20:12:52 ---> Running in 80cba662d87a 20:12:52 Removing intermediate container 8c068bb0b959 20:12:52 ---> 3da0a232a7f0 20:12:52 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:12:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:12:52 Removing intermediate container 0b7bb6cf6924 20:12:52 ---> be165b6b0ea5 20:12:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:12:52 ---> Running in ec9c7c6ae697 20:12:52 ---> 876351382521 20:12:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:12:52 ---> 6473765d1232 20:12:52 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:12:53 ---> Running in fb45d3e3d4f2 20:12:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:12:53 Removing intermediate container ec9c7c6ae697 20:12:53 ---> ef10e6fc7be6 20:12:53 Step 20/22 : LABEL arch=x86_64 20:12:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:12:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:12:53 ---> Running in 206a142b6875 20:12:53 ---> 8f1ec6d3a943 20:12:53 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 20:12:53 ---> Running in 868337d29b06 20:12:53 (1/2) Installing readline (8.0.4-r0) 20:12:53 (2/2) Installing bash (5.0.17-r0) 20:12:53 (1/6) Installing dumb-init (1.2.2-r1) 20:12:53 Executing bash-5.0.17-r0.post-install 20:12:53 Executing busybox-1.31.1-r19.trigger 20:12:53 OK: 12 MiB in 22 packages 20:12:53 (2/6) Installing libgcc (9.3.0-r2) 20:12:53 (3/6) Installing libsodium (1.0.18-r0) 20:12:53 Removing intermediate container 206a142b6875 20:12:53 ---> f9dfadf445f2 20:12:53 Step 21/22 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 20:12:53 (4/6) Installing libstdc++ (9.3.0-r2) 20:12:54 (5/6) Installing libzmq (4.3.3-r0) 20:12:54 (6/6) Installing zeromq (4.3.3-r0) 20:12:54 ---> Running in 2798a5e64b9b 20:12:54 Executing busybox-1.31.1-r19.trigger 20:12:54 OK: 8 MiB in 20 packages 20:12:54 Removing intermediate container 2798a5e64b9b 20:12:54 ---> 6f00931fd074 20:12:54 Step 22/22 : LABEL version=2.0.0-dev.133 20:12:55 ---> Running in 7316fc3a4fb3 20:12:55 Removing intermediate container 80cba662d87a 20:12:55 ---> 2a5c439f4004 20:12:55 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:12:55 ---> Running in 4682290ba758 20:12:55 Removing intermediate container fb45d3e3d4f2 20:12:55 ---> 4627083470ed 20:12:55 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:12:55 Removing intermediate container 7316fc3a4fb3 20:12:55 ---> 79341be37dfb 20:12:55 20:12:55 Checking out Revision 05f2d13a179446ff46e2de9a60e91a19cc98f319 (master) 20:12:55 Removing intermediate container b81800c7bf2d 20:12:55 ---> e7149802e28f 20:12:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:12:55 Removing intermediate container 4682290ba758 20:12:55 ---> e7cc218fd130 20:12:55 Step 14/26 : ENV APP_PORT=48090 20:12:55 Successfully built 79341be37dfb 20:12:55 ---> 9c82eaac8027 20:12:55 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:12:55 ---> Running in 3433e52dccc8 20:12:55 Successfully tagged docker-support-scheduler-go:latest 20:12:55 Building docker-core-command-go 20:12:55  Building docker-support-scheduler-go ... done Removing intermediate container 868337d29b06 20:12:55 ---> 0985f51019eb 20:12:55 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:12:56 ---> a2a4c21f45db 20:12:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:12:56 ---> Running in d929717afaf4 20:12:56 Removing intermediate container 3433e52dccc8 20:12:56 ---> 2f4b46937823 20:12:56 Step 15/26 : EXPOSE $APP_PORT 20:12:56 ---> Running in f192189b6fc6 20:12:56 ---> c0e76a73ecad 20:12:56 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:12:56 Removing intermediate container d929717afaf4 20:12:56 ---> 7ff8866da066 20:12:56 Step 22/24 : LABEL arch=x86_64 20:12:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:12:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:12:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:12:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:12:54 using GIT_SSH to set credentials SSH Credentials for GitHub 20:12:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:12:55 > git config core.sparsecheckout # timeout=10 20:12:55 > git checkout -f 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 20:12:59 ---> Running in 5f68c1ad77f4 20:13:00 ---> 83f0faa0b77e 20:13:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:13:00 ---> 265b8dac399f 20:13:00 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:13:00 Removing intermediate container f192189b6fc6 20:13:00 ---> baf242f709cf 20:13:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:13:00 Commit message: "build: Upgrade go-mod-core-contracts lib to v2.0.0-dev.54 (#3275)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:13:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:13:01 Removing intermediate container 5f68c1ad77f4 20:13:01 ---> 0956a3b34801 20:13:01 Step 23/24 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 20:13:01 ---> ee5c74849b7b 20:13:01 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:13:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:13:02 ---> 8d2884f370fb 20:13:02 Step 19/23 : ENTRYPOINT ["/core-data"] 20:13:02 ---> Running in 94da5ca50ae2 20:13:02 ---> Running in dabba9d28f2a 20:13:02 ---> 28fc1dd09a29 20:13:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:13:02 ---> f3966aa49830 20:13:02 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:13:02 Removing intermediate container 94da5ca50ae2 20:13:02 ---> aa1e683756ef 20:13:02 Step 24/24 : LABEL version=2.0.0-dev.133 20:13:02 + + truesudo 20:13:02 service docker restart 20:13:02 Removing intermediate container dabba9d28f2a 20:13:02 ---> 0965b0e747bd 20:13:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:13:03 ---> Running in 5d4ce2738aae 20:13:03 ---> Running in 1391388a47c7 20:13:03 ---> bb22dbce5a26 20:13:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:13:03 ---> Running in b57e76f39581 20:13:04 Removing intermediate container 5d4ce2738aae 20:13:04 ---> 9585bfd32d29 20:13:04 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:13:04 Removing intermediate container 1391388a47c7 20:13:04 ---> 7835008120ba 20:13:04 20:13:04 Removing intermediate container b57e76f39581 20:13:04 ---> 1834c4bee976 20:13:04 Step 21/23 : LABEL arch=x86_64 20:13:04 ---> 1fc08db0aed8 20:13:04 Step 19/26 : RUN apk --no-cache add py3-pip [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:13:04 provisioning config files... 20:13:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/400@tmp/config7869007378133144542tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:13:05 ---> docker-login.sh 20:13:05 nexus3.edgexfoundry.org:10001 20:13:05 Successfully built 7835008120ba 20:13:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:05 Successfully tagged docker-security-secretstore-setup-go:latest 20:13:05 ---> Running in 3ea434be96b9 20:13:05  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 20:13:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:06 Configure a credential helper to remove this warning. See 20:13:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:06 20:13:06 Login Succeeded 20:13:06 nexus3.edgexfoundry.org:10002 20:13:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:06 ---> a9b9641cc63b 20:13:06 Step 26/31 : RUN chmod +x /entrypoint.sh 20:13:06 ---> Running in c9c8badf234e 20:13:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:06 Configure a credential helper to remove this warning. See 20:13:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:06 20:13:06 Login Succeeded 20:13:06 nexus3.edgexfoundry.org:10003 20:13:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:07 Configure a credential helper to remove this warning. See 20:13:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:07 20:13:07 Login Succeeded 20:13:07 nexus3.edgexfoundry.org:10004 20:13:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:07 Configure a credential helper to remove this warning. See 20:13:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:07 20:13:07 Login Succeeded 20:13:07 docker.io 20:13:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:08 Configure a credential helper to remove this warning. See 20:13:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:08 20:13:08 Login Succeeded 20:13:08 ---> docker-login.sh ends [Pipeline] } 20:13:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 20:13:08 ---> Running in 340df5a38d6d 20:13:08 Removing intermediate container 3ea434be96b9 20:13:08 ---> f3af7790b403 20:13:08 Step 22/23 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] echo 20:13:08 ========================================================= 20:13:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:13:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:13:09 ---> Running in 48fd38a56461 20:13:09 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 20:13:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:13:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:13:09 Removing intermediate container 48fd38a56461 20:13:09 ---> a94463c2fae8 20:13:09 Step 23/23 : LABEL version=2.0.0-dev.133 20:13:10 (1/33) Installing libbz2 (1.0.8-r1) 20:13:10 (2/33) Installing expat (2.2.9-r1) 20:13:10 (3/33) Installing libffi (3.3-r2) 20:13:10 (4/33) Installing gdbm (1.13-r1) 20:13:10 (5/33) Installing xz-libs (5.2.5-r0) 20:13:10 (6/33) Installing sqlite-libs (3.32.1-r0) 20:13:10 (7/33) Installing python3 (3.8.8-r0) 20:13:10 ---> Running in 940d1843f9f6 20:13:12 Sending build context to Docker daemon 166.8MB 20:13:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:13:12 Step 2/6 : FROM ${BASE} 20:13:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:13:12 5f621e34cdf4: Pulling fs layer 20:13:12 a4357932f1b6: Pulling fs layer 20:13:12 18c013af1878: Pulling fs layer 20:13:12 00ac8860ef70: Pulling fs layer 20:13:12 63d7cb157983: Pulling fs layer 20:13:12 b116817d02f9: Pulling fs layer 20:13:12 745a02a5169b: Pulling fs layer 20:13:12 63d7cb157983: Waiting 20:13:12 b116817d02f9: Waiting 20:13:12 745a02a5169b: Waiting 20:13:12 00ac8860ef70: Waiting 20:13:12 18c013af1878: Verifying Checksum 20:13:12 18c013af1878: Download complete 20:13:12 a4357932f1b6: Verifying Checksum 20:13:12 a4357932f1b6: Download complete 20:13:12 63d7cb157983: Verifying Checksum 20:13:12 63d7cb157983: Download complete 20:13:12 5f621e34cdf4: Verifying Checksum 20:13:12 5f621e34cdf4: Download complete 20:13:12 b116817d02f9: Verifying Checksum 20:13:12 b116817d02f9: Download complete 20:13:12 5f621e34cdf4: Pull complete 20:13:13 a4357932f1b6: Pull complete 20:13:13 18c013af1878: Pull complete 20:13:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:13:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:13:14 ---> b4f74e133fad 20:13:14 Step 3/23 : WORKDIR /edgex-go 20:13:14 ---> Using cache 20:13:14 ---> 33ff897ed032 20:13:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:14 ---> Using cache 20:13:14 ---> 831a8bdba9a8 20:13:14 Step 5/23 : RUN apk add --update --no-cache make git 20:13:14 ---> Using cache 20:13:14 ---> d6bf63ea670d 20:13:14 Step 6/23 : COPY go.mod . 20:13:14 ---> Using cache 20:13:14 ---> 69e37c9f02ae 20:13:14 Step 7/23 : RUN go mod download 20:13:14 ---> Using cache 20:13:14 ---> 750e76dae3c8 20:13:14 Step 8/23 : COPY . . 20:13:14 ---> Using cache 20:13:14 ---> 4e66c4bcf2b4 20:13:14 Step 9/23 : RUN make cmd/core-command/core-command 20:13:14 745a02a5169b: Verifying Checksum 20:13:14 745a02a5169b: Download complete 20:13:15 ---> Running in 1a6a4a0002b8 20:13:15 (8/33) Installing py3-appdirs (1.4.4-r1) 20:13:15 Removing intermediate container 940d1843f9f6 20:13:15 ---> 3dfcb06f20af 20:13:15 20:13:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:13:15 (10/33) Installing py3-parsing (2.4.7-r0) 20:13:15 (11/33) Installing py3-six (1.15.0-r0) 20:13:15 (12/33) Installing py3-packaging (20.4-r0) 20:13:15 (13/33) Installing py3-setuptools (47.0.0-r0) 20:13:15 (14/33) Installing py3-chardet (3.0.4-r4) 20:13:15 (15/33) Installing py3-idna (2.9-r0) 20:13:15 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:13:15 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:13:15 00ac8860ef70: Verifying Checksum 20:13:15 00ac8860ef70: Download complete 20:13:16 (18/33) Installing py3-requests (2.23.0-r0) 20:13:16 (19/33) Installing py3-msgpack (1.0.0-r0) 20:13:16 (20/33) Installing py3-lockfile (0.12.2-r3) 20:13:17 Successfully built 3dfcb06f20af 20:13:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:13:17 (22/33) Installing py3-colorama (0.4.3-r0) 20:13:17 Successfully tagged docker-core-data-go:latest 20:13:17 Building docker-security-proxy-setup-go 20:13:17  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/core-command/core-command ./cmd/core-command 20:13:17 Removing intermediate container 340df5a38d6d 20:13:17 ---> 62fd714300c6 20:13:17 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:13:17 (23/33) Installing py3-distlib (0.3.0-r0) 20:13:17 (24/33) Installing py3-distro (1.5.0-r1) 20:13:17 (25/33) Installing py3-webencodings (0.5.1-r3) 20:13:17 (26/33) Installing py3-html5lib (1.0.1-r4) 20:13:17 (27/33) Installing py3-pytoml (0.1.21-r0) 20:13:17 (28/33) Installing py3-pep517 (0.8.2-r0) 20:13:18 (29/33) Installing py3-progress (1.5-r0) 20:13:18 (30/33) Installing py3-toml (0.10.1-r0) 20:13:18 (31/33) Installing py3-retrying (1.3.3-r0) 20:13:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:13:18 (33/33) Installing py3-pip (20.1.1-r0) 20:13:20 ---> Running in e38bd1c5341e 20:13:21 Executing busybox-1.31.1-r19.trigger 20:13:21 OK: 71 MiB in 55 packages 20:13:22 Removing intermediate container e38bd1c5341e 20:13:22 ---> 24c7369e09ab 20:13:22 Step 28/31 : CMD ["gate"] 20:13:24 ---> Running in 7797e61494d7 20:13:24 Removing intermediate container 7797e61494d7 20:13:24 ---> b8f4cec46c1d 20:13:24 Step 29/31 : LABEL arch=x86_64 20:13:25 ---> Running in eef5fdf1770d 20:13:26 00ac8860ef70: Pull complete 20:13:26 63d7cb157983: Pull complete 20:13:26 b116817d02f9: Pull complete 20:13:27 Removing intermediate container eef5fdf1770d 20:13:27 ---> f063a29d74c0 20:13:27 Step 30/31 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 20:13:28 ---> Running in 89c75e4500f6 20:13:29 Removing intermediate container 89c75e4500f6 20:13:29 ---> 917605ccf063 20:13:29 Step 31/31 : LABEL version=2.0.0-dev.133 20:13:30 ---> Running in 4152971cb3f3 20:13:31 745a02a5169b: Pull complete 20:13:31 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:13:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:13:31 ---> b7e6874047d6 20:13:31 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:13:32 Removing intermediate container 4152971cb3f3 20:13:32 ---> 5cbf324c1d34 20:13:32 20:13:33 Successfully built 5cbf324c1d34 20:13:33 Successfully tagged docker-security-bootstrapper-go:latest 20:13:33 Building docker-support-notifications-go 20:13:33 ---> Running in 110f7a83ccf6 20:13:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:13:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:13:36 (1/12) Installing libmagic (5.38-r0) 20:13:36 (2/12) Installing file (5.38-r0) 20:13:36 (3/12) Installing libc-dev (0.7.2-r3) 20:13:37 (4/12) Installing g++ (9.3.0-r2) 20:13:39  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:13:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:13:39 ---> b4f74e133fad 20:13:39 Step 3/23 : WORKDIR /edgex-go 20:13:39 ---> Using cache 20:13:39 ---> 33ff897ed032 20:13:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:39 ---> Using cache 20:13:39 ---> 831a8bdba9a8 20:13:39 Step 5/23 : RUN apk add --update --no-cache make git 20:13:39 ---> Using cache 20:13:39 ---> d6bf63ea670d 20:13:39 Step 6/23 : COPY go.mod . 20:13:39 ---> Using cache 20:13:39 ---> 69e37c9f02ae 20:13:39 Step 7/23 : RUN go mod download 20:13:39 ---> Using cache 20:13:39 ---> 750e76dae3c8 20:13:39 Step 8/23 : COPY . . 20:13:39 ---> Using cache 20:13:39 ---> 4e66c4bcf2b4 20:13:39 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:13:41 ---> Running in 175b19aa7083 20:13:42 (5/12) Installing fortify-headers (1.1-r0) 20:13:42 (6/12) Installing patch (2.7.6-r6) 20:13:42 (7/12) Installing build-base (0.5-r2) 20:13:42 (8/12) Installing libsodium (1.0.18-r0) 20:13:42 (9/12) Installing pkgconf (1.7.2-r0) 20:13:42 (10/12) Installing libsodium-dev (1.0.18-r0) 20:13:42 (11/12) Installing libzmq (4.3.3-r0) 20:13:43 (12/12) Installing zeromq-dev (4.3.3-r0) 20:13:43 Executing busybox-1.31.1-r19.trigger 20:13:43 OK: 217 MiB in 51 packages 20:13:47 Removing intermediate container 110f7a83ccf6 20:13:47 ---> 1b8032023bac 20:13:47 Step 4/6 : WORKDIR /edgex-go 20:13:47 ---> Running in dd6f5414df11 20:13:47 Removing intermediate container dd6f5414df11 20:13:47 ---> 8a037d437d99 20:13:47 Step 5/6 : COPY go.mod . 20:13:48 ---> f1777922c5be 20:13:48 Step 6/6 : RUN go mod download 20:13:48 ---> Running in d884244a2c1e 20:13:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:13:49 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:13:49 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:13:49 ---> b4f74e133fad 20:13:49 Step 3/21 : WORKDIR /edgex-go 20:13:49 ---> Using cache 20:13:49 ---> 33ff897ed032 20:13:49 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:49 ---> Using cache 20:13:49 ---> 831a8bdba9a8 20:13:49 Step 5/21 : RUN apk add --update --no-cache make git 20:13:49 ---> Using cache 20:13:49 ---> d6bf63ea670d 20:13:49 Step 6/21 : COPY go.mod . 20:13:49 ---> Using cache 20:13:49 ---> 69e37c9f02ae 20:13:49 Step 7/21 : RUN go mod download 20:13:49 ---> Using cache 20:13:49 ---> 750e76dae3c8 20:13:49 Step 8/21 : COPY . . 20:13:49 ---> Using cache 20:13:49 ---> 4e66c4bcf2b4 20:13:49 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:13:50 ---> Running in b6bb2fe8aeeb 20:13:51 Removing intermediate container c9c8badf234e 20:13:51 ---> ed620da715d4 20:13:51 Step 20/26 : RUN pip install docker-compose==1.23.2 20:13:51 ---> Running in 05e8853cde2e 20:13:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:14:00 Removing intermediate container 1a6a4a0002b8 20:14:00 ---> db3a64f16658 20:14:00 20:14:00 Step 10/23 : FROM alpine:3.12 20:14:00 ---> 88dd2752d2ea 20:14:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:14:00 ---> Using cache 20:14:00 ---> d5d7b3c25fbc 20:14:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:14:00 ---> Using cache 20:14:00 ---> e41071ce3922 20:14:00 Step 13/23 : ENV APP_PORT=48082 20:14:00 ---> Running in 1581f8a6f221 20:14:02 Removing intermediate container 1581f8a6f221 20:14:02 ---> 9ad89dea55b0 20:14:02 Step 14/23 : EXPOSE $APP_PORT 20:14:03 ---> Running in e98044ac43c9 20:14:03 Collecting docker-compose==1.23.2 20:14:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:14:03 Removing intermediate container e98044ac43c9 20:14:03 ---> 3237cb64e08b 20:14:03 Step 15/23 : WORKDIR / 20:14:03 Collecting cached-property<2,>=1.2.0 20:14:03 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:14:04 ---> Running in 5da0eae8463b 20:14:04 Collecting dockerpty<0.5,>=0.4.1 20:14:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:14:04 Removing intermediate container 5da0eae8463b 20:14:04 ---> 0ed1e09d7190 20:14:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:14:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:14:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:14:04 ---> b4f74e133fad 20:14:04 Step 3/22 : WORKDIR /edgex-go 20:14:04 ---> Using cache 20:14:04 ---> 33ff897ed032 20:14:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:14:04 ---> Using cache 20:14:04 ---> 831a8bdba9a8 20:14:04 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:14:06 ---> Running in dcd804000c95 20:14:06 ---> 04c403e9ea11 20:14:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:14:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:14:07 Collecting docker<4.0,>=3.6.0 20:14:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:14:07 ---> 9a49b8685672 20:14:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:14:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:14:07 Collecting PyYAML<4,>=3.10 20:14:07 Downloading PyYAML-3.13.tar.gz (270 kB) 20:14:07 ---> 8686bf24ded4 20:14:07 Step 19/23 : ENTRYPOINT ["/core-command"] 20:14:08 ---> Running in 2b0fd42d0c1c 20:14:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:14:08 Removing intermediate container 2b0fd42d0c1c 20:14:08 ---> 5bf81809a4bd 20:14:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:14:09 ---> Running in c66d2057aefc 20:14:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:14:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:14:09 Removing intermediate container c66d2057aefc 20:14:09 ---> 45da8d62f129 20:14:09 Step 21/23 : LABEL arch=x86_64 20:14:09 Collecting websocket-client<1.0,>=0.32.0 20:14:09 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 20:14:09 ---> Running in 2ab32189163b 20:14:09 Collecting jsonschema<3,>=2.5.1 20:14:09 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:14:10 Collecting texttable<0.10,>=0.9.0 20:14:10 Downloading texttable-0.9.1.tar.gz (11 kB) 20:14:10 Removing intermediate container 2ab32189163b 20:14:10 ---> 3bdbbac62712 20:14:10 Step 22/23 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 20:14:10 ---> Running in 7c3d5551fa6d 20:14:10 Removing intermediate container 7c3d5551fa6d 20:14:10 ---> f70bf8d870f6 20:14:10 Step 23/23 : LABEL version=2.0.0-dev.133 20:14:10 ---> Running in 8bde31ac656e 20:14:10 OK: 233 MiB in 51 packages 20:14:10 Collecting docopt<0.7,>=0.6.1 20:14:10 Downloading docopt-0.6.2.tar.gz (25 kB) 20:14:10 Removing intermediate container 8bde31ac656e 20:14:10 ---> 612bb2ce703b 20:14:10 20:14:12 Successfully built 612bb2ce703b 20:14:12 Collecting docker-pycreds>=0.4.0 20:14:12 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:14:12 Successfully tagged docker-core-command-go:latest 20:14:12  Building docker-core-command-go ... done Collecting idna<2.8,>=2.5 20:14:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:14:12 Collecting urllib3<1.25,>=1.21.1 20:14:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:14:12 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 20:14:12 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 20:14:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:14:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:14:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:14:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:14:12 Removing intermediate container dcd804000c95 20:14:12 ---> f67244f48ed8 20:14:12 Step 6/22 : COPY go.mod . 20:14:13 Installing collected packages: cached-property, dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, PyYAML, jsonschema, texttable, docopt, docker-compose 20:14:13 Running setup.py install for dockerpty: started 20:14:13 ---> 134964d124d6 20:14:13 Step 7/22 : RUN go mod download 20:14:13 ---> Running in 8859f5afff60 20:14:14 Running setup.py install for dockerpty: finished with status 'done' 20:14:14 Attempting uninstall: idna 20:14:14 Found existing installation: idna 2.9 20:14:14 Uninstalling idna-2.9: 20:14:14 Successfully uninstalled idna-2.9 20:14:14 Attempting uninstall: urllib3 20:14:14 Found existing installation: urllib3 1.25.9 20:14:14 Uninstalling urllib3-1.25.9: 20:14:14 Successfully uninstalled urllib3-1.25.9 20:14:14 Attempting uninstall: requests 20:14:14 Found existing installation: requests 2.23.0 20:14:14 Uninstalling requests-2.23.0: 20:14:14 Successfully uninstalled requests-2.23.0 20:14:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/secrets-config ./cmd/secrets-config 20:14:15 Removing intermediate container d884244a2c1e 20:14:15 ---> 5cd58f274232 20:14:15 Successfully built 5cd58f274232 20:14:15 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:14:15 Running setup.py install for PyYAML: started 20:14:15 + docker inspect -f . ci-base-image-arm64 20:14:15 . [Pipeline] withDockerContainer 20:14:16 prd-ubuntu18.04-docker-arm64-4c-16g-30626 does not seem to be running inside a container 20:14:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:14:16 Running setup.py install for PyYAML: finished with status 'done' 20:14:16 Running setup.py install for texttable: started 20:14:16 Removing intermediate container 8859f5afff60 20:14:16 ---> e71fc192a883 20:14:16 Step 8/22 : COPY . . 20:14:17 Running setup.py install for texttable: finished with status 'done' 20:14:17 Running setup.py install for docopt: started 20:14:17 $ docker top fc9ce6ace06ccf319fe9954bc2ca666d39fbdb3d3bff74430baf6d34319a9481 -eo pid,comm [Pipeline] { [Pipeline] sh 20:14:18 Running setup.py install for docopt: finished with status 'done' 20:14:18 + go version 20:14:18 go version go1.15.5 linux/arm64 [Pipeline] } 20:14:18 $ docker stop --time=1 fc9ce6ace06ccf319fe9954bc2ca666d39fbdb3d3bff74430baf6d34319a9481 20:14:20 $ docker rm -f fc9ce6ace06ccf319fe9954bc2ca666d39fbdb3d3bff74430baf6d34319a9481 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:14:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:14:21 20:14:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:14:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:14:22 latest: Pulling from edgex-devops/edgex-compose-arm64 20:14:22 29e5d40040c1: Pulling fs layer 20:14:22 1ce36da41761: Pulling fs layer 20:14:22 25b303627fd3: Pulling fs layer 20:14:22 29e5d40040c1: Verifying Checksum 20:14:22 29e5d40040c1: Download complete 20:14:22 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 20:14:23 1ce36da41761: Verifying Checksum 20:14:23 1ce36da41761: Download complete 20:14:23 29e5d40040c1: Pull complete 20:14:24 1ce36da41761: Pull complete 20:14:25 25b303627fd3: Verifying Checksum 20:14:25 25b303627fd3: Download complete 20:14:35 25b303627fd3: Pull complete 20:14:35 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:14:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:14:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:14:36 prd-ubuntu18.04-docker-arm64-4c-16g-30626 does not seem to be running inside a container 20:14:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:14:37 Removing intermediate container b6bb2fe8aeeb 20:14:37 ---> 0a5d6956a589 20:14:37 20:14:37 Step 10/21 : FROM alpine:3.12 20:14:37 ---> 88dd2752d2ea 20:14:37 Step 11/21 : RUN apk add --update --no-cache curl 20:14:37 Removing intermediate container 05e8853cde2e 20:14:37 ---> efacd61ca206 20:14:37 Step 21/26 : RUN apk --no-cache add curl 20:14:37 Removing intermediate container 175b19aa7083 20:14:37 ---> 8ff70bfe720f 20:14:37 20:14:37 Step 10/23 : FROM alpine:3.12 20:14:37 ---> 88dd2752d2ea 20:14:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:14:37 ---> Using cache 20:14:37 ---> d5d7b3c25fbc 20:14:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:14:37 ---> Using cache 20:14:37 ---> e41071ce3922 20:14:37 Step 13/23 : ENV APP_PORT=48081 20:14:39 ---> Running in ebb069062f99 20:14:39 ---> Running in a7314405ad46 20:14:39 ---> Running in e92fe35dd811 20:14:39 $ docker top 1b691fd79208eca070ee5bb8ea3f48b4cc3f0f4abd11a26e65b2a99786c02046 -eo pid,comm [Pipeline] { [Pipeline] sh 20:14:40 + grep parallel 20:14:40 + docker-compose build --help 20:14:40 Removing intermediate container ebb069062f99 20:14:40 ---> 257ae634d26a 20:14:40 Step 14/23 : EXPOSE $APP_PORT 20:14:42 ---> Running in 5438c9899ff3 20:14:42 ---> ee2fbf852d7d 20:14:42 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:14:42 ---> Running in 3af69b320c70 20:14:42 Removing intermediate container 5438c9899ff3 20:14:42 ---> c51f68e5964d 20:14:42 Step 15/23 : WORKDIR / 20:14:42 ---> Running in 510ff6495e9f 20:14:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:14:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:14:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:14:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:14:42 (1/4) Installing ca-certificates (20191127-r4) 20:14:42 Removing intermediate container 510ff6495e9f 20:14:42 ---> 2dfb3723efa6 20:14:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:14:42 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:14:42 (2/3) Installing libcurl (7.69.1-r3) 20:14:42 (3/3) Installing curl (7.69.1-r3) 20:14:42 Executing busybox-1.31.1-r19.trigger 20:14:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:14:42 (3/4) Installing libcurl (7.69.1-r3) 20:14:42 (4/4) Installing curl (7.69.1-r3) 20:14:42 Executing busybox-1.31.1-r19.trigger 20:14:43 Executing ca-certificates-20191127-r4.trigger 20:14:43 OK: 72 MiB in 58 packages 20:14:43 OK: 7 MiB in 18 packages 20:14:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:14:43 --parallel Build images in parallel. [Pipeline] } 20:14:43 $ docker stop --time=1 1b691fd79208eca070ee5bb8ea3f48b4cc3f0f4abd11a26e65b2a99786c02046 20:14:43 ---> 99cd7faed26f 20:14:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:14:44 Removing intermediate container e92fe35dd811 20:14:44 ---> f26828db8b88 20:14:44 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:14:44 Removing intermediate container a7314405ad46 20:14:44 ---> c06b35b5a3dd 20:14:44 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:14:44 ---> Running in 8948c5c49613 20:14:44 ---> 0789d408916e 20:14:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:14:45 ---> Running in be27da0ec517 20:14:45 Removing intermediate container 8948c5c49613 20:14:45 ---> 89e213c270d0 20:14:45 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:14:45 Removing intermediate container be27da0ec517 20:14:45 ---> 2df764eb635f 20:14:45 Step 13/21 : WORKDIR /edgex 20:14:45 $ docker rm -f 1b691fd79208eca070ee5bb8ea3f48b4cc3f0f4abd11a26e65b2a99786c02046 20:14:45 ---> Running in 305defd4baeb 20:14:45 ---> Running in 93dfdd89c623 20:14:45 ---> b4383968a6f0 20:14:45 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:14:45 Removing intermediate container 305defd4baeb 20:14:45 ---> 1b672ef6c67c 20:14:45 Step 24/26 : LABEL arch=x86_64 20:14:45 ---> Running in 9d0b37686322 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:14:45 ---> Running in 004b24c36269 20:14:45 Removing intermediate container 93dfdd89c623 20:14:45 ---> 34da2bb02cea 20:14:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:14:46 Removing intermediate container 9d0b37686322 20:14:46 ---> cd1e96942c67 20:14:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:14:46 ---> Running in b696b1d3f9df 20:14:46 Removing intermediate container 004b24c36269 20:14:46 ---> 51095823f985 20:14:46 Step 25/26 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 20:14:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:14:46 . [Pipeline] withDockerContainer 20:14:46 prd-ubuntu18.04-docker-arm64-4c-16g-30626 does not seem to be running inside a container 20:14:46 ---> Running in 901a742b3688 20:14:46 $ 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/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:14:46 Removing intermediate container b696b1d3f9df 20:14:46 ---> 1d5a8e6e126d 20:14:46 Step 21/23 : LABEL arch=x86_64 20:14:46 ---> 4fea494d6f6c 20:14:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:14:46 Removing intermediate container 901a742b3688 20:14:46 ---> d75e34498ae3 20:14:46 Step 26/26 : LABEL version=2.0.0-dev.133 20:14:46 ---> Running in 3d6a418aa443 20:14:47 ---> Running in dc74f801fe0c 20:14:47 Removing intermediate container 3d6a418aa443 20:14:47 ---> f52c2a2fcaa7 20:14:47 Step 22/23 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 20:14:47 ---> Running in b69bc8ff77e5 20:14:47 Removing intermediate container dc74f801fe0c 20:14:47 ---> 6f86a3731b18 20:14:47 20:14:48 $ docker top ae365727281875485f3e409d4f1a8ff8edc165dd7140ea25307cd9298816aab9 -eo pid,comm 20:14:48 Removing intermediate container b69bc8ff77e5 20:14:48 ---> 87b03541f6ac 20:14:48 Step 23/23 : LABEL version=2.0.0-dev.133 20:14:48 Successfully built 6f86a3731b18 [Pipeline] { [Pipeline] sh 20:14:48 ---> 39c3b60bd8b1 20:14:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:14:48 Successfully tagged docker-sys-mgmt-agent-go:latest 20:14:48  Building docker-sys-mgmt-agent-go ... done  ---> Running in a31aaecf8198 20:14:49 + docker-compose -f ./docker-compose-build.yml build --parallel 20:14:49 Removing intermediate container a31aaecf8198 20:14:49 ---> eac2301deb2f 20:14:49 20:14:49 Successfully built eac2301deb2f 20:14:49 Successfully tagged docker-core-metadata-go:latest 20:14:49  Building docker-core-metadata-go ... done  ---> 9a9bfb14d28e 20:14:49 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:14:49 ---> Running in 46de881651c9 20:14:49 Removing intermediate container 46de881651c9 20:14:49 ---> c0959120962d 20:14:49 Step 18/21 : CMD ["--init=true"] 20:14:49 ---> Running in 174a03fb10ca 20:14:50 Removing intermediate container 174a03fb10ca 20:14:50 ---> 0f07d17a408c 20:14:50 Step 19/21 : LABEL arch=x86_64 20:14:50 ---> Running in 8004207861a3 20:14:50 Removing intermediate container 8004207861a3 20:14:50 ---> b05205b19ebf 20:14:50 Step 20/21 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 20:14:50 ---> Running in bd073195fa38 20:14:50 Removing intermediate container bd073195fa38 20:14:50 ---> 9d61931b72cb 20:14:50 Step 21/21 : LABEL version=2.0.0-dev.133 20:14:51 ---> Running in e9e92b62b0d2 20:14:51 Removing intermediate container e9e92b62b0d2 20:14:51 ---> b838d6176618 20:14:51 20:14:51 Successfully built b838d6176618 20:14:51 Successfully tagged docker-security-proxy-setup-go:latest 20:14:52 Building docker-core-command-go ... 20:14:52 Building docker-core-data-go ... 20:14:52 Building docker-core-metadata-go ... 20:14:52 Building docker-security-bootstrapper-go ... 20:14:52 Building docker-security-proxy-setup-go ... 20:14:52 Building docker-security-secretstore-setup-go ... 20:14:52 Building docker-support-notifications-go ... 20:14:52 Building docker-support-scheduler-go ... 20:14:52 Building docker-sys-mgmt-agent-go ... 20:14:52 Building docker-support-scheduler-go 20:14:52 Building docker-security-bootstrapper-go 20:14:52 Building docker-core-data-go 20:14:52 Building docker-security-secretstore-setup-go 20:14:52 Building docker-core-metadata-go 20:14:59  Building docker-security-proxy-setup-go ... done Removing intermediate container 3af69b320c70 20:14:59 ---> c87d26512252 20:14:59 20:14:59 Step 10/22 : FROM alpine:3.12 20:14:59 ---> 88dd2752d2ea 20:14:59 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:14:59 ---> Running in ba224345f4f3 20:15:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:15:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:15:00 (1/2) Installing ca-certificates (20191127-r4) 20:15:00 (2/2) Installing dumb-init (1.2.2-r1) 20:15:00 Executing busybox-1.31.1-r19.trigger 20:15:00 Executing ca-certificates-20191127-r4.trigger 20:15:00 OK: 6 MiB in 16 packages 20:15:02 Removing intermediate container ba224345f4f3 20:15:02 ---> 4e86f183885c 20:15:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:15:02 ---> Running in 42a43fa617ca 20:15:02 Removing intermediate container 42a43fa617ca 20:15:02 ---> a9c801cfe620 20:15:02 Step 13/22 : ENV APP_PORT=48060 20:15:02 ---> Running in 9377c3ac0125 20:15:02 Removing intermediate container 9377c3ac0125 20:15:02 ---> 83af6fdb6fbe 20:15:02 Step 14/22 : EXPOSE $APP_PORT 20:15:02 ---> Running in 3f85c694d04b 20:15:02 Removing intermediate container 3f85c694d04b 20:15:02 ---> 42cfe53c459f 20:15:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:15:03 ---> adef1d20a39d 20:15:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:15:03 ---> 5618c929d7d3 20:15:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:15:04 ---> 61d58d1ce2e9 20:15:04 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:15:04 ---> Running in 4063154bb845 20:15:04 Removing intermediate container 4063154bb845 20:15:04 ---> 5f7389566021 20:15:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:15:04 ---> Running in 8519b0ac47fc 20:15:04 Removing intermediate container 8519b0ac47fc 20:15:04 ---> 7055bd2a84de 20:15:04 Step 20/22 : LABEL arch=x86_64 20:15:04 ---> Running in e96ffb600998 20:15:04 Removing intermediate container e96ffb600998 20:15:04 ---> bd4403aa66ad 20:15:04 Step 21/22 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:04 ---> Running in b90872b34598 20:15:05 Removing intermediate container b90872b34598 20:15:05 ---> 3f843b705ce2 20:15:05 Step 22/22 : LABEL version=2.0.0-dev.133 20:15:05 ---> Running in 2bed39d82582 20:15:05 Removing intermediate container 2bed39d82582 20:15:05 ---> 722e0211c966 20:15:05 20:15:05 Successfully built 722e0211c966 20:15:05 Successfully tagged docker-support-notifications-go:latest 20:15:06  Building docker-support-notifications-go ... done  [Pipeline] } 20:15:06 $ docker stop --time=1 8bbf96a92fd7af86836a9db0093460a35b671d4773bd322ec7890732d87bce0e 20:15:07 $ docker rm -f 8bbf96a92fd7af86836a9db0093460a35b671d4773bd322ec7890732d87bce0e [Pipeline] // withDockerContainer [Pipeline] sh 20:15:08 + docker images 20:15:08 + grep docker 20:15:08 docker-support-notifications-go latest 722e0211c966 3 seconds ago 17.9MB 20:15:08 docker-security-proxy-setup-go latest b838d6176618 18 seconds ago 24.7MB 20:15:08 docker-core-metadata-go latest eac2301deb2f 20 seconds ago 19.1MB 20:15:08 docker-sys-mgmt-agent-go latest 6f86a3731b18 21 seconds ago 313MB 20:15:08 docker-core-command-go latest 612bb2ce703b 58 seconds ago 17.3MB 20:15:08 docker-security-bootstrapper-go latest 5cbf324c1d34 About a minute ago 18.8MB 20:15:08 docker-core-data-go latest 3dfcb06f20af About a minute ago 22.6MB 20:15:08 docker-security-secretstore-setup-go latest 7835008120ba 2 minutes ago 24.9MB 20:15:08 docker-support-scheduler-go latest 79341be37dfb 2 minutes ago 17.3MB 20:15:08 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:15:09 provisioning config files... 20:15:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/400@tmp/config8730790635851737906tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:15:09 ---> docker-login.sh 20:15:09 nexus3.edgexfoundry.org:10001 20:15:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:15:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:15:10 Configure a credential helper to remove this warning. See 20:15:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:15:10 20:15:10 Login Succeeded 20:15:10 nexus3.edgexfoundry.org:10002 20:15:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:15:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:15:10 Configure a credential helper to remove this warning. See 20:15:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:15:10 20:15:10 Login Succeeded 20:15:10 nexus3.edgexfoundry.org:10003 20:15:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:15:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:15:10 Configure a credential helper to remove this warning. See 20:15:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:15:10 20:15:10 Login Succeeded 20:15:10 nexus3.edgexfoundry.org:10004 20:15:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:15:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:15:10 Configure a credential helper to remove this warning. See 20:15:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:15:10 20:15:10 Login Succeeded 20:15:10 docker.io 20:15:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:15:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:15:11 Configure a credential helper to remove this warning. See 20:15:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:15:11 20:15:11 Login Succeeded 20:15:11 ---> docker-login.sh ends [Pipeline] } 20:15:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:15:11 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 20:15:11 05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:11 2.0.0-dev.133 20:15:11 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:11 master 20:15:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:15:12 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh 20:15:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 20:15:12 b50f1c27e298: Preparing 20:15:12 d9b3e36c5a58: Preparing 20:15:12 8bea1ace3071: Preparing 20:15:12 6af5a7411e42: Preparing 20:15:12 33e8713114f8: Preparing 20:15:12 33e8713114f8: Layer already exists 20:15:12 8bea1ace3071: Pushed 20:15:12 b50f1c27e298: Pushed 20:15:12 6af5a7411e42: Pushed 20:15:13 d9b3e36c5a58: Pushed 20:15:13 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:55dca615fd90c68378a7f05b53ff92dc7c79bdf7345665ea2b6c4178c962c0c1 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:15:14 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:15:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.133 20:15:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 20:15:14 b50f1c27e298: Preparing 20:15:14 d9b3e36c5a58: Preparing 20:15:14 8bea1ace3071: Preparing 20:15:14 6af5a7411e42: Preparing 20:15:14 33e8713114f8: Preparing 20:15:14 33e8713114f8: Layer already exists 20:15:14 6af5a7411e42: Layer already exists 20:15:14 d9b3e36c5a58: Layer already exists 20:15:14 b50f1c27e298: Layer already exists 20:15:14 8bea1ace3071: Layer already exists 20:15:14 2.0.0-dev.133: digest: sha256:55dca615fd90c68378a7f05b53ff92dc7c79bdf7345665ea2b6c4178c962c0c1 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:15:14 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:15:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 20:15:15 b50f1c27e298: Preparing 20:15:15 d9b3e36c5a58: Preparing 20:15:15 8bea1ace3071: Preparing 20:15:15 6af5a7411e42: Preparing 20:15:15 33e8713114f8: Preparing 20:15:15 33e8713114f8: Layer already exists 20:15:15 b50f1c27e298: Layer already exists 20:15:15 6af5a7411e42: Layer already exists 20:15:15 d9b3e36c5a58: Layer already exists 20:15:15 8bea1ace3071: Layer already exists 20:15:15 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:55dca615fd90c68378a7f05b53ff92dc7c79bdf7345665ea2b6c4178c962c0c1 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:15:15 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 20:15:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 20:15:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 20:15:16 b50f1c27e298: Preparing 20:15:16 d9b3e36c5a58: Preparing 20:15:16 8bea1ace3071: Preparing 20:15:16 6af5a7411e42: Preparing 20:15:16 33e8713114f8: Preparing 20:15:16 6af5a7411e42: Layer already exists 20:15:16 d9b3e36c5a58: Layer already exists 20:15:16 33e8713114f8: Layer already exists 20:15:16 8bea1ace3071: Layer already exists 20:15:16 b50f1c27e298: Layer already exists 20:15:16 master: digest: sha256:55dca615fd90c68378a7f05b53ff92dc7c79bdf7345665ea2b6c4178c962c0c1 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:15:16 ===================================================== [Pipeline] echo 20:15:16 taggedImages: 20:15:16 - nexus3.edgexfoundry.org:10004/docker-core-command-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:16 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.133 20:15:16 - nexus3.edgexfoundry.org:10004/docker-core-command-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:16 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 20:15:16 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 20:15:16 05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:16 2.0.0-dev.133 20:15:16 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:16 master 20:15:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:15:16 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh 20:15:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 20:15:17 3e3d09c46fec: Preparing 20:15:17 6070ae694811: Preparing 20:15:17 8bea1ace3071: Preparing 20:15:17 a0c0a3d19432: Preparing 20:15:17 505e4d767253: Preparing 20:15:17 33e8713114f8: Preparing 20:15:17 33e8713114f8: Waiting 20:15:17 8bea1ace3071: Layer already exists 20:15:17 33e8713114f8: Layer already exists 20:15:17 3e3d09c46fec: Pushed 20:15:17 505e4d767253: Pushed 20:15:17 a0c0a3d19432: Pushed 20:15:18 6070ae694811: Pushed 20:15:19 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:489ba17dff549005276a8d8c9a1180e04c77580e3b96bfdaf428d9e369380c95 size: 1572 [Pipeline] isUnix [Pipeline] sh 20:15:19 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:15:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.133 20:15:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 20:15:19 3e3d09c46fec: Preparing 20:15:19 6070ae694811: Preparing 20:15:19 8bea1ace3071: Preparing 20:15:19 a0c0a3d19432: Preparing 20:15:19 505e4d767253: Preparing 20:15:19 33e8713114f8: Preparing 20:15:19 33e8713114f8: Waiting 20:15:19 a0c0a3d19432: Layer already exists 20:15:19 8bea1ace3071: Layer already exists 20:15:19 3e3d09c46fec: Layer already exists 20:15:19 505e4d767253: Layer already exists 20:15:19 6070ae694811: Layer already exists 20:15:19 33e8713114f8: Layer already exists 20:15:19 2.0.0-dev.133: digest: sha256:489ba17dff549005276a8d8c9a1180e04c77580e3b96bfdaf428d9e369380c95 size: 1572 [Pipeline] isUnix [Pipeline] sh 20:15:20 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:15:20 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 20:15:20 3e3d09c46fec: Preparing 20:15:20 6070ae694811: Preparing 20:15:20 8bea1ace3071: Preparing 20:15:20 a0c0a3d19432: Preparing 20:15:20 505e4d767253: Preparing 20:15:20 33e8713114f8: Preparing 20:15:20 33e8713114f8: Waiting 20:15:20 505e4d767253: Layer already exists 20:15:20 6070ae694811: Layer already exists 20:15:20 a0c0a3d19432: Layer already exists 20:15:20 3e3d09c46fec: Layer already exists 20:15:20 8bea1ace3071: Layer already exists 20:15:20 33e8713114f8: Layer already exists 20:15:20 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:489ba17dff549005276a8d8c9a1180e04c77580e3b96bfdaf428d9e369380c95 size: 1572 [Pipeline] isUnix [Pipeline] sh 20:15:20 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 20:15:21 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 20:15:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 20:15:21 3e3d09c46fec: Preparing 20:15:21 6070ae694811: Preparing 20:15:21 8bea1ace3071: Preparing 20:15:21 a0c0a3d19432: Preparing 20:15:21 505e4d767253: Preparing 20:15:21 33e8713114f8: Preparing 20:15:21 33e8713114f8: Waiting 20:15:21 3e3d09c46fec: Layer already exists 20:15:21 6070ae694811: Layer already exists 20:15:21 505e4d767253: Layer already exists 20:15:21 a0c0a3d19432: Layer already exists 20:15:21 8bea1ace3071: Layer already exists 20:15:21 33e8713114f8: Layer already exists 20:15:21 master: digest: sha256:489ba17dff549005276a8d8c9a1180e04c77580e3b96bfdaf428d9e369380c95 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:15:21 ===================================================== [Pipeline] echo 20:15:21 taggedImages: 20:15:21 - nexus3.edgexfoundry.org:10004/docker-core-data-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:21 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.133 20:15:21 - nexus3.edgexfoundry.org:10004/docker-core-data-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:21 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 20:15:21 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 20:15:21 05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:21 2.0.0-dev.133 20:15:21 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:21 master 20:15:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:15:22 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh 20:15:22 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 20:15:22 8459db6694d4: Preparing 20:15:22 f03d16db949a: Preparing 20:15:22 8bea1ace3071: Preparing 20:15:22 6af5a7411e42: Preparing 20:15:22 33e8713114f8: Preparing 20:15:22 8bea1ace3071: Layer already exists 20:15:22 6af5a7411e42: Layer already exists 20:15:22 33e8713114f8: Layer already exists 20:15:22 8459db6694d4: Pushed 20:15:23 f03d16db949a: Pushed 20:15:24 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:951380af8cc4e9a975e7fc93b3ef321db5c92035592e85b7c7cc617d1e122648 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:15:24 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:15:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.133 20:15:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 20:15:24 8459db6694d4: Preparing 20:15:24 f03d16db949a: Preparing 20:15:24 8bea1ace3071: Preparing 20:15:24 6af5a7411e42: Preparing 20:15:24 33e8713114f8: Preparing 20:15:24 8459db6694d4: Layer already exists 20:15:24 f03d16db949a: Layer already exists 20:15:24 8bea1ace3071: Layer already exists 20:15:24 6af5a7411e42: Layer already exists 20:15:24 33e8713114f8: Layer already exists 20:15:24 2.0.0-dev.133: digest: sha256:951380af8cc4e9a975e7fc93b3ef321db5c92035592e85b7c7cc617d1e122648 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:15:25 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:15:25 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 20:15:25 8459db6694d4: Preparing 20:15:25 f03d16db949a: Preparing 20:15:25 8bea1ace3071: Preparing 20:15:25 6af5a7411e42: Preparing 20:15:25 33e8713114f8: Preparing 20:15:25 6af5a7411e42: Layer already exists 20:15:25 8bea1ace3071: Layer already exists 20:15:25 8459db6694d4: Layer already exists 20:15:25 f03d16db949a: Layer already exists 20:15:25 33e8713114f8: Layer already exists 20:15:25 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:951380af8cc4e9a975e7fc93b3ef321db5c92035592e85b7c7cc617d1e122648 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:15:25 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 20:15:26 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 20:15:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 20:15:26 8459db6694d4: Preparing 20:15:26 f03d16db949a: Preparing 20:15:26 8bea1ace3071: Preparing 20:15:26 6af5a7411e42: Preparing 20:15:26 33e8713114f8: Preparing 20:15:26 8bea1ace3071: Layer already exists 20:15:26 8459db6694d4: Layer already exists 20:15:26 6af5a7411e42: Layer already exists 20:15:26 f03d16db949a: Layer already exists 20:15:26 33e8713114f8: Layer already exists 20:15:26 master: digest: sha256:951380af8cc4e9a975e7fc93b3ef321db5c92035592e85b7c7cc617d1e122648 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:15:26 ===================================================== [Pipeline] echo 20:15:26 taggedImages: 20:15:26 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:26 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.133 20:15:26 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:26 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 20:15:26 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 20:15:26 05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:26 2.0.0-dev.133 20:15:26 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:26 master 20:15:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:15:26 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh 20:15:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 20:15:27 4cf03289e290: Preparing 20:15:27 4cf03289e290: Preparing 20:15:27 73fda69a77f2: Preparing 20:15:27 bbce9b7b5318: Preparing 20:15:27 7288692306c7: Preparing 20:15:27 4dd7dd95600f: Preparing 20:15:27 8bea1ace3071: Preparing 20:15:27 0e85e600ebc5: Preparing 20:15:27 0e85e600ebc5: Preparing 20:15:27 c7916a61da8a: Preparing 20:15:27 3cd3cb547372: Preparing 20:15:27 33e8713114f8: Preparing 20:15:27 c7916a61da8a: Waiting 20:15:27 3cd3cb547372: Waiting 20:15:27 33e8713114f8: Waiting 20:15:27 8bea1ace3071: Waiting 20:15:27 0e85e600ebc5: Waiting 20:15:27 73fda69a77f2: Pushed 20:15:27 4cf03289e290: Pushed 20:15:27 bbce9b7b5318: Pushed 20:15:27 7288692306c7: Pushed 20:15:27 8bea1ace3071: Layer already exists 20:15:27 33e8713114f8: Layer already exists 20:15:27 0e85e600ebc5: Pushed 20:15:27 3cd3cb547372: Pushed 20:15:27 c7916a61da8a: Pushed 20:15:28 4dd7dd95600f: Pushed 20:15:28 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:dba23995a97dc632e176b5fe2130512238b95d2d065ced7665841389d3036e1a size: 2816 [Pipeline] isUnix [Pipeline] sh 20:15:29 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:15:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.133 20:15:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 20:15:29 4cf03289e290: Preparing 20:15:29 4cf03289e290: Preparing 20:15:29 73fda69a77f2: Preparing 20:15:29 bbce9b7b5318: Preparing 20:15:29 7288692306c7: Preparing 20:15:29 4dd7dd95600f: Preparing 20:15:29 8bea1ace3071: Preparing 20:15:29 0e85e600ebc5: Preparing 20:15:29 0e85e600ebc5: Preparing 20:15:29 c7916a61da8a: Preparing 20:15:29 3cd3cb547372: Preparing 20:15:29 33e8713114f8: Preparing 20:15:29 0e85e600ebc5: Waiting 20:15:29 c7916a61da8a: Waiting 20:15:29 3cd3cb547372: Waiting 20:15:29 33e8713114f8: Waiting 20:15:29 8bea1ace3071: Waiting 20:15:29 4cf03289e290: Layer already exists 20:15:29 7288692306c7: Layer already exists 20:15:29 73fda69a77f2: Layer already exists 20:15:29 bbce9b7b5318: Layer already exists 20:15:29 4dd7dd95600f: Layer already exists 20:15:29 c7916a61da8a: Layer already exists 20:15:29 33e8713114f8: Layer already exists 20:15:29 8bea1ace3071: Layer already exists 20:15:29 0e85e600ebc5: Layer already exists 20:15:29 3cd3cb547372: Layer already exists 20:15:29 2.0.0-dev.133: digest: sha256:dba23995a97dc632e176b5fe2130512238b95d2d065ced7665841389d3036e1a size: 2816 [Pipeline] isUnix [Pipeline] sh 20:15:29 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:15:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 20:15:30 4cf03289e290: Preparing 20:15:30 4cf03289e290: Preparing 20:15:30 73fda69a77f2: Preparing 20:15:30 bbce9b7b5318: Preparing 20:15:30 7288692306c7: Preparing 20:15:30 4dd7dd95600f: Preparing 20:15:30 8bea1ace3071: Preparing 20:15:30 0e85e600ebc5: Preparing 20:15:30 0e85e600ebc5: Preparing 20:15:30 c7916a61da8a: Preparing 20:15:30 3cd3cb547372: Preparing 20:15:30 33e8713114f8: Preparing 20:15:30 8bea1ace3071: Waiting 20:15:30 c7916a61da8a: Waiting 20:15:30 3cd3cb547372: Waiting 20:15:30 33e8713114f8: Waiting 20:15:30 0e85e600ebc5: Waiting 20:15:30 7288692306c7: Layer already exists 20:15:30 bbce9b7b5318: Layer already exists 20:15:30 4cf03289e290: Layer already exists 20:15:30 73fda69a77f2: Layer already exists 20:15:30 4dd7dd95600f: Layer already exists 20:15:30 8bea1ace3071: Layer already exists 20:15:30 c7916a61da8a: Layer already exists 20:15:30 0e85e600ebc5: Layer already exists 20:15:30 3cd3cb547372: Layer already exists 20:15:30 33e8713114f8: Layer already exists 20:15:30 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:dba23995a97dc632e176b5fe2130512238b95d2d065ced7665841389d3036e1a size: 2816 [Pipeline] isUnix [Pipeline] sh 20:15:30 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 20:15:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 20:15:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 20:15:30 4cf03289e290: Preparing 20:15:30 4cf03289e290: Preparing 20:15:30 73fda69a77f2: Preparing 20:15:30 bbce9b7b5318: Preparing 20:15:30 7288692306c7: Preparing 20:15:30 4dd7dd95600f: Preparing 20:15:30 8bea1ace3071: Preparing 20:15:30 0e85e600ebc5: Preparing 20:15:30 0e85e600ebc5: Preparing 20:15:30 c7916a61da8a: Preparing 20:15:30 3cd3cb547372: Preparing 20:15:30 33e8713114f8: Preparing 20:15:30 8bea1ace3071: Waiting 20:15:30 3cd3cb547372: Waiting 20:15:30 0e85e600ebc5: Waiting 20:15:30 33e8713114f8: Waiting 20:15:30 c7916a61da8a: Waiting 20:15:30 4cf03289e290: Layer already exists 20:15:30 73fda69a77f2: Layer already exists 20:15:30 8bea1ace3071: Layer already exists 20:15:30 bbce9b7b5318: Layer already exists 20:15:30 4dd7dd95600f: Layer already exists 20:15:30 7288692306c7: Layer already exists 20:15:30 0e85e600ebc5: Layer already exists 20:15:30 3cd3cb547372: Layer already exists 20:15:30 33e8713114f8: Layer already exists 20:15:30 c7916a61da8a: Layer already exists 20:15:30 master: digest: sha256:dba23995a97dc632e176b5fe2130512238b95d2d065ced7665841389d3036e1a size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:15:31 ===================================================== [Pipeline] echo 20:15:31 taggedImages: 20:15:31 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:31 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.133 20:15:31 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:31 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 20:15:31 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 20:15:31 05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:31 2.0.0-dev.133 20:15:31 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:31 master 20:15:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:15:31 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh 20:15:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 20:15:32 9b5f52335dd2: Preparing 20:15:32 d860c3ce4f4a: Preparing 20:15:32 c571a7672418: Preparing 20:15:32 050e3d1eb19a: Preparing 20:15:32 619af823f1cf: Preparing 20:15:32 33e8713114f8: Preparing 20:15:32 33e8713114f8: Waiting 20:15:32 050e3d1eb19a: Pushed 20:15:32 c571a7672418: Pushed 20:15:32 33e8713114f8: Layer already exists 20:15:32 619af823f1cf: Pushed 20:15:33 9b5f52335dd2: Pushed 20:15:33 d860c3ce4f4a: Pushed 20:15:33 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:80293ef3279693ced00be9bc52bac018951ec158db413aa17c5b7e69e5b0f7b9 size: 1575 [Pipeline] isUnix [Pipeline] sh 20:15:33 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:15:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.133 20:15:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 20:15:34 9b5f52335dd2: Preparing 20:15:34 d860c3ce4f4a: Preparing 20:15:34 c571a7672418: Preparing 20:15:34 050e3d1eb19a: Preparing 20:15:34 619af823f1cf: Preparing 20:15:34 33e8713114f8: Preparing 20:15:34 33e8713114f8: Waiting 20:15:34 c571a7672418: Layer already exists 20:15:34 9b5f52335dd2: Layer already exists 20:15:34 619af823f1cf: Layer already exists 20:15:34 050e3d1eb19a: Layer already exists 20:15:34 d860c3ce4f4a: Layer already exists 20:15:34 33e8713114f8: Layer already exists 20:15:34 2.0.0-dev.133: digest: sha256:80293ef3279693ced00be9bc52bac018951ec158db413aa17c5b7e69e5b0f7b9 size: 1575 [Pipeline] isUnix [Pipeline] sh 20:15:34 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:15:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 20:15:34 9b5f52335dd2: Preparing 20:15:34 d860c3ce4f4a: Preparing 20:15:34 c571a7672418: Preparing 20:15:34 050e3d1eb19a: Preparing 20:15:34 619af823f1cf: Preparing 20:15:34 33e8713114f8: Preparing 20:15:34 33e8713114f8: Waiting 20:15:34 d860c3ce4f4a: Layer already exists 20:15:34 619af823f1cf: Layer already exists 20:15:34 050e3d1eb19a: Layer already exists 20:15:34 c571a7672418: Layer already exists 20:15:34 9b5f52335dd2: Layer already exists 20:15:34 33e8713114f8: Layer already exists 20:15:34 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:80293ef3279693ced00be9bc52bac018951ec158db413aa17c5b7e69e5b0f7b9 size: 1575 [Pipeline] isUnix [Pipeline] sh 20:15:34 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 20:15:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 20:15:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 20:15:35 9b5f52335dd2: Preparing 20:15:35 d860c3ce4f4a: Preparing 20:15:35 c571a7672418: Preparing 20:15:35 050e3d1eb19a: Preparing 20:15:35 619af823f1cf: Preparing 20:15:35 33e8713114f8: Preparing 20:15:35 33e8713114f8: Waiting 20:15:35 9b5f52335dd2: Layer already exists 20:15:35 050e3d1eb19a: Layer already exists 20:15:35 619af823f1cf: Layer already exists 20:15:35 c571a7672418: Layer already exists 20:15:35 d860c3ce4f4a: Layer already exists 20:15:35 33e8713114f8: Layer already exists 20:15:35 master: digest: sha256:80293ef3279693ced00be9bc52bac018951ec158db413aa17c5b7e69e5b0f7b9 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:15:35 ===================================================== [Pipeline] echo 20:15:35 taggedImages: 20:15:35 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:35 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.133 20:15:35 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:35 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 20:15:35 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 20:15:35 05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:35 2.0.0-dev.133 20:15:35 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:35 master 20:15:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:15:36 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh 20:15:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 20:15:36 6702527ff57f: Preparing 20:15:36 1072e83dfc2b: Preparing 20:15:36 0a12a09a20c8: Preparing 20:15:36 98c02d09430d: Preparing 20:15:36 afe38027ddd8: Preparing 20:15:36 12292bde732a: Preparing 20:15:36 ea38177fbedf: Preparing 20:15:36 9e2ad87621d3: Preparing 20:15:36 33e8713114f8: Preparing 20:15:36 12292bde732a: Waiting 20:15:36 ea38177fbedf: Waiting 20:15:36 9e2ad87621d3: Waiting 20:15:36 33e8713114f8: Waiting 20:15:37 afe38027ddd8: Pushed 20:15:37 6702527ff57f: Pushed 20:15:37 1072e83dfc2b: Pushed 20:15:37 12292bde732a: Pushed 20:15:37 ea38177fbedf: Pushed 20:15:37 33e8713114f8: Layer already exists 20:15:37 9e2ad87621d3: Pushed 20:15:37 98c02d09430d: Pushed 20:15:37 0a12a09a20c8: Pushed 20:15:38 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:8543a39d99320965823b6fdfdd98c2efc29e75fc4b74926ab81240a93e66e887 size: 2198 [Pipeline] isUnix [Pipeline] sh 20:15:38 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:15:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.133 20:15:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 20:15:38 6702527ff57f: Preparing 20:15:38 1072e83dfc2b: Preparing 20:15:38 0a12a09a20c8: Preparing 20:15:38 98c02d09430d: Preparing 20:15:38 afe38027ddd8: Preparing 20:15:38 12292bde732a: Preparing 20:15:38 ea38177fbedf: Preparing 20:15:38 9e2ad87621d3: Preparing 20:15:38 33e8713114f8: Preparing 20:15:38 12292bde732a: Waiting 20:15:38 ea38177fbedf: Waiting 20:15:38 9e2ad87621d3: Waiting 20:15:38 33e8713114f8: Waiting 20:15:38 afe38027ddd8: Layer already exists 20:15:38 98c02d09430d: Layer already exists 20:15:38 0a12a09a20c8: Layer already exists 20:15:38 1072e83dfc2b: Layer already exists 20:15:38 6702527ff57f: Layer already exists 20:15:38 9e2ad87621d3: Layer already exists 20:15:38 12292bde732a: Layer already exists 20:15:38 ea38177fbedf: Layer already exists 20:15:38 33e8713114f8: Layer already exists 20:15:38 2.0.0-dev.133: digest: sha256:8543a39d99320965823b6fdfdd98c2efc29e75fc4b74926ab81240a93e66e887 size: 2198 [Pipeline] isUnix [Pipeline] sh 20:15:38 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:15:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 20:15:39 6702527ff57f: Preparing 20:15:39 1072e83dfc2b: Preparing 20:15:39 0a12a09a20c8: Preparing 20:15:39 98c02d09430d: Preparing 20:15:39 afe38027ddd8: Preparing 20:15:39 12292bde732a: Preparing 20:15:39 ea38177fbedf: Preparing 20:15:39 9e2ad87621d3: Preparing 20:15:39 33e8713114f8: Preparing 20:15:39 12292bde732a: Waiting 20:15:39 ea38177fbedf: Waiting 20:15:39 9e2ad87621d3: Waiting 20:15:39 33e8713114f8: Waiting 20:15:39 0a12a09a20c8: Layer already exists 20:15:39 1072e83dfc2b: Layer already exists 20:15:39 afe38027ddd8: Layer already exists 20:15:39 6702527ff57f: Layer already exists 20:15:39 98c02d09430d: Layer already exists 20:15:39 ea38177fbedf: Layer already exists 20:15:39 12292bde732a: Layer already exists 20:15:39 9e2ad87621d3: Layer already exists 20:15:39 33e8713114f8: Layer already exists 20:15:39 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:8543a39d99320965823b6fdfdd98c2efc29e75fc4b74926ab81240a93e66e887 size: 2198 [Pipeline] isUnix [Pipeline] sh 20:15:39 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 20:15:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 20:15:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 20:15:39 6702527ff57f: Preparing 20:15:39 1072e83dfc2b: Preparing 20:15:39 0a12a09a20c8: Preparing 20:15:39 98c02d09430d: Preparing 20:15:39 afe38027ddd8: Preparing 20:15:39 12292bde732a: Preparing 20:15:39 ea38177fbedf: Preparing 20:15:39 9e2ad87621d3: Preparing 20:15:39 33e8713114f8: Preparing 20:15:39 12292bde732a: Waiting 20:15:39 ea38177fbedf: Waiting 20:15:39 9e2ad87621d3: Waiting 20:15:39 33e8713114f8: Waiting 20:15:39 1072e83dfc2b: Layer already exists 20:15:39 6702527ff57f: Layer already exists 20:15:39 98c02d09430d: Layer already exists 20:15:39 0a12a09a20c8: Layer already exists 20:15:39 afe38027ddd8: Layer already exists 20:15:39 12292bde732a: Layer already exists 20:15:39 ea38177fbedf: Layer already exists 20:15:39 9e2ad87621d3: Layer already exists 20:15:39 33e8713114f8: Layer already exists 20:15:39 master: digest: sha256:8543a39d99320965823b6fdfdd98c2efc29e75fc4b74926ab81240a93e66e887 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:15:40 ===================================================== [Pipeline] echo 20:15:40 taggedImages: 20:15:40 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:40 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.133 20:15:40 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:40 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 20:15:40 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 20:15:40 05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:40 2.0.0-dev.133 20:15:40 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:40 master 20:15:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:15:40 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh 20:15:41 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 20:15:41 846ac8cac555: Preparing 20:15:41 51dc660b53f7: Preparing 20:15:41 8bea1ace3071: Preparing 20:15:41 8059608ff7db: Preparing 20:15:41 33e8713114f8: Preparing 20:15:41 846ac8cac555: Pushed 20:15:41 8059608ff7db: Pushed 20:15:41 8bea1ace3071: Layer already exists 20:15:41 33e8713114f8: Layer already exists 20:15:42 51dc660b53f7: Pushed 20:15:43 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:5e51d11d7ce22513321f85846b1baaebeb01b2d5b91ce86a74b7e96628cbeb0b size: 1364 [Pipeline] isUnix [Pipeline] sh 20:15:43 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:15:43 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.133 20:15:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 20:15:43 846ac8cac555: Preparing 20:15:43 51dc660b53f7: Preparing 20:15:43 8bea1ace3071: Preparing 20:15:43 8059608ff7db: Preparing 20:15:43 33e8713114f8: Preparing 20:15:43 8059608ff7db: Layer already exists 20:15:43 51dc660b53f7: Layer already exists 20:15:43 33e8713114f8: Layer already exists 20:15:43 846ac8cac555: Layer already exists 20:15:43 8bea1ace3071: Layer already exists 20:15:43 2.0.0-dev.133: digest: sha256:5e51d11d7ce22513321f85846b1baaebeb01b2d5b91ce86a74b7e96628cbeb0b size: 1364 [Pipeline] isUnix [Pipeline] sh 20:15:43 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:15:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 20:15:44 846ac8cac555: Preparing 20:15:44 51dc660b53f7: Preparing 20:15:44 8bea1ace3071: Preparing 20:15:44 8059608ff7db: Preparing 20:15:44 33e8713114f8: Preparing 20:15:44 846ac8cac555: Layer already exists 20:15:44 33e8713114f8: Layer already exists 20:15:44 8059608ff7db: Layer already exists 20:15:44 51dc660b53f7: Layer already exists 20:15:44 8bea1ace3071: Layer already exists 20:15:44 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:5e51d11d7ce22513321f85846b1baaebeb01b2d5b91ce86a74b7e96628cbeb0b size: 1364 [Pipeline] isUnix [Pipeline] sh 20:15:44 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 20:15:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 20:15:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 20:15:44 846ac8cac555: Preparing 20:15:44 51dc660b53f7: Preparing 20:15:44 8bea1ace3071: Preparing 20:15:44 8059608ff7db: Preparing 20:15:44 33e8713114f8: Preparing 20:15:44 51dc660b53f7: Layer already exists 20:15:44 8059608ff7db: Layer already exists 20:15:44 8bea1ace3071: Layer already exists 20:15:44 33e8713114f8: Layer already exists 20:15:44 846ac8cac555: Layer already exists 20:15:44 master: digest: sha256:5e51d11d7ce22513321f85846b1baaebeb01b2d5b91ce86a74b7e96628cbeb0b size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:15:45 ===================================================== [Pipeline] echo 20:15:45 taggedImages: 20:15:45 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:45 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.133 20:15:45 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:45 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 20:15:45 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 20:15:45 05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:45 2.0.0-dev.133 20:15:45 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:45 master 20:15:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:15:45 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh 20:15:45 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 20:15:45 f856b985414b: Preparing 20:15:45 13807e9c47f1: Preparing 20:15:45 8bea1ace3071: Preparing 20:15:45 6af5a7411e42: Preparing 20:15:45 33e8713114f8: Preparing 20:15:45 33e8713114f8: Layer already exists 20:15:45 6af5a7411e42: Layer already exists 20:15:45 8bea1ace3071: Layer already exists 20:15:45 f856b985414b: Pushed 20:15:47 13807e9c47f1: Pushed 20:15:49 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:9d427acd4a85ad694bc2132406aac85bf96910648ab732ef7822b35272f158a8 size: 1363 20:15:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:15:49 ---> 5cd58f274232 20:15:49 Step 3/23 : WORKDIR /edgex-go 20:15:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:15:49 ---> 5cd58f274232 20:15:49 Step 3/22 : WORKDIR /edgex-go 20:15:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:15:49 ---> 5cd58f274232 20:15:49 Step 3/23 : WORKDIR /edgex-go 20:15:49 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:49 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:15:49 ---> 5cd58f274232 20:15:49 Step 3/24 : WORKDIR /edgex-go 20:15:49 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:49 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:15:49 ---> 5cd58f274232 20:15:49 Step 3/31 : WORKDIR /edgex-go 20:15:49 ---> Running in d6554670a8bb 20:15:49 ---> Running in bb98ec90d5d9 20:15:49 ---> Running in c479d619aa13 20:15:49 ---> Running in 6a480ddcf1da 20:15:49 ---> Running in ed88387469d2 20:15:49 Removing intermediate container d6554670a8bb 20:15:49 ---> e4bd7d7b6b53 20:15:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:49 ---> Running in a1be76d307e4 20:15:49 Removing intermediate container ed88387469d2 20:15:49 ---> 6acd80ce4738 20:15:49 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:49 Removing intermediate container c479d619aa13 20:15:49 ---> 11e3d699e989 20:15:49 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:49 Removing intermediate container bb98ec90d5d9 20:15:49 ---> 7c06f6bc61ce 20:15:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:49 Removing intermediate container 6a480ddcf1da 20:15:49 ---> d0c9031dfc5c 20:15:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:49 ---> Running in d08a44eaac0e 20:15:49 ---> Running in b3b96b53333d 20:15:49 ---> Running in 30b7668a2734 20:15:49 ---> Running in e035929831bb 20:15:49 Removing intermediate container a1be76d307e4 20:15:49 ---> dd02243ce552 20:15:49 Step 5/22 : RUN apk add --update --no-cache make git 20:15:49 ---> Running in 495a821f2122 20:15:49 Removing intermediate container d08a44eaac0e 20:15:49 ---> 2ec9cfdc4f2d 20:15:49 Step 5/24 : RUN apk add --update --no-cache make git 20:15:49 ---> Running in 2e2074e99407 20:15:49 Removing intermediate container b3b96b53333d 20:15:49 ---> ec22cf4fc98a 20:15:49 Step 5/31 : RUN apk add --update --no-cache make git 20:15:49 ---> Running in 063906c7c9b4 20:15:49 Removing intermediate container e035929831bb 20:15:49 ---> c0e8688c2b9d 20:15:49 Step 5/23 : RUN apk add --update --no-cache make git 20:15:49 ---> Running in 4ac8540309bd [Pipeline] isUnix [Pipeline] sh 20:15:49 Removing intermediate container 30b7668a2734 20:15:49 ---> ba8e664ce315 20:15:49 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:15:49 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:15:49 ---> Running in 7a5734799bba 20:15:49 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.133 20:15:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 20:15:49 f856b985414b: Preparing 20:15:49 13807e9c47f1: Preparing 20:15:49 8bea1ace3071: Preparing 20:15:49 6af5a7411e42: Preparing 20:15:49 33e8713114f8: Preparing 20:15:49 f856b985414b: Layer already exists 20:15:49 8bea1ace3071: Layer already exists 20:15:49 33e8713114f8: Layer already exists 20:15:49 13807e9c47f1: Layer already exists 20:15:49 6af5a7411e42: Layer already exists 20:15:49 2.0.0-dev.133: digest: sha256:9d427acd4a85ad694bc2132406aac85bf96910648ab732ef7822b35272f158a8 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:15:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:50 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:15:50 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 20:15:50 f856b985414b: Preparing 20:15:50 13807e9c47f1: Preparing 20:15:50 8bea1ace3071: Preparing 20:15:50 6af5a7411e42: Preparing 20:15:50 33e8713114f8: Preparing 20:15:50 13807e9c47f1: Layer already exists 20:15:50 8bea1ace3071: Layer already exists 20:15:50 6af5a7411e42: Layer already exists 20:15:50 f856b985414b: Layer already exists 20:15:50 33e8713114f8: Layer already exists 20:15:50 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:9d427acd4a85ad694bc2132406aac85bf96910648ab732ef7822b35272f158a8 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:15:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:50 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 20:15:51 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 20:15:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 20:15:51 f856b985414b: Preparing 20:15:51 13807e9c47f1: Preparing 20:15:51 8bea1ace3071: Preparing 20:15:51 6af5a7411e42: Preparing 20:15:51 33e8713114f8: Preparing 20:15:51 13807e9c47f1: Layer already exists 20:15:51 f856b985414b: Layer already exists 20:15:51 33e8713114f8: Layer already exists 20:15:51 6af5a7411e42: Layer already exists 20:15:51 8bea1ace3071: Layer already exists 20:15:51 master: digest: sha256:9d427acd4a85ad694bc2132406aac85bf96910648ab732ef7822b35272f158a8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 20:15:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] echo 20:15:51 ===================================================== [Pipeline] echo 20:15:51 taggedImages: 20:15:51 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:51 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.133 20:15:51 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:51 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 20:15:51 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 20:15:51 05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:51 2.0.0-dev.133 20:15:51 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:15:51 master 20:15:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 20:15:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 20:15:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:51 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh 20:15:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:52 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:15:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 20:15:52 804f572b4250: Preparing 20:15:52 ce2f7d95a97a: Preparing 20:15:52 cc16ab79478d: Preparing 20:15:52 dbd0739a04bc: Preparing 20:15:52 a2cc5d9fd745: Preparing 20:15:52 680c622aa37e: Preparing 20:15:52 6ac450acf62d: Preparing 20:15:52 0754057c0ad3: Preparing 20:15:52 998cdf262ab1: Preparing 20:15:52 02e56110abd2: Preparing 20:15:52 abc36efb885a: Preparing 20:15:52 b0b09059f4e1: Preparing 20:15:52 bb961f40224b: Preparing 20:15:52 f4666769fca7: Preparing 20:15:52 680c622aa37e: Waiting 20:15:52 02e56110abd2: Waiting 20:15:52 abc36efb885a: Waiting 20:15:52 b0b09059f4e1: Waiting 20:15:52 bb961f40224b: Waiting 20:15:52 f4666769fca7: Waiting 20:15:52 6ac450acf62d: Waiting 20:15:52 0754057c0ad3: Waiting 20:15:52 998cdf262ab1: Waiting 20:15:52 OK: 217 MiB in 51 packages 20:15:52 a2cc5d9fd745: Pushed 20:15:52 804f572b4250: Pushed 20:15:52 OK: 217 MiB in 51 packages 20:15:52 dbd0739a04bc: Pushed 20:15:52 0754057c0ad3: Layer already exists 20:15:52 998cdf262ab1: Layer already exists 20:15:52 OK: 217 MiB in 51 packages 20:15:53 02e56110abd2: Layer already exists 20:15:53 6ac450acf62d: Pushed 20:15:53 abc36efb885a: Layer already exists 20:15:53 b0b09059f4e1: Layer already exists 20:15:53 bb961f40224b: Layer already exists 20:15:53 f4666769fca7: Layer already exists 20:15:53 OK: 217 MiB in 51 packages 20:15:53 680c622aa37e: Pushed 20:15:53 ce2f7d95a97a: Pushed 20:15:53 Removing intermediate container 2e2074e99407 20:15:53 ---> ed8526942956 20:15:53 Step 6/24 : COPY go.mod . 20:15:54 Removing intermediate container 063906c7c9b4 20:15:54 OK: 217 MiB in 51 packages 20:15:54 ---> 1ff2789262ec 20:15:54 Step 6/31 : COPY go.mod . 20:15:54 Removing intermediate container 4ac8540309bd 20:15:54 ---> 0d2a63514867 20:15:54 Step 6/23 : COPY go.mod . 20:15:54 ---> 2b6533537522 20:15:54 Step 7/24 : RUN go mod download 20:15:55 Removing intermediate container 7a5734799bba 20:15:55 ---> 20ce07b609be 20:15:55 Step 6/23 : COPY go.mod . 20:15:55 ---> Running in 20019a1287d4 20:15:55 ---> dcdf220df078 20:15:55 Step 7/31 : RUN go mod download 20:15:55 ---> 7f9d8a407b86 20:15:55 Step 7/23 : RUN go mod download 20:15:55 ---> Running in ab47705884bb 20:15:56 ---> Running in 8fca87bd6080 20:15:56 Removing intermediate container 495a821f2122 20:15:56 ---> 9f8c9999ba70 20:15:56 Step 6/22 : COPY go.mod . 20:15:56 ---> 0bc0ab1a1452 20:15:56 Step 7/23 : RUN go mod download 20:15:56 ---> Running in 7e19ae255cd2 20:15:57 ---> 9ecc916a8c14 20:15:57 Step 7/22 : RUN go mod download 20:15:57 ---> Running in 76c76db026e9 20:15:59 Removing intermediate container 20019a1287d4 20:15:59 ---> 9dbbe606fc0a 20:15:59 Step 8/24 : COPY . . 20:16:00 Removing intermediate container ab47705884bb 20:16:00 ---> 8cc3ceb1cd85 20:16:00 Step 8/31 : COPY . . 20:16:00 Removing intermediate container 8fca87bd6080 20:16:00 ---> a7c8f32c0ca0 20:16:00 Step 8/23 : COPY . . 20:16:01 Removing intermediate container 7e19ae255cd2 20:16:01 ---> c0111881a13b 20:16:01 Step 8/23 : COPY . . 20:16:02 cc16ab79478d: Pushed 20:16:02 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:186b75277afaa13bceb23b51e2fb184422949fa37acc033945cad595dc3517be size: 3252 [Pipeline] isUnix [Pipeline] sh 20:16:02 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:16:02 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.133 20:16:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 20:16:02 804f572b4250: Preparing 20:16:02 ce2f7d95a97a: Preparing 20:16:02 cc16ab79478d: Preparing 20:16:02 dbd0739a04bc: Preparing 20:16:02 a2cc5d9fd745: Preparing 20:16:02 680c622aa37e: Preparing 20:16:02 6ac450acf62d: Preparing 20:16:02 0754057c0ad3: Preparing 20:16:02 998cdf262ab1: Preparing 20:16:02 02e56110abd2: Preparing 20:16:02 abc36efb885a: Preparing 20:16:02 b0b09059f4e1: Preparing 20:16:02 bb961f40224b: Preparing 20:16:02 f4666769fca7: Preparing 20:16:02 02e56110abd2: Waiting 20:16:02 abc36efb885a: Waiting 20:16:02 b0b09059f4e1: Waiting 20:16:02 bb961f40224b: Waiting 20:16:02 f4666769fca7: Waiting 20:16:02 680c622aa37e: Waiting 20:16:02 6ac450acf62d: Waiting 20:16:02 0754057c0ad3: Waiting 20:16:02 998cdf262ab1: Waiting 20:16:02 cc16ab79478d: Layer already exists 20:16:02 dbd0739a04bc: Layer already exists 20:16:02 804f572b4250: Layer already exists 20:16:02 ce2f7d95a97a: Layer already exists 20:16:02 a2cc5d9fd745: Layer already exists 20:16:02 680c622aa37e: Layer already exists 20:16:02 6ac450acf62d: Layer already exists 20:16:02 0754057c0ad3: Layer already exists 20:16:02 02e56110abd2: Layer already exists 20:16:02 998cdf262ab1: Layer already exists 20:16:02 b0b09059f4e1: Layer already exists 20:16:02 abc36efb885a: Layer already exists 20:16:02 f4666769fca7: Layer already exists 20:16:02 bb961f40224b: Layer already exists 20:16:02 2.0.0-dev.133: digest: sha256:186b75277afaa13bceb23b51e2fb184422949fa37acc033945cad595dc3517be size: 3252 [Pipeline] isUnix [Pipeline] sh 20:16:03 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:16:03 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:16:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 20:16:03 804f572b4250: Preparing 20:16:03 ce2f7d95a97a: Preparing 20:16:03 cc16ab79478d: Preparing 20:16:03 dbd0739a04bc: Preparing 20:16:03 a2cc5d9fd745: Preparing 20:16:03 680c622aa37e: Preparing 20:16:03 6ac450acf62d: Preparing 20:16:03 0754057c0ad3: Preparing 20:16:03 998cdf262ab1: Preparing 20:16:03 02e56110abd2: Preparing 20:16:03 abc36efb885a: Preparing 20:16:03 b0b09059f4e1: Preparing 20:16:03 bb961f40224b: Preparing 20:16:03 f4666769fca7: Preparing 20:16:03 998cdf262ab1: Waiting 20:16:03 02e56110abd2: Waiting 20:16:03 abc36efb885a: Waiting 20:16:03 b0b09059f4e1: Waiting 20:16:03 bb961f40224b: Waiting 20:16:03 f4666769fca7: Waiting 20:16:03 680c622aa37e: Waiting 20:16:03 6ac450acf62d: Waiting 20:16:03 0754057c0ad3: Waiting 20:16:03 ce2f7d95a97a: Layer already exists 20:16:03 a2cc5d9fd745: Layer already exists 20:16:03 dbd0739a04bc: Layer already exists 20:16:03 cc16ab79478d: Layer already exists 20:16:03 804f572b4250: Layer already exists 20:16:03 6ac450acf62d: Layer already exists 20:16:03 0754057c0ad3: Layer already exists 20:16:03 680c622aa37e: Layer already exists 20:16:03 02e56110abd2: Layer already exists 20:16:03 998cdf262ab1: Layer already exists 20:16:03 bb961f40224b: Layer already exists 20:16:03 b0b09059f4e1: Layer already exists 20:16:03 f4666769fca7: Layer already exists 20:16:03 abc36efb885a: Layer already exists 20:16:03 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:186b75277afaa13bceb23b51e2fb184422949fa37acc033945cad595dc3517be size: 3252 [Pipeline] isUnix [Pipeline] sh 20:16:03 Removing intermediate container 76c76db026e9 20:16:03 ---> 943a4750f54d 20:16:03 Step 8/22 : COPY . . 20:16:03 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 20:16:04 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 20:16:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 20:16:04 804f572b4250: Preparing 20:16:04 ce2f7d95a97a: Preparing 20:16:04 cc16ab79478d: Preparing 20:16:04 dbd0739a04bc: Preparing 20:16:04 a2cc5d9fd745: Preparing 20:16:04 680c622aa37e: Preparing 20:16:04 6ac450acf62d: Preparing 20:16:04 0754057c0ad3: Preparing 20:16:04 998cdf262ab1: Preparing 20:16:04 02e56110abd2: Preparing 20:16:04 abc36efb885a: Preparing 20:16:04 b0b09059f4e1: Preparing 20:16:04 bb961f40224b: Preparing 20:16:04 f4666769fca7: Preparing 20:16:04 680c622aa37e: Waiting 20:16:04 6ac450acf62d: Waiting 20:16:04 0754057c0ad3: Waiting 20:16:04 02e56110abd2: Waiting 20:16:04 998cdf262ab1: Waiting 20:16:04 abc36efb885a: Waiting 20:16:04 b0b09059f4e1: Waiting 20:16:04 bb961f40224b: Waiting 20:16:04 f4666769fca7: Waiting 20:16:04 a2cc5d9fd745: Layer already exists 20:16:04 ce2f7d95a97a: Layer already exists 20:16:04 804f572b4250: Layer already exists 20:16:04 cc16ab79478d: Layer already exists 20:16:04 dbd0739a04bc: Layer already exists 20:16:04 0754057c0ad3: Layer already exists 20:16:04 6ac450acf62d: Layer already exists 20:16:04 680c622aa37e: Layer already exists 20:16:04 998cdf262ab1: Layer already exists 20:16:04 02e56110abd2: Layer already exists 20:16:04 f4666769fca7: Layer already exists 20:16:04 bb961f40224b: Layer already exists 20:16:04 b0b09059f4e1: Layer already exists 20:16:04 abc36efb885a: Layer already exists 20:16:04 master: digest: sha256:186b75277afaa13bceb23b51e2fb184422949fa37acc033945cad595dc3517be size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:16:04 ===================================================== [Pipeline] echo 20:16:04 taggedImages: 20:16:04 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:16:04 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.133 20:16:04 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:16:04 - 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] } 20:16:21 ---> 3832ab479ac6 20:16:21 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:16:21 ---> 482c976a54c7 20:16:21 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:16:21 ---> 10afa90c4c43 20:16:21 Step 9/23 : RUN make cmd/core-data/core-data 20:16:21 ---> 3277cea68b42 20:16:21 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:16:21 ---> f103b986108a 20:16:21 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:16:21 ---> Running in 87dc823cba45 20:16:21 ---> Running in 0d8a60c30a81 20:16:21 ---> Running in f804c7672281 20:16:21 ---> Running in 1809da4ce714 20:16:21 ---> Running in 187c511d3444 20:16:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:16:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:16:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:16:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:16:22 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/core-data/core-data ./cmd/core-data 20:17:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:18:06 Removing intermediate container 0d8a60c30a81 20:18:06 ---> c8a8da5dd7ec 20:18:06 20:18:06 Step 10/24 : FROM alpine:3.12 20:18:06 3.12: Pulling from library/alpine 20:18:07 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:18:07 Removing intermediate container 87dc823cba45 20:18:07 ---> 3aab3d6b0341 20:18:07 20:18:07 Step 10/31 : FROM alpine:3.12 20:18:07 ---> d10569e2745f 20:18:07 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:18:07 Status: Downloaded newer image for alpine:3.12 20:18:07 ---> d10569e2745f 20:18:07 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:18:08 ---> Running in baf081556feb 20:18:08 ---> Running in 1d2e3cda8963 20:18:09 Removing intermediate container 1d2e3cda8963 20:18:09 ---> ca3e35633613 20:18:09 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:18:09 ---> Running in 73a88469567f 20:18:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:18:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:18:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:18:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:18:11 (1/5) Installing ca-certificates (20191127-r4) 20:18:11 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:18:11 (3/5) Installing libcurl (7.69.1-r3) 20:18:11 (4/5) Installing curl (7.69.1-r3) 20:18:11 (5/5) Installing dumb-init (1.2.2-r1) 20:18:11 Executing busybox-1.31.1-r19.trigger 20:18:11 Executing ca-certificates-20191127-r4.trigger 20:18:12 (1/2) Installing dumb-init (1.2.2-r1) 20:18:12 (2/2) Installing su-exec (0.2-r1) 20:18:12 Executing busybox-1.31.1-r19.trigger 20:18:12 OK: 5 MiB in 16 packages 20:18:12 OK: 7 MiB in 19 packages 20:18:15 Removing intermediate container 73a88469567f 20:18:15 ---> 4514f073e968 20:18:15 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:18:15 Removing intermediate container baf081556feb 20:18:15 ---> d5b9718ba046 20:18:15 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:18:15 ---> Running in 5a1371f071aa 20:18:15 ---> Running in 96da7acdefa0 20:18:16 Removing intermediate container 5a1371f071aa 20:18:16 ---> 21a918fc92eb 20:18:16 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:18:16 Removing intermediate container 96da7acdefa0 20:18:16 ---> 0168953775fc 20:18:16 Step 13/24 : WORKDIR / 20:18:17 ---> Running in a812c499d102 20:18:17 ---> Running in 5628710dbb5b 20:18:18 Removing intermediate container 5628710dbb5b 20:18:18 ---> 6aa7bee1dce4 20:18:18 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:18:18 Removing intermediate container a812c499d102 20:18:18 ---> f78dd38c7e4b 20:18:18 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:18:18 ---> Running in 17488f1f1bea 20:18:20 ---> 78354b64b74d 20:18:20 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:18:21 ---> 29b8727a8d9d 20:18:21 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:18:22 Removing intermediate container f804c7672281 20:18:22 ---> 60201854006e 20:18:22 20:18:22 Step 10/22 : FROM alpine:3.12 20:18:22 ---> d10569e2745f 20:18:22 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:18:22 Removing intermediate container 17488f1f1bea 20:18:22 ---> 04075ffe1022 20:18:22 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:18:22 ---> Running in 7a96ff7df627 20:18:23 ---> Running in 9bc18c49d51c 20:18:23 ---> 300c29e49959 20:18:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:18:24 Removing intermediate container 9bc18c49d51c 20:18:24 ---> 5e245de302f5 20:18:24 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:18:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:18:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:18:25 ---> abe258c10074 20:18:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:18:26 (1/1) Installing dumb-init (1.2.2-r1) 20:18:26 Executing busybox-1.31.1-r19.trigger 20:18:26 OK: 5 MiB in 15 packages 20:18:26 ---> 916fcd51c1d3 20:18:26 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:18:26 ---> Running in d5dc63ff4dc7 20:18:29 ---> 0a448638d6fd 20:18:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:18:29 Removing intermediate container 7a96ff7df627 20:18:29 ---> 60e718923b05 20:18:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:18:30 ---> Running in 850ed345792b 20:18:30 ---> f6dac476988e 20:18:30 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 20:18:31 Removing intermediate container 187c511d3444 20:18:31 ---> ebbe7ef5826e 20:18:31 20:18:31 Step 10/23 : FROM alpine:3.12 20:18:31 ---> d10569e2745f 20:18:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:18:31 ---> Using cache 20:18:31 ---> 60e718923b05 20:18:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:18:31 ---> Using cache 20:18:31 ---> c7e735e1d448 20:18:31 Step 13/23 : ENV APP_PORT=48081 20:18:31 Removing intermediate container 850ed345792b 20:18:31 ---> c7e735e1d448 20:18:31 Step 13/22 : ENV APP_PORT=48085 20:18:31 ---> Running in 0282cf790bf8 20:18:31 ---> Running in 789107adc4bd 20:18:31 ---> Running in 99bd93b7ccd7 20:18:31 Removing intermediate container d5dc63ff4dc7 20:18:31 ---> 5a946acf8780 20:18:31 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:18:32 Removing intermediate container 789107adc4bd 20:18:32 ---> 9b369fdbc647 20:18:32 Step 14/23 : EXPOSE $APP_PORT 20:18:32 Removing intermediate container 99bd93b7ccd7 20:18:32 ---> bf04dcf8879d 20:18:32 Step 14/22 : EXPOSE $APP_PORT 20:18:32 ---> Running in 529927ad0b24 20:18:32 ---> Running in a8478f1e033e 20:18:33 ---> 06f893e92473 20:18:33 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:18:33 Removing intermediate container 529927ad0b24 20:18:33 ---> 734279725639 20:18:33 Step 15/23 : WORKDIR / 20:18:34 Removing intermediate container a8478f1e033e 20:18:34 ---> a55e4c380696 20:18:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:18:34 ---> Running in 65eaea7e093b 20:18:35 ---> ceaddde197dd 20:18:35 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:18:35 Removing intermediate container 0282cf790bf8 20:18:35 ---> 13e77fe437a7 20:18:35 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:18:35 ---> fe6c9057ea48 20:18:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:18:35 Removing intermediate container 65eaea7e093b 20:18:35 ---> 4b02d619d4f6 20:18:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:18:36 Removing intermediate container 1809da4ce714 20:18:36 ---> 1fd564cebb15 20:18:36 20:18:36 Step 10/23 : FROM alpine:3.12 20:18:36 ---> d10569e2745f 20:18:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:18:36 ---> Running in f6f1afe57430 20:18:36 ---> Running in 3a4164fb25e6 20:18:36 ---> aa614c7384fb 20:18:36 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:18:36 Removing intermediate container f6f1afe57430 20:18:36 ---> 18760de6e167 20:18:36 Step 22/24 : LABEL arch=arm64 20:18:36 ---> 6d2ee67b4529 20:18:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:18:37 ---> Running in b5307ee6317a 20:18:37 ---> 7dc87c2d4bdf 20:18:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:18:37 Removing intermediate container 3a4164fb25e6 20:18:37 ---> 74a0ef3bfc8f 20:18:37 Step 12/23 : ENV APP_PORT=48080 20:18:37 ---> 6ebe8b95fa18 20:18:37 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:18:37 ---> Running in 9b65c158ed3f 20:18:37 Removing intermediate container b5307ee6317a 20:18:37 ---> dc2503e2ae52 20:18:37 Step 23/24 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 20:18:38 ---> Running in be8db2482a78 20:18:38 Removing intermediate container 9b65c158ed3f 20:18:38 ---> 6230fccc554f 20:18:38 Step 13/23 : EXPOSE $APP_PORT 20:18:38 ---> a9140ac7006a 20:18:38 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:18:38 ---> d5858e101331 20:18:38 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:18:38 ---> Running in 099e0fbaf4e4 20:18:38 ---> Running in ce3f43ce6888 20:18:38 ---> 22b952c41a33 20:18:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:18:38 ---> Running in f6641ca17785 20:18:38 Removing intermediate container be8db2482a78 20:18:38 ---> 5c6210e48d7f 20:18:38 Step 24/24 : LABEL version=2.0.0-dev.133 20:18:39 ---> Running in 18387cc9950a 20:18:39 Removing intermediate container ce3f43ce6888 20:18:39 ---> da196bdcaf66 20:18:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:18:39 Removing intermediate container 099e0fbaf4e4 20:18:39 ---> a5d0e0e08616 20:18:39 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:39 ---> Running in 175a7693e16c 20:18:39 Removing intermediate container f6641ca17785 20:18:39 ---> a684781a3506 20:18:39 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:18:39 ---> Running in 5f16d65f240f 20:18:40 Removing intermediate container 18387cc9950a 20:18:40 ---> 9d7d19cee191 20:18:40 20:18:40 ---> 4d2ad3a6f39f 20:18:40 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:18:40 Removing intermediate container 175a7693e16c 20:18:40 ---> 3a9a78005a2e 20:18:40 Step 20/22 : LABEL arch=arm64 20:18:40 Successfully built 9d7d19cee191 20:18:40 ---> Running in fa7c31643152 20:18:40 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:18:40  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 20:18:40 ---> Running in da8b92efb891 20:18:40 ---> 09181ea7fa72 20:18:40 Step 26/31 : RUN chmod +x /entrypoint.sh 20:18:41 ---> Running in 4453dc41056a 20:18:41 Removing intermediate container fa7c31643152 20:18:41 ---> aa0644428164 20:18:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:18:41 Removing intermediate container da8b92efb891 20:18:41 ---> baf7c71ad7cc 20:18:41 Step 21/22 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 20:18:41 ---> Running in 99b3a7d7b753 20:18:41 ---> Running in 8e53ec8e8131 20:18:43 Removing intermediate container 99b3a7d7b753 20:18:43 ---> 6ff2350293d1 20:18:43 Step 22/22 : LABEL version=2.0.0-dev.133 20:18:43 Removing intermediate container 8e53ec8e8131 20:18:43 ---> 0755790dacb2 20:18:43 Step 21/23 : LABEL arch=arm64 20:18:43 Removing intermediate container 5f16d65f240f 20:18:43 ---> 8daab18f6753 20:18:43 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:18:43 ---> Running in ece475162ae6 20:18:43 ---> Running in d05b13e1e2f4 20:18:43 ---> Running in 490af3893ddf 20:18:44 Removing intermediate container ece475162ae6 20:18:44 ---> f63d21c0839d 20:18:44 20:18:44 Removing intermediate container d05b13e1e2f4 20:18:44 ---> 14248e06ed8e 20:18:44 Step 22/23 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 20:18:44 Successfully built f63d21c0839d 20:18:44 Successfully tagged docker-support-scheduler-go-arm64:latest 20:18:44  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 20:18:44 ---> Running in db132a4f5a4d 20:18:45 Removing intermediate container 4453dc41056a 20:18:45 ---> 959b0149b76a 20:18:45 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:18:45 Removing intermediate container db132a4f5a4d 20:18:45 ---> d7536a288301 20:18:45 Step 23/23 : LABEL version=2.0.0-dev.133 20:18:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:18:45 ---> Running in d6fe7935504f 20:18:45 ---> Running in 0e5bbb759272 20:18:46 Removing intermediate container d6fe7935504f 20:18:46 ---> 0a2025418f57 20:18:46 Step 28/31 : CMD ["gate"] 20:18:46 Removing intermediate container 0e5bbb759272 20:18:46 ---> 54db8daa56d9 20:18:46 20:18:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:18:46 Successfully built 54db8daa56d9 20:18:46 ---> Running in ccda8485da95 20:18:46 Successfully tagged docker-core-metadata-go-arm64:latest 20:18:46 Building docker-support-notifications-go 20:18:46  Building docker-core-metadata-go ... done (1/6) Installing dumb-init (1.2.2-r1) 20:18:47 (2/6) Installing libgcc (9.3.0-r2) 20:18:47 (3/6) Installing libsodium (1.0.18-r0) 20:18:47 (4/6) Installing libstdc++ (9.3.0-r2) 20:18:47 Removing intermediate container ccda8485da95 20:18:47 ---> f10010889567 20:18:47 Step 29/31 : LABEL arch=arm64 20:18:47 (5/6) Installing libzmq (4.3.3-r0) 20:18:47 (6/6) Installing zeromq (4.3.3-r0) 20:18:47 ---> Running in fe22b1d16063 20:18:47 Executing busybox-1.31.1-r19.trigger 20:18:47 OK: 8 MiB in 20 packages 20:18:48 Removing intermediate container fe22b1d16063 20:18:48 ---> 05fec199025b 20:18:48 Step 30/31 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 20:18:48 ---> Running in a47c2bc91e2d 20:18:49 Removing intermediate container a47c2bc91e2d 20:18:49 ---> e7b619c2e229 20:18:49 Step 31/31 : LABEL version=2.0.0-dev.133 20:18:49 Removing intermediate container 490af3893ddf 20:18:49 ---> ff6c23a580a6 20:18:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:18:50 ---> Running in 67d32055ee1f 20:18:50 ---> 6f866ecd459b 20:18:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:18:50 Removing intermediate container 67d32055ee1f 20:18:50 ---> fdc3090c10af 20:18:50 20:18:51 Successfully built fdc3090c10af 20:18:51 Successfully tagged docker-security-bootstrapper-go-arm64:latest 20:18:51 Building docker-core-command-go 20:18:53  Building docker-security-bootstrapper-go ... done  ---> e56db449ec2e 20:18:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:18:54 ---> 13afbb2db89a 20:18:54 Step 19/23 : ENTRYPOINT ["/core-data"] 20:18:54 ---> Running in 8b441bbbffae 20:18:55 Removing intermediate container 8b441bbbffae 20:18:55 ---> 908682a628c4 20:18:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:18:55 ---> Running in 0a4dd3f8325b 20:18:55 Removing intermediate container 0a4dd3f8325b 20:18:55 ---> f894eb92c83b 20:18:55 Step 21/23 : LABEL arch=arm64 20:18:56 ---> Running in 3e29313dae22 20:18:56 Removing intermediate container 3e29313dae22 20:18:56 ---> bcbdf0adf08d 20:18:56 Step 22/23 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 20:18:56 ---> Running in c2dd231fc273 20:18:57 Removing intermediate container c2dd231fc273 20:18:57 ---> 8981b1b8b0f2 20:18:57 Step 23/23 : LABEL version=2.0.0-dev.133 20:18:57 ---> Running in 40db733a1a55 20:18:58 Removing intermediate container 40db733a1a55 20:18:58 ---> abfb87f32eee 20:18:58 20:18:58 Successfully built abfb87f32eee 20:18:58 Successfully tagged docker-core-data-go-arm64:latest 20:19:08  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:19:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:19:08 ---> 5cd58f274232 20:19:08 Step 3/21 : WORKDIR /edgex-go 20:19:08 ---> Using cache 20:19:08 ---> d0c9031dfc5c 20:19:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:19:08 ---> Using cache 20:19:08 ---> ba8e664ce315 20:19:08 Step 5/21 : RUN apk add --update --no-cache make git 20:19:09 ---> Running in 479c118bbd15 20:19:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:19:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:19:12 OK: 217 MiB in 51 packages 20:19:15 Removing intermediate container 479c118bbd15 20:19:15 ---> da7b2d72a7ac 20:19:15 Step 6/21 : COPY go.mod . 20:19:16 ---> b3725731c9df 20:19:16 Step 7/21 : RUN go mod download 20:19:16 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:19:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:19:16 ---> 5cd58f274232 20:19:16 Step 3/26 : WORKDIR /edgex-go 20:19:16 ---> Using cache 20:19:16 ---> d0c9031dfc5c 20:19:16 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:19:16 ---> Using cache 20:19:16 ---> ba8e664ce315 20:19:16 Step 5/26 : RUN apk add --update --no-cache make bash git 20:19:16 ---> Running in f6df8e395eee 20:19:16 ---> Running in fa1beafbc489 20:19:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:19:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:19:17 ---> 5cd58f274232 20:19:17 Step 3/22 : WORKDIR /edgex-go 20:19:17 ---> Using cache 20:19:17 ---> d0c9031dfc5c 20:19:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:19:17 ---> Using cache 20:19:17 ---> ba8e664ce315 20:19:17 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:19:17 ---> Running in 9812db0463ca 20:19:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:19:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:19:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:19:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:19:19 ---> 5cd58f274232 20:19:19 Step 3/23 : WORKDIR /edgex-go 20:19:19 ---> Using cache 20:19:19 ---> d0c9031dfc5c 20:19:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:19:19 ---> Using cache 20:19:19 ---> ba8e664ce315 20:19:19 Step 5/23 : RUN apk add --update --no-cache make git 20:19:19 ---> Using cache 20:19:19 ---> da7b2d72a7ac 20:19:19 Step 6/23 : COPY go.mod . 20:19:19 ---> Using cache 20:19:19 ---> b3725731c9df 20:19:19 Step 7/23 : RUN go mod download 20:19:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:19:20 ---> Running in 513fa8e02c7a 20:19:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:19:21 Removing intermediate container f6df8e395eee 20:19:21 ---> c2a13d8473c4 20:19:21 Step 8/21 : COPY . . 20:19:21 OK: 217 MiB in 51 packages 20:19:23 Removing intermediate container fa1beafbc489 20:19:23 ---> 9c103d9e12cd 20:19:23 Step 6/26 : COPY go.mod . 20:19:24 ---> 8d60fd4219c8 20:19:24 Step 7/26 : RUN go mod download 20:19:24 ---> Running in 49560af3ef93 20:19:24 Removing intermediate container 513fa8e02c7a 20:19:24 ---> 6895202f1c1e 20:19:24 Step 8/23 : COPY . . 20:19:25 OK: 217 MiB in 51 packages 20:19:28 Removing intermediate container 9812db0463ca 20:19:28 ---> d090519ca4b2 20:19:28 Step 6/22 : COPY go.mod . 20:19:29 Removing intermediate container 49560af3ef93 20:19:29 ---> 7b5fa9a4afd5 20:19:29 Step 8/26 : COPY . . 20:19:30 ---> bfb9d6126579 20:19:30 Step 7/22 : RUN go mod download 20:19:30 ---> 4b445b061bd1 20:19:30 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:19:32 ---> Running in ee871e31ae56 20:19:32 ---> Running in 845520e569ed 20:19:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:19:36 ---> 1692ad33e6c4 20:19:36 Step 9/23 : RUN make cmd/core-command/core-command 20:19:36 ---> Running in 75e3f599bbfb 20:19:37 Removing intermediate container ee871e31ae56 20:19:37 ---> 6b632e641b7c 20:19:37 Step 8/22 : COPY . . 20:19:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/core-command/core-command ./cmd/core-command 20:19:43 ---> 6fa7e9664d1b 20:19:43 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:19:44 ---> Running in 43c5f283dc9c 20:19:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:19:53 ---> 73ae336f86ca 20:19:53 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:19:53 ---> Running in b734324856df 20:19:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:20:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/secrets-config ./cmd/secrets-config 20:20:52 Removing intermediate container 845520e569ed 20:20:52 ---> aec7d9a32f25 20:20:52 20:20:52 Step 10/21 : FROM alpine:3.12 20:20:52 ---> d10569e2745f 20:20:52 Step 11/21 : RUN apk add --update --no-cache curl 20:20:52 ---> Running in 6809aca4eedc 20:20:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:20:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:20:54 (1/4) Installing ca-certificates (20191127-r4) 20:20:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:20:54 (3/4) Installing libcurl (7.69.1-r3) 20:20:54 (4/4) Installing curl (7.69.1-r3) 20:20:54 Executing busybox-1.31.1-r19.trigger 20:20:54 Executing ca-certificates-20191127-r4.trigger 20:20:54 OK: 7 MiB in 18 packages 20:20:57 Removing intermediate container 6809aca4eedc 20:20:57 ---> 5d55b9796a19 20:20:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:20:57 ---> Running in 5dcbbf219f1a 20:20:58 Removing intermediate container 5dcbbf219f1a 20:20:58 ---> 9f80822cbc8b 20:20:58 Step 13/21 : WORKDIR /edgex 20:20:58 ---> Running in e751717b4395 20:20:59 Removing intermediate container e751717b4395 20:20:59 ---> 19f905ad2f01 20:20:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:21:00 ---> be90fb394f9f 20:21:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:21:02 ---> 148c06e52e3f 20:21:02 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:21:03 ---> 56d09be9ee85 20:21:03 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:21:03 ---> Running in 1d5854d92075 20:21:05 Removing intermediate container 1d5854d92075 20:21:05 ---> 0fe899286a66 20:21:05 Step 18/21 : CMD ["--init=true"] 20:21:05 ---> Running in 4cae41bcec15 20:21:07 Removing intermediate container 4cae41bcec15 20:21:07 ---> 3a352c5bea7e 20:21:07 Step 19/21 : LABEL arch=arm64 20:21:07 ---> Running in 0a5ee274369f 20:21:07 Removing intermediate container 43c5f283dc9c 20:21:07 ---> ed90fed151ca 20:21:07 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:21:08 ---> Running in 97b4857ee692 20:21:08 Removing intermediate container 0a5ee274369f 20:21:08 ---> 1d608e9df269 20:21:08 Step 20/21 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 20:21:09 ---> Running in dba571e08820 20:21:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:21:10 Removing intermediate container dba571e08820 20:21:10 ---> b31ea7e72773 20:21:10 Step 21/21 : LABEL version=2.0.0-dev.133 20:21:10 ---> Running in 87398307ba07 20:21:11 Removing intermediate container 75e3f599bbfb 20:21:11 ---> 4fbdf16ce87b 20:21:11 20:21:11 Step 10/23 : FROM alpine:3.12 20:21:11 ---> d10569e2745f 20:21:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:21:11 ---> Using cache 20:21:11 ---> 60e718923b05 20:21:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:21:11 ---> Using cache 20:21:11 ---> c7e735e1d448 20:21:11 Step 13/23 : ENV APP_PORT=48082 20:21:11 Removing intermediate container 87398307ba07 20:21:11 ---> a29c858f46f1 20:21:11 20:21:11 ---> Running in 550df0214228 20:21:11 Successfully built a29c858f46f1 20:21:11 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:21:12  Building docker-security-proxy-setup-go ... done Removing intermediate container 550df0214228 20:21:12 ---> a9f8efd1d0f4 20:21:12 Step 14/23 : EXPOSE $APP_PORT 20:21:12 ---> Running in 21a747b1cf49 20:21:13 Removing intermediate container 21a747b1cf49 20:21:13 ---> ee4a2e8fd9c9 20:21:13 Step 15/23 : WORKDIR / 20:21:13 ---> Running in b96bc2484006 20:21:13 Removing intermediate container b96bc2484006 20:21:13 ---> 220a10a4975c 20:21:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:21:13 Removing intermediate container 97b4857ee692 20:21:13 ---> aab892cff156 20:21:13 20:21:13 Step 11/26 : FROM docker:20.10.0 20:21:14 20.10.0: Pulling from library/docker 20:21:15 ---> 714e3e21b1e7 20:21:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:21:17 ---> 933e9c33c569 20:21:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:21:18 ---> 7f0cd0ac9e53 20:21:18 Step 19/23 : ENTRYPOINT ["/core-command"] 20:21:18 Removing intermediate container b734324856df 20:21:18 ---> cdd325dc3a53 20:21:18 20:21:18 Step 10/22 : FROM alpine:3.12 20:21:18 ---> d10569e2745f 20:21:18 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:21:19 ---> Running in f0a5cbca2ec2 20:21:19 ---> Running in a6007bd476d4 20:21:20 Removing intermediate container a6007bd476d4 20:21:20 ---> a157243dc559 20:21:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:21:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:21:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:21:21 ---> Running in c98478ea57a6 20:21:21 (1/2) Installing ca-certificates (20191127-r4) 20:21:21 (2/2) Installing dumb-init (1.2.2-r1) 20:21:21 Executing busybox-1.31.1-r19.trigger 20:21:21 Executing ca-certificates-20191127-r4.trigger 20:21:21 OK: 6 MiB in 16 packages 20:21:22 Removing intermediate container c98478ea57a6 20:21:22 ---> d2f39f312d36 20:21:22 Step 21/23 : LABEL arch=arm64 20:21:23 ---> Running in 3253c2a6b76b 20:21:23 Removing intermediate container 3253c2a6b76b 20:21:23 ---> 42979178238a 20:21:23 Step 22/23 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 20:21:23 Removing intermediate container f0a5cbca2ec2 20:21:23 ---> e16a89fdd3f7 20:21:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:21:23 ---> Running in 4462e9d566d8 20:21:24 ---> Running in 1073e0245bc7 20:21:24 Removing intermediate container 4462e9d566d8 20:21:24 ---> e71b1c36555e 20:21:24 Step 23/23 : LABEL version=2.0.0-dev.133 20:21:24 ---> Running in 54bbda564560 20:21:24 Removing intermediate container 1073e0245bc7 20:21:24 ---> 34b2ff80ea03 20:21:24 Step 13/22 : ENV APP_PORT=48060 20:21:25 ---> Running in 7018ec9d31e6 20:21:25 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:21:25 Status: Downloaded newer image for docker:20.10.0 20:21:25 ---> eeaf43b92773 20:21:25 Step 12/26 : RUN apk add --no-cache bash 20:21:25 ---> Running in 8c4c7bb5e923 20:21:25 Removing intermediate container 54bbda564560 20:21:25 ---> 9560db9c838b 20:21:25 20:21:25 Removing intermediate container 7018ec9d31e6 20:21:25 ---> de48a859a5d2 20:21:25 Step 14/22 : EXPOSE $APP_PORT 20:21:25 Successfully built 9560db9c838b 20:21:25 Successfully tagged docker-core-command-go-arm64:latest 20:21:25  Building docker-core-command-go ... done  ---> Running in 907007f443c7 20:21:26 Removing intermediate container 907007f443c7 20:21:26 ---> 5745a612a1b8 20:21:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:21:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:21:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:21:27 (1/2) Installing readline (8.0.4-r0) 20:21:27 (2/2) Installing bash (5.0.17-r0) 20:21:27 ---> 341e24feb877 20:21:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:21:27 Executing bash-5.0.17-r0.post-install 20:21:27 Executing busybox-1.31.1-r19.trigger 20:21:27 OK: 12 MiB in 22 packages 20:21:28 ---> 860c0fcbff11 20:21:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:21:28 Removing intermediate container 8c4c7bb5e923 20:21:28 ---> 15e31a21d1c7 20:21:28 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:21:28 ---> Running in 11f2b608d10d 20:21:29 ---> 07d6d56bcf36 20:21:29 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:21:29 Removing intermediate container 11f2b608d10d 20:21:29 ---> cc95069e8339 20:21:29 Step 14/26 : ENV APP_PORT=48090 20:21:29 ---> Running in 28975fab1e3c 20:21:29 ---> Running in 049aa43f91c4 20:21:29 Removing intermediate container 049aa43f91c4 20:21:29 ---> aeaf12300e4e 20:21:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:21:29 Removing intermediate container 28975fab1e3c 20:21:29 ---> 6a2b13193d5f 20:21:29 Step 15/26 : EXPOSE $APP_PORT 20:21:29 ---> Running in 9e0e93aaf25b 20:21:29 ---> Running in 5e89138caba2 20:21:30 Removing intermediate container 9e0e93aaf25b 20:21:30 Removing intermediate container 5e89138caba2 20:21:30 ---> b1084dc16b02 20:21:30 ---> 0cdb39d60477 20:21:30 Step 20/22 : LABEL arch=arm64Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:21:30 20:21:30 ---> Running in d8d43a47e11d 20:21:31 Removing intermediate container d8d43a47e11d 20:21:31 ---> d13a265f46dd 20:21:31 Step 21/22 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 20:21:31 ---> Running in 562404146c46 20:21:31 ---> da32ba55eee5 20:21:31 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:21:32 Removing intermediate container 562404146c46 20:21:32 ---> 7a539c542902 20:21:32 Step 22/22 : LABEL version=2.0.0-dev.133 20:21:32 ---> Running in 65ce89ade51e 20:21:32 ---> b41ba2508b6e 20:21:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:21:32 Removing intermediate container 65ce89ade51e 20:21:32 ---> f404e734257d 20:21:32 20:21:33 Successfully built f404e734257d 20:21:33 Successfully tagged docker-support-notifications-go-arm64:latest 20:21:33  Building docker-support-notifications-go ... done  ---> f034c486e01e 20:21:33 Step 19/26 : RUN apk --no-cache add py3-pip 20:21:33 ---> Running in a0fb2188ef2d 20:21:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:21:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:21:35 (1/33) Installing libbz2 (1.0.8-r1) 20:21:35 (2/33) Installing expat (2.2.9-r1) 20:21:35 (3/33) Installing libffi (3.3-r2) 20:21:35 (4/33) Installing gdbm (1.13-r1) 20:21:35 (5/33) Installing xz-libs (5.2.5-r0) 20:21:35 (6/33) Installing sqlite-libs (3.32.1-r0) 20:21:35 (7/33) Installing python3 (3.8.8-r0) 20:21:37 (8/33) Installing py3-appdirs (1.4.4-r1) 20:21:37 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:21:37 (10/33) Installing py3-parsing (2.4.7-r0) 20:21:37 (11/33) Installing py3-six (1.15.0-r0) 20:21:37 (12/33) Installing py3-packaging (20.4-r0) 20:21:37 (13/33) Installing py3-setuptools (47.0.0-r0) 20:21:37 (14/33) Installing py3-chardet (3.0.4-r4) 20:21:37 (15/33) Installing py3-idna (2.9-r0) 20:21:37 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:21:37 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:21:37 (18/33) Installing py3-requests (2.23.0-r0) 20:21:37 (19/33) Installing py3-msgpack (1.0.0-r0) 20:21:37 (20/33) Installing py3-lockfile (0.12.2-r3) 20:21:37 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:21:37 (22/33) Installing py3-colorama (0.4.3-r0) 20:21:37 (23/33) Installing py3-distlib (0.3.0-r0) 20:21:37 (24/33) Installing py3-distro (1.5.0-r1) 20:21:37 (25/33) Installing py3-webencodings (0.5.1-r3) 20:21:37 (26/33) Installing py3-html5lib (1.0.1-r4) 20:21:37 (27/33) Installing py3-pytoml (0.1.21-r0) 20:21:37 (28/33) Installing py3-pep517 (0.8.2-r0) 20:21:37 (29/33) Installing py3-progress (1.5-r0) 20:21:37 (30/33) Installing py3-toml (0.10.1-r0) 20:21:37 (31/33) Installing py3-retrying (1.3.3-r0) 20:21:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:21:37 (33/33) Installing py3-pip (20.1.1-r0) 20:21:38 Executing busybox-1.31.1-r19.trigger 20:21:38 OK: 71 MiB in 55 packages 20:21:44 Removing intermediate container a0fb2188ef2d 20:21:44 ---> 79bced9453fe 20:21:44 Step 20/26 : RUN pip install docker-compose==1.23.2 20:21:44 ---> Running in a9f4c7f0dea8 20:21:49 Collecting docker-compose==1.23.2 20:21:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:21:49 Collecting docopt<0.7,>=0.6.1 20:21:49 Downloading docopt-0.6.2.tar.gz (25 kB) 20:21:51 Collecting jsonschema<3,>=2.5.1 20:21:51 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:21:53 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:21:53 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:21:53 Collecting websocket-client<1.0,>=0.32.0 20:21:53 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 20:21:54 Collecting PyYAML<4,>=3.10 20:21:54 Downloading PyYAML-3.13.tar.gz (270 kB) 20:21:57 Collecting docker<4.0,>=3.6.0 20:21:57 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:21:57 Collecting texttable<0.10,>=0.9.0 20:21:57 Downloading texttable-0.9.1.tar.gz (11 kB) 20:21:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:21:59 Collecting cached-property<2,>=1.2.0 20:21:59 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:22:00 Collecting dockerpty<0.5,>=0.4.1 20:22:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:22:02 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 20:22:02 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 20:22:02 Collecting idna<2.8,>=2.5 20:22:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:22:02 Collecting urllib3<1.25,>=1.21.1 20:22:02 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:22:02 Collecting docker-pycreds>=0.4.0 20:22:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:22:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:22:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:22:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:22:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:22:03 Installing collected packages: docopt, jsonschema, idna, urllib3, requests, websocket-client, PyYAML, docker-pycreds, docker, texttable, cached-property, dockerpty, docker-compose 20:22:03 Running setup.py install for docopt: started 20:22:05 Running setup.py install for docopt: finished with status 'done' 20:22:06 Attempting uninstall: idna 20:22:06 Found existing installation: idna 2.9 20:22:06 Uninstalling idna-2.9: 20:22:06 Successfully uninstalled idna-2.9 20:22:06 Attempting uninstall: urllib3 20:22:06 Found existing installation: urllib3 1.25.9 20:22:06 Uninstalling urllib3-1.25.9: 20:22:06 Successfully uninstalled urllib3-1.25.9 20:22:07 Attempting uninstall: requests 20:22:07 Found existing installation: requests 2.23.0 20:22:07 Uninstalling requests-2.23.0: 20:22:07 Successfully uninstalled requests-2.23.0 20:22:08 Running setup.py install for PyYAML: started 20:22:10 Running setup.py install for PyYAML: finished with status 'done' 20:22:10 Running setup.py install for texttable: started 20:22:12 Running setup.py install for texttable: finished with status 'done' 20:22:12 Running setup.py install for dockerpty: started 20:22:14 Running setup.py install for dockerpty: finished with status 'done' 20:22: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 20:22:18 Removing intermediate container a9f4c7f0dea8 20:22:18 ---> b4eb55494da7 20:22:18 Step 21/26 : RUN apk --no-cache add curl 20:22:19 ---> Running in d90263d08a1b 20:22:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:22:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:22:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:22:20 (2/3) Installing libcurl (7.69.1-r3) 20:22:20 (3/3) Installing curl (7.69.1-r3) 20:22:20 Executing busybox-1.31.1-r19.trigger 20:22:20 OK: 72 MiB in 58 packages 20:22:22 Removing intermediate container d90263d08a1b 20:22:22 ---> 5c2633fee968 20:22:22 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:22:22 ---> Running in 24f12676a283 20:22:22 Removing intermediate container 24f12676a283 20:22:22 ---> dc8f881330a5 20:22:22 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:22:22 ---> Running in ebe63327a0d2 20:22:23 Removing intermediate container ebe63327a0d2 20:22:23 ---> 60529ad8517b 20:22:23 Step 24/26 : LABEL arch=arm64 20:22:23 ---> Running in f306f9234b75 20:22:24 Removing intermediate container f306f9234b75 20:22:24 ---> a0aa62902e80 20:22:24 Step 25/26 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 20:22:24 ---> Running in b51edaa7cf9f 20:22:24 Removing intermediate container b51edaa7cf9f 20:22:24 ---> d9b3c7500309 20:22:24 Step 26/26 : LABEL version=2.0.0-dev.133 20:22:24 ---> Running in cfe25aab6bef 20:22:25 Removing intermediate container cfe25aab6bef 20:22:25 ---> 364cf58a611c 20:22:25 20:22:25 Successfully built 364cf58a611c 20:22:25 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:22:25  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:22:25 $ docker stop --time=1 ae365727281875485f3e409d4f1a8ff8edc165dd7140ea25307cd9298816aab9 20:22:27 $ docker rm -f ae365727281875485f3e409d4f1a8ff8edc165dd7140ea25307cd9298816aab9 [Pipeline] // withDockerContainer [Pipeline] sh 20:22:28 + grep docker 20:22:28 + docker images 20:22:28 docker-sys-mgmt-agent-go-arm64 latest 364cf58a611c 4 seconds ago 300MB 20:22:28 docker-support-notifications-go-arm64 latest f404e734257d 56 seconds ago 16.9MB 20:22:28 docker-core-command-go-arm64 latest 9560db9c838b About a minute ago 16.3MB 20:22:28 docker-security-proxy-setup-go-arm64 latest a29c858f46f1 About a minute ago 23.4MB 20:22:28 docker-core-data-go-arm64 latest abfb87f32eee 3 minutes ago 21.3MB 20:22:28 docker-security-bootstrapper-go-arm64 latest fdc3090c10af 3 minutes ago 17.8MB 20:22:28 docker-core-metadata-go-arm64 latest 54db8daa56d9 3 minutes ago 17.9MB 20:22:28 docker-support-scheduler-go-arm64 latest f63d21c0839d 3 minutes ago 16.3MB 20:22:28 docker-security-secretstore-setup-go-arm64 latest 9d7d19cee191 3 minutes ago 23.7MB 20:22:28 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:22:29 provisioning config files... 20:22:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/400@tmp/config7233861280855267480tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:22:29 ---> docker-login.sh 20:22:29 nexus3.edgexfoundry.org:10001 20:22:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:22:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:22:30 Configure a credential helper to remove this warning. See 20:22:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:22:30 20:22:30 Login Succeeded 20:22:30 nexus3.edgexfoundry.org:10002 20:22:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:22:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:22:30 Configure a credential helper to remove this warning. See 20:22:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:22:30 20:22:30 Login Succeeded 20:22:30 nexus3.edgexfoundry.org:10003 20:22:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:22:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:22:31 Configure a credential helper to remove this warning. See 20:22:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:22:31 20:22:31 Login Succeeded 20:22:31 nexus3.edgexfoundry.org:10004 20:22:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:22:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:22:32 Configure a credential helper to remove this warning. See 20:22:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:22:32 20:22:32 Login Succeeded 20:22:32 docker.io 20:22:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:22:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:22:32 Configure a credential helper to remove this warning. See 20:22:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:22:32 20:22:32 Login Succeeded 20:22:32 ---> docker-login.sh ends [Pipeline] } 20:22:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:22:33 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 20:22:33 05f2d13a179446ff46e2de9a60e91a19cc98f319 20:22:33 2.0.0-dev.133 20:22:33 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:22:33 master 20:22:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:22:33 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh 20:22:34 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:22:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 20:22:34 fa351eabc361: Preparing 20:22:34 5c21ce38604f: Preparing 20:22:34 94b76442b6f5: Preparing 20:22:34 a80263ea39e6: Preparing 20:22:34 02a88cfff88f: Preparing 20:22:34 02a88cfff88f: Layer already exists 20:22:34 a80263ea39e6: Pushed 20:22:34 fa351eabc361: Pushed 20:22:34 94b76442b6f5: Pushed 20:22:36 5c21ce38604f: Pushed 20:22:37 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:0870a32c2ebace197174eb4749bd6030983b477f8aa680c480239513079805df size: 1363 [Pipeline] isUnix [Pipeline] sh 20:22:37 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:22:37 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.133 20:22:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 20:22:37 fa351eabc361: Preparing 20:22:37 5c21ce38604f: Preparing 20:22:37 94b76442b6f5: Preparing 20:22:37 a80263ea39e6: Preparing 20:22:37 02a88cfff88f: Preparing 20:22:38 fa351eabc361: Layer already exists 20:22:38 5c21ce38604f: Layer already exists 20:22:38 94b76442b6f5: Layer already exists 20:22:38 02a88cfff88f: Layer already exists 20:22:38 a80263ea39e6: Layer already exists 20:22:38 2.0.0-dev.133: digest: sha256:0870a32c2ebace197174eb4749bd6030983b477f8aa680c480239513079805df size: 1363 [Pipeline] isUnix [Pipeline] sh 20:22:38 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:22:38 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:22:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 20:22:38 fa351eabc361: Preparing 20:22:38 5c21ce38604f: Preparing 20:22:38 94b76442b6f5: Preparing 20:22:38 a80263ea39e6: Preparing 20:22:38 02a88cfff88f: Preparing 20:22:38 5c21ce38604f: Layer already exists 20:22:38 94b76442b6f5: Layer already exists 20:22:39 fa351eabc361: Layer already exists 20:22:39 a80263ea39e6: Layer already exists 20:22:39 02a88cfff88f: Layer already exists 20:22:39 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:0870a32c2ebace197174eb4749bd6030983b477f8aa680c480239513079805df size: 1363 [Pipeline] isUnix [Pipeline] sh 20:22:39 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:22:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 20:22:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 20:22:39 fa351eabc361: Preparing 20:22:39 5c21ce38604f: Preparing 20:22:39 94b76442b6f5: Preparing 20:22:39 a80263ea39e6: Preparing 20:22:39 02a88cfff88f: Preparing 20:22:39 5c21ce38604f: Layer already exists 20:22:39 02a88cfff88f: Layer already exists 20:22:39 94b76442b6f5: Layer already exists 20:22:39 a80263ea39e6: Layer already exists 20:22:39 fa351eabc361: Layer already exists 20:22:40 master: digest: sha256:0870a32c2ebace197174eb4749bd6030983b477f8aa680c480239513079805df size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:22:40 ===================================================== [Pipeline] echo 20:22:40 taggedImages: 20:22:40 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:22:40 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.133 20:22:40 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:22:40 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 20:22:40 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 20:22:40 05f2d13a179446ff46e2de9a60e91a19cc98f319 20:22:40 2.0.0-dev.133 20:22:40 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:22:40 master 20:22:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:22:41 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh 20:22:41 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:22:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 20:22:41 75228914d1d4: Preparing 20:22:41 e4708b6e2db5: Preparing 20:22:41 94b76442b6f5: Preparing 20:22:41 7abcce654888: Preparing 20:22:41 ecd6309d406b: Preparing 20:22:41 02a88cfff88f: Preparing 20:22:41 02a88cfff88f: Waiting 20:22:41 94b76442b6f5: Layer already exists 20:22:41 02a88cfff88f: Layer already exists 20:22:41 ecd6309d406b: Pushed 20:22:41 75228914d1d4: Pushed 20:22:42 7abcce654888: Pushed 20:22:44 e4708b6e2db5: Pushed 20:22:44 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:e7107c2878e4d79b3e8e7d9beda29f2bce16ad54c1b766a238465a05cf313f16 size: 1572 [Pipeline] isUnix [Pipeline] sh 20:22:45 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:22:45 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.133 20:22:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 20:22:45 75228914d1d4: Preparing 20:22:45 e4708b6e2db5: Preparing 20:22:45 94b76442b6f5: Preparing 20:22:45 7abcce654888: Preparing 20:22:45 ecd6309d406b: Preparing 20:22:45 02a88cfff88f: Preparing 20:22:45 02a88cfff88f: Waiting 20:22:45 75228914d1d4: Layer already exists 20:22:45 7abcce654888: Layer already exists 20:22:45 e4708b6e2db5: Layer already exists 20:22:45 ecd6309d406b: Layer already exists 20:22:45 94b76442b6f5: Layer already exists 20:22:45 02a88cfff88f: Layer already exists 20:22:45 2.0.0-dev.133: digest: sha256:e7107c2878e4d79b3e8e7d9beda29f2bce16ad54c1b766a238465a05cf313f16 size: 1572 [Pipeline] isUnix [Pipeline] sh 20:22:46 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:22:46 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:22:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 20:22:46 75228914d1d4: Preparing 20:22:46 e4708b6e2db5: Preparing 20:22:46 94b76442b6f5: Preparing 20:22:46 7abcce654888: Preparing 20:22:46 ecd6309d406b: Preparing 20:22:46 02a88cfff88f: Preparing 20:22:46 02a88cfff88f: Waiting 20:22:46 7abcce654888: Layer already exists 20:22:46 94b76442b6f5: Layer already exists 20:22:46 ecd6309d406b: Layer already exists 20:22:46 e4708b6e2db5: Layer already exists 20:22:46 75228914d1d4: Layer already exists 20:22:46 02a88cfff88f: Layer already exists 20:22:46 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:e7107c2878e4d79b3e8e7d9beda29f2bce16ad54c1b766a238465a05cf313f16 size: 1572 [Pipeline] isUnix [Pipeline] sh 20:22:47 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:22:47 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 20:22:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 20:22:47 75228914d1d4: Preparing 20:22:47 e4708b6e2db5: Preparing 20:22:47 94b76442b6f5: Preparing 20:22:47 7abcce654888: Preparing 20:22:47 ecd6309d406b: Preparing 20:22:47 02a88cfff88f: Preparing 20:22:47 02a88cfff88f: Waiting 20:22:47 e4708b6e2db5: Layer already exists 20:22:47 7abcce654888: Layer already exists 20:22:47 94b76442b6f5: Layer already exists 20:22:47 75228914d1d4: Layer already exists 20:22:47 02a88cfff88f: Layer already exists 20:22:48 ecd6309d406b: Layer already exists 20:22:48 master: digest: sha256:e7107c2878e4d79b3e8e7d9beda29f2bce16ad54c1b766a238465a05cf313f16 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:22:48 ===================================================== [Pipeline] echo 20:22:48 taggedImages: 20:22:48 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:22:48 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.133 20:22:48 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:22:48 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 20:22:49 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 20:22:49 05f2d13a179446ff46e2de9a60e91a19cc98f319 20:22:49 2.0.0-dev.133 20:22:49 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:22:49 master 20:22:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:22:49 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh 20:22:49 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:22:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 20:22:49 028c86353682: Preparing 20:22:49 324f824c5401: Preparing 20:22:49 94b76442b6f5: Preparing 20:22:49 a80263ea39e6: Preparing 20:22:49 02a88cfff88f: Preparing 20:22:50 94b76442b6f5: Layer already exists 20:22:50 02a88cfff88f: Layer already exists 20:22:50 a80263ea39e6: Layer already exists 20:22:50 028c86353682: Pushed 20:22:53 324f824c5401: Pushed 20:22:53 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:64e55c9c29233ecc689611fa26efcdd85ace1bc57b59c1e10c472c8b01091b78 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:22:53 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:22:54 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.133 20:22:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 20:22:54 028c86353682: Preparing 20:22:54 324f824c5401: Preparing 20:22:54 94b76442b6f5: Preparing 20:22:54 a80263ea39e6: Preparing 20:22:54 02a88cfff88f: Preparing 20:22:54 94b76442b6f5: Layer already exists 20:22:54 a80263ea39e6: Layer already exists 20:22:54 324f824c5401: Layer already exists 20:22:54 02a88cfff88f: Layer already exists 20:22:54 028c86353682: Layer already exists 20:22:54 2.0.0-dev.133: digest: sha256:64e55c9c29233ecc689611fa26efcdd85ace1bc57b59c1e10c472c8b01091b78 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:22:54 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:22:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:22:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 20:22:55 028c86353682: Preparing 20:22:55 324f824c5401: Preparing 20:22:55 94b76442b6f5: Preparing 20:22:55 a80263ea39e6: Preparing 20:22:55 02a88cfff88f: Preparing 20:22:55 02a88cfff88f: Layer already exists 20:22:55 a80263ea39e6: Layer already exists 20:22:55 028c86353682: Layer already exists 20:22:55 324f824c5401: Layer already exists 20:22:55 94b76442b6f5: Layer already exists 20:22:55 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:64e55c9c29233ecc689611fa26efcdd85ace1bc57b59c1e10c472c8b01091b78 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:22:56 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:22:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 20:22:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 20:22:56 028c86353682: Preparing 20:22:56 324f824c5401: Preparing 20:22:56 94b76442b6f5: Preparing 20:22:56 a80263ea39e6: Preparing 20:22:56 02a88cfff88f: Preparing 20:22:56 324f824c5401: Layer already exists 20:22:56 028c86353682: Layer already exists 20:22:56 02a88cfff88f: Layer already exists 20:22:56 a80263ea39e6: Layer already exists 20:22:56 94b76442b6f5: Layer already exists 20:22:56 master: digest: sha256:64e55c9c29233ecc689611fa26efcdd85ace1bc57b59c1e10c472c8b01091b78 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:22:56 ===================================================== [Pipeline] echo 20:22:56 taggedImages: 20:22:56 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:22:56 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.133 20:22:56 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:22:56 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 20:22:57 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 20:22:57 05f2d13a179446ff46e2de9a60e91a19cc98f319 20:22:57 2.0.0-dev.133 20:22:57 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:22:57 master 20:22:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:22:57 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh 20:22:57 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:22:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 20:22:57 c720231d3bee: Preparing 20:22:57 c720231d3bee: Preparing 20:22:57 48f651ba5f88: Preparing 20:22:57 1664bf5b03c1: Preparing 20:22:57 993a7b12391e: Preparing 20:22:57 2593694c1fbe: Preparing 20:22:57 94b76442b6f5: Preparing 20:22:57 fd1d96872493: Preparing 20:22:57 fd1d96872493: Preparing 20:22:57 a9c753fc6b03: Preparing 20:22:57 ce317ce56919: Preparing 20:22:57 02a88cfff88f: Preparing 20:22:57 a9c753fc6b03: Waiting 20:22:57 ce317ce56919: Waiting 20:22:57 94b76442b6f5: Waiting 20:22:57 02a88cfff88f: Waiting 20:22:57 fd1d96872493: Waiting 20:22:58 48f651ba5f88: Pushed 20:22:58 c720231d3bee: Pushed 20:22:58 993a7b12391e: Pushed 20:22:58 1664bf5b03c1: Pushed 20:22:58 94b76442b6f5: Layer already exists 20:22:58 02a88cfff88f: Layer already exists 20:22:58 a9c753fc6b03: Pushed 20:22:58 fd1d96872493: Pushed 20:22:58 ce317ce56919: Pushed 20:23:01 2593694c1fbe: Pushed 20:23:01 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:879491a2e5a4e0280f35600c076a86180e9de822562da223c2d48ee6447b9ad6 size: 2816 [Pipeline] isUnix [Pipeline] sh 20:23:02 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:23:02 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.133 20:23:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 20:23:02 c720231d3bee: Preparing 20:23:02 c720231d3bee: Preparing 20:23:02 48f651ba5f88: Preparing 20:23:02 1664bf5b03c1: Preparing 20:23:02 993a7b12391e: Preparing 20:23:02 2593694c1fbe: Preparing 20:23:02 94b76442b6f5: Preparing 20:23:02 fd1d96872493: Preparing 20:23:02 fd1d96872493: Preparing 20:23:02 a9c753fc6b03: Preparing 20:23:02 ce317ce56919: Preparing 20:23:02 02a88cfff88f: Preparing 20:23:02 94b76442b6f5: Waiting 20:23:02 ce317ce56919: Waiting 20:23:02 02a88cfff88f: Waiting 20:23:02 fd1d96872493: Waiting 20:23:02 a9c753fc6b03: Waiting 20:23:03 48f651ba5f88: Layer already exists 20:23:03 c720231d3bee: Layer already exists 20:23:03 993a7b12391e: Layer already exists 20:23:03 2593694c1fbe: Layer already exists 20:23:03 1664bf5b03c1: Layer already exists 20:23:03 94b76442b6f5: Layer already exists 20:23:03 fd1d96872493: Layer already exists 20:23:03 a9c753fc6b03: Layer already exists 20:23:03 ce317ce56919: Layer already exists 20:23:03 02a88cfff88f: Layer already exists 20:23:03 2.0.0-dev.133: digest: sha256:879491a2e5a4e0280f35600c076a86180e9de822562da223c2d48ee6447b9ad6 size: 2816 [Pipeline] isUnix [Pipeline] sh 20:23:04 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:23:04 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:23:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 20:23:04 c720231d3bee: Preparing 20:23:04 c720231d3bee: Preparing 20:23:04 48f651ba5f88: Preparing 20:23:04 1664bf5b03c1: Preparing 20:23:04 993a7b12391e: Preparing 20:23:04 2593694c1fbe: Preparing 20:23:04 94b76442b6f5: Preparing 20:23:04 fd1d96872493: Preparing 20:23:04 fd1d96872493: Preparing 20:23:04 a9c753fc6b03: Preparing 20:23:04 ce317ce56919: Preparing 20:23:04 02a88cfff88f: Preparing 20:23:04 94b76442b6f5: Waiting 20:23:04 fd1d96872493: Waiting 20:23:04 a9c753fc6b03: Waiting 20:23:04 02a88cfff88f: Waiting 20:23:04 ce317ce56919: Waiting 20:23:04 1664bf5b03c1: Layer already exists 20:23:04 48f651ba5f88: Layer already exists 20:23:04 c720231d3bee: Layer already exists 20:23:04 2593694c1fbe: Layer already exists 20:23:04 993a7b12391e: Layer already exists 20:23:04 fd1d96872493: Layer already exists 20:23:04 94b76442b6f5: Layer already exists 20:23:04 a9c753fc6b03: Layer already exists 20:23:04 ce317ce56919: Layer already exists 20:23:04 02a88cfff88f: Layer already exists 20:23:04 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:879491a2e5a4e0280f35600c076a86180e9de822562da223c2d48ee6447b9ad6 size: 2816 [Pipeline] isUnix [Pipeline] sh 20:23:05 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:23:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 20:23:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 20:23:05 c720231d3bee: Preparing 20:23:05 c720231d3bee: Preparing 20:23:05 48f651ba5f88: Preparing 20:23:05 1664bf5b03c1: Preparing 20:23:05 993a7b12391e: Preparing 20:23:05 2593694c1fbe: Preparing 20:23:05 94b76442b6f5: Preparing 20:23:05 fd1d96872493: Preparing 20:23:05 fd1d96872493: Preparing 20:23:05 a9c753fc6b03: Preparing 20:23:05 ce317ce56919: Preparing 20:23:05 02a88cfff88f: Preparing 20:23:05 94b76442b6f5: Waiting 20:23:05 a9c753fc6b03: Waiting 20:23:05 ce317ce56919: Waiting 20:23:05 02a88cfff88f: Waiting 20:23:05 fd1d96872493: Waiting 20:23:05 48f651ba5f88: Layer already exists 20:23:05 1664bf5b03c1: Layer already exists 20:23:05 2593694c1fbe: Layer already exists 20:23:05 993a7b12391e: Layer already exists 20:23:05 c720231d3bee: Layer already exists 20:23:05 a9c753fc6b03: Layer already exists 20:23:05 ce317ce56919: Layer already exists 20:23:05 fd1d96872493: Layer already exists 20:23:05 94b76442b6f5: Layer already exists 20:23:05 02a88cfff88f: Layer already exists 20:23:05 master: digest: sha256:879491a2e5a4e0280f35600c076a86180e9de822562da223c2d48ee6447b9ad6 size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:23:06 ===================================================== [Pipeline] echo 20:23:06 taggedImages: 20:23:06 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:23:06 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.133 20:23:06 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:23:06 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 20:23:06 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 20:23:06 05f2d13a179446ff46e2de9a60e91a19cc98f319 20:23:06 2.0.0-dev.133 20:23:06 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:23:06 master 20:23:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:23:06 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh 20:23:07 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:23:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 20:23:07 d4dbe9c6ebcb: Preparing 20:23:07 7cc0dc0d4148: Preparing 20:23:07 3b65a414ba0c: Preparing 20:23:07 f9bb8843a885: Preparing 20:23:07 7bbcd63bfe65: Preparing 20:23:07 02a88cfff88f: Preparing 20:23:07 02a88cfff88f: Waiting 20:23:08 3b65a414ba0c: Pushed 20:23:08 f9bb8843a885: Pushed 20:23:08 02a88cfff88f: Layer already exists 20:23:08 7bbcd63bfe65: Pushed 20:23:09 d4dbe9c6ebcb: Pushed 20:23:09 7cc0dc0d4148: Pushed 20:23:09 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:6e17c6fff6edf1bf4ef953df9ab9fce18ed508ecb8f82fe7cbd6e40ce6087a4d size: 1575 [Pipeline] isUnix [Pipeline] sh 20:23:10 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:23:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.133 20:23:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 20:23:10 d4dbe9c6ebcb: Preparing 20:23:10 7cc0dc0d4148: Preparing 20:23:10 3b65a414ba0c: Preparing 20:23:10 f9bb8843a885: Preparing 20:23:10 7bbcd63bfe65: Preparing 20:23:10 02a88cfff88f: Preparing 20:23:10 02a88cfff88f: Waiting 20:23:10 3b65a414ba0c: Layer already exists 20:23:10 7cc0dc0d4148: Layer already exists 20:23:10 d4dbe9c6ebcb: Layer already exists 20:23:10 f9bb8843a885: Layer already exists 20:23:10 7bbcd63bfe65: Layer already exists 20:23:10 02a88cfff88f: Layer already exists 20:23:10 2.0.0-dev.133: digest: sha256:6e17c6fff6edf1bf4ef953df9ab9fce18ed508ecb8f82fe7cbd6e40ce6087a4d size: 1575 [Pipeline] isUnix [Pipeline] sh 20:23:11 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:23:11 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:23:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 20:23:11 d4dbe9c6ebcb: Preparing 20:23:11 7cc0dc0d4148: Preparing 20:23:11 3b65a414ba0c: Preparing 20:23:11 f9bb8843a885: Preparing 20:23:11 7bbcd63bfe65: Preparing 20:23:11 02a88cfff88f: Preparing 20:23:11 02a88cfff88f: Waiting 20:23:11 7cc0dc0d4148: Layer already exists 20:23:11 d4dbe9c6ebcb: Layer already exists 20:23:11 3b65a414ba0c: Layer already exists 20:23:11 7bbcd63bfe65: Layer already exists 20:23:11 f9bb8843a885: Layer already exists 20:23:11 02a88cfff88f: Layer already exists 20:23:11 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:6e17c6fff6edf1bf4ef953df9ab9fce18ed508ecb8f82fe7cbd6e40ce6087a4d size: 1575 [Pipeline] isUnix [Pipeline] sh 20:23:12 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:23:12 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 20:23:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 20:23:12 d4dbe9c6ebcb: Preparing 20:23:12 7cc0dc0d4148: Preparing 20:23:12 3b65a414ba0c: Preparing 20:23:12 f9bb8843a885: Preparing 20:23:12 7bbcd63bfe65: Preparing 20:23:12 02a88cfff88f: Preparing 20:23:12 02a88cfff88f: Waiting 20:23:12 f9bb8843a885: Layer already exists 20:23:12 7cc0dc0d4148: Layer already exists 20:23:12 7bbcd63bfe65: Layer already exists 20:23:12 3b65a414ba0c: Layer already exists 20:23:12 d4dbe9c6ebcb: Layer already exists 20:23:12 02a88cfff88f: Layer already exists 20:23:12 master: digest: sha256:6e17c6fff6edf1bf4ef953df9ab9fce18ed508ecb8f82fe7cbd6e40ce6087a4d size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:23:13 ===================================================== [Pipeline] echo 20:23:13 taggedImages: 20:23:13 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:23:13 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.133 20:23:13 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:23:13 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 20:23:13 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 20:23:13 05f2d13a179446ff46e2de9a60e91a19cc98f319 20:23:13 2.0.0-dev.133 20:23:13 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:23:13 master 20:23:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:23:13 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh 20:23:13 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:23:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 20:23:13 9b3f0c2f9685: Preparing 20:23:13 92428d27efc6: Preparing 20:23:13 d8326132a0b8: Preparing 20:23:13 d2ee11164341: Preparing 20:23:13 e20ac3c65911: Preparing 20:23:13 6d052a30046f: Preparing 20:23:13 3873818464e8: Preparing 20:23:13 9d441a9f6105: Preparing 20:23:13 02a88cfff88f: Preparing 20:23:13 3873818464e8: Waiting 20:23:13 6d052a30046f: Waiting 20:23:13 9d441a9f6105: Waiting 20:23:13 02a88cfff88f: Waiting 20:23:14 9b3f0c2f9685: Pushed 20:23:14 92428d27efc6: Pushed 20:23:14 e20ac3c65911: Pushed 20:23:14 6d052a30046f: Pushed 20:23:14 3873818464e8: Pushed 20:23:14 02a88cfff88f: Layer already exists 20:23:14 9d441a9f6105: Pushed 20:23:16 d2ee11164341: Pushed 20:23:16 d8326132a0b8: Pushed 20:23:16 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:b8e085df1048a49682c458723c93d447064c2c675921a2528fe952701c68a71a size: 2198 [Pipeline] isUnix [Pipeline] sh 20:23:16 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:23:17 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.133 20:23:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 20:23:17 9b3f0c2f9685: Preparing 20:23:17 92428d27efc6: Preparing 20:23:17 d8326132a0b8: Preparing 20:23:17 d2ee11164341: Preparing 20:23:17 e20ac3c65911: Preparing 20:23:17 6d052a30046f: Preparing 20:23:17 3873818464e8: Preparing 20:23:17 9d441a9f6105: Preparing 20:23:17 02a88cfff88f: Preparing 20:23:17 3873818464e8: Waiting 20:23:17 02a88cfff88f: Waiting 20:23:17 9d441a9f6105: Waiting 20:23:17 6d052a30046f: Waiting 20:23:17 9b3f0c2f9685: Layer already exists 20:23:17 e20ac3c65911: Layer already exists 20:23:17 d2ee11164341: Layer already exists 20:23:17 92428d27efc6: Layer already exists 20:23:17 d8326132a0b8: Layer already exists 20:23:17 6d052a30046f: Layer already exists 20:23:17 02a88cfff88f: Layer already exists 20:23:17 9d441a9f6105: Layer already exists 20:23:17 3873818464e8: Layer already exists 20:23:17 2.0.0-dev.133: digest: sha256:b8e085df1048a49682c458723c93d447064c2c675921a2528fe952701c68a71a size: 2198 [Pipeline] isUnix [Pipeline] sh 20:23:17 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:23:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:23:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 20:23:18 9b3f0c2f9685: Preparing 20:23:18 92428d27efc6: Preparing 20:23:18 d8326132a0b8: Preparing 20:23:18 d2ee11164341: Preparing 20:23:18 e20ac3c65911: Preparing 20:23:18 6d052a30046f: Preparing 20:23:18 3873818464e8: Preparing 20:23:18 9d441a9f6105: Preparing 20:23:18 02a88cfff88f: Preparing 20:23:18 6d052a30046f: Waiting 20:23:18 3873818464e8: Waiting 20:23:18 9d441a9f6105: Waiting 20:23:18 02a88cfff88f: Waiting 20:23:18 92428d27efc6: Layer already exists 20:23:18 9b3f0c2f9685: Layer already exists 20:23:18 e20ac3c65911: Layer already exists 20:23:18 d2ee11164341: Layer already exists 20:23:18 d8326132a0b8: Layer already exists 20:23:18 02a88cfff88f: Layer already exists 20:23:18 6d052a30046f: Layer already exists 20:23:18 3873818464e8: Layer already exists 20:23:18 9d441a9f6105: Layer already exists 20:23:18 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:b8e085df1048a49682c458723c93d447064c2c675921a2528fe952701c68a71a size: 2198 [Pipeline] isUnix [Pipeline] sh 20:23:18 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:23:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 20:23:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 20:23:19 9b3f0c2f9685: Preparing 20:23:19 92428d27efc6: Preparing 20:23:19 d8326132a0b8: Preparing 20:23:19 d2ee11164341: Preparing 20:23:19 e20ac3c65911: Preparing 20:23:19 6d052a30046f: Preparing 20:23:19 3873818464e8: Preparing 20:23:19 9d441a9f6105: Preparing 20:23:19 02a88cfff88f: Preparing 20:23:19 6d052a30046f: Waiting 20:23:19 3873818464e8: Waiting 20:23:19 9d441a9f6105: Waiting 20:23:19 02a88cfff88f: Waiting 20:23:19 d2ee11164341: Layer already exists 20:23:19 92428d27efc6: Layer already exists 20:23:19 9b3f0c2f9685: Layer already exists 20:23:19 e20ac3c65911: Layer already exists 20:23:19 d8326132a0b8: Layer already exists 20:23:19 02a88cfff88f: Layer already exists 20:23:19 6d052a30046f: Layer already exists 20:23:19 3873818464e8: Layer already exists 20:23:19 9d441a9f6105: Layer already exists 20:23:19 master: digest: sha256:b8e085df1048a49682c458723c93d447064c2c675921a2528fe952701c68a71a size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:23:19 ===================================================== [Pipeline] echo 20:23:19 taggedImages: 20:23:19 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:23:19 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.133 20:23:19 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:23:19 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 20:23:19 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 20:23:19 05f2d13a179446ff46e2de9a60e91a19cc98f319 20:23:19 2.0.0-dev.133 20:23:19 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:23:19 master 20:23:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:23:20 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh 20:23:20 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:23:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 20:23:20 2e68e59b1f45: Preparing 20:23:20 3b056150b428: Preparing 20:23:20 94b76442b6f5: Preparing 20:23:20 5c5e8d38348c: Preparing 20:23:20 02a88cfff88f: Preparing 20:23:20 94b76442b6f5: Layer already exists 20:23:20 02a88cfff88f: Layer already exists 20:23:20 2e68e59b1f45: Pushed 20:23:21 5c5e8d38348c: Pushed 20:23:23 3b056150b428: Pushed 20:23:23 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:b971f6aae22a902ec24438b1ef0ec35c2e8a7eff3237d331929d6581b1641482 size: 1364 [Pipeline] isUnix [Pipeline] sh 20:23:23 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:23:24 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.133 20:23:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 20:23:24 2e68e59b1f45: Preparing 20:23:24 3b056150b428: Preparing 20:23:24 94b76442b6f5: Preparing 20:23:24 5c5e8d38348c: Preparing 20:23:24 02a88cfff88f: Preparing 20:23:24 02a88cfff88f: Layer already exists 20:23:24 94b76442b6f5: Layer already exists 20:23:24 2e68e59b1f45: Layer already exists 20:23:24 5c5e8d38348c: Layer already exists 20:23:24 3b056150b428: Layer already exists 20:23:24 2.0.0-dev.133: digest: sha256:b971f6aae22a902ec24438b1ef0ec35c2e8a7eff3237d331929d6581b1641482 size: 1364 [Pipeline] isUnix [Pipeline] sh 20:23:24 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:23:25 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:23:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 20:23:25 2e68e59b1f45: Preparing 20:23:25 3b056150b428: Preparing 20:23:25 94b76442b6f5: Preparing 20:23:25 5c5e8d38348c: Preparing 20:23:25 02a88cfff88f: Preparing 20:23:25 5c5e8d38348c: Layer already exists 20:23:25 3b056150b428: Layer already exists 20:23:25 02a88cfff88f: Layer already exists 20:23:25 94b76442b6f5: Layer already exists 20:23:25 2e68e59b1f45: Layer already exists 20:23:25 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:b971f6aae22a902ec24438b1ef0ec35c2e8a7eff3237d331929d6581b1641482 size: 1364 [Pipeline] isUnix [Pipeline] sh 20:23:25 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:23:26 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 20:23:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 20:23:26 2e68e59b1f45: Preparing 20:23:26 3b056150b428: Preparing 20:23:26 94b76442b6f5: Preparing 20:23:26 5c5e8d38348c: Preparing 20:23:26 02a88cfff88f: Preparing 20:23:26 02a88cfff88f: Layer already exists 20:23:26 2e68e59b1f45: Layer already exists 20:23:26 5c5e8d38348c: Layer already exists 20:23:26 94b76442b6f5: Layer already exists 20:23:26 3b056150b428: Layer already exists 20:23:26 master: digest: sha256:b971f6aae22a902ec24438b1ef0ec35c2e8a7eff3237d331929d6581b1641482 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:23:26 ===================================================== [Pipeline] echo 20:23:26 taggedImages: 20:23:26 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:23:26 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.133 20:23:26 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:23:26 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 20:23:26 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 20:23:26 05f2d13a179446ff46e2de9a60e91a19cc98f319 20:23:26 2.0.0-dev.133 20:23:26 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:23:26 master 20:23:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:23:27 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh 20:23:27 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:23:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 20:23:27 419e72dca225: Preparing 20:23:27 86b489a85920: Preparing 20:23:27 94b76442b6f5: Preparing 20:23:27 a80263ea39e6: Preparing 20:23:27 02a88cfff88f: Preparing 20:23:28 02a88cfff88f: Layer already exists 20:23:28 a80263ea39e6: Layer already exists 20:23:28 94b76442b6f5: Layer already exists 20:23:28 419e72dca225: Pushed 20:23:30 86b489a85920: Pushed 20:23:30 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:b1c7302f62adbbd790fafd3e310366f2ec795463a90b852a524d026a5b140883 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:23:31 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:23:31 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.133 20:23:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 20:23:31 419e72dca225: Preparing 20:23:31 86b489a85920: Preparing 20:23:31 94b76442b6f5: Preparing 20:23:31 a80263ea39e6: Preparing 20:23:31 02a88cfff88f: Preparing 20:23:31 86b489a85920: Layer already exists 20:23:31 a80263ea39e6: Layer already exists 20:23:31 02a88cfff88f: Layer already exists 20:23:31 419e72dca225: Layer already exists 20:23:31 94b76442b6f5: Layer already exists 20:23:31 2.0.0-dev.133: digest: sha256:b1c7302f62adbbd790fafd3e310366f2ec795463a90b852a524d026a5b140883 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:23:32 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:23:32 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:23:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 20:23:32 419e72dca225: Preparing 20:23:32 86b489a85920: Preparing 20:23:32 94b76442b6f5: Preparing 20:23:32 a80263ea39e6: Preparing 20:23:32 02a88cfff88f: Preparing 20:23:32 419e72dca225: Layer already exists 20:23:32 a80263ea39e6: Layer already exists 20:23:32 02a88cfff88f: Layer already exists 20:23:32 94b76442b6f5: Layer already exists 20:23:32 86b489a85920: Layer already exists 20:23:32 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:b1c7302f62adbbd790fafd3e310366f2ec795463a90b852a524d026a5b140883 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:23:33 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:23:33 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 20:23:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 20:23:33 419e72dca225: Preparing 20:23:33 86b489a85920: Preparing 20:23:33 94b76442b6f5: Preparing 20:23:33 a80263ea39e6: Preparing 20:23:33 02a88cfff88f: Preparing 20:23:33 94b76442b6f5: Layer already exists 20:23:33 02a88cfff88f: Layer already exists 20:23:33 419e72dca225: Layer already exists 20:23:33 86b489a85920: Layer already exists 20:23:33 a80263ea39e6: Layer already exists 20:23:33 master: digest: sha256:b1c7302f62adbbd790fafd3e310366f2ec795463a90b852a524d026a5b140883 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:23:33 ===================================================== [Pipeline] echo 20:23:34 taggedImages: 20:23:34 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:23:34 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.133 20:23:34 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:23:34 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 20:23:34 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 20:23:34 05f2d13a179446ff46e2de9a60e91a19cc98f319 20:23:34 2.0.0-dev.133 20:23:34 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:23:34 master 20:23:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:23:34 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh 20:23:34 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:23:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 20:23:34 a5c94b23b5eb: Preparing 20:23:34 d3cf00214edf: Preparing 20:23:34 f627a690530c: Preparing 20:23:34 89d1135603d1: Preparing 20:23:34 14b63d7e14af: Preparing 20:23:34 a73af5a03872: Preparing 20:23:34 b11c33026052: Preparing 20:23:34 9ded3b6bb9b5: Preparing 20:23:34 fa1afe8e6ed9: Preparing 20:23:34 87a09b4c083e: Preparing 20:23:34 0f74e9ff2a61: Preparing 20:23:34 b122376c33c6: Preparing 20:23:34 f8381ed47b22: Preparing 20:23:34 e934a737d657: Preparing 20:23:34 a73af5a03872: Waiting 20:23:34 b11c33026052: Waiting 20:23:34 9ded3b6bb9b5: Waiting 20:23:34 87a09b4c083e: Waiting 20:23:34 fa1afe8e6ed9: Waiting 20:23:34 0f74e9ff2a61: Waiting 20:23:34 b122376c33c6: Waiting 20:23:34 f8381ed47b22: Waiting 20:23:34 e934a737d657: Waiting 20:23:35 14b63d7e14af: Pushed 20:23:35 a5c94b23b5eb: Pushed 20:23:36 89d1135603d1: Pushed 20:23:36 9ded3b6bb9b5: Layer already exists 20:23:36 fa1afe8e6ed9: Layer already exists 20:23:36 87a09b4c083e: Layer already exists 20:23:36 b11c33026052: Pushed 20:23:36 b122376c33c6: Layer already exists 20:23:36 0f74e9ff2a61: Layer already exists 20:23:36 f8381ed47b22: Layer already exists 20:23:36 e934a737d657: Layer already exists 20:23:36 d3cf00214edf: Pushed 20:23:37 a73af5a03872: Pushed 20:23:50 f627a690530c: Pushed 20:23:50 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:bdd80a62c9e623f57d3437a868a001f54883bd927377a10992663f880a5f3f96 size: 3252 [Pipeline] isUnix [Pipeline] sh 20:23:50 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:23:50 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.133 20:23:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 20:23:50 a5c94b23b5eb: Preparing 20:23:50 d3cf00214edf: Preparing 20:23:50 f627a690530c: Preparing 20:23:50 89d1135603d1: Preparing 20:23:50 14b63d7e14af: Preparing 20:23:50 a73af5a03872: Preparing 20:23:50 b11c33026052: Preparing 20:23:50 9ded3b6bb9b5: Preparing 20:23:50 fa1afe8e6ed9: Preparing 20:23:50 87a09b4c083e: Preparing 20:23:50 0f74e9ff2a61: Preparing 20:23:50 b122376c33c6: Preparing 20:23:50 f8381ed47b22: Preparing 20:23:50 e934a737d657: Preparing 20:23:50 a73af5a03872: Waiting 20:23:50 b11c33026052: Waiting 20:23:50 87a09b4c083e: Waiting 20:23:50 9ded3b6bb9b5: Waiting 20:23:50 0f74e9ff2a61: Waiting 20:23:50 fa1afe8e6ed9: Waiting 20:23:50 b122376c33c6: Waiting 20:23:50 e934a737d657: Waiting 20:23:50 f8381ed47b22: Waiting 20:23:50 a5c94b23b5eb: Layer already exists 20:23:50 f627a690530c: Layer already exists 20:23:50 14b63d7e14af: Layer already exists 20:23:50 d3cf00214edf: Layer already exists 20:23:50 89d1135603d1: Layer already exists 20:23:50 b11c33026052: Layer already exists 20:23:50 a73af5a03872: Layer already exists 20:23:50 9ded3b6bb9b5: Layer already exists 20:23:50 fa1afe8e6ed9: Layer already exists 20:23:50 87a09b4c083e: Layer already exists 20:23:50 f8381ed47b22: Layer already exists 20:23:50 e934a737d657: Layer already exists 20:23:50 0f74e9ff2a61: Layer already exists 20:23:50 b122376c33c6: Layer already exists 20:23:50 2.0.0-dev.133: digest: sha256:bdd80a62c9e623f57d3437a868a001f54883bd927377a10992663f880a5f3f96 size: 3252 [Pipeline] isUnix [Pipeline] sh 20:23:51 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh 20:23:51 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:23:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 20:23:51 a5c94b23b5eb: Preparing 20:23:51 d3cf00214edf: Preparing 20:23:51 f627a690530c: Preparing 20:23:51 89d1135603d1: Preparing 20:23:51 14b63d7e14af: Preparing 20:23:51 a73af5a03872: Preparing 20:23:51 b11c33026052: Preparing 20:23:51 9ded3b6bb9b5: Preparing 20:23:51 fa1afe8e6ed9: Preparing 20:23:51 87a09b4c083e: Preparing 20:23:51 0f74e9ff2a61: Preparing 20:23:51 b122376c33c6: Preparing 20:23:51 f8381ed47b22: Preparing 20:23:51 e934a737d657: Preparing 20:23:51 fa1afe8e6ed9: Waiting 20:23:51 b122376c33c6: Waiting 20:23:51 f8381ed47b22: Waiting 20:23:51 e934a737d657: Waiting 20:23:51 a73af5a03872: Waiting 20:23:51 87a09b4c083e: Waiting 20:23:51 0f74e9ff2a61: Waiting 20:23:51 b11c33026052: Waiting 20:23:51 9ded3b6bb9b5: Waiting 20:23:51 14b63d7e14af: Layer already exists 20:23:51 89d1135603d1: Layer already exists 20:23:51 f627a690530c: Layer already exists 20:23:51 a5c94b23b5eb: Layer already exists 20:23:51 d3cf00214edf: Layer already exists 20:23:51 a73af5a03872: Layer already exists 20:23:51 b11c33026052: Layer already exists 20:23:51 fa1afe8e6ed9: Layer already exists 20:23:51 9ded3b6bb9b5: Layer already exists 20:23:51 87a09b4c083e: Layer already exists 20:23:51 f8381ed47b22: Layer already exists 20:23:51 b122376c33c6: Layer already exists 20:23:51 0f74e9ff2a61: Layer already exists 20:23:51 e934a737d657: Layer already exists 20:23:51 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:bdd80a62c9e623f57d3437a868a001f54883bd927377a10992663f880a5f3f96 size: 3252 [Pipeline] isUnix [Pipeline] sh 20:23:52 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:23:52 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 20:23:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 20:23:52 a5c94b23b5eb: Preparing 20:23:52 d3cf00214edf: Preparing 20:23:52 f627a690530c: Preparing 20:23:52 89d1135603d1: Preparing 20:23:52 14b63d7e14af: Preparing 20:23:52 a73af5a03872: Preparing 20:23:52 b11c33026052: Preparing 20:23:52 9ded3b6bb9b5: Preparing 20:23:52 fa1afe8e6ed9: Preparing 20:23:52 87a09b4c083e: Preparing 20:23:52 0f74e9ff2a61: Preparing 20:23:52 b122376c33c6: Preparing 20:23:52 f8381ed47b22: Preparing 20:23:52 e934a737d657: Preparing 20:23:52 fa1afe8e6ed9: Waiting 20:23:52 87a09b4c083e: Waiting 20:23:52 0f74e9ff2a61: Waiting 20:23:52 b122376c33c6: Waiting 20:23:52 f8381ed47b22: Waiting 20:23:52 e934a737d657: Waiting 20:23:52 a73af5a03872: Waiting 20:23:52 b11c33026052: Waiting 20:23:52 9ded3b6bb9b5: Waiting 20:23:52 d3cf00214edf: Layer already exists 20:23:52 89d1135603d1: Layer already exists 20:23:52 14b63d7e14af: Layer already exists 20:23:52 a5c94b23b5eb: Layer already exists 20:23:52 f627a690530c: Layer already exists 20:23:52 b11c33026052: Layer already exists 20:23:52 a73af5a03872: Layer already exists 20:23:52 87a09b4c083e: Layer already exists 20:23:52 fa1afe8e6ed9: Layer already exists 20:23:52 9ded3b6bb9b5: Layer already exists 20:23:52 b122376c33c6: Layer already exists 20:23:52 0f74e9ff2a61: Layer already exists 20:23:52 e934a737d657: Layer already exists 20:23:52 f8381ed47b22: Layer already exists 20:23:52 master: digest: sha256:bdd80a62c9e623f57d3437a868a001f54883bd927377a10992663f880a5f3f96 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:23:53 ===================================================== [Pipeline] echo 20:23:53 taggedImages: 20:23:53 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 20:23:53 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.133 20:23:53 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 20:23:53 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 20:23:54 ---> job-cost.sh 20:23:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-aG3R 20:24:32 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:26:09 lf-activate-venv(): INFO: Adding /tmp/venv-aG3R/bin to PATH 20:26:09 INFO: No Stack... 20:26:09 INFO: Retrieving Pricing Info for: lf-standard-4 20:26:09 INFO: Archiving Costs [Pipeline] sh 20:26:10 + cat /w/workspace/edgex-go/400/archives/cost.csv 20:26:10 + cut -d, -f6 [Pipeline] lock 20:26:10 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-400-stack-cost] 20:26:10 Resource [jenkins-edgexfoundry-edgex-go-master-400-stack-cost] did not exist. Created. 20:26:10 Lock acquired on [jenkins-edgexfoundry-edgex-go-master-400-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:26:10 + echo total: 0.20999999344348907 [Pipeline] stash 20:26:11 Stashed 1 file(s) [Pipeline] } 20:26:11 Lock released on resource [jenkins-edgexfoundry-edgex-go-master-400-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:26:13 provisioning config files... 20:26:13 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/400@tmp/config6803384545504980963tmp [Pipeline] { [Pipeline] sh 20:26:13 + set +x 20:26:13 + curl -s https://codecov.io/bash 20:26:13 + bash -s -- 20:26:14 20:26:14 _____ _ 20:26:14 / ____| | | 20:26:14 | | ___ __| | ___ ___ _____ __ 20:26:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:26:14 | |___| (_) | (_| | __/ (_| (_) \ V / 20:26:14 \_____\___/ \__,_|\___|\___\___/ \_/ 20:26:14 Bash-20210309-2b87ace 20:26:14 20:26:14 20:26:14 ==> git version 2.24.3 found 20:26:14 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 20:26:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:26:14 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:26:14 ==> Jenkins CI detected. 20:26:14 project root: . 20:26:14 --> token set from env 20:26:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:26:14 ==> Running gcov in . (disable via -X gcov) 20:26:14 ==> Python coveragepy not found 20:26:14 ==> Searching for coverage reports in: 20:26:14 + . 20:26:14 -> Found 1 reports 20:26:14 ==> Detecting git/mercurial file structure 20:26:14 ==> Reading reports 20:26:14 + ./coverage.out bytes=650607 20:26:14 ==> Appending adjustments 20:26:14 https://docs.codecov.io/docs/fixing-reports 20:26:18 + Found adjustments 20:26:18 ==> Gzipping contents 20:26:18 96K /tmp/codecov.tRvEv0.gz 20:26:18 ==> Uploading reports 20:26:18 url: https://codecov.io 20:26:18 query: branch=master&commit=05f2d13a179446ff46e2de9a60e91a19cc98f319&build=400&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F400%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:26:18 -> Pinging Codecov 20:26:18 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=05f2d13a179446ff46e2de9a60e91a19cc98f319&build=400&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F400%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:26:18 -> Uploading to 20:26:18 https://storage.googleapis.com/codecov/v4/raw/2021-03-19/00271124DB129430A58F1EEE437C3FCB/05f2d13a179446ff46e2de9a60e91a19cc98f319/91383442-8a26-4f52-b736-7316b7ea2bf4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T202618Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=331c07492b1a46fb801709fedb27df91f067f3ddf80e6bf1aa6f3de43b3e64b4 20:26:18 % Total % Received % Xferd Average Speed Time Time Time Current 20:26:18 Dload Upload Total Spent Left Speed 20:26:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94864 0 0 100 94864 0 209k --:--:-- --:--:-- --:--:-- 209k 20:26:19 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] } 20:26:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 20:26:20 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:26:20 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:26:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:26:20 20:26:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:26:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:26:21 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:26:21 188c0c94c7c5: Already exists 20:26:21 0ef7d3d256c8: Already exists 20:26:21 de9db76c5a1d: Already exists 20:26:21 0eba1c9be4d2: Pulling fs layer 20:26:21 0d57e429df01: Pulling fs layer 20:26:21 4e4be7b47b0d: Pulling fs layer 20:26:21 e1f770b5df2f: Pulling fs layer 20:26:21 85a0685a4137: Pulling fs layer 20:26:21 e1f770b5df2f: Waiting 20:26:21 85a0685a4137: Waiting 20:26:21 4e4be7b47b0d: Download complete 20:26:21 0d57e429df01: Verifying Checksum 20:26:23 e1f770b5df2f: Verifying Checksum 20:26:23 e1f770b5df2f: Download complete 20:26:24 0eba1c9be4d2: Verifying Checksum 20:26:24 0eba1c9be4d2: Download complete 20:26:25 85a0685a4137: Verifying Checksum 20:26:25 85a0685a4137: Download complete 20:26:30 0eba1c9be4d2: Pull complete 20:26:30 0d57e429df01: Pull complete 20:26:30 4e4be7b47b0d: Pull complete 20:26:36 e1f770b5df2f: Pull complete 20:26:44 85a0685a4137: Pull complete 20:26:44 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:26:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:26:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:26:44 prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container 20:26:44 $ 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/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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 20:26:45 $ docker top af08b55b2810e4c695b64aa5d051dec71e0910568acece5a8fe31a95f020154c -eo pid,comm [Pipeline] { [Pipeline] echo 20:26:46 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:26:46 + set -o pipefail 20:26:46 + snyk monitor '--org=edgex-jenkins' 20:26:54 20:26:54 Monitoring /w/workspace/edgex-go/400 (github.com/edgexfoundry/edgex-go)... 20:26:54 20:26:54 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/7a039947-256c-475e-92fe-64d127cc3b5f 20:26:54 20:26:54 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:26:54 20:26:54 [Pipeline] } 20:26:54 $ docker stop --time=1 af08b55b2810e4c695b64aa5d051dec71e0910568acece5a8fe31a95f020154c 20:26:57 $ docker rm -f af08b55b2810e4c695b64aa5d051dec71e0910568acece5a8fe31a95f020154c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 20:26:59 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:26:59 provisioning config files... 20:26:59 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/400@tmp/config1981625483782842146tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:26:59 --> edgex-publish-swagger.sh 20:26:59 === Publish openapi/v1 API === 20:26:59 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 20:26:59 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/400/openapi/v1/core-command.yaml] 20:26:59 % Total % Received % Xferd Average Speed Time Time Time Current 20:26:59 Dload Upload Total Spent Left Speed 20:27:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8352 0:00:01 0:00:01 --:--:-- 8357 100 10522 0 0 100 10522 0 8290 0:00:01 0:00:01 --:--:-- 8291 20:27:00 20:27:00 20:27:00 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/400/openapi/v1/core-data.yaml] 20:27:00 % Total % Received % Xferd Average Speed Time Time Time Current 20:27:00 Dload Upload Total Spent Left Speed 20:27:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26861 0:00:01 0:00:01 --:--:-- 26884 100 32557 0 0 100 32557 0 26046 0:00:01 0:00:01 --:--:-- 26066 20:27:02 20:27:02 20:27:02 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/400/openapi/v1/core-metadata.yaml] 20:27:02 % Total % Received % Xferd Average Speed Time Time Time Current 20:27:02 Dload Upload Total Spent Left Speed 20:27:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 67250 0:00:01 0:00:01 --:--:-- 67325 100 73721 0 0 100 73721 0 67236 0:00:01 0:00:01 --:--:-- 67263 20:27:03 20:27:03 20:27:03 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/400/openapi/v1/support-logging.yaml] 20:27:03 % Total % Received % Xferd Average Speed Time Time Time Current 20:27:03 Dload Upload Total Spent Left Speed 20:27:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12870 0:00:01 0:00:01 --:--:-- 12872 100 13581 0 0 100 13581 0 12867 0:00:01 0:00:01 --:--:-- 12872 20:27:04 20:27:04 20:27:04 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/400/openapi/v1/support-notifications.yaml] 20:27:04 % Total % Received % Xferd Average Speed Time Time Time Current 20:27:04 Dload Upload Total Spent Left Speed 20:27:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 35733 0:00:01 0:00:01 --:--:-- 35744 100 38890 0 0 100 38890 0 35726 0:00:01 0:00:01 --:--:-- 35744 20:27:05 20:27:05 20:27:05 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/400/openapi/v1/support-scheduler.yaml] 20:27:05 % Total % Received % Xferd Average Speed Time Time Time Current 20:27:05 Dload Upload Total Spent Left Speed 20:27:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12306 0:00:01 0:00:01 --:--:-- 12315 100 14249 0 0 100 14249 0 12304 0:00:01 0:00:01 --:--:-- 12315 20:27:06 20:27:06 20:27:06 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/400/openapi/v1/system-agent.yaml] 20:27:06 % Total % Received % Xferd Average Speed Time Time Time Current 20:27:06 Dload Upload Total Spent Left Speed 20:27:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3954 0:00:01 0:00:01 --:--:-- 3955 20:27:07 20:27:07 20:27:07 === Publish openapi/v2 API === 20:27:07 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 20:27:07 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/400/openapi/v2/core-command.yaml] 20:27:07 % Total % Received % Xferd Average Speed Time Time Time Current 20:27:07 Dload Upload Total Spent Left Speed 20:27:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 26624 0:00:01 0:00:01 --:--:-- 26628 100 29744 0 0 100 29744 0 26619 0:00:01 0:00:01 --:--:-- 26604 20:27:08 20:27:08 20:27:08 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/400/openapi/v2/core-data.yaml] 20:27:08 % Total % Received % Xferd Average Speed Time Time Time Current 20:27:08 Dload Upload Total Spent Left Speed 20:27:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57287 0 0 100 57287 0 48679 0:00:01 0:00:01 --:--:-- 48713 100 57287 0 0 100 57287 0 48669 0:00:01 0:00:01 --:--:-- 48713 20:27:10 20:27:10 20:27:10 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/400/openapi/v2/core-metadata.yaml] 20:27:10 % Total % Received % Xferd Average Speed Time Time Time Current 20:27:10 Dload Upload Total Spent Left Speed 20:27:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 105k 0:00:01 0:00:01 --:--:-- 105k 100 116k 0 0 100 116k 0 105k 0:00:01 0:00:01 --:--:-- 105k 20:27:11 20:27:11 20:27:11 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/400/openapi/v2/support-notifications.yaml] 20:27:11 % Total % Received % Xferd Average Speed Time Time Time Current 20:27:11 Dload Upload Total Spent Left Speed 20:27:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73213 0 0 100 73213 0 63468 0:00:01 0:00:01 --:--:-- 63497 100 73213 0 0 100 73213 0 63456 0:00:01 0:00:01 --:--:-- 63497 20:27:12 20:27:12 20:27:12 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/400/openapi/v2/support-scheduler.yaml] 20:27:12 % Total % Received % Xferd Average Speed Time Time Time Current 20:27:12 Dload Upload Total Spent Left Speed 20:27:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39475 0 0 100 39475 0 36833 0:00:01 0:00:01 --:--:-- 36858 100 39475 0 0 100 39475 0 36825 0:00:01 0:00:01 --:--:-- 36858 20:27:13 20:27:13 20:27:13 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/400/openapi/v2/system-agent.yaml] 20:27:13 % Total % Received % Xferd Average Speed Time Time Time Current 20:27:13 Dload Upload Total Spent Left Speed 20:27:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 21427 0:00:01 0:00:01 --:--:-- 21437 100 24182 0 0 100 24182 0 21423 0:00:01 0:00:01 --:--:-- 21437 20:27:14 20:27:14 [Pipeline] } 20:27:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 20:27:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:27:15 . [Pipeline] withDockerContainer 20:27:15 prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container 20:27:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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 20:27:16 $ docker top a930d6d0ed20629fc2b694f40eb4e7dddc8b1a133ba7661bd618be8948df704b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:27:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:27:16 [ssh-agent] Looking for ssh-agent implementation... 20:27:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:27:16 $ docker exec a930d6d0ed20629fc2b694f40eb4e7dddc8b1a133ba7661bd618be8948df704b ssh-agent 20:27:17 SSH_AUTH_SOCK=/tmp/ssh-Pk3cDjSRnZ5u/agent.12 20:27:17 SSH_AGENT_PID=18 20:27:17 Running ssh-add (command line suppressed) 20:27:17 Identity added: /w/workspace/edgex-go/400@tmp/private_key_2557693047779025903.key (/w/workspace/edgex-go/400@tmp/private_key_2557693047779025903.key) 20:27:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:27:17 + git semver tag 20:27:18 # -> Open(): unable to determine branch for HEAD 20:27:18 # $GIT_DIR = /w/workspace/edgex-go/400/.git 20:27:18 # $GIT_WORK_TREE = /w/workspace/edgex-go/400 20:27:18 # $SEMVER_REMOTE_NAME = origin 20:27:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:27:18 # $SEMVER_USER_NAME = edgex-jenkins 20:27:18 # $SEMVER_BRANCH = master 20:27:18 # $SEMVER_DIR = /w/workspace/edgex-go/400/.semver 20:27:18 # 05f2d13a179446ff46e2de9a60e91a19cc98f319 HEAD 20:27:18 # -> Force: false 20:27:18 # 2fd3224e3db0c6aa44475528346c8164f103d9f8 refs/tags/v2.0.0-dev.133 [Pipeline] } 20:27:18 $ docker exec --env ******** --env ******** a930d6d0ed20629fc2b694f40eb4e7dddc8b1a133ba7661bd618be8948df704b ssh-agent -k 20:27:18 unset SSH_AUTH_SOCK; 20:27:18 unset SSH_AGENT_PID; 20:27:18 echo Agent pid 18 killed; 20:27:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:27:19 + git semver [Pipeline] } 20:27:19 $ docker stop --time=1 a930d6d0ed20629fc2b694f40eb4e7dddc8b1a133ba7661bd618be8948df704b 20:27:20 $ docker rm -f a930d6d0ed20629fc2b694f40eb4e7dddc8b1a133ba7661bd618be8948df704b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:27:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:27:21 20:27:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:27:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:27:21 0.23.1-centos7: Pulling from edgex-lftools 20:27:21 ab5ef0e58194: Pulling fs layer 20:27:21 9712f1f96733: Pulling fs layer 20:27:21 63f879dbbcfc: Pulling fs layer 20:27:21 0d9ebad4ef96: Pulling fs layer 20:27:21 e9a5061849ea: Pulling fs layer 20:27:21 d747dcd14b5f: Pulling fs layer 20:27:21 2de7ff778b66: Pulling fs layer 20:27:21 e9a5061849ea: Waiting 20:27:21 d747dcd14b5f: Waiting 20:27:21 2de7ff778b66: Waiting 20:27:21 0d9ebad4ef96: Waiting 20:27:21 9712f1f96733: Download complete 20:27:23 63f879dbbcfc: Verifying Checksum 20:27:23 63f879dbbcfc: Download complete 20:27:23 e9a5061849ea: Verifying Checksum 20:27:23 e9a5061849ea: Download complete 20:27:23 d747dcd14b5f: Download complete 20:27:23 2de7ff778b66: Verifying Checksum 20:27:23 2de7ff778b66: Download complete 20:27:24 0d9ebad4ef96: Verifying Checksum 20:27:24 0d9ebad4ef96: Download complete 20:27:24 ab5ef0e58194: Download complete 20:27:29 ab5ef0e58194: Pull complete 20:27:29 9712f1f96733: Pull complete 20:27:32 63f879dbbcfc: Pull complete 20:27:40 0d9ebad4ef96: Pull complete 20:27:41 e9a5061849ea: Pull complete 20:27:41 d747dcd14b5f: Pull complete 20:27:45 2de7ff778b66: Pull complete 20:27:45 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:27:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:27:45 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:27:46 prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container 20:27:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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 20:27:49 $ docker top eee6035700582452241a85f1bc4bd5226028794a5f98352eceb5c47a8c19d92f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:27:49 provisioning config files... 20:27:49 copy managed file [sigul-config] to file:/w/workspace/edgex-go/400@tmp/config6101022132584522068tmp 20:27:49 copy managed file [sigul-password] to file:/w/workspace/edgex-go/400@tmp/config4299093161725200363tmp 20:27:49 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/400@tmp/config4083701193912041684tmp [Pipeline] { [Pipeline] echo 20:27:49 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:27:49 ---> sigul-configuration.sh 20:27:49 gpg: directory `/root/.gnupg' created 20:27:49 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:27:49 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:27:49 gpg: keyring `/root/.gnupg/secring.gpg' created 20:27:49 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:27:49 gpg: CAST5 encrypted data 20:27:50 gpg: encrypted with 1 passphrase 20:27:50 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:27:50 + mkdir /home/jenkins 20:27:50 + mkdir /home/jenkins/sigul [Pipeline] sh 20:27:50 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 20:27:50 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:27:51 ---> sigul-install.sh 20:27:56 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:27:56 + git tag --list 20:27:56 0.6.0 20:27:56 0.6.1 20:27:56 0.7.0 20:27:56 0.7.1 20:27:56 v0.0.0 20:27:56 v0.0.1-dev.1 20:27:56 v1.0.0 20:27:56 v1.0.1 20:27:56 v1.1.0 20:27:56 v1.2.0 20:27:56 v1.2.1 20:27:56 v1.2.2-dev.1 20:27:56 v1.2.2-dev.10 20:27:56 v1.2.2-dev.100 20:27:56 v1.2.2-dev.101 20:27:56 v1.2.2-dev.102 20:27:56 v1.2.2-dev.103 20:27:56 v1.2.2-dev.104 20:27:56 v1.2.2-dev.105 20:27:56 v1.2.2-dev.106 20:27:56 v1.2.2-dev.107 20:27:56 v1.2.2-dev.11 20:27:56 v1.2.2-dev.12 20:27:56 v1.2.2-dev.13 20:27:56 v1.2.2-dev.14 20:27:56 v1.2.2-dev.15 20:27:56 v1.2.2-dev.16 20:27:56 v1.2.2-dev.17 20:27:56 v1.2.2-dev.18 20:27:56 v1.2.2-dev.19 20:27:56 v1.2.2-dev.2 20:27:56 v1.2.2-dev.20 20:27:56 v1.2.2-dev.21 20:27:56 v1.2.2-dev.22 20:27:56 v1.2.2-dev.23 20:27:56 v1.2.2-dev.24 20:27:56 v1.2.2-dev.25 20:27:56 v1.2.2-dev.26 20:27:56 v1.2.2-dev.27 20:27:56 v1.2.2-dev.28 20:27:56 v1.2.2-dev.29 20:27:56 v1.2.2-dev.3 20:27:56 v1.2.2-dev.30 20:27:56 v1.2.2-dev.31 20:27:56 v1.2.2-dev.32 20:27:56 v1.2.2-dev.33 20:27:56 v1.2.2-dev.34 20:27:56 v1.2.2-dev.35 20:27:56 v1.2.2-dev.36 20:27:56 v1.2.2-dev.37 20:27:56 v1.2.2-dev.38 20:27:56 v1.2.2-dev.39 20:27:56 v1.2.2-dev.4 20:27:56 v1.2.2-dev.40 20:27:56 v1.2.2-dev.41 20:27:56 v1.2.2-dev.42 20:27:56 v1.2.2-dev.43 20:27:56 v1.2.2-dev.44 20:27:56 v1.2.2-dev.45 20:27:56 v1.2.2-dev.46 20:27:56 v1.2.2-dev.47 20:27:56 v1.2.2-dev.48 20:27:56 v1.2.2-dev.49 20:27:56 v1.2.2-dev.5 20:27:56 v1.2.2-dev.50 20:27:56 v1.2.2-dev.51 20:27:56 v1.2.2-dev.52 20:27:56 v1.2.2-dev.53 20:27:56 v1.2.2-dev.54 20:27:56 v1.2.2-dev.55 20:27:56 v1.2.2-dev.56 20:27:56 v1.2.2-dev.57 20:27:56 v1.2.2-dev.58 20:27:56 v1.2.2-dev.59 20:27:56 v1.2.2-dev.6 20:27:56 v1.2.2-dev.60 20:27:56 v1.2.2-dev.61 20:27:56 v1.2.2-dev.62 20:27:56 v1.2.2-dev.63 20:27:56 v1.2.2-dev.64 20:27:56 v1.2.2-dev.65 20:27:56 v1.2.2-dev.66 20:27:56 v1.2.2-dev.67 20:27:56 v1.2.2-dev.68 20:27:56 v1.2.2-dev.69 20:27:56 v1.2.2-dev.7 20:27:56 v1.2.2-dev.70 20:27:56 v1.2.2-dev.71 20:27:56 v1.2.2-dev.72 20:27:56 v1.2.2-dev.73 20:27:56 v1.2.2-dev.74 20:27:56 v1.2.2-dev.75 20:27:56 v1.2.2-dev.76 20:27:56 v1.2.2-dev.77 20:27:56 v1.2.2-dev.78 20:27:56 v1.2.2-dev.79 20:27:56 v1.2.2-dev.8 20:27:56 v1.2.2-dev.80 20:27:56 v1.2.2-dev.81 20:27:56 v1.2.2-dev.82 20:27:56 v1.2.2-dev.83 20:27:56 v1.2.2-dev.84 20:27:56 v1.2.2-dev.85 20:27:56 v1.2.2-dev.86 20:27:56 v1.2.2-dev.87 20:27:56 v1.2.2-dev.88 20:27:56 v1.2.2-dev.89 20:27:56 v1.2.2-dev.9 20:27:56 v1.2.2-dev.90 20:27:56 v1.2.2-dev.91 20:27:56 v1.2.2-dev.92 20:27:56 v1.2.2-dev.93 20:27:56 v1.2.2-dev.94 20:27:56 v1.2.2-dev.95 20:27:56 v1.2.2-dev.96 20:27:56 v1.2.2-dev.97 20:27:56 v1.2.2-dev.98 20:27:56 v1.2.2-dev.99 20:27:56 v1.3.0 20:27:56 v1.3.1 20:27:56 v1.3.1-dev.1 20:27:56 v1.3.1-dev.10 20:27:56 v1.3.1-dev.11 20:27:56 v1.3.1-dev.12 20:27:56 v1.3.1-dev.13 20:27:56 v1.3.1-dev.14 20:27:56 v1.3.1-dev.15 20:27:56 v1.3.1-dev.16 20:27:56 v1.3.1-dev.17 20:27:56 v1.3.1-dev.18 20:27:56 v1.3.1-dev.2 20:27:56 v1.3.1-dev.3 20:27:56 v1.3.1-dev.4 20:27:56 v1.3.1-dev.5 20:27:56 v1.3.1-dev.6 20:27:56 v1.3.1-dev.7 20:27:56 v1.3.1-dev.8 20:27:56 v1.3.1-dev.9 20:27:56 v2.0.0-dev.1 20:27:56 v2.0.0-dev.10 20:27:56 v2.0.0-dev.100 20:27:56 v2.0.0-dev.101 20:27:56 v2.0.0-dev.102 20:27:56 v2.0.0-dev.103 20:27:56 v2.0.0-dev.104 20:27:56 v2.0.0-dev.105 20:27:56 v2.0.0-dev.106 20:27:56 v2.0.0-dev.107 20:27:56 v2.0.0-dev.108 20:27:56 v2.0.0-dev.109 20:27:56 v2.0.0-dev.11 20:27:56 v2.0.0-dev.110 20:27:56 v2.0.0-dev.111 20:27:56 v2.0.0-dev.112 20:27:56 v2.0.0-dev.113 20:27:56 v2.0.0-dev.114 20:27:56 v2.0.0-dev.115 20:27:56 v2.0.0-dev.116 20:27:56 v2.0.0-dev.117 20:27:56 v2.0.0-dev.118 20:27:56 v2.0.0-dev.119 20:27:56 v2.0.0-dev.12 20:27:56 v2.0.0-dev.120 20:27:56 v2.0.0-dev.121 20:27:56 v2.0.0-dev.122 20:27:56 v2.0.0-dev.123 20:27:56 v2.0.0-dev.124 20:27:56 v2.0.0-dev.125 20:27:56 v2.0.0-dev.126 20:27:56 v2.0.0-dev.127 20:27:56 v2.0.0-dev.128 20:27:56 v2.0.0-dev.129 20:27:56 v2.0.0-dev.13 20:27:56 v2.0.0-dev.130 20:27:56 v2.0.0-dev.131 20:27:56 v2.0.0-dev.132 20:27:56 v2.0.0-dev.133 20:27:56 v2.0.0-dev.14 20:27:56 v2.0.0-dev.15 20:27:56 v2.0.0-dev.16 20:27:56 v2.0.0-dev.17 20:27:56 v2.0.0-dev.18 20:27:56 v2.0.0-dev.19 20:27:56 v2.0.0-dev.2 20:27:56 v2.0.0-dev.20 20:27:56 v2.0.0-dev.21 20:27:56 v2.0.0-dev.22 20:27:56 v2.0.0-dev.23 20:27:56 v2.0.0-dev.24 20:27:56 v2.0.0-dev.25 20:27:56 v2.0.0-dev.26 20:27:56 v2.0.0-dev.27 20:27:56 v2.0.0-dev.28 20:27:56 v2.0.0-dev.29 20:27:56 v2.0.0-dev.3 20:27:56 v2.0.0-dev.30 20:27:56 v2.0.0-dev.31 20:27:56 v2.0.0-dev.32 20:27:56 v2.0.0-dev.33 20:27:56 v2.0.0-dev.34 20:27:56 v2.0.0-dev.35 20:27:56 v2.0.0-dev.36 20:27:56 v2.0.0-dev.37 20:27:56 v2.0.0-dev.38 20:27:56 v2.0.0-dev.39 20:27:56 v2.0.0-dev.4 20:27:56 v2.0.0-dev.40 20:27:56 v2.0.0-dev.41 20:27:56 v2.0.0-dev.42 20:27:56 v2.0.0-dev.43 20:27:56 v2.0.0-dev.44 20:27:56 v2.0.0-dev.45 20:27:56 v2.0.0-dev.46 20:27:56 v2.0.0-dev.47 20:27:56 v2.0.0-dev.48 20:27:56 v2.0.0-dev.49 20:27:56 v2.0.0-dev.5 20:27:56 v2.0.0-dev.50 20:27:56 v2.0.0-dev.51 20:27:56 v2.0.0-dev.52 20:27:56 v2.0.0-dev.53 20:27:56 v2.0.0-dev.54 20:27:56 v2.0.0-dev.55 20:27:56 v2.0.0-dev.56 20:27:56 v2.0.0-dev.57 20:27:56 v2.0.0-dev.58 20:27:56 v2.0.0-dev.59 20:27:56 v2.0.0-dev.6 20:27:56 v2.0.0-dev.60 20:27:56 v2.0.0-dev.61 20:27:56 v2.0.0-dev.62 20:27:56 v2.0.0-dev.63 20:27:56 v2.0.0-dev.64 20:27:56 v2.0.0-dev.65 20:27:56 v2.0.0-dev.66 20:27:56 v2.0.0-dev.67 20:27:56 v2.0.0-dev.68 20:27:56 v2.0.0-dev.69 20:27:56 v2.0.0-dev.7 20:27:56 v2.0.0-dev.70 20:27:56 v2.0.0-dev.71 20:27:56 v2.0.0-dev.72 20:27:56 v2.0.0-dev.73 20:27:56 v2.0.0-dev.74 20:27:56 v2.0.0-dev.75 20:27:56 v2.0.0-dev.76 20:27:56 v2.0.0-dev.77 20:27:56 v2.0.0-dev.78 20:27:56 v2.0.0-dev.79 20:27:56 v2.0.0-dev.8 20:27:56 v2.0.0-dev.80 20:27:56 v2.0.0-dev.81 20:27:56 v2.0.0-dev.82 20:27:56 v2.0.0-dev.83 20:27:56 v2.0.0-dev.84 20:27:56 v2.0.0-dev.85 20:27:56 v2.0.0-dev.86 20:27:56 v2.0.0-dev.87 20:27:56 v2.0.0-dev.88 20:27:56 v2.0.0-dev.89 20:27:56 v2.0.0-dev.9 20:27:56 v2.0.0-dev.90 20:27:56 v2.0.0-dev.91 20:27:56 v2.0.0-dev.92 20:27:56 v2.0.0-dev.93 20:27:56 v2.0.0-dev.94 20:27:56 v2.0.0-dev.95 20:27:56 v2.0.0-dev.96 20:27:56 v2.0.0-dev.97 20:27:56 v2.0.0-dev.98 20:27:56 v2.0.0-dev.99 [Pipeline] sh 20:27:57 + lftools sign git-tag v2.0.0-dev.133 20:27:58 Signing Git tag with Sigul... 20:27:58 Signing v2.0.0-dev.133 [Pipeline] echo 20:28:00 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:28:00 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:28:00 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:28:00 $ docker stop --time=1 eee6035700582452241a85f1bc4bd5226028794a5f98352eceb5c47a8c19d92f 20:28:02 $ docker rm -f eee6035700582452241a85f1bc4bd5226028794a5f98352eceb5c47a8c19d92f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:28:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:28:03 . [Pipeline] withDockerContainer 20:28:03 prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container 20:28:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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 20:28:04 $ docker top 83e23c05850743e317443b7c7392a97beac1623b3b35af02ea5874725f69557f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:28:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:28:04 [ssh-agent] Looking for ssh-agent implementation... 20:28:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:28:05 $ docker exec 83e23c05850743e317443b7c7392a97beac1623b3b35af02ea5874725f69557f ssh-agent 20:28:05 SSH_AUTH_SOCK=/tmp/ssh-fO3tyi7qxLZ8/agent.11 20:28:05 SSH_AGENT_PID=16 20:28:05 Running ssh-add (command line suppressed) 20:28:05 Identity added: /w/workspace/edgex-go/400@tmp/private_key_3430618439003364295.key (/w/workspace/edgex-go/400@tmp/private_key_3430618439003364295.key) 20:28:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:28:05 + git semver bump pre 20:28:05 # -> Open(): unable to determine branch for HEAD 20:28:05 # $GIT_DIR = /w/workspace/edgex-go/400/.git 20:28:05 # $GIT_WORK_TREE = /w/workspace/edgex-go/400 20:28:05 # $SEMVER_REMOTE_NAME = origin 20:28:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:28:05 # $SEMVER_USER_NAME = edgex-jenkins 20:28:05 # $SEMVER_BRANCH = master 20:28:05 # $SEMVER_DIR = /w/workspace/edgex-go/400/.semver 20:28:05 2.0.0-dev.134 [Pipeline] } 20:28:05 $ docker exec --env ******** --env ******** 83e23c05850743e317443b7c7392a97beac1623b3b35af02ea5874725f69557f ssh-agent -k 20:28:06 unset SSH_AUTH_SOCK; 20:28:06 unset SSH_AGENT_PID; 20:28:06 echo Agent pid 16 killed; 20:28:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:28:06 + git semver [Pipeline] } 20:28:06 $ docker stop --time=1 83e23c05850743e317443b7c7392a97beac1623b3b35af02ea5874725f69557f 20:28:07 $ docker rm -f 83e23c05850743e317443b7c7392a97beac1623b3b35af02ea5874725f69557f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:28:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:28:08 . [Pipeline] withDockerContainer 20:28:08 prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container 20:28:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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 20:28:09 $ docker top 890e66ca2068233f366c274685238a1a08ecef04438caa03f43dcd5c2c4dfc9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:28:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:28:10 [ssh-agent] Looking for ssh-agent implementation... 20:28:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:28:10 $ docker exec 890e66ca2068233f366c274685238a1a08ecef04438caa03f43dcd5c2c4dfc9a ssh-agent 20:28:10 SSH_AUTH_SOCK=/tmp/ssh-IiryAdVfJEX9/agent.11 20:28:10 SSH_AGENT_PID=16 20:28:10 Running ssh-add (command line suppressed) 20:28:10 Identity added: /w/workspace/edgex-go/400@tmp/private_key_7020159099264300254.key (/w/workspace/edgex-go/400@tmp/private_key_7020159099264300254.key) 20:28:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:28:11 + git semver push 20:28:11 # -> Open(): unable to determine branch for HEAD 20:28:11 # $GIT_DIR = /w/workspace/edgex-go/400/.git 20:28:11 # $GIT_WORK_TREE = /w/workspace/edgex-go/400 20:28:11 # $SEMVER_REMOTE_NAME = origin 20:28:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:28:11 # $SEMVER_USER_NAME = edgex-jenkins 20:28:11 # $SEMVER_BRANCH = master 20:28:11 # $SEMVER_DIR = /w/workspace/edgex-go/400/.semver [Pipeline] } 20:28:19 $ docker exec --env ******** --env ******** 890e66ca2068233f366c274685238a1a08ecef04438caa03f43dcd5c2c4dfc9a ssh-agent -k 20:28:19 unset SSH_AUTH_SOCK; 20:28:19 unset SSH_AGENT_PID; 20:28:19 echo Agent pid 16 killed; 20:28:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:28:19 + git semver [Pipeline] } 20:28:20 $ docker stop --time=1 890e66ca2068233f366c274685238a1a08ecef04438caa03f43dcd5c2c4dfc9a 20:28:21 $ docker rm -f 890e66ca2068233f366c274685238a1a08ecef04438caa03f43dcd5c2c4dfc9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:28:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:28:23 ---> package-listing.sh 20:28:23 ++ facter osfamily 20:28:23 ++ tr '[:upper:]' '[:lower:]' 20:28:23 + OS_FAMILY=redhat 20:28:23 + workspace=/w/workspace/edgex-go/400 20:28:23 + START_PACKAGES=/tmp/packages_start.txt 20:28:23 + END_PACKAGES=/tmp/packages_end.txt 20:28:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:28:23 + PACKAGES=/tmp/packages_start.txt 20:28:23 + '[' /w/workspace/edgex-go/400 ']' 20:28:23 + PACKAGES=/tmp/packages_end.txt 20:28:23 + case "${OS_FAMILY}" in 20:28:23 + rpm -qa 20:28:23 + sort 20:28:29 + '[' -f /tmp/packages_start.txt ']' 20:28:29 + '[' -f /tmp/packages_end.txt ']' 20:28:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:28:29 + '[' /w/workspace/edgex-go/400 ']' 20:28:29 + mkdir -p /w/workspace/edgex-go/400/archives/ 20:28:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/400/archives/ [Pipeline] echo 20:28:29 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/400/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:28:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:28:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:28:29 20:28:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:28:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:28:30 alpine: Pulling from edgex-lftools-log-publisher 20:28:30 df20fa9351a1: Pulling fs layer 20:28:30 36b3adc4ff6f: Pulling fs layer 20:28:30 8ad3a11d3b57: Pulling fs layer 20:28:30 46f8f816bc3b: Pulling fs layer 20:28:30 93b61091891f: Pulling fs layer 20:28:30 93b9cdb0e59b: Pulling fs layer 20:28:30 5e14af77c1be: Pulling fs layer 20:28:30 01666e4c0597: Pulling fs layer 20:28:30 aa168da1d23b: Pulling fs layer 20:28:30 93b9cdb0e59b: Waiting 20:28:30 5e14af77c1be: Waiting 20:28:30 01666e4c0597: Waiting 20:28:30 aa168da1d23b: Waiting 20:28:30 46f8f816bc3b: Waiting 20:28:30 93b61091891f: Waiting 20:28:30 df20fa9351a1: Verifying Checksum 20:28:30 df20fa9351a1: Download complete 20:28:30 46f8f816bc3b: Verifying Checksum 20:28:30 46f8f816bc3b: Download complete 20:28:30 93b61091891f: Download complete 20:28:30 93b9cdb0e59b: Verifying Checksum 20:28:30 93b9cdb0e59b: Download complete 20:28:30 5e14af77c1be: Verifying Checksum 20:28:30 5e14af77c1be: Download complete 20:28:30 36b3adc4ff6f: Verifying Checksum 20:28:30 36b3adc4ff6f: Download complete 20:28:30 01666e4c0597: Verifying Checksum 20:28:30 01666e4c0597: Download complete 20:28:30 8ad3a11d3b57: Verifying Checksum 20:28:30 8ad3a11d3b57: Download complete 20:28:31 df20fa9351a1: Pull complete 20:28:31 36b3adc4ff6f: Pull complete 20:28:32 aa168da1d23b: Verifying Checksum 20:28:32 aa168da1d23b: Download complete 20:28:33 8ad3a11d3b57: Pull complete 20:28:33 46f8f816bc3b: Pull complete 20:28:33 93b61091891f: Pull complete 20:28:33 93b9cdb0e59b: Pull complete 20:28:33 5e14af77c1be: Pull complete 20:28:34 01666e4c0597: Pull complete 20:28:40 aa168da1d23b: Pull complete 20:28:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:28:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:28:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:28:41 prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container 20:28:41 $ 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/400/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/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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 20:28:44 $ docker top a18b509ed57a8b3a29acd97e48aee0ef002fd675f43ccd368b7e225832601fa6 -eo pid,comm [Pipeline] { [Pipeline] sh 20:28:44 + touch /tmp/pre-build-complete [Pipeline] sh 20:28:45 + mkdir -p /var/log/sa [Pipeline] sh 20:28:45 + ls /var/log/sa-host 20:28:45 + sadf -c /var/log/sa-host/sa19 20:28:45 file_magic: OK 20:28:45 HZ: Using current value: 100 20:28:45 file_header: OK 20:28:45 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:28:45 Statistics: 20:28:45 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...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:28:45 File successfully converted to sysstat format version 12.2.1 20:28:45 + sadf -c /var/log/sa-host/sa23 20:28:45 file_magic: OK 20:28:45 HZ: Using current value: 100 20:28:45 file_header: OK 20:28:45 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:28:45 Statistics: 20:28:45 Hnuu...uuuununununu... 20:28:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:28:46 provisioning config files... 20:28:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/400@tmp/config4779752043721254620tmp [Pipeline] { [Pipeline] echo 20:28:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:28:46 ---> create-netrc.sh [Pipeline] } 20:28:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:28:46 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:28:47 ---> python-tools-install.sh [Pipeline] echo 20:28:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:28:47 ---> sudo-logs.sh 20:28:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:28:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:28:47 ---> job-cost.sh 20:28:47 lf-activate-venv: SKIPPING 20:28:47 DEBUG: total: 0.20999999344348907 20:28:47 INFO: Retrieving Stack Cost... 20:28:48 INFO: Retrieving Pricing Info for: v1-standard-2 20:28:49 INFO: Archiving Costs [Pipeline] echo 20:28:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:28:49 ---> logs-deploy.sh 20:28:49 lf-activate-venv: SKIPPING 20:28:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/400 20:28:49 INFO: archiving workspace using pattern(s): 20:28:50 Archives upload complete. 20:28:51 INFO: archiving logs to Nexus 20:28:52 ---> uname -a: 20:28:52 Linux prd-centos7-docker-4c-2g-30615.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:28:52 20:28:52 20:28:52 ---> lscpu: 20:28:52 Architecture: x86_64 20:28:52 CPU op-mode(s): 32-bit, 64-bit 20:28:52 Byte Order: Little Endian 20:28:52 Address sizes: 40 bits physical, 48 bits virtual 20:28:52 CPU(s): 4 20:28:52 On-line CPU(s) list: 0-3 20:28:52 Thread(s) per core: 1 20:28:52 Core(s) per socket: 1 20:28:52 Socket(s): 4 20:28:52 NUMA node(s): 1 20:28:52 Vendor ID: GenuineIntel 20:28:52 CPU family: 6 20:28:52 Model: 44 20:28:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:28:52 Stepping: 1 20:28:52 CPU MHz: 2933.438 20:28:52 BogoMIPS: 5866.87 20:28:52 Virtualization: VT-x 20:28:52 Hypervisor vendor: KVM 20:28:52 Virtualization type: full 20:28:52 L1d cache: 128 KiB 20:28:52 L1i cache: 128 KiB 20:28:52 L2 cache: 16 MiB 20:28:52 L3 cache: 64 MiB 20:28:52 NUMA node0 CPU(s): 0-3 20:28:52 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:28:52 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:28:52 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:28:52 Vulnerability Meltdown: Mitigation; PTI 20:28:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:28:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:28:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:28:52 Vulnerability Srbds: Not affected 20:28:52 Vulnerability Tsx async abort: Not affected 20:28:52 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 20:28:52 20:28:52 20:28:52 ---> nproc: 20:28:52 4 20:28:52 20:28:52 20:28:52 ---> df -h: 20:28:52 Filesystem Size Used Available Use% Mounted on 20:28:52 overlay 50.0G 13.0G 37.0G 26% / 20:28:52 tmpfs 64.0M 0 64.0M 0% /dev 20:28:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:28:52 shm 64.0M 0 64.0M 0% /dev/shm 20:28:52 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 20:28:52 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 20:28:52 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 20:28:52 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 20:28:52 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 20:28:52 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 20:28:52 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 20:28:52 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 20:28:52 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/400 20:28:52 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/400@tmp 20:28:52 20:28:52 20:28:52 ---> free -m: 20:28:52 total used free shared buff/cache available 20:28:52 Mem: 1837 770 144 0 922 1006 20:28:52 Swap: 1023 77 946 20:28:52 20:28:52 20:28:52 ---> ip addr: 20:28:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:28:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:28:52 inet 127.0.0.1/8 scope host lo 20:28:52 valid_lft forever preferred_lft forever 20:28:52 inet6 ::1/128 scope host 20:28:52 valid_lft forever preferred_lft forever 20:28:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:28:52 link/ether fa:16:3e:b7:1a:0c brd ff:ff:ff:ff:ff:ff 20:28:52 inet 10.30.122.92/23 brd 10.30.123.255 scope global dynamic eth0 20:28:52 valid_lft 84960sec preferred_lft 84960sec 20:28:52 inet6 fe80::f816:3eff:feb7:1a0c/64 scope link 20:28:52 valid_lft forever preferred_lft forever 20:28:52 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:28:52 link/ether 02:42:82:5e:cf:a5 brd ff:ff:ff:ff:ff:ff 20:28:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:28:52 valid_lft forever preferred_lft forever 20:28:52 inet6 fe80::42:82ff:fe5e:cfa5/64 scope link 20:28:52 valid_lft forever preferred_lft forever 20:28:52 20:28:52 20:28:52 ---> sar -b -r -n DEV: 20:28:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) 20:28:52 20:28:52 20:04:40 LINUX RESTART (4 CPU) 20:28:52 20:28:52 20:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:28:52 20:06:02 140.97 49.38 91.58 0.00 8314.34 44575.98 0.00 20:28:52 20:07:01 225.55 122.37 103.18 0.00 7538.20 44960.01 0.00 20:28:52 20:08:01 265.54 109.65 155.90 0.00 4455.01 20842.67 0.00 20:28:52 20:09:01 112.43 43.51 68.92 0.00 1540.30 9318.90 0.00 20:28:52 20:10:01 109.53 40.08 69.45 0.00 2499.38 13066.31 0.00 20:28:52 20:11:01 1006.04 721.81 284.23 0.00 95842.80 164277.53 0.00 20:28:52 20:12:02 2427.59 2111.07 316.51 0.00 148979.04 152735.83 0.00 20:28:52 20:13:01 375.03 148.15 226.88 0.00 26439.60 54266.06 0.00 20:28:52 20:14:01 2483.98 2129.36 354.63 0.00 110313.82 117814.13 0.00 20:28:52 20:15:02 1006.58 733.67 272.92 0.00 42237.61 53653.13 0.00 20:28:52 20:16:01 123.65 97.07 26.58 0.00 7997.97 1372.72 0.00 20:28:52 20:17:01 3.18 0.42 2.76 0.00 5.06 55.16 0.00 20:28:52 20:18:01 0.23 0.00 0.23 0.00 0.00 3.43 0.00 20:28:52 20:19:01 0.27 0.02 0.25 0.00 0.53 2.56 0.00 20:28:52 20:20:01 2.03 1.85 0.18 0.00 60.61 1.50 0.00 20:28:52 20:21:01 0.82 0.03 0.78 0.00 1.07 14.80 0.00 20:28:52 20:22:01 0.33 0.02 0.32 0.00 0.53 3.06 0.00 20:28:52 20:23:01 0.25 0.00 0.25 0.00 0.00 3.78 0.00 20:28:52 20:24:01 0.23 0.02 0.22 0.00 0.40 3.28 0.00 20:28:52 20:25:01 0.28 0.00 0.28 0.00 0.00 2.96 0.00 20:28:52 20:26:01 0.52 0.33 0.18 0.00 94.99 3.13 0.00 20:28:52 20:27:01 285.76 140.62 145.14 0.00 8056.44 36838.44 0.00 20:28:52 20:28:02 204.15 63.89 140.27 0.00 5129.30 31705.70 0.00 20:28:52 Average: 383.10 284.62 98.48 0.00 20499.21 32492.10 0.00 20:28:52 20:28:52 20:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:28:52 20:06:02 94284 0 694344 36.90 2620 1090296 1328460 45.34 547292 1034884 21196 20:28:52 20:07:01 105176 0 731924 38.90 2052 1042392 1442492 49.23 582452 952740 29564 20:28:52 20:08:01 133096 0 793232 42.16 1024 954192 1739580 59.37 641128 828716 77196 20:28:52 20:09:01 280236 0 809452 43.02 688 791168 1641600 56.03 579644 729724 43860 20:28:52 20:10:01 371828 0 755324 40.14 568 753824 1299404 44.35 540388 676412 20 20:28:52 20:11:01 369144 0 718892 38.21 76 793432 1828756 62.41 514344 780644 204 20:28:52 20:12:02 387432 0 1072580 57.01 76 421456 4214516 143.83 641788 580932 53132 20:28:52 20:13:01 125904 0 749152 39.82 76 1006412 1565724 53.44 575024 928400 700 20:28:52 20:14:01 69540 0 1044672 55.52 76 767256 3073020 104.88 740332 816068 48960 20:28:52 20:15:02 293540 0 701736 37.30 76 886192 1565428 53.43 556152 783484 20 20:28:52 20:16:01 263308 0 664680 35.33 76 953480 1439984 49.14 498188 873172 8 20:28:52 20:17:01 297892 0 630088 33.49 76 953488 1183056 40.38 467328 871908 16 20:28:52 20:18:01 300252 0 627720 33.36 76 953496 1163576 39.71 465608 871628 8 20:28:52 20:19:01 300596 0 627364 33.34 76 953508 1163576 39.71 465640 871648 8 20:28:52 20:20:01 298220 0 628648 33.41 76 954600 1163696 39.72 466844 871968 20 20:28:52 20:21:01 298768 0 628088 33.38 76 954612 1163636 39.71 466380 871968 8 20:28:52 20:22:01 298932 0 627932 33.37 76 954604 1163576 39.71 466532 871968 8 20:28:52 20:23:01 298032 0 628812 33.42 76 954624 1163780 39.72 466796 871984 8 20:28:52 20:24:01 298380 0 628456 33.40 76 954632 1163576 39.71 466440 871996 8 20:28:52 20:25:01 298808 0 628024 33.38 76 954636 1163576 39.71 466552 871996 8 20:28:52 20:26:01 293124 0 630896 33.53 76 957448 1163648 39.71 472064 871996 16 20:28:52 20:27:01 262304 0 690812 36.72 8 928420 1175836 40.13 603184 714652 32 20:28:52 20:28:02 127204 0 751036 39.92 8 1003296 1379980 47.10 603472 806908 68 20:28:52 Average: 255043 0 715820 38.04 356 910325 1536977 52.45 534503 835904 11959 20:28:52 20:28:52 20:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:28:52 20:06:02 eth0 733.27 619.36 4031.42 117.58 0.00 0.00 0.00 0.00 20:28:52 20:06:02 veth573fa24 113.96 109.61 14.42 366.21 0.00 0.00 0.00 0.00 20:28:52 20:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:06:02 docker0 113.96 109.51 12.86 366.20 0.00 0.00 0.00 0.00 20:28:52 20:07:01 eth0 1065.19 1022.81 5383.20 98.67 0.00 0.00 0.00 0.00 20:28:52 20:07:01 veth007546c 15.96 25.30 1.11 129.46 0.00 0.00 0.00 0.00 20:28:52 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:07:01 docker0 747.28 732.09 58.60 2490.68 0.00 0.00 0.00 0.00 20:28:52 20:08:01 eth0 196.79 164.06 734.61 73.19 0.00 0.00 0.00 0.00 20:28:52 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:08:01 veth40c4831 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:28:52 20:08:01 docker0 127.94 150.01 9.15 703.43 0.00 0.00 0.00 0.00 20:28:52 20:09:01 eth0 31.68 16.54 23.44 12.68 0.00 0.00 0.00 0.00 20:28:52 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:09:01 veth40c4831 2.23 2.23 0.18 0.18 0.00 0.00 0.00 0.00 20:28:52 20:09:01 docker0 2.23 2.23 0.15 0.18 0.00 0.00 0.00 0.00 20:28:52 20:10:01 eth0 37.92 29.00 22.44 64.86 0.00 0.00 0.00 0.00 20:28:52 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:11:01 veth57af3ea 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:11:01 vethd12bd74 5.41 5.94 0.41 29.28 0.00 0.00 0.00 0.00 20:28:52 20:11:01 vethdbdc9e9 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:11:01 eth0 207.27 165.86 1835.13 22.01 0.00 0.00 0.00 0.00 20:28:52 20:12:02 veth9da3e00 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:28:52 20:12:02 veth4b2a779 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:28:52 20:12:02 vethec4692c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:28:52 20:12:02 eth0 36.46 26.81 16.17 51.51 0.00 0.00 0.00 0.00 20:28:52 20:13:01 eth0 163.22 129.40 1488.08 19.51 0.00 0.00 0.00 0.00 20:28:52 20:13:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:28:52 20:13:01 veth39da02a 0.00 0.74 0.00 0.04 0.00 0.00 0.00 0.00 20:28:52 20:13:01 docker0 1031.53 1051.58 83.24 3905.88 0.00 0.00 0.00 0.00 20:28:52 20:14:01 veth67ddc22 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:28:52 20:14:01 veth9040d36 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:28:52 20:14:01 veth4681922 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:28:52 20:14:01 eth0 88.00 53.68 340.21 77.29 0.00 0.00 0.00 0.00 20:28:52 20:15:02 eth0 70.36 42.23 185.92 66.06 0.00 0.00 0.00 0.00 20:28:52 20:15:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:28:52 20:15:02 veth39da02a 0.00 0.98 0.00 0.05 0.00 0.00 0.00 0.00 20:28:52 20:15:02 docker0 1047.13 1095.46 83.94 4306.33 0.00 0.00 0.00 0.00 20:28:52 20:16:01 eth0 395.31 378.43 171.69 1600.89 0.00 0.00 0.00 0.00 20:28:52 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:16:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:17:01 eth0 18.17 15.33 13.43 4.89 0.00 0.00 0.00 0.00 20:28:52 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:18:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:28:52 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:19:01 eth0 0.57 0.08 0.06 0.01 0.00 0.00 0.00 0.00 20:28:52 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:20:01 eth0 0.58 0.32 0.28 0.20 0.00 0.00 0.00 0.00 20:28:52 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:21:01 eth0 0.42 0.23 0.18 0.07 0.00 0.00 0.00 0.00 20:28:52 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:22:01 eth0 0.48 0.08 0.05 0.01 0.00 0.00 0.00 0.00 20:28:52 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:23:01 eth0 0.57 0.48 0.27 0.21 0.00 0.00 0.00 0.00 20:28:52 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:24:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:28:52 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:25:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:26:01 eth0 0.30 0.23 0.14 0.07 0.00 0.00 0.00 0.00 20:28:52 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:27:01 eth0 515.84 454.46 4293.76 80.40 0.00 0.00 0.00 0.00 20:28:52 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:27:01 docker0 38.00 38.09 3.61 250.02 0.00 0.00 0.00 0.00 20:28:52 20:28:02 eth0 457.13 385.02 3469.99 84.05 0.00 0.00 0.00 0.00 20:28:52 20:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 20:28:02 docker0 32.97 40.93 1.74 236.51 0.00 0.00 0.00 0.00 20:28:52 Average: eth0 173.98 151.59 954.07 102.19 0.00 0.00 0.00 0.00 20:28:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:52 Average: docker0 48.73 51.19 3.89 208.89 0.00 0.00 0.00 0.00 20:28:52 20:28:52 20:28:52 ---> sar -P ALL: 20:28:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) 20:28:52 20:28:52 20:04:40 LINUX RESTART (4 CPU) 20:28:52 20:28:52 20:05:01 CPU %user %nice %system %iowait %steal %idle 20:28:52 20:06:02 all 16.33 0.00 7.93 4.88 0.17 70.69 20:28:52 20:06:02 0 13.36 0.00 10.21 3.29 0.16 72.98 20:28:52 20:06:02 1 19.73 0.00 8.26 5.00 0.20 66.81 20:28:52 20:06:02 2 15.65 0.00 6.31 7.00 0.17 70.87 20:28:52 20:06:02 3 16.55 0.00 6.95 4.20 0.15 72.15 20:28:52 20:07:01 all 14.48 0.00 8.14 2.00 0.37 75.01 20:28:52 20:07:01 0 19.62 0.00 10.56 1.26 0.34 68.22 20:28:52 20:07:01 1 13.51 0.00 7.58 1.85 0.39 76.68 20:28:52 20:07:01 2 12.21 0.00 6.84 3.02 0.39 77.54 20:28:52 20:07:01 3 12.65 0.00 7.61 1.86 0.37 77.51 20:28:52 20:08:01 all 25.65 0.00 9.62 5.75 0.14 58.84 20:28:52 20:08:01 0 25.65 0.00 9.15 4.64 0.16 60.41 20:28:52 20:08:01 1 26.85 0.00 10.25 6.70 0.14 56.05 20:28:52 20:08:01 2 24.58 0.00 9.71 9.27 0.12 56.32 20:28:52 20:08:01 3 25.53 0.00 9.35 2.40 0.14 62.58 20:28:52 20:09:01 all 49.93 0.00 13.12 2.56 0.49 33.90 20:28:52 20:09:01 0 50.04 0.00 13.00 3.21 0.48 33.28 20:28:52 20:09:01 1 48.99 0.00 13.86 2.82 0.50 33.83 20:28:52 20:09:01 2 47.84 0.00 13.11 3.60 0.53 34.93 20:28:52 20:09:01 3 52.84 0.00 12.51 0.64 0.46 33.56 20:28:52 20:10:01 all 41.54 0.00 13.28 2.22 0.32 42.64 20:28:52 20:10:01 0 40.09 0.00 12.99 3.36 0.44 43.12 20:28:52 20:10:01 1 42.53 0.00 13.38 2.06 0.33 41.69 20:28:52 20:10:01 2 40.89 0.00 13.29 0.97 0.28 44.57 20:28:52 20:10:01 3 42.63 0.00 13.46 2.49 0.24 41.18 20:28:52 20:11:01 all 23.34 0.00 24.34 9.73 0.94 41.65 20:28:52 20:11:01 0 24.40 0.00 24.72 11.35 1.06 38.46 20:28:52 20:11:01 1 22.48 0.00 23.81 8.88 0.97 43.85 20:28:52 20:11:01 2 24.03 0.00 24.78 10.40 0.89 39.91 20:28:52 20:11:01 3 22.45 0.00 24.04 8.29 0.84 44.39 20:28:52 20:12:02 all 31.26 0.00 25.84 24.48 0.74 17.68 20:28:52 20:12:02 0 31.78 0.00 25.42 23.11 0.85 18.84 20:28:52 20:12:02 1 30.18 0.00 26.14 27.52 0.84 15.32 20:28:52 20:12:02 2 31.80 0.00 25.50 23.82 0.61 18.27 20:28:52 20:12:02 3 31.28 0.00 26.29 23.47 0.67 18.28 20:28:52 20:13:01 all 52.39 0.00 16.40 14.12 0.91 16.18 20:28:52 20:13:01 0 52.88 0.00 16.23 12.52 0.87 17.50 20:28:52 20:13:01 1 52.96 0.00 15.94 14.36 0.77 15.98 20:28:52 20:13:01 2 51.65 0.00 17.33 13.84 1.06 16.12 20:28:52 20:13:01 3 52.06 0.00 16.11 15.75 0.94 15.14 20:28:52 20:14:01 all 39.27 0.00 26.67 19.17 2.21 12.69 20:28:52 20:14:01 0 38.91 0.00 27.04 20.34 2.24 11.48 20:28:52 20:14:01 1 39.46 0.00 25.31 20.83 2.36 12.05 20:28:52 20:14:01 2 38.89 0.00 26.53 19.18 2.08 13.31 20:28:52 20:14:01 3 39.81 0.00 27.80 16.31 2.15 13.93 20:28:52 20:15:02 all 35.89 0.00 15.84 19.01 0.81 28.45 20:28:52 20:15:02 0 36.03 0.00 15.47 18.36 0.75 29.38 20:28:52 20:15:02 1 35.94 0.00 15.41 19.47 0.81 28.37 20:28:52 20:15:02 2 33.90 0.00 16.50 17.63 0.93 31.04 20:28:52 20:15:02 3 37.71 0.00 15.99 20.61 0.75 24.94 20:28:52 20:16:01 all 10.63 0.00 4.92 2.51 1.02 80.92 20:28:52 20:16:01 0 11.12 0.00 5.23 2.75 1.05 79.85 20:28:52 20:16:01 1 10.59 0.00 5.23 2.23 1.04 80.92 20:28:52 20:16:01 2 10.17 0.00 4.43 2.16 0.93 82.30 20:28:52 20:16:01 3 10.65 0.00 4.80 2.91 1.06 80.59 20:28:52 20:28:52 20:16:01 CPU %user %nice %system %iowait %steal %idle 20:28:52 20:17:01 all 0.43 0.00 0.35 0.01 0.09 99.13 20:28:52 20:17:01 0 0.37 0.00 0.32 0.03 0.12 99.16 20:28:52 20:17:01 1 0.58 0.00 0.25 0.00 0.07 99.10 20:28:52 20:17:01 2 0.43 0.00 0.48 0.00 0.07 99.02 20:28:52 20:17:01 3 0.33 0.00 0.33 0.00 0.10 99.23 20:28:52 20:18:01 all 0.17 0.00 0.03 0.00 0.01 99.78 20:28:52 20:18:01 0 0.05 0.00 0.02 0.00 0.00 99.93 20:28:52 20:18:01 1 0.07 0.00 0.05 0.00 0.03 99.85 20:28:52 20:18:01 2 0.53 0.00 0.03 0.00 0.02 99.42 20:28:52 20:18:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:28:52 20:19:01 all 0.16 0.00 0.05 0.00 0.03 99.75 20:28:52 20:19:01 0 0.05 0.00 0.03 0.00 0.03 99.88 20:28:52 20:19:01 1 0.05 0.00 0.05 0.00 0.02 99.88 20:28:52 20:19:01 2 0.52 0.00 0.05 0.00 0.07 99.37 20:28:52 20:19:01 3 0.03 0.00 0.08 0.00 0.02 99.87 20:28:52 20:20:01 all 0.15 0.00 0.05 0.03 0.00 99.77 20:28:52 20:20:01 0 0.03 0.00 0.05 0.00 0.00 99.92 20:28:52 20:20:01 1 0.10 0.00 0.03 0.02 0.00 99.85 20:28:52 20:20:01 2 0.43 0.00 0.03 0.00 0.00 99.53 20:28:52 20:20:01 3 0.05 0.00 0.10 0.08 0.00 99.77 20:28:52 20:21:01 all 0.17 0.00 0.13 0.00 0.01 99.68 20:28:52 20:21:01 0 0.03 0.00 0.05 0.00 0.02 99.90 20:28:52 20:21:01 1 0.52 0.00 0.05 0.00 0.02 99.42 20:28:52 20:21:01 2 0.08 0.00 0.18 0.00 0.02 99.72 20:28:52 20:21:01 3 0.05 0.00 0.25 0.00 0.00 99.70 20:28:52 20:22:01 all 0.12 0.00 0.04 0.00 0.00 99.84 20:28:52 20:22:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:28:52 20:22:01 1 0.35 0.00 0.05 0.00 0.00 99.60 20:28:52 20:22:01 2 0.08 0.00 0.05 0.02 0.00 99.85 20:28:52 20:22:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:28:52 20:23:01 all 0.05 0.00 0.03 0.00 0.00 99.92 20:28:52 20:23:01 0 0.05 0.00 0.02 0.00 0.00 99.93 20:28:52 20:23:01 1 0.03 0.00 0.03 0.00 0.00 99.93 20:28:52 20:23:01 2 0.07 0.00 0.03 0.00 0.00 99.90 20:28:52 20:23:01 3 0.07 0.00 0.03 0.00 0.00 99.90 20:28:52 20:24:01 all 0.12 0.00 0.04 0.00 0.00 99.84 20:28:52 20:24:01 0 0.05 0.00 0.03 0.00 0.00 99.92 20:28:52 20:24:01 1 0.03 0.00 0.03 0.00 0.00 99.93 20:28:52 20:24:01 2 0.37 0.00 0.07 0.00 0.00 99.57 20:28:52 20:24:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:28:52 20:25:01 all 0.15 0.00 0.03 0.00 0.00 99.83 20:28:52 20:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:28:52 20:25:01 1 0.03 0.00 0.03 0.00 0.00 99.93 20:28:52 20:25:01 2 0.50 0.00 0.02 0.00 0.00 99.48 20:28:52 20:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:28:52 20:26:01 all 0.21 0.00 0.03 0.00 0.00 99.75 20:28:52 20:26:01 0 0.05 0.00 0.02 0.00 0.00 99.93 20:28:52 20:26:01 1 0.53 0.00 0.02 0.02 0.00 99.43 20:28:52 20:26:01 2 0.17 0.00 0.07 0.00 0.02 99.75 20:28:52 20:26:01 3 0.08 0.00 0.02 0.00 0.00 99.90 20:28:52 20:27:01 all 11.06 0.00 8.30 5.11 0.12 75.40 20:28:52 20:27:01 0 12.48 0.00 8.79 5.94 0.10 72.69 20:28:52 20:27:01 1 10.05 0.00 8.05 4.67 0.14 77.09 20:28:52 20:27:01 2 10.41 0.00 8.56 5.19 0.14 75.70 20:28:52 20:27:01 3 11.31 0.00 7.82 4.65 0.12 76.10 20:28:52 20:28:52 20:27:01 CPU %user %nice %system %iowait %steal %idle 20:28:52 20:28:02 all 11.03 0.00 8.92 2.84 0.14 77.07 20:28:52 20:28:02 0 10.44 0.00 9.51 2.83 0.14 77.09 20:28:52 20:28:02 1 9.71 0.00 7.58 1.85 0.12 80.74 20:28:52 20:28:02 2 14.71 0.00 9.55 5.35 0.15 70.23 20:28:52 20:28:02 3 9.25 0.00 9.07 1.34 0.14 80.21 20:28:52 Average: all 15.38 0.00 7.77 4.81 0.36 71.67 20:28:52 Average: 0 15.54 0.00 8.00 4.77 0.37 71.32 20:28:52 Average: 1 15.41 0.00 7.66 4.97 0.37 71.60 20:28:52 Average: 2 15.19 0.00 7.74 5.12 0.36 71.59 20:28:52 Average: 3 15.40 0.00 7.69 4.39 0.34 72.17 20:28:52 20:28:52 20:28:52