Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f32f4191109bc075ff9359b3fa855becd8fb908f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24012 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/329 [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/329 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision f32f4191109bc075ff9359b3fa855becd8fb908f (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f32f4191109bc075ff9359b3fa855becd8fb908f # timeout=10 Commit message: "feat(security): Add waitFor subcommand for security-bootstrapper (#3101)" > git rev-list --no-walk 304d320492d37461b40de67c95ae73491c8494ce # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:45:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:45:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:45:45 ========================================================= 22:45:45 EdgeX Global Pipelines Version Info 22:45:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:45:46 ------------------- 22:45:46 stable info: 22:45:46 ------------------- 22:45:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:45:46 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:45:46 Message: update stable to v1.0.179 22:45:47 ------------------- 22:45:47 experimental info: 22:45:47 ------------------- 22:45:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:45:47 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:45:47 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:45:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:45:48 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:45:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:45:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:45:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:45:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:45:48 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:45:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:45:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:45:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:45:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:45:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:45:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:45:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:45:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:45:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:45:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:45:49 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:45:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:45:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:45:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:45:49 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:45:50 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:45:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:45:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:45:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:45:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f32f4191109bc075ff9359b3fa855becd8fb908f [Pipeline] echo 22:45:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f32f419 [Pipeline] echo 22:45:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:45:51 provisioning config files... 22:45:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/329@tmp/config5661420010396658354tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:45:51 ---> docker-login.sh 22:45:51 nexus3.edgexfoundry.org:10001 22:45:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:51 Configure a credential helper to remove this warning. See 22:45:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:51 22:45:51 Login Succeeded 22:45:51 nexus3.edgexfoundry.org:10002 22:45:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:51 Configure a credential helper to remove this warning. See 22:45:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:51 22:45:51 Login Succeeded 22:45:51 nexus3.edgexfoundry.org:10003 22:45:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:51 Configure a credential helper to remove this warning. See 22:45:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:51 22:45:51 Login Succeeded 22:45:51 nexus3.edgexfoundry.org:10004 22:45:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:52 Configure a credential helper to remove this warning. See 22:45:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:52 22:45:52 Login Succeeded 22:45:52 docker.io 22:45:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:52 Configure a credential helper to remove this warning. See 22:45:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:52 22:45:52 Login Succeeded 22:45:52 ---> docker-login.sh ends [Pipeline] } 22:45:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:45:52 ++ 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 22:45:52 + for file in '`ls cmd/**/Dockerfile`' 22:45:52 ++ dirname cmd/core-command/Dockerfile 22:45:52 ++ cut -d/ -f2 22:45:52 + echo core-command,cmd/core-command/Dockerfile 22:45:52 + for file in '`ls cmd/**/Dockerfile`' 22:45:52 ++ dirname cmd/core-data/Dockerfile 22:45:52 ++ cut -d/ -f2 22:45:52 + echo core-data,cmd/core-data/Dockerfile 22:45:52 + for file in '`ls cmd/**/Dockerfile`' 22:45:52 ++ dirname cmd/core-metadata/Dockerfile 22:45:52 ++ cut -d/ -f2 22:45:52 + echo core-metadata,cmd/core-metadata/Dockerfile 22:45:52 + for file in '`ls cmd/**/Dockerfile`' 22:45:52 ++ dirname cmd/security-bootstrapper/Dockerfile 22:45:52 ++ cut -d/ -f2 22:45:52 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:45:52 + for file in '`ls cmd/**/Dockerfile`' 22:45:52 ++ dirname cmd/security-proxy-setup/Dockerfile 22:45:52 ++ cut -d/ -f2 22:45:52 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:45:52 + for file in '`ls cmd/**/Dockerfile`' 22:45:52 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:45:52 ++ cut -d/ -f2 22:45:52 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:45:52 + for file in '`ls cmd/**/Dockerfile`' 22:45:52 ++ dirname cmd/support-notifications/Dockerfile 22:45:52 ++ cut -d/ -f2 22:45:52 + echo support-notifications,cmd/support-notifications/Dockerfile 22:45:52 + for file in '`ls cmd/**/Dockerfile`' 22:45:52 ++ dirname cmd/support-scheduler/Dockerfile 22:45:52 ++ cut -d/ -f2 22:45:52 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:45:52 + for file in '`ls cmd/**/Dockerfile`' 22:45:52 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:45:52 ++ cut -d/ -f2 22:45:52 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:45:53 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 22:45:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:45:54 22:45:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:45:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:45:54 latest: Pulling from edgex-devops/git-semver 22:45:54 31603596830f: Pulling fs layer 22:45:54 2a8b12db71e7: Pulling fs layer 22:45:54 6ca5941a6612: Pulling fs layer 22:45:54 ecc8261a40a4: Pulling fs layer 22:45:54 ecc8261a40a4: Waiting 22:45:54 2a8b12db71e7: Verifying Checksum 22:45:54 2a8b12db71e7: Download complete 22:45:54 31603596830f: Verifying Checksum 22:45:54 31603596830f: Download complete 22:45:55 6ca5941a6612: Verifying Checksum 22:45:55 6ca5941a6612: Download complete 22:45:55 ecc8261a40a4: Verifying Checksum 22:45:55 ecc8261a40a4: Download complete 22:45:55 31603596830f: Pull complete 22:45:55 2a8b12db71e7: Pull complete 22:45:56 6ca5941a6612: Pull complete 22:45:56 ecc8261a40a4: Pull complete 22:45:56 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:45:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:45:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:45:56 prd-centos7-docker-4c-2g-24012 does not seem to be running inside a container 22:45:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/329 -v /w/workspace/edgex-go/329:/w/workspace/edgex-go/329:rw,z -v /w/workspace/edgex-go/329@tmp:/w/workspace/edgex-go/329@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 22:45:58 $ docker top eaf802946f30f9078e62b66d617a9631130dfac9b530907706cbf65f34835834 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:45:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:45:59 [ssh-agent] Looking for ssh-agent implementation... 22:45:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:45:59 $ docker exec eaf802946f30f9078e62b66d617a9631130dfac9b530907706cbf65f34835834 ssh-agent 22:45:59 SSH_AUTH_SOCK=/tmp/ssh-HHDR0bXZsqBY/agent.12 22:45:59 SSH_AGENT_PID=18 22:45:59 Running ssh-add (command line suppressed) 22:45:59 Identity added: /w/workspace/edgex-go/329@tmp/private_key_3433639407124881029.key (/w/workspace/edgex-go/329@tmp/private_key_3433639407124881029.key) 22:45:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:46:00 + git tag --points-at HEAD [Pipeline] } 22:46:00 $ docker exec --env ******** --env ******** eaf802946f30f9078e62b66d617a9631130dfac9b530907706cbf65f34835834 ssh-agent -k 22:46:00 unset SSH_AUTH_SOCK; 22:46:00 unset SSH_AGENT_PID; 22:46:00 echo Agent pid 18 killed; 22:46:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:46:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:46:00 [ssh-agent] Looking for ssh-agent implementation... 22:46:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:46:00 $ docker exec eaf802946f30f9078e62b66d617a9631130dfac9b530907706cbf65f34835834 ssh-agent 22:46:00 SSH_AUTH_SOCK=/tmp/ssh-Z6RvCoW0eiOm/agent.47 22:46:00 SSH_AGENT_PID=53 22:46:00 Running ssh-add (command line suppressed) 22:46:00 Identity added: /w/workspace/edgex-go/329@tmp/private_key_2784664159219317458.key (/w/workspace/edgex-go/329@tmp/private_key_2784664159219317458.key) 22:46:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:46:01 + git semver init 22:46:01 # -> Open(): unable to determine branch for HEAD 22:46:01 # $GIT_DIR = /w/workspace/edgex-go/329/.git 22:46:01 # $GIT_WORK_TREE = /w/workspace/edgex-go/329 22:46:01 # $SEMVER_REMOTE_NAME = origin 22:46:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:46:01 # $SEMVER_USER_NAME = edgex-jenkins 22:46:01 # $SEMVER_BRANCH = master 22:46:01 # $SEMVER_TEMP = /tmp/semver-823993355 22:46:01 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:46:27 # '/tmp/semver-823993355' -> '/w/workspace/edgex-go/329/.semver' 22:46:27 # -> Force: false 22:46:27 # $SEMVER_DIR = /w/workspace/edgex-go/329/.semver [Pipeline] } 22:46:27 $ docker exec --env ******** --env ******** eaf802946f30f9078e62b66d617a9631130dfac9b530907706cbf65f34835834 ssh-agent -k 22:46:27 unset SSH_AUTH_SOCK; 22:46:27 unset SSH_AGENT_PID; 22:46:27 echo Agent pid 53 killed; 22:46:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:46:28 + git semver [Pipeline] } 22:46:28 $ docker stop --time=1 eaf802946f30f9078e62b66d617a9631130dfac9b530907706cbf65f34835834 22:46:30 $ docker rm -f eaf802946f30f9078e62b66d617a9631130dfac9b530907706cbf65f34835834 [Pipeline] // withDockerContainer [Pipeline] sh 22:46:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:46:30 Stashed 1 file(s) [Pipeline] echo 22:46:30 [edgeXSemver]: initialized semver on version 2.0.0-dev.65 [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 22:46:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:46:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:46:32 + true 22:46:32 + sudo service docker restart 22:46:32 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:46:33 ========================================================= 22:46:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:46:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:46:33 + 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 . 22:46:37 Sending build context to Docker daemon 327.3MB 22:46:37 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:46:37 Step 2/6 : FROM ${BASE} 22:46:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:46:37 188c0c94c7c5: Pulling fs layer 22:46:37 0ef7d3d256c8: Pulling fs layer 22:46:37 de9db76c5a1d: Pulling fs layer 22:46:37 bca2f99d35d6: Pulling fs layer 22:46:37 93359f2a8cfa: Pulling fs layer 22:46:37 7c6f9722023f: Pulling fs layer 22:46:37 a35cf1a2eb13: Pulling fs layer 22:46:37 93359f2a8cfa: Waiting 22:46:37 a35cf1a2eb13: Waiting 22:46:37 bca2f99d35d6: Waiting 22:46:37 7c6f9722023f: Waiting 22:46:37 de9db76c5a1d: Verifying Checksum 22:46:37 de9db76c5a1d: Download complete 22:46:37 0ef7d3d256c8: Verifying Checksum 22:46:37 0ef7d3d256c8: Download complete 22:46:37 93359f2a8cfa: Verifying Checksum 22:46:37 93359f2a8cfa: Download complete 22:46:37 188c0c94c7c5: Download complete 22:46:37 7c6f9722023f: Verifying Checksum 22:46:37 7c6f9722023f: Download complete 22:46:37 188c0c94c7c5: Pull complete 22:46:37 0ef7d3d256c8: Pull complete 22:46:37 de9db76c5a1d: Pull complete 22:46:39 a35cf1a2eb13: Verifying Checksum 22:46:39 a35cf1a2eb13: Download complete 22:46:39 bca2f99d35d6: Verifying Checksum 22:46:39 bca2f99d35d6: Download complete 22:46:44 bca2f99d35d6: Pull complete 22:46:44 93359f2a8cfa: Pull complete 22:46:44 7c6f9722023f: Pull complete 22:46:46 Still waiting to schedule task 22:46:46 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24010’ 22:46:48 a35cf1a2eb13: Pull complete 22:46:48 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:46:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:46:48 ---> a62c8e92a672 22:46:48 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 22:46:48 ---> Running in 06570752dc10 22:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:46:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:46:49 (1/12) Installing libmagic (5.38-r0) 22:46:49 (2/12) Installing file (5.38-r0) 22:46:49 (3/12) Installing libc-dev (0.7.2-r3) 22:46:50 (4/12) Installing g++ (9.3.0-r2) 22:46:54 (5/12) Installing fortify-headers (1.1-r0) 22:46:54 (6/12) Installing patch (2.7.6-r6) 22:46:54 (7/12) Installing build-base (0.5-r2) 22:46:54 (8/12) Installing libsodium (1.0.18-r0) 22:46:54 (9/12) Installing pkgconf (1.7.2-r0) 22:46:54 (10/12) Installing libsodium-dev (1.0.18-r0) 22:46:54 (11/12) Installing libzmq (4.3.3-r0) 22:46:54 (12/12) Installing zeromq-dev (4.3.3-r0) 22:46:54 Executing busybox-1.31.1-r19.trigger 22:46:54 OK: 233 MiB in 51 packages 22:46:58 Removing intermediate container 06570752dc10 22:46:58 ---> 3f0bae401cb2 22:46:58 Step 4/6 : WORKDIR /edgex-go 22:46:58 ---> Running in 09889027ae26 22:46:58 Removing intermediate container 09889027ae26 22:46:58 ---> de003ff94d05 22:46:58 Step 5/6 : COPY go.mod . 22:46:58 ---> b5a1914481df 22:46:58 Step 6/6 : RUN go mod download 22:46:58 ---> Running in 4717712a9638 22:47:20 Removing intermediate container 4717712a9638 22:47:20 ---> f1fb3e229f41 22:47:20 Successfully built f1fb3e229f41 22:47:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:47:20 + docker inspect -f . ci-base-image-x86_64 22:47:20 . [Pipeline] withDockerContainer 22:47:20 prd-centos7-docker-4c-2g-24012 does not seem to be running inside a container 22:47:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/329 -v /w/workspace/edgex-go/329:/w/workspace/edgex-go/329:rw,z -v /w/workspace/edgex-go/329@tmp:/w/workspace/edgex-go/329@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:47:21 $ docker top aa37a209034b7c88a21cb7bdcb12134ce249c2c114cd28f063ac494cf96cd655 -eo pid,comm [Pipeline] { [Pipeline] sh 22:47:21 + go version 22:47:21 go version go1.15.5 linux/amd64 [Pipeline] } 22:47:21 $ docker stop --time=1 aa37a209034b7c88a21cb7bdcb12134ce249c2c114cd28f063ac494cf96cd655 22:47:23 $ docker rm -f aa37a209034b7c88a21cb7bdcb12134ce249c2c114cd28f063ac494cf96cd655 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:47:24 + docker inspect -f . ci-base-image-x86_64 22:47:24 . [Pipeline] withDockerContainer 22:47:24 prd-centos7-docker-4c-2g-24012 does not seem to be running inside a container 22:47:24 $ 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/329 -v /w/workspace/edgex-go/329:/w/workspace/edgex-go/329:rw,z -v /w/workspace/edgex-go/329@tmp:/w/workspace/edgex-go/329@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:47:24 $ docker top c7c1704eae9b53d240da410114de26b048535e877b6ab01315f14ebee2e6cbab -eo pid,comm [Pipeline] { [Pipeline] echo 22:47:25 ========================================================= 22:47:25 [edgeXBuildGoParallel] Running Tests and Build... 22:47:25 ========================================================= [Pipeline] sh 22:47:25 + make test 22:47:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:47:33 ? github.com/edgexfoundry/edgex-go [no test files] 22:47:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 22:47:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:47:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:47:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:47:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:47:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:47:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:47:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:47:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:47:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:47:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.0% of statements 22:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 22:47:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements 22:48:04 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.175s coverage: 27.1% of statements 22:48:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:48:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:48:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:48:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:48:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:48:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:48:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements 22:48:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:48:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements 22:48:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:48:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:48:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.104s coverage: 65.8% of statements 22:48:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:48:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:48:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.149s coverage: 82.3% of statements 22:48:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:48:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:48:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:48:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:48:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.313s coverage: 28.6% of statements 22:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:48:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements 22:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:48:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements 22:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:48:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.093s coverage: 86.7% of statements 22:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:48:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.101s coverage: 97.5% of statements 22:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:48:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements 22:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:48:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.368s coverage: 92.8% of statements 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:48:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:48:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 45.5% of statements 22:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.052s coverage: 79.5% of statements 22:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements 22:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.046s coverage: 96.3% of statements 22:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.029s coverage: 87.5% of statements 22:48:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.036s coverage: 94.4% of statements 22:48:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.031s coverage: 44.8% of statements 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.051s coverage: 92.9% of statements 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.031s coverage: 80.8% of statements 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.2% of statements 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.063s coverage: 91.4% of statements 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.136s coverage: 63.5% of statements 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 91.3% of statements 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.242s coverage: 68.9% of statements 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.074s coverage: 37.0% of statements 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.235s coverage: 84.0% of statements 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.089s coverage: 47.1% of statements 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.042s coverage: 100.0% of statements 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.644s coverage: 29.1% of statements 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.052s coverage: 99.0% of statements 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.069s coverage: 100.0% of statements 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:48:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.026s coverage: 32.1% of statements 22:48:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 100.0% of statements 22:48:32 GO111MODULE=on go vet ./... 22:48:54 gofmt -l . 22:48:54 [ "`gofmt -l .`" = "" ] 22:48:54 ./bin/test-go-mod-tidy.sh 22:48:54 ./bin/test-attribution-txt.sh [Pipeline] sh 22:48:54 + ls -al . 22:48:54 total 680 22:48:54 drwxrwxr-x 10 1001 1001 4096 Jan 29 22:48 . 22:48:54 drwxr-xr-x 4 root root 32 Jan 29 22:47 .. 22:48:54 -rw-rw-r-- 1 1001 1001 11 Jan 29 22:45 .dockerignore 22:48:54 drwxrwxr-x 8 1001 1001 162 Jan 29 22:45 .git 22:48:54 drwxrwxr-x 3 1001 1001 125 Jan 29 22:45 .github 22:48:54 -rw-rw-r-- 1 1001 1001 872 Jan 29 22:45 .gitignore 22:48:54 drwx------ 3 1001 1001 45 Jan 29 22:46 .semver 22:48:54 -rw-rw-r-- 1 1001 1001 166 Jan 29 22:45 .sonarcloud.properties 22:48:54 -rw-rw-r-- 1 1001 1001 7859 Jan 29 22:45 Attribution.txt 22:48:54 -rw-rw-r-- 1 1001 1001 3804 Jan 29 22:45 CONTRIBUTING.md 22:48:54 -rw-rw-r-- 1 1001 1001 931 Jan 29 22:45 Dockerfile.build 22:48:54 -rw-rw-r-- 1 1001 1001 863 Jan 29 22:45 Jenkinsfile 22:48:54 -rw-rw-r-- 1 1001 1001 10775 Jan 29 22:45 LICENSE 22:48:54 -rw-rw-r-- 1 1001 1001 6001 Jan 29 22:45 Makefile 22:48:54 -rw-rw-r-- 1 1001 1001 6524 Jan 29 22:45 README.md 22:48:54 -rw-rw-r-- 1 1001 1001 6755 Jan 29 22:45 SECURITY.md 22:48:54 -rw-rw-r-- 1 1001 1001 12 Jan 29 22:46 VERSION 22:48:54 -rw-rw-r-- 1 1001 1001 4131 Jan 29 22:45 ZMQWindows.md 22:48:54 drwxrwxr-x 2 1001 1001 117 Jan 29 22:45 bin 22:48:54 drwxrwxr-x 15 1001 1001 4096 Jan 29 22:45 cmd 22:48:54 -rw-r--r-- 1 root root 574984 Jan 29 22:48 coverage.out 22:48:54 -rw-r--r-- 1 root root 1054 Jan 29 22:48 go.mod 22:48:54 -rw-r--r-- 1 root root 19289 Jan 29 22:48 go.sum 22:48:54 drwxrwxr-x 8 1001 1001 127 Jan 29 22:45 internal 22:48:54 drwxrwxr-x 4 1001 1001 26 Jan 29 22:45 openapi 22:48:54 drwxrwxr-x 4 1001 1001 71 Jan 29 22:45 snap 22:48:54 -rw-rw-r-- 1 1001 1001 168 Jan 29 22:45 version.go [Pipeline] sh 22:48:55 + '[' -e coverage.out ] 22:48:55 + chown 1001:1001 coverage.out [Pipeline] stash 22:48:55 Stashed 1 file(s) [Pipeline] sh 22:48:55 + make build 22:48:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-data/core-data ./cmd/core-data 22:48:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:49:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-command/core-command ./cmd/core-command 22:49:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:49:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:49:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:49:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:49:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:49:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:49:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:49:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 22:49:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/secrets-config ./cmd/secrets-config 22:49:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 22:49:17 $ docker stop --time=1 c7c1704eae9b53d240da410114de26b048535e877b6ab01315f14ebee2e6cbab 22:49:18 $ docker rm -f c7c1704eae9b53d240da410114de26b048535e877b6ab01315f14ebee2e6cbab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:49:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:49:21 22:49:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:49:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:49:22 latest: Pulling from edgex-devops/edgex-compose 22:49:22 cbdbe7a5bc2a: Pulling fs layer 22:49:22 ca9280d653b3: Pulling fs layer 22:49:22 7e9c9ca2126c: Pulling fs layer 22:49:23 cbdbe7a5bc2a: Download complete 22:49:23 cbdbe7a5bc2a: Pull complete 22:49:23 ca9280d653b3: Verifying Checksum 22:49:23 ca9280d653b3: Download complete 22:49:24 ca9280d653b3: Pull complete 22:49:24 7e9c9ca2126c: Verifying Checksum 22:49:24 7e9c9ca2126c: Download complete 22:49:32 7e9c9ca2126c: Pull complete 22:49:32 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:49:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:49:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:49:32 prd-centos7-docker-4c-2g-24012 does not seem to be running inside a container 22:49:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/329 -v /w/workspace/edgex-go/329:/w/workspace/edgex-go/329:rw,z -v /w/workspace/edgex-go/329@tmp:/w/workspace/edgex-go/329@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:49:33 $ docker top 5e92c9c3a636a6a17ad50ae21661bcdf7e7021a334d4072fc075124aaae9b783 -eo pid,comm [Pipeline] { [Pipeline] sh 22:49:33 + docker-compose build --help 22:49:33 + grep parallel 22:49:34 --parallel Build images in parallel. [Pipeline] } 22:49:34 $ docker stop --time=1 5e92c9c3a636a6a17ad50ae21661bcdf7e7021a334d4072fc075124aaae9b783 22:49:36 $ docker rm -f 5e92c9c3a636a6a17ad50ae21661bcdf7e7021a334d4072fc075124aaae9b783 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:49:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:49:36 . [Pipeline] withDockerContainer 22:49:36 prd-centos7-docker-4c-2g-24012 does not seem to be running inside a container 22:49:36 $ 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/329 -v /w/workspace/edgex-go/329:/w/workspace/edgex-go/329:rw,z -v /w/workspace/edgex-go/329@tmp:/w/workspace/edgex-go/329@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:49:37 $ docker top d9e9301ceaea9c5d2de713554d2a34e3c015a593a9a9c0f598c2d35e1358c261 -eo pid,comm [Pipeline] { [Pipeline] sh 22:49:37 + docker-compose -f ./docker-compose-build.yml build --parallel 22:49:38 Building docker-core-command-go ... 22:49:38 Building docker-core-data-go ... 22:49:38 Building docker-core-metadata-go ... 22:49:38 Building docker-security-bootstrapper-go ... 22:49:38 Building docker-security-proxy-setup-go ... 22:49:38 Building docker-security-secretstore-setup-go ... 22:49:38 Building docker-support-notifications-go ... 22:49:38 Building docker-support-scheduler-go ... 22:49:38 Building docker-sys-mgmt-agent-go ... 22:49:38 Building docker-sys-mgmt-agent-go 22:49:38 Building docker-core-data-go 22:49:38 Building docker-support-scheduler-go 22:49:38 Building docker-security-bootstrapper-go 22:49:38 Building docker-support-notifications-go 22:50:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:50:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:50:05 ---> f1fb3e229f41 22:50:05 Step 3/23 : WORKDIR /edgex-go 22:50:05 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:50:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:50:05 ---> f1fb3e229f41 22:50:05 Step 3/26 : WORKDIR /edgex-go 22:50:05 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:50:05 Step 2/31 : FROM ${BUILDER_BASE} AS builder 22:50:05 ---> f1fb3e229f41 22:50:05 Step 3/31 : WORKDIR /edgex-go 22:50:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:50:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:50:05 ---> f1fb3e229f41 22:50:05 Step 3/22 : WORKDIR /edgex-go 22:50:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:50:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:50:05 ---> f1fb3e229f41 22:50:05 Step 3/22 : WORKDIR /edgex-go 22:50:05 ---> Running in 3b473cab4e2e 22:50:05 ---> Running in 54be93d3fa7f 22:50:05 ---> Running in 270d06a20a05 22:50:05 ---> Running in 5e898add5c3d 22:50:05 ---> Running in 148d76d402ba 22:50:05 Removing intermediate container 5e898add5c3d 22:50:05 ---> c05023995634 22:50:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:50:05 Removing intermediate container 148d76d402ba 22:50:05 ---> e95c6fa0b35a 22:50:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:50:05 Removing intermediate container 3b473cab4e2e 22:50:05 ---> a77d0c622375 22:50:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:50:05 Removing intermediate container 270d06a20a05 22:50:05 ---> 5cef25af5dee 22:50:05 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:50:06 Removing intermediate container 54be93d3fa7f 22:50:06 ---> 477952309928 22:50:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:50:06 ---> Running in 11c0d4601f3c 22:50:06 ---> Running in 702b9f464859 22:50:06 ---> Running in d1f4e5e1c526 22:50:06 ---> Running in b774c0be0342 22:50:06 ---> Running in 4cddb2931aa1 22:50:08 Removing intermediate container 702b9f464859 22:50:08 ---> 9d69ca603df7 22:50:08 Step 5/22 : RUN apk add --update --no-cache make git 22:50:08 Removing intermediate container 11c0d4601f3c 22:50:08 ---> 7bf220642a48 22:50:08 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:50:08 ---> Running in 91cd0c177900 22:50:08 ---> Running in 196d1a0748d8 22:50:08 Removing intermediate container d1f4e5e1c526 22:50:08 ---> 262d1efde9d7 22:50:08 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:50:08 ---> Running in dba9f98ddd8f 22:50:08 Removing intermediate container b774c0be0342 22:50:08 ---> e6fe85d68d8b 22:50:08 Step 5/31 : RUN apk add --update --no-cache make git 22:50:08 Removing intermediate container 4cddb2931aa1 22:50:08 ---> 6436abc519ec 22:50:08 Step 5/26 : RUN apk add --update --no-cache make bash git 22:50:08 ---> Running in 69e7a3b71277 22:50:08 ---> Running in dae9a9ba64ae 22:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:50:10 OK: 233 MiB in 51 packages 22:50:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:50:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:50:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:50:10 OK: 233 MiB in 51 packages 22:50:10 OK: 233 MiB in 51 packages 22:50:10 OK: 233 MiB in 51 packages 22:50:10 Removing intermediate container 196d1a0748d8 22:50:10 ---> b816238b1f7c 22:50:10 Step 6/23 : COPY go.mod . 22:50:10 OK: 233 MiB in 51 packages 22:50:11 Removing intermediate container 91cd0c177900 22:50:11 ---> d4c059898da6 22:50:11 Step 6/22 : COPY go.mod . 22:50:11 ---> 2113f160570d 22:50:11 Step 7/23 : RUN go mod download 22:50:11 ---> Running in b474f622c3c6 22:50:11 ---> 527da616cd18 22:50:11 Step 7/22 : RUN go mod download 22:50:11 ---> Running in e9b94c8ed17c 22:50:11 Removing intermediate container dba9f98ddd8f 22:50:11 ---> b6625a8114f6 22:50:11 Step 6/22 : COPY go.mod . 22:50:12 Removing intermediate container 69e7a3b71277 22:50:12 ---> 0437da033bc4 22:50:12 Step 6/31 : COPY go.mod . 22:50:12 Removing intermediate container dae9a9ba64ae 22:50:12 ---> b73c3840a047 22:50:12 Step 6/26 : COPY go.mod . 22:50:12 ---> cf137722a27a 22:50:12 Step 7/22 : RUN go mod download 22:50:12 ---> Running in 8cd95878ff47 22:50:12 ---> d49b0a420c8c 22:50:12 Step 7/26 : RUN go mod download 22:50:12 ---> 1b97a571ff99 22:50:12 Step 7/31 : RUN go mod download 22:50:12 ---> Running in fd496c1a89a5 22:50:12 ---> Running in aff6182b20c4 22:50:13 Removing intermediate container b474f622c3c6 22:50:13 ---> b4aa86915ba4 22:50:13 Step 8/23 : COPY . . 22:50:13 Removing intermediate container e9b94c8ed17c 22:50:13 ---> 7b5598e8a1d1 22:50:13 Step 8/22 : COPY . . 22:50:15 Removing intermediate container 8cd95878ff47 22:50:15 ---> 872a49313ff8 22:50:15 Step 8/22 : COPY . . 22:50:16 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24013 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 22:50:16 Running in /w/workspace/edgex-go/329 [Pipeline] { [Pipeline] checkout 22:50:19 Removing intermediate container fd496c1a89a5 22:50:19 ---> 23c70dccf876 22:50:19 Step 8/26 : COPY . . 22:50:21 using credential edgex-jenkins-ssh 22:50:21 Cloning the remote Git repository 22:50:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:50:21 > git init /w/workspace/edgex-go/329 # timeout=10 22:50:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:50:21 > git --version # timeout=10 22:50:22 Removing intermediate container aff6182b20c4 22:50:22 ---> d5c1a8329969 22:50:22 Step 8/31 : COPY . . 22:50:21 > git --version # 'git version 2.17.1' 22:50:21 using GIT_SSH to set credentials SSH Credentials for GitHub 22:50:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:50:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:50:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:50:37 Checking out Revision f32f4191109bc075ff9359b3fa855becd8fb908f (master) 22:50:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:50:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:50:36 using GIT_SSH to set credentials SSH Credentials for GitHub 22:50:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:50:37 > git config core.sparsecheckout # timeout=10 22:50:37 > git checkout -f f32f4191109bc075ff9359b3fa855becd8fb908f # timeout=10 22:50:41 Commit message: "feat(security): Add waitFor subcommand for security-bootstrapper (#3101)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:50:43 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:50:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:50:44 + true 22:50:44 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:50:46 provisioning config files... 22:50:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/329@tmp/config1692113735640012217tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:50:46 ---> docker-login.sh 22:50:46 nexus3.edgexfoundry.org:10001 22:50:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:50:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:50:47 Configure a credential helper to remove this warning. See 22:50:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:50:47 22:50:47 Login Succeeded 22:50:47 nexus3.edgexfoundry.org:10002 22:50:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:50:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:50:48 Configure a credential helper to remove this warning. See 22:50:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:50:48 22:50:48 Login Succeeded 22:50:48 nexus3.edgexfoundry.org:10003 22:50:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:50:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:50:49 Configure a credential helper to remove this warning. See 22:50:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:50:49 22:50:49 Login Succeeded 22:50:49 nexus3.edgexfoundry.org:10004 22:50:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:50:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:50:49 Configure a credential helper to remove this warning. See 22:50:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:50:49 22:50:49 Login Succeeded 22:50:49 docker.io 22:50:49 ---> 55b01ac430b6 22:50:49 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:50:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:50:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:50:50 Configure a credential helper to remove this warning. See 22:50:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:50:50 22:50:50 Login Succeeded 22:50:50 ---> docker-login.sh ends [Pipeline] } 22:50:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:50:50 ========================================================= 22:50:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:50:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:50:50 ---> 24340c64f0da 22:50:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:50:50 ---> 496731637a01 22:50:50 Step 9/23 : RUN make cmd/core-data/core-data 22:50:50 ---> 784a10256791 22:50:50 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:50:51 + 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 . 22:50:51 ---> Running in e3ec45e6fda6 22:50:51 ---> Running in dfe136892661 22:50:51 ---> Running in 96ec4c2a5455 22:50:51 ---> Running in d0b211383de4 22:50:51 ---> d5d1181e7da1 22:50:51 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 22:50:51 ---> Running in 7f1d53e8e17f 22:50:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:50:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:50:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:50:52 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-data/core-data ./cmd/core-data 22:50:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:50:53 Sending build context to Docker daemon 166MB 22:50:53 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:50:53 Step 2/6 : FROM ${BASE} 22:50:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:50:53 5f621e34cdf4: Pulling fs layer 22:50:53 a4357932f1b6: Pulling fs layer 22:50:53 18c013af1878: Pulling fs layer 22:50:53 00ac8860ef70: Pulling fs layer 22:50:53 63d7cb157983: Pulling fs layer 22:50:53 b116817d02f9: Pulling fs layer 22:50:53 745a02a5169b: Pulling fs layer 22:50:53 00ac8860ef70: Waiting 22:50:53 63d7cb157983: Waiting 22:50:53 b116817d02f9: Waiting 22:50:53 745a02a5169b: Waiting 22:50:53 18c013af1878: Verifying Checksum 22:50:53 18c013af1878: Download complete 22:50:53 a4357932f1b6: Verifying Checksum 22:50:53 a4357932f1b6: Download complete 22:50:53 63d7cb157983: Download complete 22:50:53 b116817d02f9: Verifying Checksum 22:50:53 b116817d02f9: Download complete 22:50:53 5f621e34cdf4: Verifying Checksum 22:50:53 5f621e34cdf4: Download complete 22:50:54 5f621e34cdf4: Pull complete 22:50:54 a4357932f1b6: Pull complete 22:50:55 18c013af1878: Pull complete 22:50:56 745a02a5169b: Verifying Checksum 22:50:56 745a02a5169b: Download complete 22:50:57 00ac8860ef70: Download complete 22:51:07 00ac8860ef70: Pull complete 22:51:08 63d7cb157983: Pull complete 22:51:08 b116817d02f9: Pull complete 22:51:12 745a02a5169b: Pull complete 22:51:12 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:51:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:51:12 ---> b7e6874047d6 22:51:12 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 22:51:15 ---> Running in 5f99095ed670 22:51:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:51:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:51:18 (1/12) Installing libmagic (5.38-r0) 22:51:18 (2/12) Installing file (5.38-r0) 22:51:18 (3/12) Installing libc-dev (0.7.2-r3) 22:51:18 (4/12) Installing g++ (9.3.0-r2) 22:51:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 22:51:23 Removing intermediate container 96ec4c2a5455 22:51:23 ---> a408d16ef65e 22:51:23 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:51:23 (5/12) Installing fortify-headers (1.1-r0) 22:51:23 (6/12) Installing patch (2.7.6-r6) 22:51:23 (7/12) Installing build-base (0.5-r2) 22:51:23 (8/12) Installing libsodium (1.0.18-r0) 22:51:23 (9/12) Installing pkgconf (1.7.2-r0) 22:51:23 ---> Running in 639c6a24661e 22:51:23 Removing intermediate container dfe136892661 22:51:23 ---> 2ab30edb5a3f 22:51:23 22:51:23 Step 10/22 : FROM alpine:3.12 22:51:23 3.12: Pulling from library/alpine 22:51:23 (10/12) Installing libsodium-dev (1.0.18-r0) 22:51:23 (11/12) Installing libzmq (4.3.3-r0) 22:51:23 (12/12) Installing zeromq-dev (4.3.3-r0) 22:51:24 Executing busybox-1.31.1-r19.trigger 22:51:24 OK: 217 MiB in 51 packages 22:51:24 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:51:24 Status: Downloaded newer image for alpine:3.12 22:51:24 ---> 389fef711851 22:51:24 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:51:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:51:28 Removing intermediate container 5f99095ed670 22:51:28 ---> 61db764c204c 22:51:28 Step 4/6 : WORKDIR /edgex-go 22:51:28 ---> Running in 0c3c6a44f25c 22:51:28 ---> Running in c0bb4b6684f5 22:51:28 Removing intermediate container e3ec45e6fda6 22:51:28 ---> 4193808ac710 22:51:28 22:51:28 Step 10/22 : FROM alpine:3.12 22:51:28 ---> 389fef711851 22:51:28 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:51:28 Removing intermediate container 0c3c6a44f25c 22:51:28 ---> 94d4e10b8207 22:51:28 Step 5/6 : COPY go.mod . 22:51:28 Removing intermediate container d0b211383de4 22:51:28 ---> 36bc266b91b3 22:51:28 22:51:28 Step 10/23 : FROM alpine:3.12 22:51:28 ---> 389fef711851 22:51:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:51:28 ---> Running in 147292462dee 22:51:29 ---> c0c86021bf0a 22:51:29 Step 6/6 : RUN go mod download 22:51:29 ---> Running in 7b6ff8f84a85 22:51:30 ---> Running in 75342b753ac9 22:51:31 Removing intermediate container 7f1d53e8e17f 22:51:31 ---> 9d0fc534de57 22:51:31 22:51:31 Step 10/31 : FROM alpine:3.12 22:51:31 ---> 389fef711851 22:51:31 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:51:31 Removing intermediate container 75342b753ac9 22:51:31 ---> 83d8ed968fc1 22:51:31 Step 12/23 : ENV APP_PORT=48080 22:51:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:51:31 ---> Running in 80ce35f37e06 22:51:31 Removing intermediate container 639c6a24661e 22:51:31 ---> 213d1070c05d 22:51:31 22:51:31 Step 11/26 : FROM docker:20.10.0 22:51:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:51:31 20.10.0: Pulling from library/docker 22:51:31 ---> Running in 5399d42ca0a6 22:51:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:51:31 (1/2) Installing ca-certificates (20191127-r4) 22:51:31 Removing intermediate container 80ce35f37e06 22:51:31 ---> d3c8bf7a3af1 22:51:31 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:51:31 (2/2) Installing dumb-init (1.2.2-r1) 22:51:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:51:31 Executing busybox-1.31.1-r19.trigger 22:51:31 Executing ca-certificates-20191127-r4.trigger 22:51:31 OK: 6 MiB in 16 packages 22:51:31 (1/1) Installing dumb-init (1.2.2-r1) 22:51:31 Executing busybox-1.31.1-r19.trigger 22:51:31 OK: 6 MiB in 15 packages 22:51:32 ---> Running in a6fe8fc10ae9 22:51:32 Removing intermediate container 5399d42ca0a6 22:51:32 ---> 80531ffede7b 22:51:32 Step 13/23 : EXPOSE $APP_PORT 22:51:34 ---> Running in f57ad1800568 22:51:35 Removing intermediate container f57ad1800568 22:51:35 ---> 2b81189c7a38 22:51:35 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:51:35 Removing intermediate container c0bb4b6684f5 22:51:35 ---> 7768263606ae 22:51:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:51:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:51:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:51:35 Removing intermediate container 147292462dee 22:51:35 ---> f13d68c1a3b9 22:51:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:51:35 ---> Running in c4f17d5afd72 22:51:35 ---> Running in d2984d11f867 22:51:35 ---> Running in e917245cc040 22:51:35 (1/2) Installing dumb-init (1.2.2-r1) 22:51:35 (2/2) Installing su-exec (0.2-r1) 22:51:35 Executing busybox-1.31.1-r19.trigger 22:51:35 OK: 6 MiB in 16 packages 22:51:36 Removing intermediate container c4f17d5afd72 22:51:36 ---> 1abb46ed6462 22:51:36 Step 13/22 : ENV APP_PORT=48060 22:51:36 ---> Running in 7bcd90a71afd 22:51:36 Removing intermediate container e917245cc040 22:51:36 ---> bcd59aa36775 22:51:36 Step 13/22 : ENV APP_PORT=48085 22:51:36 ---> Running in 05094c314d5c 22:51:36 Removing intermediate container 7bcd90a71afd 22:51:36 ---> 3cf5dc8d0af0 22:51:36 Step 14/22 : EXPOSE $APP_PORT 22:51:37 ---> Running in 419594e9994f 22:51:37 Removing intermediate container a6fe8fc10ae9 22:51:37 ---> a0ad2f8e3135 22:51:37 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:51:37 Removing intermediate container 05094c314d5c 22:51:37 ---> 0fcb933ba747 22:51:37 Step 14/22 : EXPOSE $APP_PORT 22:51:37 ---> Running in eedeb23990a3 22:51:37 ---> Running in ddc9443e232b 22:51:37 Removing intermediate container 419594e9994f 22:51:37 ---> cb6452fa23fb 22:51:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:51:37 Removing intermediate container d2984d11f867 22:51:37 ---> 5db4cf263426 22:51:37 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:51:37 Removing intermediate container ddc9443e232b 22:51:37 ---> 811855dd4bd8 22:51:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:51:37 ---> Running in 1c2bc5ca7362 22:51:37 Removing intermediate container eedeb23990a3 22:51:37 ---> 4beeb7136d85 22:51:37 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:51:38 ---> 1d6d25a7f840 22:51:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:51:38 ---> Running in ef054803cba1 22:51:38 ---> a981e5cfb16a 22:51:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:51:38 Removing intermediate container ef054803cba1 22:51:38 ---> 6a03700f65bd 22:51:38 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:51:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:51:38 ---> Running in 94c64905cd2e 22:51:38 ---> 2a30c40247bc 22:51:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:51:38 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:51:38 Status: Downloaded newer image for docker:20.10.0 22:51:38 ---> aefe523efa57 22:51:38 Step 12/26 : RUN apk add --no-cache bash 22:51:39 ---> Running in ef3eb06a801d 22:51:39 ---> e42e12709151 22:51:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:51:39 ---> 548c54dd327c 22:51:39 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:51:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:51:39 ---> Running in be5ba558cef7 22:51:39 ---> 5019dcbe3581 22:51:39 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:51:39 ---> Running in 4149bb7309a9 22:51:39 Removing intermediate container be5ba558cef7 22:51:39 ---> 9c0c0d0e8927 22:51:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:51:39 (1/6) Installing dumb-init (1.2.2-r1) 22:51:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:51:39 (2/6) Installing libgcc (9.3.0-r2) 22:51:39 ---> Running in 748363c52e21 22:51:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:51:39 (3/6) Installing libsodium (1.0.18-r0) 22:51:39 Removing intermediate container 4149bb7309a9 22:51:39 ---> 752dab84e005 22:51:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:51:39 (4/6) Installing libstdc++ (9.3.0-r2) 22:51:40 (1/2) Installing readline (8.0.4-r0) 22:51:40 (2/2) Installing bash (5.0.17-r0) 22:51:40 ---> Running in 491c5c27cbc4 22:51:40 Executing bash-5.0.17-r0.post-install 22:51:40 Executing busybox-1.31.1-r19.trigger 22:51:40 OK: 12 MiB in 22 packages 22:51:40 Removing intermediate container 748363c52e21 22:51:40 ---> 6035d910b73c 22:51:40 Step 20/22 : LABEL arch=x86_64 22:51:40 (5/6) Installing libzmq (4.3.3-r0) 22:51:40 Removing intermediate container 94c64905cd2e 22:51:40 ---> 414d7c0116df 22:51:40 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:51:40 (6/6) Installing zeromq (4.3.3-r0) 22:51:40 Executing busybox-1.31.1-r19.trigger 22:51:40 OK: 8 MiB in 20 packages 22:51:40 ---> Running in d144f0359878 22:51:40 ---> Running in 2c3c86d610a8 22:51:40 Removing intermediate container 491c5c27cbc4 22:51:40 ---> 2cc59971e8ac 22:51:40 Step 20/22 : LABEL arch=x86_64 22:51:40 ---> Running in 73b2909883d2 22:51:40 Removing intermediate container d144f0359878 22:51:40 ---> 9bc53f7c5710 22:51:40 Step 21/22 : LABEL git_sha=f32f4191109bc075ff9359b3fa855becd8fb908f 22:51:40 Removing intermediate container 2c3c86d610a8 22:51:40 ---> f2a0670cc85f 22:51:40 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:51:41 ---> Running in e5dce5ad5809 22:51:41 Removing intermediate container ef3eb06a801d 22:51:41 ---> f488938f5dd0 22:51:41 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:51:41 Removing intermediate container 73b2909883d2 22:51:41 ---> 3ea92678f673 22:51:41 Step 21/22 : LABEL git_sha=f32f4191109bc075ff9359b3fa855becd8fb908f 22:51:41 ---> Running in edfc486107b3 22:51:41 Removing intermediate container 1c2bc5ca7362 22:51:41 ---> f87c313de1d7 22:51:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:51:41 ---> 84cf1d1150dc 22:51:41 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:51:42 Removing intermediate container e5dce5ad5809 22:51:42 ---> d496e4394a88 22:51:42 Step 22/22 : LABEL version=2.0.0-dev.65 22:51:42 ---> Running in 4cf758bd40c5 22:51:42 ---> Running in 99ad0a210362 22:51:42 ---> Running in 19d2f9160743 22:51:42 Removing intermediate container edfc486107b3 22:51:42 ---> 01830eaa07ac 22:51:42 Step 14/26 : ENV APP_PORT=48090 22:51:42 ---> 4db37ea77129 22:51:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:51:42 Removing intermediate container 4cf758bd40c5 22:51:42 ---> e1dbc713efd1 22:51:42 Step 22/22 : LABEL version=2.0.0-dev.65 22:51:42 ---> Running in e38013bd098c 22:51:42 Removing intermediate container 19d2f9160743 22:51:42 ---> a64baf905ac5 22:51:42 22:51:42 ---> Running in 74603ffc2720 22:51:42 Removing intermediate container e38013bd098c 22:51:42 ---> 170123235a53 22:51:42 Step 15/26 : EXPOSE $APP_PORT 22:51:43 Successfully built a64baf905ac5 22:51:43 ---> Running in 60cdbf4803b2 22:51:43 Successfully tagged docker-support-notifications-go:latest 22:51:43  Building docker-support-notifications-go ... done  ---> 1e768f342cb5 22:51:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:51:43 Building docker-security-proxy-setup-go 22:51:43 Removing intermediate container 74603ffc2720 22:51:43 ---> 513f8353fde3 22:51:43 22:51:43 Successfully built 513f8353fde3 22:51:43 Successfully tagged docker-support-scheduler-go:latest 22:51:43 Building docker-security-secretstore-setup-go 22:51:43  Building docker-support-scheduler-go ... done Removing intermediate container 60cdbf4803b2 22:51:43 ---> a71d3cd8556c 22:51:43 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:51:43 ---> 01cd45b3bb3c 22:51:43 Step 19/23 : ENTRYPOINT ["/core-data"] 22:51:43 ---> Running in 2be586bea206 22:51:45 Removing intermediate container 99ad0a210362 22:51:45 ---> 37cb17e37efc 22:51:45 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:51:48 ---> 50aad3b8bfd0 22:51:48 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:51:48 Removing intermediate container 2be586bea206 22:51:48 ---> 5367feabc3be 22:51:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:51:50 ---> a0a3091a5adc 22:51:50 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:51:50 ---> Running in 59d2c87750ce 22:51:50 ---> e46c9a3044d5 22:51:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:51:50 ---> 5c1a58bae1a6 22:51:50 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:51:50 Removing intermediate container 59d2c87750ce 22:51:50 ---> 1e327363dc31 22:51:50 Step 21/23 : LABEL arch=x86_64 22:51:51 ---> Running in b627889df6b4 22:51:55 ---> 13f603a1deaf 22:51:55 Step 19/26 : RUN apk --no-cache add py3-pip 22:51:56 ---> 08d9a5289f98 22:51:56 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 22:51:56 Removing intermediate container 7b6ff8f84a85 22:51:56 ---> 09f4a3beda96 22:51:56 Successfully built 09f4a3beda96 22:51:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:51:56 Removing intermediate container b627889df6b4 22:51:56 ---> c2ca66f279f5 22:51:56 Step 22/23 : LABEL git_sha=f32f4191109bc075ff9359b3fa855becd8fb908f 22:51:56 + docker inspect -f . ci-base-image-arm64 22:51:56 . [Pipeline] withDockerContainer 22:51:56 prd-ubuntu18.04-docker-arm64-4c-16g-24013 does not seem to be running inside a container 22:51:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/329 -v /w/workspace/edgex-go/329:/w/workspace/edgex-go/329:rw,z -v /w/workspace/edgex-go/329@tmp:/w/workspace/edgex-go/329@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 22:51:57 ---> Running in a9215b7c81b6 22:51:58 ---> Running in a269ebb5a257 22:51:58 $ docker top 206a0fd9dc543f4b09a7ce96ba112dbf4255cd4bc09e13d5abcf4f9cba78a7ec -eo pid,comm [Pipeline] { [Pipeline] sh 22:51:59 + go version 22:51:59 go version go1.15.5 linux/arm64 [Pipeline] } 22:51:59 $ docker stop --time=1 206a0fd9dc543f4b09a7ce96ba112dbf4255cd4bc09e13d5abcf4f9cba78a7ec 22:52:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:52:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:52:00 ---> f1fb3e229f41 22:52:00 Step 3/21 : WORKDIR /edgex-go 22:52:00 ---> Using cache 22:52:00 ---> 477952309928 22:52:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:52:00 ---> Using cache 22:52:00 ---> 6436abc519ec 22:52:00 Step 5/21 : RUN apk add --update --no-cache make git 22:52:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:52:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:52:00 ---> f1fb3e229f41 22:52:00 Step 3/24 : WORKDIR /edgex-go 22:52:00 ---> Using cache 22:52:00 ---> 477952309928 22:52:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:52:00 ---> Using cache 22:52:00 ---> 6436abc519ec 22:52:00 Step 5/24 : RUN apk add --update --no-cache make git 22:52:00 ---> ece90137de71 22:52:00 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:52:01 ---> Running in 7eaffba009f1 22:52:01 ---> Running in b1ff239250bf 22:52:01 Removing intermediate container a269ebb5a257 22:52:01 ---> 405d63cb52e6 22:52:01 Step 23/23 : LABEL version=2.0.0-dev.65 22:52:01 ---> Running in 78c5eca1937a 22:52:01 ---> 9d7f952547b2 22:52:01 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:52:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:52:01 $ docker rm -f 206a0fd9dc543f4b09a7ce96ba112dbf4255cd4bc09e13d5abcf4f9cba78a7ec 22:52:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:52:01 (1/33) Installing libbz2 (1.0.8-r1) 22:52:01 (2/33) Installing expat (2.2.9-r1) 22:52:01 ---> Running in 91d681cf57f7 22:52:01 (3/33) Installing libffi (3.3-r2) 22:52:01 (4/33) Installing gdbm (1.13-r1) 22:52:01 (5/33) Installing xz-libs (5.2.5-r0) 22:52:01 Removing intermediate container 78c5eca1937a 22:52:01 ---> 08be44af19ec 22:52:01 22:52:01 (6/33) Installing sqlite-libs (3.32.1-r0) 22:52:01 (7/33) Installing python3 (3.8.5-r0) 22:52:01 Successfully built 08be44af19ec 22:52:01 Successfully tagged docker-core-data-go:latest 22:52:01 Building docker-core-command-go [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage 22:52:02  Building docker-core-data-go ... done Removing intermediate container 91d681cf57f7 22:52:02 ---> 2fe30165b2e6 22:52:02 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:52:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:52:02 22:52:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:52:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:52:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:52:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:52:03 latest: Pulling from edgex-devops/edgex-compose-arm64 22:52:03 29e5d40040c1: Pulling fs layer 22:52:03 1ce36da41761: Pulling fs layer 22:52:03 25b303627fd3: Pulling fs layer 22:52:03 29e5d40040c1: Verifying Checksum 22:52:03 29e5d40040c1: Download complete 22:52:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:52:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:52:04 1ce36da41761: Verifying Checksum 22:52:04 1ce36da41761: Download complete 22:52:04 29e5d40040c1: Pull complete 22:52:04 OK: 233 MiB in 51 packages 22:52:05 1ce36da41761: Pull complete 22:52:05 25b303627fd3: Verifying Checksum 22:52:05 25b303627fd3: Download complete 22:52:06 OK: 233 MiB in 51 packages 22:52:09 ---> 0852be2f96ee 22:52:09 Step 26/31 : RUN chmod +x /entrypoint.sh 22:52:09 (8/33) Installing py3-appdirs (1.4.4-r1) 22:52:09 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:52:09 (10/33) Installing py3-parsing (2.4.7-r0) 22:52:09 (11/33) Installing py3-six (1.15.0-r0) 22:52:09 (12/33) Installing py3-packaging (20.4-r0) 22:52:09 (13/33) Installing py3-setuptools (47.0.0-r0) 22:52:09 (14/33) Installing py3-chardet (3.0.4-r4) 22:52:10 (15/33) Installing py3-idna (2.9-r0) 22:52:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:52:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:52:11 (18/33) Installing py3-requests (2.23.0-r0) 22:52:11 (19/33) Installing py3-msgpack (1.0.0-r0) 22:52:11 ---> Running in b503a9f6f838 22:52:11 (20/33) Installing py3-lockfile (0.12.2-r3) 22:52:12 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:52:12 (22/33) Installing py3-colorama (0.4.3-r0) 22:52:12 (23/33) Installing py3-distlib (0.3.0-r0) 22:52:12 (24/33) Installing py3-distro (1.5.0-r1) 22:52:12 (25/33) Installing py3-webencodings (0.5.1-r3) 22:52:13 (26/33) Installing py3-html5lib (1.0.1-r4) 22:52:13 (27/33) Installing py3-pytoml (0.1.21-r0) 22:52:14 (28/33) Installing py3-pep517 (0.8.2-r0) 22:52:14 (29/33) Installing py3-progress (1.5-r0) 22:52:14 (30/33) Installing py3-toml (0.10.1-r0) 22:52:14 (31/33) Installing py3-retrying (1.3.3-r0) 22:52:14 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:52:14 (33/33) Installing py3-pip (20.1.1-r0) 22:52:14 Removing intermediate container b1ff239250bf 22:52:14 ---> 67121d86d62e 22:52:14 Step 6/24 : COPY go.mod . 22:52:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:52:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:52:14 ---> f1fb3e229f41 22:52:14 Step 3/23 : WORKDIR /edgex-go 22:52:14 ---> Using cache 22:52:14 ---> 477952309928 22:52:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:52:14 ---> Using cache 22:52:14 ---> 6436abc519ec 22:52:14 Step 5/23 : RUN apk add --update --no-cache make git 22:52:14 ---> Using cache 22:52:14 ---> b7917064ddf9 22:52:14 Step 6/23 : COPY go.mod . 22:52:15 25b303627fd3: Pull complete 22:52:15 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:52:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:52:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:52:16 prd-ubuntu18.04-docker-arm64-4c-16g-24013 does not seem to be running inside a container 22:52:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/329 -v /w/workspace/edgex-go/329:/w/workspace/edgex-go/329:rw,z -v /w/workspace/edgex-go/329@tmp:/w/workspace/edgex-go/329@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 22:52:16 Removing intermediate container 7eaffba009f1 22:52:16 ---> b7917064ddf9 22:52:16 Step 6/21 : COPY go.mod . 22:52:16 Executing busybox-1.31.1-r19.trigger 22:52:16 OK: 71 MiB in 55 packages 22:52:16 ---> 4a633ad8f77b 22:52:16 Step 7/23 : RUN go mod download 22:52:16 ---> 9b720a109334 22:52:16 Step 7/24 : RUN go mod download 22:52:16 ---> Running in bc4f44775781 22:52:16 ---> Running in 8a79f69eac31 22:52:16 ---> 7400d4c99031 22:52:16 Step 7/21 : RUN go mod download 22:52:16 ---> Running in a3823b7f199c 22:52:16 Removing intermediate container b503a9f6f838 22:52:16 ---> 6502a59de2bc 22:52:16 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:52:17 ---> Running in 08b01fc81801 22:52:17 Removing intermediate container 08b01fc81801 22:52:17 ---> 6dde162302f3 22:52:17 Step 28/31 : CMD ["gate"] 22:52:19 ---> Running in ba5533e40b75 22:52:19 $ docker top 09f74f65dfb538660a72cb1cc0977240c684936a30e5e780de4ea7fdaf010d31 -eo pid,comm [Pipeline] { [Pipeline] sh 22:52:20 Removing intermediate container ba5533e40b75 22:52:20 ---> 5e5dc060bfc2 22:52:20 Step 29/31 : LABEL arch=x86_64 22:52:20 + docker-compose build --help 22:52:20 + grep parallel 22:52:23 --parallel Build images in parallel. [Pipeline] } 22:52:23 $ docker stop --time=1 09f74f65dfb538660a72cb1cc0977240c684936a30e5e780de4ea7fdaf010d31 22:52:24 ---> Running in 65031f418f1e 22:52:24 Removing intermediate container 8a79f69eac31 22:52:24 ---> c471d9ee1130 22:52:24 Step 8/24 : COPY . . 22:52:24 Removing intermediate container bc4f44775781 22:52:24 ---> d949c56301e8 22:52:24 Step 8/23 : COPY . . 22:52:24 Removing intermediate container a3823b7f199c 22:52:24 ---> 8c9694ca68d1 22:52:24 Step 8/21 : COPY . . 22:52:24 Removing intermediate container a9215b7c81b6 22:52:24 ---> 5f19189662c2 22:52:24 Step 20/26 : RUN pip install docker-compose==1.23.2 22:52:25 Removing intermediate container 65031f418f1e 22:52:25 ---> 4ae71ea9f661 22:52:25 Step 30/31 : LABEL git_sha=f32f4191109bc075ff9359b3fa855becd8fb908f 22:52:25 $ docker rm -f 09f74f65dfb538660a72cb1cc0977240c684936a30e5e780de4ea7fdaf010d31 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:52:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:52:26 . [Pipeline] withDockerContainer 22:52:26 prd-ubuntu18.04-docker-arm64-4c-16g-24013 does not seem to be running inside a container 22:52:27 $ 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/329 -v /w/workspace/edgex-go/329:/w/workspace/edgex-go/329:rw,z -v /w/workspace/edgex-go/329@tmp:/w/workspace/edgex-go/329@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 22:52:28 $ docker top 8da118bbc26ee29581b4fd13eafd93895115b809e15451a461316998a1f3fe87 -eo pid,comm [Pipeline] { [Pipeline] sh 22:52:29 + docker-compose -f ./docker-compose-build.yml build --parallel 22:52:30 ---> Running in 22b34940f288 22:52:32 ---> Running in 115c01af7da2 22:52:32 Building docker-core-command-go ... 22:52:32 Building docker-core-data-go ... 22:52:32 Building docker-core-metadata-go ... 22:52:32 Building docker-security-bootstrapper-go ... 22:52:32 Building docker-security-proxy-setup-go ... 22:52:32 Building docker-security-secretstore-setup-go ... 22:52:32 Building docker-support-notifications-go ... 22:52:32 Building docker-support-scheduler-go ... 22:52:32 Building docker-sys-mgmt-agent-go ... 22:52:32 Building docker-support-notifications-go 22:52:32 Building docker-security-bootstrapper-go 22:52:32 Building docker-security-secretstore-setup-go 22:52:32 Building docker-core-command-go 22:52:32 Building docker-support-scheduler-go 22:52:40 Removing intermediate container 115c01af7da2 22:52:40 ---> 45c6e61670ef 22:52:40 Step 31/31 : LABEL version=2.0.0-dev.65 22:52:46 ---> Running in 1e4e3fbba231 22:52:46 Collecting docker-compose==1.23.2 22:52:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:52:48 Removing intermediate container 1e4e3fbba231 22:52:48 ---> a6e6fff36c52 22:52:48 22:52:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:52:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:52:48 Collecting cached-property<2,>=1.2.0 22:52:48 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:52:50 Successfully built a6e6fff36c52 22:52:50 Collecting texttable<0.10,>=0.9.0 22:52:50 Downloading texttable-0.9.1.tar.gz (11 kB) 22:52:50 Successfully tagged docker-security-bootstrapper-go:latest 22:52:50  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 22:52:56 ---> a22864b68c2e 22:52:56 Step 9/23 : RUN make cmd/core-command/core-command 22:52:56 ---> d2e326712f5f 22:52:56 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:52:57 ---> Running in bc56bdf46693 22:52:57 ---> Running in 2195cf56eba8 22:52:57 Collecting jsonschema<3,>=2.5.1 22:52:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:52:57 ---> 5e4f8ae97c42 22:52:57 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:52:57 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:52:57 Collecting docker<4.0,>=3.6.0 22:52:57 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:52:57 ---> Running in 6c566244813d 22:52:57 Collecting docopt<0.7,>=0.6.1 22:52:57 Downloading docopt-0.6.2.tar.gz (25 kB) 22:52:58 Collecting dockerpty<0.5,>=0.4.1 22:52:58 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:52:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:52:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:52:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-command/core-command ./cmd/core-command 22:52:59 Collecting websocket-client<1.0,>=0.32.0 22:52:59 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:52:59 Collecting PyYAML<4,>=3.10 22:52:59 Downloading PyYAML-3.13.tar.gz (270 kB) 22:53:02 Collecting urllib3<1.25,>=1.21.1 22:53:02 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:53:03 Collecting idna<2.8,>=2.5 22:53:03 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:53:03 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) 22:53:03 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) 22:53:03 Collecting docker-pycreds>=0.4.0 22:53:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:53:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:53:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:53:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:53:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:53:04 Installing collected packages: urllib3, idna, requests, cached-property, texttable, jsonschema, docker-pycreds, websocket-client, docker, docopt, dockerpty, PyYAML, docker-compose 22:53:04 Attempting uninstall: urllib3 22:53:04 Found existing installation: urllib3 1.25.9 22:53:04 Uninstalling urllib3-1.25.9: 22:53:04 Successfully uninstalled urllib3-1.25.9 22:53:05 Attempting uninstall: idna 22:53:05 Found existing installation: idna 2.9 22:53:05 Uninstalling idna-2.9: 22:53:05 Successfully uninstalled idna-2.9 22:53:06 Attempting uninstall: requests 22:53:06 Found existing installation: requests 2.23.0 22:53:06 Uninstalling requests-2.23.0: 22:53:06 Successfully uninstalled requests-2.23.0 22:53:06 Running setup.py install for texttable: started 22:53:07 Running setup.py install for texttable: finished with status 'done' 22:53:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:53:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:53:09 ---> f1fb3e229f41 22:53:09 Step 3/23 : WORKDIR /edgex-go 22:53:09 ---> Using cache 22:53:09 ---> 477952309928 22:53:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:53:09 ---> Using cache 22:53:09 ---> 6436abc519ec 22:53:09 Step 5/23 : RUN apk add --update --no-cache make git 22:53:09 ---> Using cache 22:53:09 ---> b7917064ddf9 22:53:09 Step 6/23 : COPY go.mod . 22:53:09 ---> Using cache 22:53:09 ---> 7400d4c99031 22:53:09 Step 7/23 : RUN go mod download 22:53:09 ---> Using cache 22:53:09 ---> 8c9694ca68d1 22:53:09 Step 8/23 : COPY . . 22:53:09 ---> Using cache 22:53:09 ---> 5e4f8ae97c42 22:53:09 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:53:10 Running setup.py install for docopt: started 22:53:10 ---> Running in 435215a476ce 22:53:10 Running setup.py install for docopt: finished with status 'done' 22:53:10 Running setup.py install for dockerpty: started 22:53:11 Running setup.py install for dockerpty: finished with status 'done' 22:53:11 Running setup.py install for PyYAML: started 22:53:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:53:12 Running setup.py install for PyYAML: finished with status 'done' 22:53:12 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 22:53:16 Removing intermediate container 22b34940f288 22:53:16 ---> eb20f30958c6 22:53:16 Step 21/26 : RUN apk --no-cache add curl 22:53:16 ---> Running in 160d6c8ed824 22:53:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:53:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:53:17 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:53:17 (2/3) Installing libcurl (7.69.1-r3) 22:53:17 (3/3) Installing curl (7.69.1-r3) 22:53:17 Executing busybox-1.31.1-r19.trigger 22:53:17 OK: 72 MiB in 58 packages 22:53:18 Removing intermediate container 160d6c8ed824 22:53:18 ---> e60196d8c505 22:53:18 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:53:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:53:19 ---> Running in a08511e8b829 22:53:19 Removing intermediate container a08511e8b829 22:53:19 ---> b46825dda6cb 22:53:19 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:53:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/secrets-config ./cmd/secrets-config 22:53:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:53:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:53:19 ---> 09f4a3beda96 22:53:19 Step 3/24 : WORKDIR /edgex-go 22:53:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:53:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:53:19 ---> 09f4a3beda96 22:53:19 Step 3/22 : WORKDIR /edgex-go 22:53:19 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:53:19 Step 2/31 : FROM ${BUILDER_BASE} AS builder 22:53:19 ---> 09f4a3beda96 22:53:19 Step 3/31 : WORKDIR /edgex-go 22:53:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:53:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:53:19 ---> 09f4a3beda96 22:53:19 Step 3/23 : WORKDIR /edgex-go 22:53:20 ---> Running in 34efe148ae18 22:53:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:53:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:53:20 ---> 09f4a3beda96 22:53:20 Step 3/22 : WORKDIR /edgex-go 22:53:20 Removing intermediate container 34efe148ae18 22:53:20 ---> 327bdfa79da3 22:53:20 Step 24/26 : LABEL arch=x86_64 22:53:20 ---> Running in 35bf2a743952 22:53:20 Removing intermediate container 35bf2a743952 22:53:20 ---> 45ac78f44d0d 22:53:20 Step 25/26 : LABEL git_sha=f32f4191109bc075ff9359b3fa855becd8fb908f 22:53:20 ---> Running in 552c359abf8c 22:53:20 Removing intermediate container 552c359abf8c 22:53:20 ---> 0061505e4dff 22:53:20 Step 26/26 : LABEL version=2.0.0-dev.65 22:53:22 ---> Running in 72c50fd76404 22:53:22 Removing intermediate container 72c50fd76404 22:53:22 ---> 47fa8f810d75 22:53:22 22:53:22 Successfully built 47fa8f810d75 22:53:22 Successfully tagged docker-sys-mgmt-agent-go:latest 22:53:23 ---> Running in 09535a4ca04c 22:53:23 ---> Running in aa29cee3c682 22:53:23 ---> Running in 990298b5aeda 22:53:23 ---> Running in 6e03a4387a7f 22:53:23 ---> Running in 5813729a1280 22:53:23 Removing intermediate container 09535a4ca04c 22:53:23 ---> 128d07ff3045 22:53:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:53:23 Removing intermediate container 5813729a1280 22:53:23 ---> 25c4acacb723 22:53:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:53:23 Removing intermediate container aa29cee3c682 22:53:23 ---> bd1687955dcb 22:53:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:53:23 Removing intermediate container 990298b5aeda 22:53:23 ---> 57e560fdc45e 22:53:23 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:53:23 Removing intermediate container 6e03a4387a7f 22:53:23 ---> f743f4ea7d24 22:53:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:53:24 ---> Running in 65a3382b7f7c 22:53:24 ---> Running in ba6a10ca2542 22:53:24 ---> Running in 656348de7bf3 22:53:24 ---> Running in 83c38e6c5d9c 22:53:24 ---> Running in 8bf7d3d91e68 22:53:27 Removing intermediate container 65a3382b7f7c 22:53:27 ---> 676a9019b0b1 22:53:27 Step 5/24 : RUN apk add --update --no-cache make git 22:53:27  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 2195cf56eba8 22:53:27 ---> 98de50de821e 22:53:27 22:53:27 Step 10/24 : FROM alpine:3.12 22:53:27 Removing intermediate container 6c566244813d 22:53:27 ---> 00e2dc376fdf 22:53:27 22:53:27 Step 10/21 : FROM alpine:3.12 22:53:27 ---> 389fef711851 22:53:27 Step 11/21 : RUN apk add --update --no-cache curl 22:53:27 ---> 389fef711851 22:53:27 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:53:27 ---> Running in 8e00f0659a32 22:53:27 Removing intermediate container ba6a10ca2542 22:53:27 ---> 40033ad0a208 22:53:27 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:53:28 ---> Running in 8b2b9aeb702e 22:53:28 Removing intermediate container 8bf7d3d91e68 22:53:28 ---> 4aad72fd1ad9 22:53:28 Step 5/23 : RUN apk add --update --no-cache make git 22:53:28 Removing intermediate container 83c38e6c5d9c 22:53:28 ---> 5ad6e3f0b60f 22:53:28 Step 5/31 : RUN apk add --update --no-cache make git 22:53:28 ---> Running in 22821cbff3a4 22:53:28 Removing intermediate container 656348de7bf3 22:53:28 ---> a957993daf52 22:53:28 Step 5/22 : RUN apk add --update --no-cache make git 22:53:28 ---> Running in 08ea7c13e561 22:53:28 ---> Running in dad0743d5e58 22:53:29 ---> Running in 292e750d604e 22:53:29 ---> Running in 70cfd2f87f74 22:53:29 Removing intermediate container bc56bdf46693 22:53:29 ---> acabcb0b2924 22:53:29 22:53:29 Step 10/23 : FROM alpine:3.12 22:53:29 ---> 389fef711851 22:53:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:53:29 ---> Using cache 22:53:29 ---> f13d68c1a3b9 22:53:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:53:29 ---> Using cache 22:53:29 ---> bcd59aa36775 22:53:29 Step 13/23 : ENV APP_PORT=48082 22:53:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:53:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:53:29 ---> Running in 7c67bf489300 22:53:30 Removing intermediate container 7c67bf489300 22:53:30 ---> 274b29e68ea0 22:53:30 Step 14/23 : EXPOSE $APP_PORT 22:53:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:53:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:53:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:53:30 ---> Running in b8f318eb9d3f 22:53:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:53:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:53:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:53:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:53:30 Removing intermediate container b8f318eb9d3f 22:53:30 ---> 80b069aff2d9 22:53:30 Step 15/23 : WORKDIR / 22:53:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:53:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:53:30 ---> Running in b5fd351bffcf 22:53:31 (1/5) Installing ca-certificates (20191127-r4) 22:53:31 (1/4) Installing ca-certificates (20191127-r4) 22:53:31 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:53:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:53:31 (3/5) Installing libcurl (7.69.1-r3) 22:53:31 (3/4) Installing libcurl (7.69.1-r3) 22:53:31 (4/5) Installing curl (7.69.1-r3) 22:53:31 Removing intermediate container b5fd351bffcf 22:53:31 ---> 676e3d23d29a 22:53:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:53:31 (4/4) Installing curl (7.69.1-r3) 22:53:31 (5/5) Installing dumb-init (1.2.2-r1) 22:53:31 Executing busybox-1.31.1-r19.trigger 22:53:31 Executing busybox-1.31.1-r19.trigger 22:53:31 Executing ca-certificates-20191127-r4.trigger 22:53:31 Executing ca-certificates-20191127-r4.trigger 22:53:31 OK: 7 MiB in 19 packages 22:53:31 OK: 7 MiB in 18 packages 22:53:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:53:31 OK: 217 MiB in 51 packages 22:53:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:53:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:53:31 OK: 217 MiB in 51 packages 22:53:32 OK: 217 MiB in 51 packages 22:53:32 OK: 217 MiB in 51 packages 22:53:32 ---> 72cb6c59f923 22:53:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:53:32 OK: 217 MiB in 51 packages 22:53:32 Removing intermediate container 8e00f0659a32 22:53:32 ---> c751be1ee863 22:53:32 Step 6/24 : COPY go.mod . 22:53:33 Removing intermediate container 8b2b9aeb702e 22:53:33 ---> 3c3c2c3bce3d 22:53:33 Step 6/22 : COPY go.mod . 22:53:33 Removing intermediate container 292e750d604e 22:53:33 ---> 919d92d593eb 22:53:33 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:53:33 Removing intermediate container 70cfd2f87f74 22:53:33 ---> ca0c6170b110 22:53:33 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:53:33 ---> f20f14c18ac8 22:53:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:53:33 ---> Running in f6d38b56d017 22:53:33 ---> Running in 6bddcbfea00d 22:53:33 Removing intermediate container 22821cbff3a4 22:53:33 ---> e480a4bc1fac 22:53:33 Step 6/23 : COPY go.mod . 22:53:33 Removing intermediate container 08ea7c13e561 22:53:33 ---> 835e91e29726 22:53:33 Step 6/31 : COPY go.mod . 22:53:34 Removing intermediate container f6d38b56d017 22:53:34 ---> cc9fdce07331 22:53:34 Step 13/21 : WORKDIR /edgex 22:53:34 Removing intermediate container 6bddcbfea00d 22:53:34 ---> 791233658747 22:53:34 Step 13/24 : WORKDIR / 22:53:34 ---> 251f41e81222 22:53:34 Step 7/24 : RUN go mod download 22:53:34 ---> c8c1474fccdf 22:53:34 Step 19/23 : ENTRYPOINT ["/core-command"] 22:53:34 ---> Running in d4d009ba499d 22:53:34 Removing intermediate container dad0743d5e58 22:53:34 ---> 3c8c210c3303 22:53:34 Step 6/22 : COPY go.mod . 22:53:34 ---> 2496e258313b 22:53:34 Step 7/22 : RUN go mod download 22:53:34 ---> Running in 495dcabbb364 22:53:34 ---> Running in d65f181efbed 22:53:34 ---> Running in 882866ddc311 22:53:35 ---> a38382550bcd 22:53:35 Step 7/23 : RUN go mod download 22:53:35 ---> Running in 98f588a72b0e 22:53:35 ---> 102009cb02f7 22:53:35 Step 7/31 : RUN go mod download 22:53:35 ---> Running in 667a864fe223 22:53:35 ---> Running in 900827037ab5 22:53:35 ---> d48ee33ae7c6 22:53:35 Step 7/22 : RUN go mod download 22:53:35 ---> Running in 2a33b2de4715 22:53:36 Removing intermediate container 882866ddc311 22:53:36 ---> 2011c036f23c 22:53:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:53:36 Removing intermediate container d65f181efbed 22:53:36 ---> 1cde7744f046 22:53:36 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:53:36 Removing intermediate container 495dcabbb364 22:53:36 ---> 519428b0c0b8 22:53:36 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:53:36 ---> Running in 720a2e9c561c 22:53:38 ---> 7bee120a5258 22:53:38 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:53:38 ---> 775ac47d2301 22:53:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:53:38 Removing intermediate container 720a2e9c561c 22:53:38 ---> 4fdb6da2d12d 22:53:38 Step 21/23 : LABEL arch=x86_64 22:53:38 Removing intermediate container 435215a476ce 22:53:38 ---> fcaa6ff063a2 22:53:38 22:53:38 Step 10/23 : FROM alpine:3.12 22:53:38 ---> 389fef711851 22:53:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:53:38 ---> Using cache 22:53:38 ---> f13d68c1a3b9 22:53:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:53:38 ---> Using cache 22:53:38 ---> bcd59aa36775 22:53:38 Step 13/23 : ENV APP_PORT=48081 22:53:38 ---> Running in 53d8e5f72298 22:53:38 ---> Running in 3223a1b32dcb 22:53:38 Removing intermediate container d4d009ba499d 22:53:38 ---> 9dcc852be5ca 22:53:38 Step 8/24 : COPY . . 22:53:38 ---> c29fb538e16b 22:53:38 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:53:38 Removing intermediate container 53d8e5f72298 22:53:38 ---> 9bf33da6156d 22:53:38 Step 22/23 : LABEL git_sha=f32f4191109bc075ff9359b3fa855becd8fb908f 22:53:38 ---> c907833e7551 22:53:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:53:38 ---> Running in 08fa7b42dd12 22:53:38 Removing intermediate container 3223a1b32dcb 22:53:38 ---> 5fa3a14f60fd 22:53:38 Step 14/23 : EXPOSE $APP_PORT 22:53:39 ---> 97ffbb1caa5e 22:53:39 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:53:39 ---> Running in 0980cfebbc11 22:53:39 Removing intermediate container 08fa7b42dd12 22:53:39 ---> 923fd3188a5a 22:53:39 Step 23/23 : LABEL version=2.0.0-dev.65 22:53:39 ---> d0d728a4bc0e 22:53:39 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:53:39 ---> Running in fc8332188bc4 22:53:39 ---> Running in b27aababf557 22:53:39 Removing intermediate container 0980cfebbc11 22:53:39 ---> 904e1f284109 22:53:39 Step 15/23 : WORKDIR / 22:53:39 ---> e19186be25f8 22:53:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:53:39 ---> Running in f6dfe09a59f9 22:53:39 Removing intermediate container fc8332188bc4 22:53:39 ---> 891e0ddb1b17 22:53:39 22:53:39 Removing intermediate container 98f588a72b0e 22:53:39 ---> a58439f904d0 22:53:39 Step 8/22 : COPY . . 22:53:39 Successfully built 891e0ddb1b17 22:53:39 Removing intermediate container b27aababf557 22:53:39 ---> 496260b6eeba 22:53:39 Step 18/21 : CMD ["--init=true"] 22:53:39 Successfully tagged docker-core-command-go:latest 22:53:39 Removing intermediate container 667a864fe223 22:53:39 ---> 480d3ae0f807 22:53:39 Step 8/23 : COPY . . 22:53:40  Building docker-core-command-go ... done Removing intermediate container f6dfe09a59f9 22:53:40 ---> 8150b2fbc2c6 22:53:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:53:40 ---> Running in c1294b599a93 22:53:40 ---> c3b7d6adcee2 22:53:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:53:40 Removing intermediate container c1294b599a93 22:53:40 ---> 193d85d519c0 22:53:40 Step 19/21 : LABEL arch=x86_64 22:53:40 ---> Running in 8ac420e6368a 22:53:40 ---> bbf948ac5348 22:53:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:53:40 ---> eed8688be473 22:53:40 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 22:53:40 Removing intermediate container 900827037ab5 22:53:40 ---> eff480d0e609 22:53:40 Step 8/31 : COPY . . 22:53:40 ---> Running in aafb903caccd 22:53:40 Removing intermediate container 8ac420e6368a 22:53:40 ---> c072dd8a050f 22:53:40 Step 20/21 : LABEL git_sha=f32f4191109bc075ff9359b3fa855becd8fb908f 22:53:40 ---> Running in bfcf24477054 22:53:40 ---> c7722d518897 22:53:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:53:41 Removing intermediate container 2a33b2de4715 22:53:41 ---> 2d90970e21ed 22:53:41 Step 8/22 : COPY . . 22:53:41 Removing intermediate container bfcf24477054 22:53:41 ---> f5ce4e5021d6 22:53:41 Step 21/21 : LABEL version=2.0.0-dev.65 22:53:41 ---> Running in e3024475b519 22:53:42 ---> 360c12075089 22:53:42 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:53:42 ---> Running in f0379e65df8c 22:53:42 Removing intermediate container e3024475b519 22:53:42 ---> a6e4be0935ed 22:53:42 22:53:42 Successfully built a6e4be0935ed 22:53:42 Removing intermediate container aafb903caccd 22:53:42 ---> e96deaf21613 22:53:42 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:53:42 Successfully tagged docker-security-proxy-setup-go:latest 22:53:42  Building docker-security-proxy-setup-go ... done Removing intermediate container f0379e65df8c 22:53:42 ---> 8ea85b74fe96 22:53:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:53:42 ---> Running in 8ce8293a0244 22:53:42 ---> Running in 522dc426f021 22:53:42 Removing intermediate container 8ce8293a0244 22:53:42 ---> 74c198bdbbb5 22:53:42 Step 21/23 : LABEL arch=x86_64 22:53:42 Removing intermediate container 522dc426f021 22:53:42 ---> dad79762280d 22:53:42 Step 22/24 : LABEL arch=x86_64 22:53:42 ---> Running in 94bfb27d889a 22:53:42 ---> Running in 238b33854813 22:53:43 Removing intermediate container 94bfb27d889a 22:53:43 ---> fa03b993a516 22:53:43 Step 22/23 : LABEL git_sha=f32f4191109bc075ff9359b3fa855becd8fb908f 22:53:43 Removing intermediate container 238b33854813 22:53:43 ---> befdd6830011 22:53:43 Step 23/24 : LABEL git_sha=f32f4191109bc075ff9359b3fa855becd8fb908f 22:53:43 ---> Running in 1670cabc1df7 22:53:43 ---> Running in 3ab315a98e5b 22:53:43 Removing intermediate container 1670cabc1df7 22:53:43 ---> 6ba5658d8f6a 22:53:43 Step 23/23 : LABEL version=2.0.0-dev.65 22:53:43 Removing intermediate container 3ab315a98e5b 22:53:43 ---> 83f5fc46c673 22:53:43 Step 24/24 : LABEL version=2.0.0-dev.65 22:53:43 ---> Running in 03fa68622d96 22:53:43 ---> Running in 908e632be7d1 22:53:43 Removing intermediate container 03fa68622d96 22:53:43 ---> 75b11ff84b3a 22:53:43 22:53:43 Removing intermediate container 908e632be7d1 22:53:43 ---> 93b1b40e1876 22:53:43 22:53:43 Successfully built 75b11ff84b3a 22:53:43 Successfully tagged docker-core-metadata-go:latest 22:53:43  Building docker-core-metadata-go ... done Successfully built 93b1b40e1876 22:53:43 Successfully tagged docker-security-secretstore-setup-go:latest 22:53:44  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 22:53:44 $ docker stop --time=1 d9e9301ceaea9c5d2de713554d2a34e3c015a593a9a9c0f598c2d35e1358c261 22:53:45 $ docker rm -f d9e9301ceaea9c5d2de713554d2a34e3c015a593a9a9c0f598c2d35e1358c261 [Pipeline] // withDockerContainer [Pipeline] sh 22:53:46 + docker images 22:53:46 + grep docker 22:53:46 docker-security-secretstore-setup-go latest 93b1b40e1876 3 seconds ago 24.6MB 22:53:46 docker-core-metadata-go latest 75b11ff84b3a 3 seconds ago 18.8MB 22:53:46 docker-security-proxy-setup-go latest a6e4be0935ed 5 seconds ago 24.4MB 22:53:46 docker-core-command-go latest 891e0ddb1b17 7 seconds ago 16.9MB 22:53:46 docker-sys-mgmt-agent-go latest 47fa8f810d75 25 seconds ago 313MB 22:53:46 docker-security-bootstrapper-go latest a6e6fff36c52 About a minute ago 23.8MB 22:53:46 docker-core-data-go latest 08be44af19ec About a minute ago 22.3MB 22:53:46 docker-support-scheduler-go latest 513f8353fde3 2 minutes ago 17MB 22:53:46 docker-support-notifications-go latest a64baf905ac5 2 minutes ago 16.9MB 22:53:46 docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:53:47 provisioning config files... 22:53:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/329@tmp/config7198285039914035701tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:53:47 ---> docker-login.sh 22:53:47 nexus3.edgexfoundry.org:10001 22:53:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:53:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:53:47 Configure a credential helper to remove this warning. See 22:53:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:53:47 22:53:47 Login Succeeded 22:53:47 nexus3.edgexfoundry.org:10002 22:53:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:53:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:53:47 Configure a credential helper to remove this warning. See 22:53:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:53:47 22:53:47 Login Succeeded 22:53:47 nexus3.edgexfoundry.org:10003 22:53:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:53:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:53:48 Configure a credential helper to remove this warning. See 22:53:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:53:48 22:53:48 Login Succeeded 22:53:48 nexus3.edgexfoundry.org:10004 22:53:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:53:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:53:48 Configure a credential helper to remove this warning. See 22:53:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:53:48 22:53:48 Login Succeeded 22:53:48 docker.io 22:53:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:53:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:53:48 Configure a credential helper to remove this warning. See 22:53:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:53:48 22:53:48 Login Succeeded 22:53:48 ---> docker-login.sh ends [Pipeline] } 22:53:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:53:48 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 22:53:48 f32f4191109bc075ff9359b3fa855becd8fb908f 22:53:48 2.0.0-dev.65 22:53:48 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:53:48 master 22:53:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:53:49 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f32f4191109bc075ff9359b3fa855becd8fb908f [Pipeline] isUnix [Pipeline] sh 22:53:49 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f32f4191109bc075ff9359b3fa855becd8fb908f 22:53:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 22:53:49 c08a6edf5ca1: Preparing 22:53:49 6f375b3dc100: Preparing 22:53:49 baf886c57c3e: Preparing 22:53:49 042bc2d7d4e9: Preparing 22:53:49 777b2c648970: Preparing 22:53:49 777b2c648970: Layer already exists 22:53:49 c08a6edf5ca1: Pushed 22:53:49 042bc2d7d4e9: Pushed 22:53:49 baf886c57c3e: Pushed 22:53:50 6f375b3dc100: Pushed 22:53:50 f32f4191109bc075ff9359b3fa855becd8fb908f: digest: sha256:d333d76388621edec6a38d1da2ea71d1543d7fedf57eb3c1172b9b38aad87d2f size: 1363 [Pipeline] isUnix [Pipeline] sh 22:53:51 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:53:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.65 22:53:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 22:53:51 c08a6edf5ca1: Preparing 22:53:51 6f375b3dc100: Preparing 22:53:51 baf886c57c3e: Preparing 22:53:51 042bc2d7d4e9: Preparing 22:53:51 777b2c648970: Preparing 22:53:51 c08a6edf5ca1: Layer already exists 22:53:51 042bc2d7d4e9: Layer already exists 22:53:51 777b2c648970: Layer already exists 22:53:51 baf886c57c3e: Layer already exists 22:53:51 6f375b3dc100: Layer already exists 22:53:51 2.0.0-dev.65: digest: sha256:d333d76388621edec6a38d1da2ea71d1543d7fedf57eb3c1172b9b38aad87d2f size: 1363 [Pipeline] isUnix [Pipeline] sh 22:53:51 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:53:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:53:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 22:53:51 c08a6edf5ca1: Preparing 22:53:51 6f375b3dc100: Preparing 22:53:51 baf886c57c3e: Preparing 22:53:51 042bc2d7d4e9: Preparing 22:53:51 777b2c648970: Preparing 22:53:51 6f375b3dc100: Layer already exists 22:53:51 c08a6edf5ca1: Layer already exists 22:53:51 042bc2d7d4e9: Layer already exists 22:53:51 baf886c57c3e: Layer already exists 22:53:51 777b2c648970: Layer already exists 22:53:51 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65: digest: sha256:d333d76388621edec6a38d1da2ea71d1543d7fedf57eb3c1172b9b38aad87d2f size: 1363 [Pipeline] isUnix [Pipeline] sh 22:53:52 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 22:53:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 22:53:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 22:53:52 c08a6edf5ca1: Preparing 22:53:52 6f375b3dc100: Preparing 22:53:52 baf886c57c3e: Preparing 22:53:52 042bc2d7d4e9: Preparing 22:53:52 777b2c648970: Preparing 22:53:52 777b2c648970: Layer already exists 22:53:52 baf886c57c3e: Layer already exists 22:53:52 042bc2d7d4e9: Layer already exists 22:53:52 6f375b3dc100: Layer already exists 22:53:52 c08a6edf5ca1: Layer already exists 22:53:52 master: digest: sha256:d333d76388621edec6a38d1da2ea71d1543d7fedf57eb3c1172b9b38aad87d2f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:53:52 ===================================================== [Pipeline] echo 22:53:52 taggedImages: 22:53:52 - nexus3.edgexfoundry.org:10004/docker-core-command-go:f32f4191109bc075ff9359b3fa855becd8fb908f 22:53:52 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.65 22:53:52 - nexus3.edgexfoundry.org:10004/docker-core-command-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:53:52 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 22:53:52 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 22:53:52 f32f4191109bc075ff9359b3fa855becd8fb908f 22:53:52 2.0.0-dev.65 22:53:52 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:53:52 master 22:53:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:53:53 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f32f4191109bc075ff9359b3fa855becd8fb908f [Pipeline] isUnix [Pipeline] sh 22:53:53 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f32f4191109bc075ff9359b3fa855becd8fb908f 22:53:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 22:53:53 37e894a6fb6c: Preparing 22:53:53 d22cc24feb63: Preparing 22:53:53 baf886c57c3e: Preparing 22:53:53 d68c687dc2e6: Preparing 22:53:53 2ac5cbeedb36: Preparing 22:53:53 777b2c648970: Preparing 22:53:53 777b2c648970: Waiting 22:53:53 baf886c57c3e: Layer already exists 22:53:53 777b2c648970: Layer already exists 22:53:53 2ac5cbeedb36: Pushed 22:53:53 37e894a6fb6c: Pushed 22:53:53 d68c687dc2e6: Pushed 22:53:54 d22cc24feb63: Pushed 22:53:55 f32f4191109bc075ff9359b3fa855becd8fb908f: digest: sha256:80a603c12f404ff7284af12f6238c1c187e72ef32f866277329e8f665038b6d0 size: 1572 [Pipeline] isUnix [Pipeline] sh 22:53:55 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:53:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.65 22:53:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 22:53:55 37e894a6fb6c: Preparing 22:53:55 d22cc24feb63: Preparing 22:53:55 baf886c57c3e: Preparing 22:53:55 d68c687dc2e6: Preparing 22:53:55 2ac5cbeedb36: Preparing 22:53:55 777b2c648970: Preparing 22:53:55 777b2c648970: Waiting 22:53:55 d68c687dc2e6: Layer already exists 22:53:55 baf886c57c3e: Layer already exists 22:53:55 37e894a6fb6c: Layer already exists 22:53:55 d22cc24feb63: Layer already exists 22:53:55 2ac5cbeedb36: Layer already exists 22:53:55 777b2c648970: Layer already exists 22:53:55 2.0.0-dev.65: digest: sha256:80a603c12f404ff7284af12f6238c1c187e72ef32f866277329e8f665038b6d0 size: 1572 [Pipeline] isUnix [Pipeline] sh 22:53:55 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:53:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:53:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 22:53:56 37e894a6fb6c: Preparing 22:53:56 d22cc24feb63: Preparing 22:53:56 baf886c57c3e: Preparing 22:53:56 d68c687dc2e6: Preparing 22:53:56 2ac5cbeedb36: Preparing 22:53:56 777b2c648970: Preparing 22:53:56 777b2c648970: Waiting 22:53:56 baf886c57c3e: Layer already exists 22:53:56 37e894a6fb6c: Layer already exists 22:53:56 2ac5cbeedb36: Layer already exists 22:53:56 d68c687dc2e6: Layer already exists 22:53:56 d22cc24feb63: Layer already exists 22:53:56 777b2c648970: Layer already exists 22:53:56 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65: digest: sha256:80a603c12f404ff7284af12f6238c1c187e72ef32f866277329e8f665038b6d0 size: 1572 [Pipeline] isUnix [Pipeline] sh 22:53:56 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 22:53:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 22:53:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 22:53:57 37e894a6fb6c: Preparing 22:53:57 d22cc24feb63: Preparing 22:53:57 baf886c57c3e: Preparing 22:53:57 d68c687dc2e6: Preparing 22:53:57 2ac5cbeedb36: Preparing 22:53:57 777b2c648970: Preparing 22:53:57 777b2c648970: Waiting 22:53:57 2ac5cbeedb36: Layer already exists 22:53:57 d22cc24feb63: Layer already exists 22:53:57 37e894a6fb6c: Layer already exists 22:53:57 d68c687dc2e6: Layer already exists 22:53:57 baf886c57c3e: Layer already exists 22:53:57 777b2c648970: Layer already exists 22:53:57 master: digest: sha256:80a603c12f404ff7284af12f6238c1c187e72ef32f866277329e8f665038b6d0 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:53:57 ===================================================== [Pipeline] echo 22:53:57 taggedImages: 22:53:57 - nexus3.edgexfoundry.org:10004/docker-core-data-go:f32f4191109bc075ff9359b3fa855becd8fb908f 22:53:57 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.65 22:53:57 - nexus3.edgexfoundry.org:10004/docker-core-data-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:53:57 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 22:53:57 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 22:53:57 f32f4191109bc075ff9359b3fa855becd8fb908f 22:53:57 2.0.0-dev.65 22:53:57 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:53:57 master 22:53:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:53:58 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f32f4191109bc075ff9359b3fa855becd8fb908f [Pipeline] isUnix [Pipeline] sh 22:53:58 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f32f4191109bc075ff9359b3fa855becd8fb908f 22:53:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 22:53:58 4c40da1b030b: Preparing 22:53:58 134a65022753: Preparing 22:53:58 baf886c57c3e: Preparing 22:53:58 042bc2d7d4e9: Preparing 22:53:58 777b2c648970: Preparing 22:53:58 042bc2d7d4e9: Layer already exists 22:53:58 777b2c648970: Layer already exists 22:53:58 baf886c57c3e: Layer already exists 22:53:58 4c40da1b030b: Pushed 22:53:59 ---> 22d85ed5f828 22:53:59 Step 9/23 : RUN make cmd/core-command/core-command 22:53:59 ---> cc379829c4d2 22:53:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:53:59 ---> 91045ae620ee 22:53:59 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:53:59 ---> 57077f6b5bc1 22:53:59 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:53:59 ---> d00723dfdcdf 22:53:59 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 22:53:59 ---> Running in 00fa3484de3d 22:53:59 ---> Running in f7bb24a4ff59 22:53:59 ---> Running in 025bdcc4af8c 22:53:59 ---> Running in fbcb80f7073d 22:53:59 ---> Running in 93aff9df1d1f 22:53:59 134a65022753: Pushed 22:53:59 f32f4191109bc075ff9359b3fa855becd8fb908f: digest: sha256:906e50207e9874eda51e4abaaac03ee61173dc06826850cb4f4474036bc5a76c size: 1363 [Pipeline] isUnix [Pipeline] sh 22:54:00 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:54:00 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.65 22:54:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 22:54:00 4c40da1b030b: Preparing 22:54:00 134a65022753: Preparing 22:54:00 baf886c57c3e: Preparing 22:54:00 042bc2d7d4e9: Preparing 22:54:00 777b2c648970: Preparing 22:54:00 777b2c648970: Layer already exists 22:54:00 042bc2d7d4e9: Layer already exists 22:54:00 134a65022753: Layer already exists 22:54:00 baf886c57c3e: Layer already exists 22:54:00 4c40da1b030b: Layer already exists 22:54:00 2.0.0-dev.65: digest: sha256:906e50207e9874eda51e4abaaac03ee61173dc06826850cb4f4474036bc5a76c size: 1363 [Pipeline] isUnix [Pipeline] sh 22:54:00 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:54:00 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:54:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 22:54:00 4c40da1b030b: Preparing 22:54:00 134a65022753: Preparing 22:54:00 baf886c57c3e: Preparing 22:54:00 042bc2d7d4e9: Preparing 22:54:00 777b2c648970: Preparing 22:54:00 baf886c57c3e: Layer already exists 22:54:00 134a65022753: Layer already exists 22:54:00 4c40da1b030b: Layer already exists 22:54:00 042bc2d7d4e9: Layer already exists 22:54:00 777b2c648970: Layer already exists 22:54:00 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65: digest: sha256:906e50207e9874eda51e4abaaac03ee61173dc06826850cb4f4474036bc5a76c size: 1363 [Pipeline] isUnix [Pipeline] sh 22:54:01 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 22:54:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-command/core-command ./cmd/core-command 22:54:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:54:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:54:01 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 22:54:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 22:54:01 4c40da1b030b: Preparing 22:54:01 134a65022753: Preparing 22:54:01 baf886c57c3e: Preparing 22:54:01 042bc2d7d4e9: Preparing 22:54:01 777b2c648970: Preparing 22:54:01 baf886c57c3e: Layer already exists 22:54:01 4c40da1b030b: Layer already exists 22:54:01 777b2c648970: Layer already exists 22:54:01 042bc2d7d4e9: Layer already exists 22:54:01 134a65022753: Layer already exists 22:54:01 master: digest: sha256:906e50207e9874eda51e4abaaac03ee61173dc06826850cb4f4474036bc5a76c size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 22:54:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:54:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] // withEnv [Pipeline] echo 22:54:01 ===================================================== [Pipeline] echo 22:54:01 taggedImages: 22:54:01 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f32f4191109bc075ff9359b3fa855becd8fb908f 22:54:01 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.65 22:54:01 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:54:01 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 22:54:01 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 22:54:01 f32f4191109bc075ff9359b3fa855becd8fb908f 22:54:01 2.0.0-dev.65 22:54:01 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:54:01 master 22:54:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:54:02 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f32f4191109bc075ff9359b3fa855becd8fb908f [Pipeline] isUnix [Pipeline] sh 22:54:02 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f32f4191109bc075ff9359b3fa855becd8fb908f 22:54:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 22:54:02 8b4f8f59d55e: Preparing 22:54:02 8b4f8f59d55e: Preparing 22:54:02 bd5d22e6f7d0: Preparing 22:54:02 2668cd77c600: Preparing 22:54:02 ff70161fe41f: Preparing 22:54:02 baba10699ad1: Preparing 22:54:02 baf886c57c3e: Preparing 22:54:02 16cc8af5e7bb: Preparing 22:54:02 16cc8af5e7bb: Preparing 22:54:02 60de3a792b1f: Preparing 22:54:02 160e1d7ad4f3: Preparing 22:54:02 777b2c648970: Preparing 22:54:02 baf886c57c3e: Waiting 22:54:02 16cc8af5e7bb: Waiting 22:54:02 60de3a792b1f: Waiting 22:54:02 160e1d7ad4f3: Waiting 22:54:02 777b2c648970: Waiting 22:54:02 8b4f8f59d55e: Pushed 22:54:02 bd5d22e6f7d0: Pushed 22:54:02 ff70161fe41f: Pushed 22:54:02 baf886c57c3e: Layer already exists 22:54:02 60de3a792b1f: Pushed 22:54:03 777b2c648970: Layer already exists 22:54:03 16cc8af5e7bb: Pushed 22:54:03 160e1d7ad4f3: Pushed 22:54:03 2668cd77c600: Pushed 22:54:03 baba10699ad1: Pushed 22:54:03 f32f4191109bc075ff9359b3fa855becd8fb908f: digest: sha256:e8e3b6383a70b916ad0e6e5bae9912525f01759e4d06229d8d925990690f4aea size: 2820 [Pipeline] isUnix [Pipeline] sh 22:54:04 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:54:04 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.65 22:54:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 22:54:04 8b4f8f59d55e: Preparing 22:54:04 8b4f8f59d55e: Preparing 22:54:04 bd5d22e6f7d0: Preparing 22:54:04 2668cd77c600: Preparing 22:54:04 ff70161fe41f: Preparing 22:54:04 baba10699ad1: Preparing 22:54:04 baf886c57c3e: Preparing 22:54:04 16cc8af5e7bb: Preparing 22:54:04 16cc8af5e7bb: Preparing 22:54:04 60de3a792b1f: Preparing 22:54:04 160e1d7ad4f3: Preparing 22:54:04 777b2c648970: Preparing 22:54:04 16cc8af5e7bb: Waiting 22:54:04 60de3a792b1f: Waiting 22:54:04 160e1d7ad4f3: Waiting 22:54:04 777b2c648970: Waiting 22:54:04 baf886c57c3e: Waiting 22:54:04 ff70161fe41f: Layer already exists 22:54:04 2668cd77c600: Layer already exists 22:54:04 8b4f8f59d55e: Layer already exists 22:54:04 bd5d22e6f7d0: Layer already exists 22:54:04 baba10699ad1: Layer already exists 22:54:04 baf886c57c3e: Layer already exists 22:54:04 777b2c648970: Layer already exists 22:54:04 16cc8af5e7bb: Layer already exists 22:54:04 160e1d7ad4f3: Layer already exists 22:54:04 60de3a792b1f: Layer already exists 22:54:04 2.0.0-dev.65: digest: sha256:e8e3b6383a70b916ad0e6e5bae9912525f01759e4d06229d8d925990690f4aea size: 2820 [Pipeline] isUnix [Pipeline] sh 22:54:04 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:54:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:54:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 22:54:05 8b4f8f59d55e: Preparing 22:54:05 8b4f8f59d55e: Preparing 22:54:05 bd5d22e6f7d0: Preparing 22:54:05 2668cd77c600: Preparing 22:54:05 ff70161fe41f: Preparing 22:54:05 baba10699ad1: Preparing 22:54:05 baf886c57c3e: Preparing 22:54:05 16cc8af5e7bb: Preparing 22:54:05 16cc8af5e7bb: Preparing 22:54:05 60de3a792b1f: Preparing 22:54:05 160e1d7ad4f3: Preparing 22:54:05 777b2c648970: Preparing 22:54:05 baf886c57c3e: Waiting 22:54:05 16cc8af5e7bb: Waiting 22:54:05 60de3a792b1f: Waiting 22:54:05 160e1d7ad4f3: Waiting 22:54:05 777b2c648970: Waiting 22:54:05 baba10699ad1: Layer already exists 22:54:05 8b4f8f59d55e: Layer already exists 22:54:05 ff70161fe41f: Layer already exists 22:54:05 2668cd77c600: Layer already exists 22:54:05 bd5d22e6f7d0: Layer already exists 22:54:05 16cc8af5e7bb: Layer already exists 22:54:05 777b2c648970: Layer already exists 22:54:05 160e1d7ad4f3: Layer already exists 22:54:05 baf886c57c3e: Layer already exists 22:54:05 60de3a792b1f: Layer already exists 22:54:05 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65: digest: sha256:e8e3b6383a70b916ad0e6e5bae9912525f01759e4d06229d8d925990690f4aea size: 2820 [Pipeline] isUnix [Pipeline] sh 22:54:05 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 22:54:06 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 22:54:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 22:54:06 8b4f8f59d55e: Preparing 22:54:06 8b4f8f59d55e: Preparing 22:54:06 bd5d22e6f7d0: Preparing 22:54:06 2668cd77c600: Preparing 22:54:06 ff70161fe41f: Preparing 22:54:06 baba10699ad1: Preparing 22:54:06 baf886c57c3e: Preparing 22:54:06 16cc8af5e7bb: Preparing 22:54:06 16cc8af5e7bb: Preparing 22:54:06 60de3a792b1f: Preparing 22:54:06 160e1d7ad4f3: Preparing 22:54:06 777b2c648970: Preparing 22:54:06 16cc8af5e7bb: Waiting 22:54:06 60de3a792b1f: Waiting 22:54:06 160e1d7ad4f3: Waiting 22:54:06 777b2c648970: Waiting 22:54:06 baf886c57c3e: Waiting 22:54:06 baba10699ad1: Layer already exists 22:54:06 8b4f8f59d55e: Layer already exists 22:54:06 bd5d22e6f7d0: Layer already exists 22:54:06 ff70161fe41f: Layer already exists 22:54:06 2668cd77c600: Layer already exists 22:54:06 baf886c57c3e: Layer already exists 22:54:06 16cc8af5e7bb: Layer already exists 22:54:06 777b2c648970: Layer already exists 22:54:06 160e1d7ad4f3: Layer already exists 22:54:06 60de3a792b1f: Layer already exists 22:54:06 master: digest: sha256:e8e3b6383a70b916ad0e6e5bae9912525f01759e4d06229d8d925990690f4aea size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:54:06 ===================================================== [Pipeline] echo 22:54:06 taggedImages: 22:54:06 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f32f4191109bc075ff9359b3fa855becd8fb908f 22:54:06 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.65 22:54:06 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:54:06 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 22:54:06 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 22:54:06 f32f4191109bc075ff9359b3fa855becd8fb908f 22:54:06 2.0.0-dev.65 22:54:06 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:54:06 master 22:54:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:54:07 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f32f4191109bc075ff9359b3fa855becd8fb908f [Pipeline] isUnix [Pipeline] sh 22:54:07 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f32f4191109bc075ff9359b3fa855becd8fb908f 22:54:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 22:54:07 a06f0daa338a: Preparing 22:54:07 ffc191a297d5: Preparing 22:54:07 944919a848a9: Preparing 22:54:07 201b83fb5322: Preparing 22:54:07 d78cfe889a28: Preparing 22:54:07 777b2c648970: Preparing 22:54:07 777b2c648970: Waiting 22:54:07 201b83fb5322: Pushed 22:54:07 944919a848a9: Pushed 22:54:07 777b2c648970: Layer already exists 22:54:07 d78cfe889a28: Pushed 22:54:08 ffc191a297d5: Pushed 22:54:08 a06f0daa338a: Pushed 22:54:08 f32f4191109bc075ff9359b3fa855becd8fb908f: digest: sha256:7913053cf13d75fe12130a064946ce79c2a71a7a837f93940352cb6c30772633 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:54:08 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:54:09 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.65 22:54:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 22:54:09 a06f0daa338a: Preparing 22:54:09 ffc191a297d5: Preparing 22:54:09 944919a848a9: Preparing 22:54:09 201b83fb5322: Preparing 22:54:09 d78cfe889a28: Preparing 22:54:09 777b2c648970: Preparing 22:54:09 777b2c648970: Waiting 22:54:09 201b83fb5322: Layer already exists 22:54:09 a06f0daa338a: Layer already exists 22:54:09 944919a848a9: Layer already exists 22:54:09 d78cfe889a28: Layer already exists 22:54:09 ffc191a297d5: Layer already exists 22:54:09 777b2c648970: Layer already exists 22:54:09 2.0.0-dev.65: digest: sha256:7913053cf13d75fe12130a064946ce79c2a71a7a837f93940352cb6c30772633 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:54:09 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:54:09 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:54:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 22:54:09 a06f0daa338a: Preparing 22:54:09 ffc191a297d5: Preparing 22:54:09 944919a848a9: Preparing 22:54:09 201b83fb5322: Preparing 22:54:09 d78cfe889a28: Preparing 22:54:09 777b2c648970: Preparing 22:54:09 777b2c648970: Waiting 22:54:09 d78cfe889a28: Layer already exists 22:54:09 201b83fb5322: Layer already exists 22:54:09 ffc191a297d5: Layer already exists 22:54:09 a06f0daa338a: Layer already exists 22:54:09 944919a848a9: Layer already exists 22:54:09 777b2c648970: Layer already exists 22:54:09 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65: digest: sha256:7913053cf13d75fe12130a064946ce79c2a71a7a837f93940352cb6c30772633 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:54:09 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 22:54:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 22:54:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 22:54:10 a06f0daa338a: Preparing 22:54:10 ffc191a297d5: Preparing 22:54:10 944919a848a9: Preparing 22:54:10 201b83fb5322: Preparing 22:54:10 d78cfe889a28: Preparing 22:54:10 777b2c648970: Preparing 22:54:10 777b2c648970: Waiting 22:54:10 201b83fb5322: Layer already exists 22:54:10 d78cfe889a28: Layer already exists 22:54:10 ffc191a297d5: Layer already exists 22:54:10 a06f0daa338a: Layer already exists 22:54:10 944919a848a9: Layer already exists 22:54:10 777b2c648970: Layer already exists 22:54:10 master: digest: sha256:7913053cf13d75fe12130a064946ce79c2a71a7a837f93940352cb6c30772633 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:54:10 ===================================================== [Pipeline] echo 22:54:10 taggedImages: 22:54:10 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f32f4191109bc075ff9359b3fa855becd8fb908f 22:54:10 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.65 22:54:10 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:54:10 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 22:54:10 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 22:54:10 f32f4191109bc075ff9359b3fa855becd8fb908f 22:54:10 2.0.0-dev.65 22:54:10 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:54:10 master 22:54:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:54:11 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f32f4191109bc075ff9359b3fa855becd8fb908f [Pipeline] isUnix [Pipeline] sh 22:54:11 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f32f4191109bc075ff9359b3fa855becd8fb908f 22:54:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 22:54:11 39860a8e8d03: Preparing 22:54:11 c8ac3619ebff: Preparing 22:54:11 376c1c4f9a83: Preparing 22:54:11 550d6ecefa62: Preparing 22:54:11 367f18238f84: Preparing 22:54:11 2d426d51e158: Preparing 22:54:11 301498e1e743: Preparing 22:54:11 0159d640f374: Preparing 22:54:11 777b2c648970: Preparing 22:54:11 2d426d51e158: Waiting 22:54:11 301498e1e743: Waiting 22:54:11 0159d640f374: Waiting 22:54:11 777b2c648970: Waiting 22:54:11 39860a8e8d03: Pushed 22:54:11 c8ac3619ebff: Pushed 22:54:11 367f18238f84: Pushed 22:54:11 301498e1e743: Pushed 22:54:11 2d426d51e158: Pushed 22:54:11 777b2c648970: Layer already exists 22:54:11 0159d640f374: Pushed 22:54:12 550d6ecefa62: Pushed 22:54:12 376c1c4f9a83: Pushed 22:54:12 f32f4191109bc075ff9359b3fa855becd8fb908f: digest: sha256:3777f53838e20dec73bdd10d0764655ddc1d3067def3d8c60390aa3e17e96b46 size: 2198 [Pipeline] isUnix [Pipeline] sh 22:54:12 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:54:12 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.65 22:54:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 22:54:12 39860a8e8d03: Preparing 22:54:12 c8ac3619ebff: Preparing 22:54:12 376c1c4f9a83: Preparing 22:54:12 550d6ecefa62: Preparing 22:54:12 367f18238f84: Preparing 22:54:12 2d426d51e158: Preparing 22:54:12 301498e1e743: Preparing 22:54:12 0159d640f374: Preparing 22:54:12 777b2c648970: Preparing 22:54:12 2d426d51e158: Waiting 22:54:12 301498e1e743: Waiting 22:54:12 0159d640f374: Waiting 22:54:12 777b2c648970: Waiting 22:54:12 c8ac3619ebff: Layer already exists 22:54:12 550d6ecefa62: Layer already exists 22:54:12 39860a8e8d03: Layer already exists 22:54:12 376c1c4f9a83: Layer already exists 22:54:12 367f18238f84: Layer already exists 22:54:12 301498e1e743: Layer already exists 22:54:12 2d426d51e158: Layer already exists 22:54:12 0159d640f374: Layer already exists 22:54:12 777b2c648970: Layer already exists 22:54:12 2.0.0-dev.65: digest: sha256:3777f53838e20dec73bdd10d0764655ddc1d3067def3d8c60390aa3e17e96b46 size: 2198 [Pipeline] isUnix [Pipeline] sh 22:54:13 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:54:13 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:54:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 22:54:13 39860a8e8d03: Preparing 22:54:13 c8ac3619ebff: Preparing 22:54:13 376c1c4f9a83: Preparing 22:54:13 550d6ecefa62: Preparing 22:54:13 367f18238f84: Preparing 22:54:13 2d426d51e158: Preparing 22:54:13 301498e1e743: Preparing 22:54:13 0159d640f374: Preparing 22:54:13 777b2c648970: Preparing 22:54:13 2d426d51e158: Waiting 22:54:13 301498e1e743: Waiting 22:54:13 0159d640f374: Waiting 22:54:13 c8ac3619ebff: Layer already exists 22:54:13 39860a8e8d03: Layer already exists 22:54:13 376c1c4f9a83: Layer already exists 22:54:13 367f18238f84: Layer already exists 22:54:13 550d6ecefa62: Layer already exists 22:54:13 301498e1e743: Layer already exists 22:54:13 2d426d51e158: Layer already exists 22:54:13 0159d640f374: Layer already exists 22:54:13 777b2c648970: Layer already exists 22:54:13 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65: digest: sha256:3777f53838e20dec73bdd10d0764655ddc1d3067def3d8c60390aa3e17e96b46 size: 2198 [Pipeline] isUnix [Pipeline] sh 22:54:13 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 22:54:14 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 22:54:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 22:54:14 39860a8e8d03: Preparing 22:54:14 c8ac3619ebff: Preparing 22:54:14 376c1c4f9a83: Preparing 22:54:14 550d6ecefa62: Preparing 22:54:14 367f18238f84: Preparing 22:54:14 2d426d51e158: Preparing 22:54:14 301498e1e743: Preparing 22:54:14 0159d640f374: Preparing 22:54:14 777b2c648970: Preparing 22:54:14 2d426d51e158: Waiting 22:54:14 777b2c648970: Waiting 22:54:14 301498e1e743: Waiting 22:54:14 0159d640f374: Waiting 22:54:14 c8ac3619ebff: Layer already exists 22:54:14 39860a8e8d03: Layer already exists 22:54:14 376c1c4f9a83: Layer already exists 22:54:14 550d6ecefa62: Layer already exists 22:54:14 367f18238f84: Layer already exists 22:54:14 2d426d51e158: Layer already exists 22:54:14 301498e1e743: Layer already exists 22:54:14 0159d640f374: Layer already exists 22:54:14 777b2c648970: Layer already exists 22:54:14 master: digest: sha256:3777f53838e20dec73bdd10d0764655ddc1d3067def3d8c60390aa3e17e96b46 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:54:14 ===================================================== [Pipeline] echo 22:54:14 taggedImages: 22:54:14 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f32f4191109bc075ff9359b3fa855becd8fb908f 22:54:14 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.65 22:54:14 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:54:14 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 22:54:14 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 22:54:14 f32f4191109bc075ff9359b3fa855becd8fb908f 22:54:14 2.0.0-dev.65 22:54:14 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:54:14 master 22:54:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:54:14 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f32f4191109bc075ff9359b3fa855becd8fb908f [Pipeline] isUnix [Pipeline] sh 22:54:15 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f32f4191109bc075ff9359b3fa855becd8fb908f 22:54:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 22:54:15 3411a7170364: Preparing 22:54:15 d4168ae653f1: Preparing 22:54:15 baf886c57c3e: Preparing 22:54:15 8f4763db46c1: Preparing 22:54:15 777b2c648970: Preparing 22:54:15 777b2c648970: Layer already exists 22:54:15 baf886c57c3e: Layer already exists 22:54:15 3411a7170364: Pushed 22:54:15 8f4763db46c1: Pushed 22:54:16 d4168ae653f1: Pushed 22:54:16 f32f4191109bc075ff9359b3fa855becd8fb908f: digest: sha256:b8a1726cce4875cbad5948774b2852ecec879ae16927aa44ecf666d62e85b4d9 size: 1364 [Pipeline] isUnix [Pipeline] sh 22:54:16 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:54:17 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.65 22:54:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 22:54:17 3411a7170364: Preparing 22:54:17 d4168ae653f1: Preparing 22:54:17 baf886c57c3e: Preparing 22:54:17 8f4763db46c1: Preparing 22:54:17 777b2c648970: Preparing 22:54:17 777b2c648970: Layer already exists 22:54:17 d4168ae653f1: Layer already exists 22:54:17 8f4763db46c1: Layer already exists 22:54:17 baf886c57c3e: Layer already exists 22:54:17 3411a7170364: Layer already exists 22:54:17 2.0.0-dev.65: digest: sha256:b8a1726cce4875cbad5948774b2852ecec879ae16927aa44ecf666d62e85b4d9 size: 1364 [Pipeline] isUnix [Pipeline] sh 22:54:17 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:54:17 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:54:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 22:54:17 3411a7170364: Preparing 22:54:17 d4168ae653f1: Preparing 22:54:17 baf886c57c3e: Preparing 22:54:17 8f4763db46c1: Preparing 22:54:17 777b2c648970: Preparing 22:54:17 d4168ae653f1: Layer already exists 22:54:17 3411a7170364: Layer already exists 22:54:17 baf886c57c3e: Layer already exists 22:54:17 8f4763db46c1: Layer already exists 22:54:17 777b2c648970: Layer already exists 22:54:17 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65: digest: sha256:b8a1726cce4875cbad5948774b2852ecec879ae16927aa44ecf666d62e85b4d9 size: 1364 [Pipeline] isUnix [Pipeline] sh 22:54:17 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 22:54:18 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 22:54:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 22:54:18 3411a7170364: Preparing 22:54:18 d4168ae653f1: Preparing 22:54:18 baf886c57c3e: Preparing 22:54:18 8f4763db46c1: Preparing 22:54:18 777b2c648970: Preparing 22:54:18 3411a7170364: Layer already exists 22:54:18 777b2c648970: Layer already exists 22:54:18 d4168ae653f1: Layer already exists 22:54:18 baf886c57c3e: Layer already exists 22:54:18 8f4763db46c1: Layer already exists 22:54:18 master: digest: sha256:b8a1726cce4875cbad5948774b2852ecec879ae16927aa44ecf666d62e85b4d9 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:54:18 ===================================================== [Pipeline] echo 22:54:18 taggedImages: 22:54:18 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f32f4191109bc075ff9359b3fa855becd8fb908f 22:54:18 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.65 22:54:18 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:54:18 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 22:54:18 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 22:54:18 f32f4191109bc075ff9359b3fa855becd8fb908f 22:54:18 2.0.0-dev.65 22:54:18 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:54:18 master 22:54:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:54:19 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f32f4191109bc075ff9359b3fa855becd8fb908f [Pipeline] isUnix [Pipeline] sh 22:54:19 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f32f4191109bc075ff9359b3fa855becd8fb908f 22:54:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 22:54:19 016d3ca17747: Preparing 22:54:19 f7ffe8796f77: Preparing 22:54:19 baf886c57c3e: Preparing 22:54:19 042bc2d7d4e9: Preparing 22:54:19 777b2c648970: Preparing 22:54:19 042bc2d7d4e9: Layer already exists 22:54:19 777b2c648970: Layer already exists 22:54:19 baf886c57c3e: Layer already exists 22:54:19 016d3ca17747: Pushed 22:54:20 f7ffe8796f77: Pushed 22:54:20 f32f4191109bc075ff9359b3fa855becd8fb908f: digest: sha256:2299fdaf0f16aa66ba0e7acf51719693822f73be259c7e9f28e745855d5c8cd2 size: 1363 [Pipeline] isUnix [Pipeline] sh 22:54:20 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:54:21 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.65 22:54:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 22:54:21 016d3ca17747: Preparing 22:54:21 f7ffe8796f77: Preparing 22:54:21 baf886c57c3e: Preparing 22:54:21 042bc2d7d4e9: Preparing 22:54:21 777b2c648970: Preparing 22:54:21 baf886c57c3e: Layer already exists 22:54:21 777b2c648970: Layer already exists 22:54:21 f7ffe8796f77: Layer already exists 22:54:21 042bc2d7d4e9: Layer already exists 22:54:21 016d3ca17747: Layer already exists 22:54:21 2.0.0-dev.65: digest: sha256:2299fdaf0f16aa66ba0e7acf51719693822f73be259c7e9f28e745855d5c8cd2 size: 1363 [Pipeline] isUnix [Pipeline] sh 22:54:21 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:54:21 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:54:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 22:54:21 016d3ca17747: Preparing 22:54:21 f7ffe8796f77: Preparing 22:54:21 baf886c57c3e: Preparing 22:54:21 042bc2d7d4e9: Preparing 22:54:21 777b2c648970: Preparing 22:54:21 016d3ca17747: Layer already exists 22:54:21 777b2c648970: Layer already exists 22:54:21 042bc2d7d4e9: Layer already exists 22:54:21 f7ffe8796f77: Layer already exists 22:54:21 baf886c57c3e: Layer already exists 22:54:21 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65: digest: sha256:2299fdaf0f16aa66ba0e7acf51719693822f73be259c7e9f28e745855d5c8cd2 size: 1363 [Pipeline] isUnix [Pipeline] sh 22:54:21 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 22:54:22 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 22:54:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 22:54:22 016d3ca17747: Preparing 22:54:22 f7ffe8796f77: Preparing 22:54:22 baf886c57c3e: Preparing 22:54:22 042bc2d7d4e9: Preparing 22:54:22 777b2c648970: Preparing 22:54:22 baf886c57c3e: Layer already exists 22:54:22 777b2c648970: Layer already exists 22:54:22 f7ffe8796f77: Layer already exists 22:54:22 016d3ca17747: Layer already exists 22:54:22 042bc2d7d4e9: Layer already exists 22:54:22 master: digest: sha256:2299fdaf0f16aa66ba0e7acf51719693822f73be259c7e9f28e745855d5c8cd2 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:54:22 ===================================================== [Pipeline] echo 22:54:22 taggedImages: 22:54:22 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f32f4191109bc075ff9359b3fa855becd8fb908f 22:54:22 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.65 22:54:22 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:54:22 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 22:54:22 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 22:54:22 f32f4191109bc075ff9359b3fa855becd8fb908f 22:54:22 2.0.0-dev.65 22:54:22 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:54:22 master 22:54:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:54:23 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f32f4191109bc075ff9359b3fa855becd8fb908f [Pipeline] isUnix [Pipeline] sh 22:54:23 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f32f4191109bc075ff9359b3fa855becd8fb908f 22:54:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 22:54:23 32602318980f: Preparing 22:54:23 4df6d16c44de: Preparing 22:54:23 c80f911a530a: Preparing 22:54:23 66c30ba55467: Preparing 22:54:23 888f7b4e3390: Preparing 22:54:23 93a0710fa709: Preparing 22:54:23 c07c3f16c574: Preparing 22:54:23 0754057c0ad3: Preparing 22:54:23 998cdf262ab1: Preparing 22:54:23 02e56110abd2: Preparing 22:54:23 abc36efb885a: Preparing 22:54:23 b0b09059f4e1: Preparing 22:54:23 bb961f40224b: Preparing 22:54:23 f4666769fca7: Preparing 22:54:23 93a0710fa709: Waiting 22:54:23 c07c3f16c574: Waiting 22:54:23 0754057c0ad3: Waiting 22:54:23 b0b09059f4e1: Waiting 22:54:23 bb961f40224b: Waiting 22:54:23 998cdf262ab1: Waiting 22:54:23 f4666769fca7: Waiting 22:54:23 02e56110abd2: Waiting 22:54:23 abc36efb885a: Waiting 22:54:23 32602318980f: Pushed 22:54:23 888f7b4e3390: Pushed 22:54:23 66c30ba55467: Pushed 22:54:23 0754057c0ad3: Layer already exists 22:54:23 998cdf262ab1: Layer already exists 22:54:23 02e56110abd2: Layer already exists 22:54:23 abc36efb885a: Layer already exists 22:54:23 c07c3f16c574: Pushed 22:54:23 4df6d16c44de: Pushed 22:54:23 b0b09059f4e1: Layer already exists 22:54:24 bb961f40224b: Layer already exists 22:54:24 f4666769fca7: Layer already exists 22:54:24 93a0710fa709: Pushed 22:54:31 c80f911a530a: Pushed 22:54:31 f32f4191109bc075ff9359b3fa855becd8fb908f: digest: sha256:f3699fe9d3a028b9696ed5e9497ba647be5954df2f95a2120e62abe2dd18a76d size: 3252 [Pipeline] isUnix [Pipeline] sh 22:54:31 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:54:32 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.65 22:54:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 22:54:32 32602318980f: Preparing 22:54:32 4df6d16c44de: Preparing 22:54:32 c80f911a530a: Preparing 22:54:32 66c30ba55467: Preparing 22:54:32 888f7b4e3390: Preparing 22:54:32 93a0710fa709: Preparing 22:54:32 c07c3f16c574: Preparing 22:54:32 0754057c0ad3: Preparing 22:54:32 998cdf262ab1: Preparing 22:54:32 02e56110abd2: Preparing 22:54:32 abc36efb885a: Preparing 22:54:32 b0b09059f4e1: Preparing 22:54:32 bb961f40224b: Preparing 22:54:32 f4666769fca7: Preparing 22:54:32 93a0710fa709: Waiting 22:54:32 c07c3f16c574: Waiting 22:54:32 0754057c0ad3: Waiting 22:54:32 998cdf262ab1: Waiting 22:54:32 02e56110abd2: Waiting 22:54:32 abc36efb885a: Waiting 22:54:32 b0b09059f4e1: Waiting 22:54:32 bb961f40224b: Waiting 22:54:32 f4666769fca7: Waiting 22:54:32 66c30ba55467: Layer already exists 22:54:32 c80f911a530a: Layer already exists 22:54:32 4df6d16c44de: Layer already exists 22:54:32 888f7b4e3390: Layer already exists 22:54:32 32602318980f: Layer already exists 22:54:32 c07c3f16c574: Layer already exists 22:54:32 93a0710fa709: Layer already exists 22:54:32 0754057c0ad3: Layer already exists 22:54:32 998cdf262ab1: Layer already exists 22:54:32 02e56110abd2: Layer already exists 22:54:32 abc36efb885a: Layer already exists 22:54:32 b0b09059f4e1: Layer already exists 22:54:32 bb961f40224b: Layer already exists 22:54:32 f4666769fca7: Layer already exists 22:54:32 2.0.0-dev.65: digest: sha256:f3699fe9d3a028b9696ed5e9497ba647be5954df2f95a2120e62abe2dd18a76d size: 3252 [Pipeline] isUnix [Pipeline] sh 22:54:32 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:54:32 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:54:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 22:54:32 32602318980f: Preparing 22:54:32 4df6d16c44de: Preparing 22:54:32 c80f911a530a: Preparing 22:54:32 66c30ba55467: Preparing 22:54:32 888f7b4e3390: Preparing 22:54:32 93a0710fa709: Preparing 22:54:32 c07c3f16c574: Preparing 22:54:32 0754057c0ad3: Preparing 22:54:32 998cdf262ab1: Preparing 22:54:32 02e56110abd2: Preparing 22:54:32 abc36efb885a: Preparing 22:54:32 b0b09059f4e1: Preparing 22:54:32 bb961f40224b: Preparing 22:54:32 f4666769fca7: Preparing 22:54:32 0754057c0ad3: Waiting 22:54:32 998cdf262ab1: Waiting 22:54:32 02e56110abd2: Waiting 22:54:32 93a0710fa709: Waiting 22:54:32 c07c3f16c574: Waiting 22:54:32 abc36efb885a: Waiting 22:54:32 b0b09059f4e1: Waiting 22:54:32 f4666769fca7: Waiting 22:54:32 bb961f40224b: Waiting 22:54:32 66c30ba55467: Layer already exists 22:54:32 4df6d16c44de: Layer already exists 22:54:32 32602318980f: Layer already exists 22:54:32 888f7b4e3390: Layer already exists 22:54:32 c80f911a530a: Layer already exists 22:54:32 93a0710fa709: Layer already exists 22:54:32 998cdf262ab1: Layer already exists 22:54:32 02e56110abd2: Layer already exists 22:54:32 0754057c0ad3: Layer already exists 22:54:32 abc36efb885a: Layer already exists 22:54:32 c07c3f16c574: Layer already exists 22:54:32 b0b09059f4e1: Layer already exists 22:54:32 bb961f40224b: Layer already exists 22:54:32 f4666769fca7: Layer already exists 22:54:32 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65: digest: sha256:f3699fe9d3a028b9696ed5e9497ba647be5954df2f95a2120e62abe2dd18a76d size: 3252 [Pipeline] isUnix [Pipeline] sh 22:54:33 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 22:54:33 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 22:54:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 22:54:33 32602318980f: Preparing 22:54:33 4df6d16c44de: Preparing 22:54:33 c80f911a530a: Preparing 22:54:33 66c30ba55467: Preparing 22:54:33 888f7b4e3390: Preparing 22:54:33 93a0710fa709: Preparing 22:54:33 c07c3f16c574: Preparing 22:54:33 0754057c0ad3: Preparing 22:54:33 998cdf262ab1: Preparing 22:54:33 02e56110abd2: Preparing 22:54:33 abc36efb885a: Preparing 22:54:33 b0b09059f4e1: Preparing 22:54:33 bb961f40224b: Preparing 22:54:33 f4666769fca7: Preparing 22:54:33 93a0710fa709: Waiting 22:54:33 c07c3f16c574: Waiting 22:54:33 0754057c0ad3: Waiting 22:54:33 998cdf262ab1: Waiting 22:54:33 02e56110abd2: Waiting 22:54:33 abc36efb885a: Waiting 22:54:33 b0b09059f4e1: Waiting 22:54:33 bb961f40224b: Waiting 22:54:33 f4666769fca7: Waiting 22:54:33 888f7b4e3390: Layer already exists 22:54:33 4df6d16c44de: Layer already exists 22:54:33 32602318980f: Layer already exists 22:54:33 c80f911a530a: Layer already exists 22:54:33 66c30ba55467: Layer already exists 22:54:33 c07c3f16c574: Layer already exists 22:54:33 998cdf262ab1: Layer already exists 22:54:33 93a0710fa709: Layer already exists 22:54:33 02e56110abd2: Layer already exists 22:54:33 0754057c0ad3: Layer already exists 22:54:33 bb961f40224b: Layer already exists 22:54:33 abc36efb885a: Layer already exists 22:54:33 b0b09059f4e1: Layer already exists 22:54:33 f4666769fca7: Layer already exists 22:54:33 master: digest: sha256:f3699fe9d3a028b9696ed5e9497ba647be5954df2f95a2120e62abe2dd18a76d size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:54:33 ===================================================== [Pipeline] echo 22:54:33 taggedImages: 22:54:33 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f32f4191109bc075ff9359b3fa855becd8fb908f 22:54:33 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.65 22:54:33 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:54:33 - 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] } 22:55:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:55:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 22:55:31 Removing intermediate container f7bb24a4ff59 22:55:31 ---> de99f280867b 22:55:31 22:55:31 Step 10/24 : FROM alpine:3.12 22:55:31 3.12: Pulling from library/alpine 22:55:33 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:55:33 Status: Downloaded newer image for alpine:3.12 22:55:33 ---> afeebe901d6b 22:55:33 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:55:34 ---> Running in dd1c5601fd1f 22:55:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:55:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:55:37 (1/5) Installing ca-certificates (20191127-r4) 22:55:37 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:55:37 (3/5) Installing libcurl (7.69.1-r3) 22:55:37 (4/5) Installing curl (7.69.1-r3) 22:55:37 (5/5) Installing dumb-init (1.2.2-r1) 22:55:37 Executing busybox-1.31.1-r19.trigger 22:55:37 Removing intermediate container fbcb80f7073d 22:55:37 ---> 926ebfb77a1e 22:55:37 22:55:37 Step 10/22 : FROM alpine:3.12 22:55:37 ---> afeebe901d6b 22:55:37 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:55:37 Executing ca-certificates-20191127-r4.trigger 22:55:38 OK: 7 MiB in 19 packages 22:55:38 ---> Running in a682a08531f4 22:55:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:55:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:55:41 Removing intermediate container dd1c5601fd1f 22:55:41 ---> a04ef5d52372 22:55:41 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:55:41 (1/2) Installing ca-certificates (20191127-r4) 22:55:41 ---> Running in 4eccf00198b6 22:55:41 (2/2) Installing dumb-init (1.2.2-r1) 22:55:41 Executing busybox-1.31.1-r19.trigger 22:55:41 Executing ca-certificates-20191127-r4.trigger 22:55:41 OK: 6 MiB in 16 packages 22:55:42 Removing intermediate container 4eccf00198b6 22:55:42 ---> 1363240e6fc3 22:55:42 Step 13/24 : WORKDIR / 22:55:42 ---> Running in 5e7555c135ba 22:55:43 Removing intermediate container 5e7555c135ba 22:55:43 ---> 00ba32d683cf 22:55:43 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:55:44 Removing intermediate container a682a08531f4 22:55:44 ---> f0a3cb08fa04 22:55:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:55:45 ---> 44e89b501e56 22:55:45 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:55:45 ---> Running in bcda7ed77ae4 22:55:46 Removing intermediate container bcda7ed77ae4 22:55:46 ---> b91cac3b16cc 22:55:46 Step 13/22 : ENV APP_PORT=48060 22:55:47 ---> 63cbf7cb59ea 22:55:47 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:55:47 ---> Running in 3655cfafc249 22:55:47 Removing intermediate container 93aff9df1d1f 22:55:47 ---> c6d07cf0e625 22:55:47 22:55:47 Step 10/31 : FROM alpine:3.12 22:55:47 ---> afeebe901d6b 22:55:47 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:55:48 ---> Running in 6549c16b262c 22:55:48 Removing intermediate container 3655cfafc249 22:55:48 ---> 690b54fe06ce 22:55:48 Step 14/22 : EXPOSE $APP_PORT 22:55:48 Removing intermediate container 00fa3484de3d 22:55:48 ---> e4ee19cae2d3 22:55:48 22:55:48 Step 10/23 : FROM alpine:3.12 22:55:48 ---> afeebe901d6b 22:55:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:55:49 ---> cd1c9c180240 22:55:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:55:49 ---> Running in 30a6db08c954 22:55:49 ---> Running in 6f8b42c68d12 22:55:49 Removing intermediate container 6549c16b262c 22:55:49 ---> 783a2e774868 22:55:49 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:55:49 ---> Running in e30edf99f6fd 22:55:50 Removing intermediate container 025bdcc4af8c 22:55:50 ---> d520b7ef3599 22:55:50 22:55:50 Step 10/22 : FROM alpine:3.12 22:55:50 ---> afeebe901d6b 22:55:50 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:55:50 Removing intermediate container 30a6db08c954 22:55:50 ---> 5f8550644d59 22:55:50 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:55:50 ---> Running in 45e58c78e7b3 22:55:50 ---> 435907e635b6 22:55:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:55:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:55:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:55:51 ---> 2a387bc607d1 22:55:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:55:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:55:52 (1/1) Installing dumb-init (1.2.2-r1) 22:55:52 Executing busybox-1.31.1-r19.trigger 22:55:52 OK: 5 MiB in 15 packages 22:55:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:55:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:55:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:55:52 ---> 5792feb381d8 22:55:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:55:52 (1/2) Installing dumb-init (1.2.2-r1) 22:55:52 (2/2) Installing su-exec (0.2-r1) 22:55:52 Executing busybox-1.31.1-r19.trigger 22:55:52 OK: 5 MiB in 16 packages 22:55:53 (1/1) Installing dumb-init (1.2.2-r1) 22:55:53 Executing busybox-1.31.1-r19.trigger 22:55:53 OK: 5 MiB in 15 packages 22:55:53 ---> bdcc68d25ebd 22:55:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:55:54 ---> 8566e160039e 22:55:54 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/ 22:55:54 Removing intermediate container 6f8b42c68d12 22:55:54 ---> a5a3683b3933 22:55:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:55:54 ---> Running in 217e8830cb95 22:55:54 ---> Running in 1f0db60d8569 22:55:54 Removing intermediate container e30edf99f6fd 22:55:54 ---> 2a548837669c 22:55:54 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:55:54 ---> 403903190d95 22:55:54 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:55:55 Removing intermediate container 45e58c78e7b3 22:55:55 ---> 10238c1acb74 22:55:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:55:55 Removing intermediate container 1f0db60d8569 22:55:55 ---> 2a729fdff9c3 22:55:55 Step 13/23 : ENV APP_PORT=48082 22:55:55 ---> Running in 3d04a8e4fe8f 22:55:55 ---> Running in 8919fa5b1fcc 22:55:55 ---> Running in fb9581cad6b2 22:55:55 ---> Running in 6f7a37f836fd 22:55:56 Removing intermediate container 3d04a8e4fe8f 22:55:56 ---> b1afe65f2e87 22:55:56 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:55:56 Removing intermediate container 8919fa5b1fcc 22:55:56 ---> b3b189f469ea 22:55:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:55:56 ---> Running in eb964cd1b043 22:55:56 Removing intermediate container fb9581cad6b2 22:55:56 ---> dad9cfac527f 22:55:56 Step 14/23 : EXPOSE $APP_PORT 22:55:56 Removing intermediate container 6f7a37f836fd 22:55:56 ---> 8d11bd5f8686 22:55:56 Step 13/22 : ENV APP_PORT=48085 22:55:56 ---> Running in 9c4c3de0a426 22:55:56 ---> Running in 798fdcb59ab2 22:55:56 ---> Running in a086e50bb707 22:55:56 Removing intermediate container eb964cd1b043 22:55:56 ---> e655534a376d 22:55:56 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:55:57 ---> Running in fc27379c09d6 22:55:57 Removing intermediate container 798fdcb59ab2 22:55:57 Removing intermediate container 9c4c3de0a426 22:55:57 ---> 7fdfcccd8e9c 22:55:57 ---> 4be72607ff88 22:55:57 Step 20/22 : LABEL arch=arm64Step 15/23 : WORKDIR / 22:55:57 22:55:57 Removing intermediate container a086e50bb707 22:55:57 ---> 01f37bc4296c 22:55:57 Step 14/22 : EXPOSE $APP_PORT 22:55:57 Removing intermediate container 217e8830cb95 22:55:57 ---> c46777646775 22:55:57 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:55:57 ---> Running in 332d73addafd 22:55:57 ---> Running in de511053bdbf 22:55:57 ---> Running in 0649c46941ac 22:55:57 ---> Running in efc1a524f6fb 22:55:58 Removing intermediate container 0649c46941ac 22:55:58 ---> e2e16ebbaba7 22:55:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:55:58 Removing intermediate container 332d73addafd 22:55:58 ---> 0de226396ade 22:55:58 Step 21/22 : LABEL git_sha=f32f4191109bc075ff9359b3fa855becd8fb908f 22:55:58 Removing intermediate container efc1a524f6fb 22:55:58 ---> 18b7291bd1fa 22:55:58 Removing intermediate container de511053bdbf 22:55:58 Step 22/24 : LABEL arch=arm64 ---> 3d13476edcb8 22:55:58 22:55:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:55:58 ---> Running in a0ed346bfd63 22:55:58 ---> Running in ac9b1cff5a9d 22:55:59 Removing intermediate container a0ed346bfd63 22:55:59 ---> f2a098ff4278 22:55:59 Step 22/22 : LABEL version=2.0.0-dev.65 22:55:59 ---> 872a35b9040d 22:55:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:55:59 Removing intermediate container ac9b1cff5a9d 22:55:59 ---> 8e8431a4a9af 22:55:59 Step 23/24 : LABEL git_sha=f32f4191109bc075ff9359b3fa855becd8fb908f 22:55:59 ---> 3dc890b827d6 22:55:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:55:59 ---> Running in 47f20bdd3a18 22:56:00 ---> Running in 8a60c34f30e3 22:56:00 Removing intermediate container fc27379c09d6 22:56:00 ---> dc1c453ac5e2 22:56:00 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:56:00 ---> Running in eefabadbcd35 22:56:00 Removing intermediate container 47f20bdd3a18 22:56:00 ---> ba3f44e1606a 22:56:00 22:56:00 Removing intermediate container 8a60c34f30e3 22:56:00 ---> a37376f28774 22:56:00 Step 24/24 : LABEL version=2.0.0-dev.65 22:56:01 Successfully built ba3f44e1606a 22:56:01 Successfully tagged docker-support-notifications-go-arm64:latest 22:56:01  Building docker-support-notifications-go ... done Building docker-core-data-go 22:56:01 ---> Running in a46759cfec9f 22:56:01 Removing intermediate container eefabadbcd35 22:56:01 ---> fea195596ae5 22:56:01 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:56:01 ---> d83178dc2ab5 22:56:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:56:01 ---> 70baa7c5df4d 22:56:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:56:02 Removing intermediate container a46759cfec9f 22:56:02 ---> 9d43a513dff3 22:56:02 22:56:02 Successfully built 9d43a513dff3 22:56:02 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:56:02  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 22:56:02 ---> e0e3cafbad62 22:56:02 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:56:03 ---> Running in 0cbac4d54028 22:56:03 ---> 848bc78bb4ea 22:56:03 Step 19/23 : ENTRYPOINT ["/core-command"] 22:56:03 ---> f80d2ccbfc68 22:56:03 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:56:03 ---> Running in 2b0a43317a0e 22:56:03 ---> Running in 355d2cabcb25 22:56:04 Removing intermediate container 2b0a43317a0e 22:56:04 ---> 4b0516d429f4 22:56:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:56:05 ---> Running in e7d16ca28200 22:56:05 Removing intermediate container 355d2cabcb25 22:56:05 ---> 8550cd429177 22:56:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:56:06 ---> Running in 248b175ba5d5 22:56:06 Removing intermediate container e7d16ca28200 22:56:06 ---> 91a2c822bf3b 22:56:06 Step 21/23 : LABEL arch=arm64 22:56:07 ---> Running in fcd1282a3d85 22:56:07 Removing intermediate container 248b175ba5d5 22:56:07 ---> 9bb8cae754f6 22:56:07 Step 20/22 : LABEL arch=arm64 22:56:07 Removing intermediate container 0cbac4d54028 22:56:07 ---> 6403a7ca4892 22:56:07 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:56:07 ---> Running in 32f19e41c19f 22:56:07 Removing intermediate container fcd1282a3d85 22:56:07 ---> ef50da15b56d 22:56:07 Step 22/23 : LABEL git_sha=f32f4191109bc075ff9359b3fa855becd8fb908f 22:56:08 ---> Running in 6bc1991495b9 22:56:08 Removing intermediate container 32f19e41c19f 22:56:08 ---> 6cb5c0ba7435 22:56:08 Step 21/22 : LABEL git_sha=f32f4191109bc075ff9359b3fa855becd8fb908f 22:56:08 ---> 43973749156f 22:56:08 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:56:08 ---> Running in 05dea838afb5 22:56:08 Removing intermediate container 6bc1991495b9 22:56:08 ---> 38d51baede39 22:56:08 Step 23/23 : LABEL version=2.0.0-dev.65 22:56:09 ---> Running in ecc5ad53aff9 22:56:09 Removing intermediate container 05dea838afb5 22:56:09 ---> e231c98e075b 22:56:09 Step 22/22 : LABEL version=2.0.0-dev.65 22:56:09 ---> Running in 8a6519507708 22:56:09 ---> 7269ec1b1e94 22:56:09 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:56:09 Removing intermediate container ecc5ad53aff9 22:56:09 ---> 3b858996c46d 22:56:09 22:56:10 Successfully built 3b858996c46d 22:56:10 Successfully tagged docker-core-command-go-arm64:latest 22:56:10  Building docker-core-command-go ... done Building docker-core-metadata-go 22:56:10 Removing intermediate container 8a6519507708 22:56:10 ---> 7c3954512731 22:56:10 22:56:10 Successfully built 7c3954512731 22:56:11 ---> 2dfff5ede3cc 22:56:11 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 22:56:11 Successfully tagged docker-support-scheduler-go-arm64:latest 22:56:11 Building docker-security-proxy-setup-go 22:56:12  Building docker-support-scheduler-go ... done  ---> f8eef0d58e37 22:56:12 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:56:13 ---> 061aab3ebc3c 22:56:13 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:56:13 ---> Running in 00eeb433877c 22:56:14 Removing intermediate container 00eeb433877c 22:56:14 ---> 273ad88b1e5a 22:56:14 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:56:16 ---> e2d8ad5b7f5e 22:56:16 Step 26/31 : RUN chmod +x /entrypoint.sh 22:56:17 ---> Running in f44357250fd0 22:56:23 Removing intermediate container f44357250fd0 22:56:23 ---> 407a925b2b7b 22:56:23 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:56:23 ---> Running in f1f4e5087fce 22:56:24 Removing intermediate container f1f4e5087fce 22:56:24 ---> 77e850cb19a6 22:56:24 Step 28/31 : CMD ["gate"] 22:56:24 ---> Running in 6f214149ea87 22:56:25 Removing intermediate container 6f214149ea87 22:56:25 ---> 577b9c8810b9 22:56:25 Step 29/31 : LABEL arch=arm64 22:56:25 ---> Running in b433204a3baf 22:56:26 Removing intermediate container b433204a3baf 22:56:26 ---> b4992597dec2 22:56:26 Step 30/31 : LABEL git_sha=f32f4191109bc075ff9359b3fa855becd8fb908f 22:56:26 ---> Running in 91d3be076a90 22:56:27 Removing intermediate container 91d3be076a90 22:56:27 ---> 3d078d9202d7 22:56:27 Step 31/31 : LABEL version=2.0.0-dev.65 22:56:27 ---> Running in b7a448fdfac1 22:56:28 Removing intermediate container b7a448fdfac1 22:56:28 ---> fa9c3204d7cb 22:56:28 22:56:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:56:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:56:28 ---> 09f4a3beda96 22:56:28 Step 3/23 : WORKDIR /edgex-go 22:56:28 ---> Using cache 22:56:28 ---> f743f4ea7d24 22:56:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:56:28 ---> Using cache 22:56:28 ---> 4aad72fd1ad9 22:56:28 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:56:28 Successfully built fa9c3204d7cb 22:56:28 ---> Running in 6d183a12b059 22:56:28 Successfully tagged docker-security-bootstrapper-go-arm64:latest 22:56:29  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:56:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:56:31 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:56:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:56:31 ---> 09f4a3beda96 22:56:31 Step 3/26 : WORKDIR /edgex-go 22:56:31 ---> Using cache 22:56:31 ---> f743f4ea7d24 22:56:31 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:56:31 ---> Using cache 22:56:31 ---> 4aad72fd1ad9 22:56:31 Step 5/26 : RUN apk add --update --no-cache make bash git 22:56:31 OK: 217 MiB in 51 packages 22:56:32 ---> Running in be127bc12825 22:56:34 Removing intermediate container 6d183a12b059 22:56:34 ---> b15738de07e3 22:56:34 Step 6/23 : COPY go.mod . 22:56:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:56:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:56:35 ---> 70968279cf89 22:56:35 Step 7/23 : RUN go mod download 22:56:35 ---> Running in d62587518c7f 22:56:35 OK: 217 MiB in 51 packages 22:56:38 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:56:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:56:38 ---> 09f4a3beda96 22:56:38 Step 3/21 : WORKDIR /edgex-go 22:56:38 ---> Using cache 22:56:38 ---> f743f4ea7d24 22:56:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:56:38 ---> Using cache 22:56:38 ---> 4aad72fd1ad9 22:56:38 Step 5/21 : RUN apk add --update --no-cache make git 22:56:38 ---> Using cache 22:56:38 ---> e480a4bc1fac 22:56:38 Step 6/21 : COPY go.mod . 22:56:38 ---> Using cache 22:56:38 ---> a38382550bcd 22:56:38 Step 7/21 : RUN go mod download 22:56:38 ---> Using cache 22:56:38 ---> 480d3ae0f807 22:56:38 Step 8/21 : COPY . . 22:56:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:56:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:56:38 ---> 09f4a3beda96 22:56:38 Step 3/23 : WORKDIR /edgex-go 22:56:38 Removing intermediate container be127bc12825 22:56:38 ---> Using cache 22:56:38 ---> f743f4ea7d24 22:56:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:56:38 ---> bcdb38826344 22:56:38 ---> Using cache 22:56:38 ---> 4aad72fd1ad9 22:56:38 Step 6/26 : COPY go.mod . 22:56:38 Step 5/23 : RUN apk add --update --no-cache make git 22:56:38 ---> Using cache 22:56:38 ---> e480a4bc1fac 22:56:38 Step 6/23 : COPY go.mod . 22:56:38 ---> Using cache 22:56:38 ---> a38382550bcd 22:56:38 Step 7/23 : RUN go mod download 22:56:38 ---> Using cache 22:56:38 ---> 480d3ae0f807 22:56:38 Step 8/23 : COPY . . 22:56:38 ---> Using cache 22:56:38 ---> 22d85ed5f828 22:56:38 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:56:38 ---> Using cache 22:56:38 ---> 22d85ed5f828 22:56:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:56:38 ---> Running in 6f3d01ce7197 22:56:38 ---> Running in bc250081286a 22:56:39 ---> f4c673d24293 22:56:39 Step 7/26 : RUN go mod download 22:56:39 ---> Running in 7b5524f7ffbd 22:56:39 Removing intermediate container d62587518c7f 22:56:39 ---> 121a880f46a9 22:56:39 Step 8/23 : COPY . . 22:56:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:56:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:56:44 Removing intermediate container 7b5524f7ffbd 22:56:44 ---> 6831968d2250 22:56:44 Step 8/26 : COPY . . 22:56:55 ---> d01a0faef109 22:56:55 Step 9/23 : RUN make cmd/core-data/core-data 22:56:55 ---> Running in 9ef115baa921 22:56:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-data/core-data ./cmd/core-data 22:57:00 ---> b1d9e6a539f0 22:57:00 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:57:01 ---> Running in 126643bf864f 22:57:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:57:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/secrets-config ./cmd/secrets-config 22:57:54 Removing intermediate container 6f3d01ce7197 22:57:54 ---> 8a9c975aa449 22:57:54 22:57:54 Step 10/21 : FROM alpine:3.12 22:57:54 ---> afeebe901d6b 22:57:54 Step 11/21 : RUN apk add --update --no-cache curl 22:57:55 ---> Running in 6ba3f3c45997 22:57:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:57:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:57:57 (1/4) Installing ca-certificates (20191127-r4) 22:57:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:57:57 (3/4) Installing libcurl (7.69.1-r3) 22:57:57 (4/4) Installing curl (7.69.1-r3) 22:57:57 Executing busybox-1.31.1-r19.trigger 22:57:57 Executing ca-certificates-20191127-r4.trigger 22:57:58 OK: 7 MiB in 18 packages 22:58:01 Removing intermediate container 6ba3f3c45997 22:58:01 ---> ce016949e3b3 22:58:01 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:58:01 ---> Running in 566d55e97dea 22:58:02 Removing intermediate container 566d55e97dea 22:58:02 ---> 8f5b88d8fc79 22:58:02 Step 13/21 : WORKDIR /edgex 22:58:02 ---> Running in 50c4f64efca7 22:58:03 Removing intermediate container 50c4f64efca7 22:58:03 ---> e632c0d869f2 22:58:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:58:04 ---> 9f783689fe84 22:58:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:58:05 ---> 2156156cf104 22:58:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:58:07 ---> 5b737d22cdb9 22:58:07 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:58:07 ---> Running in 7c397436b453 22:58:08 Removing intermediate container 7c397436b453 22:58:08 ---> 4750ca8c7357 22:58:08 Step 18/21 : CMD ["--init=true"] 22:58:08 ---> Running in a05c0b37a40b 22:58:09 Removing intermediate container a05c0b37a40b 22:58:09 ---> 755ab3a99ec0 22:58:09 Step 19/21 : LABEL arch=arm64 22:58:09 ---> Running in 077f2e155c30 22:58:10 Removing intermediate container 077f2e155c30 22:58:10 ---> f81f9baf5096 22:58:10 Step 20/21 : LABEL git_sha=f32f4191109bc075ff9359b3fa855becd8fb908f 22:58:10 ---> Running in 242e2baf78d2 22:58:11 Removing intermediate container 242e2baf78d2 22:58:11 ---> 843354169694 22:58:11 Step 21/21 : LABEL version=2.0.0-dev.65 22:58:11 ---> Running in a46e4c810218 22:58:12 Removing intermediate container a46e4c810218 22:58:12 ---> 13eb1d47f1cb 22:58:12 22:58:12 Successfully built 13eb1d47f1cb 22:58:12 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:58:16  Building docker-security-proxy-setup-go ... done Removing intermediate container bc250081286a 22:58:16 ---> 8fed4053af0f 22:58:16 22:58:16 Step 10/23 : FROM alpine:3.12 22:58:16 ---> afeebe901d6b 22:58:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:58:16 ---> Using cache 22:58:16 ---> 10238c1acb74 22:58:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:58:16 ---> Using cache 22:58:16 ---> 8d11bd5f8686 22:58:16 Step 13/23 : ENV APP_PORT=48081 22:58:16 ---> Running in 3f4d66b77588 22:58:18 Removing intermediate container 3f4d66b77588 22:58:18 ---> 509fa6756414 22:58:18 Step 14/23 : EXPOSE $APP_PORT 22:58:18 ---> Running in f957f235485b 22:58:18 Removing intermediate container 126643bf864f 22:58:18 ---> 6ea95cc1cc02 22:58:18 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:58:18 Removing intermediate container f957f235485b 22:58:18 ---> 9e0075feec80 22:58:18 Step 15/23 : WORKDIR / 22:58:18 ---> Running in 7013ebfb4466 22:58:19 ---> Running in bde2aabc6620 22:58:19 Removing intermediate container bde2aabc6620 22:58:19 ---> 76cd55361dc0 22:58:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:58:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:58:21 ---> 1424ae8160c0 22:58:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:58:22 ---> f2a9968ecdb9 22:58:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:58:23 ---> ef9a1f70089f 22:58:23 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:58:23 ---> Running in 21f3199467f4 22:58:23 Removing intermediate container 7013ebfb4466 22:58:23 ---> 5be1fb2bca1b 22:58:23 22:58:23 Step 11/26 : FROM docker:20.10.0 22:58:23 20.10.0: Pulling from library/docker 22:58:24 Removing intermediate container 21f3199467f4 22:58:24 ---> d5d800884cbf 22:58:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:58:24 ---> Running in d85710bef7ee 22:58:26 Removing intermediate container d85710bef7ee 22:58:26 ---> 44aa3cfb8798 22:58:26 Step 21/23 : LABEL arch=arm64 22:58:26 ---> Running in dd2511502982 22:58:27 Removing intermediate container dd2511502982 22:58:27 ---> 698d20e5653a 22:58:27 Step 22/23 : LABEL git_sha=f32f4191109bc075ff9359b3fa855becd8fb908f 22:58:27 ---> Running in 28d6e9b18d8f 22:58:28 Removing intermediate container 28d6e9b18d8f 22:58:28 ---> c1f48ad986b1 22:58:28 Step 23/23 : LABEL version=2.0.0-dev.65 22:58:28 ---> Running in 00f1940fe51b 22:58:28 Removing intermediate container 00f1940fe51b 22:58:28 ---> 9f13463b890c 22:58:28 22:58:29 Successfully built 9f13463b890c 22:58:29 Successfully tagged docker-core-metadata-go-arm64:latest 22:58:33  Building docker-core-metadata-go ... done Removing intermediate container 9ef115baa921 22:58:33 ---> 29a016f8af59 22:58:33 22:58:33 Step 10/23 : FROM alpine:3.12 22:58:33 ---> afeebe901d6b 22:58:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:58:33 ---> Running in 051aeef3dc6b 22:58:34 Removing intermediate container 051aeef3dc6b 22:58:34 ---> 0bb88d111130 22:58:34 Step 12/23 : ENV APP_PORT=48080 22:58:34 ---> Running in 97e6d85deb3e 22:58:34 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:58:34 Status: Downloaded newer image for docker:20.10.0 22:58:34 ---> eeaf43b92773 22:58:34 Step 12/26 : RUN apk add --no-cache bash 22:58:35 ---> Running in 7e6dce16afb0 22:58:35 Removing intermediate container 97e6d85deb3e 22:58:35 ---> 419148c48394 22:58:35 Step 13/23 : EXPOSE $APP_PORT 22:58:35 ---> Running in a55d208b22de 22:58:35 Removing intermediate container a55d208b22de 22:58:35 ---> 76b444cfcb60 22:58:35 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:58:35 ---> Running in a14378e30343 22:58:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:58:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:58:37 (1/2) Installing readline (8.0.4-r0) 22:58:37 (2/2) Installing bash (5.0.17-r0) 22:58:37 Executing bash-5.0.17-r0.post-install 22:58:37 Executing busybox-1.31.1-r19.trigger 22:58:37 OK: 12 MiB in 22 packages 22:58:38 Removing intermediate container a14378e30343 22:58:38 ---> 5740d4b43fee 22:58:38 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:58:38 ---> Running in ea4835e7413d 22:58:38 Removing intermediate container 7e6dce16afb0 22:58:38 ---> 5f4443cfba85 22:58:38 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:58:38 ---> Running in f01b5c73f75a 22:58:39 Removing intermediate container f01b5c73f75a 22:58:39 ---> 2be70b1dadd4 22:58:39 Step 14/26 : ENV APP_PORT=48090 22:58:39 ---> Running in 37df9e913dc5 22:58:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:58:39 Removing intermediate container 37df9e913dc5 22:58:39 ---> fc39da07fb70 22:58:39 Step 15/26 : EXPOSE $APP_PORT 22:58:40 ---> Running in f6991676a840 22:58:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:58:40 Removing intermediate container f6991676a840 22:58:40 ---> 28490ac7bfa1 22:58:40 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:58:41 (1/6) Installing dumb-init (1.2.2-r1) 22:58:41 (2/6) Installing libgcc (9.3.0-r2) 22:58:41 (3/6) Installing libsodium (1.0.18-r0) 22:58:41 (4/6) Installing libstdc++ (9.3.0-r2) 22:58:41 ---> 3ef8de88fa02 22:58:41 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:58:41 (5/6) Installing libzmq (4.3.3-r0) 22:58:41 (6/6) Installing zeromq (4.3.3-r0) 22:58:41 Executing busybox-1.31.1-r19.trigger 22:58:41 OK: 8 MiB in 20 packages 22:58:42 ---> 32125b219509 22:58:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:58:43 ---> 31375fab5e2a 22:58:43 Step 19/26 : RUN apk --no-cache add py3-pip 22:58:43 Removing intermediate container ea4835e7413d 22:58:43 ---> 220f48cd6fe8 22:58:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:58:43 ---> Running in 2a1b3d4be64d 22:58:44 ---> 9bb585d60457 22:58:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:58:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:58:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:58:45 (1/33) Installing libbz2 (1.0.8-r1) 22:58:45 (2/33) Installing expat (2.2.9-r1) 22:58:45 (3/33) Installing libffi (3.3-r2) 22:58:45 (4/33) Installing gdbm (1.13-r1) 22:58:45 (5/33) Installing xz-libs (5.2.5-r0) 22:58:45 (6/33) Installing sqlite-libs (3.32.1-r0) 22:58:45 (7/33) Installing python3 (3.8.5-r0) 22:58:45 ---> bfdd8d6ce748 22:58:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:58:47 ---> 8c297181f394 22:58:47 Step 19/23 : ENTRYPOINT ["/core-data"] 22:58:47 (8/33) Installing py3-appdirs (1.4.4-r1) 22:58:47 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:58:47 (10/33) Installing py3-parsing (2.4.7-r0) 22:58:47 ---> Running in 98d69b560310 22:58:47 (11/33) Installing py3-six (1.15.0-r0) 22:58:47 (12/33) Installing py3-packaging (20.4-r0) 22:58:47 (13/33) Installing py3-setuptools (47.0.0-r0) 22:58:47 (14/33) Installing py3-chardet (3.0.4-r4) 22:58:47 (15/33) Installing py3-idna (2.9-r0) 22:58:47 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:58:47 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:58:47 (18/33) Installing py3-requests (2.23.0-r0) 22:58:47 (19/33) Installing py3-msgpack (1.0.0-r0) 22:58:47 (20/33) Installing py3-lockfile (0.12.2-r3) 22:58:47 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:58:47 (22/33) Installing py3-colorama (0.4.3-r0) 22:58:47 (23/33) Installing py3-distlib (0.3.0-r0) 22:58:47 (24/33) Installing py3-distro (1.5.0-r1) 22:58:47 (25/33) Installing py3-webencodings (0.5.1-r3) 22:58:47 (26/33) Installing py3-html5lib (1.0.1-r4) 22:58:47 Removing intermediate container 98d69b560310 22:58:47 ---> 1c5ce3f3419f 22:58:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:58:47 (27/33) Installing py3-pytoml (0.1.21-r0) 22:58:47 (28/33) Installing py3-pep517 (0.8.2-r0) 22:58:47 (29/33) Installing py3-progress (1.5-r0) 22:58:47 (30/33) Installing py3-toml (0.10.1-r0) 22:58:47 (31/33) Installing py3-retrying (1.3.3-r0) 22:58:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:58:47 (33/33) Installing py3-pip (20.1.1-r0) 22:58:48 Executing busybox-1.31.1-r19.trigger 22:58:48 ---> Running in 5b37847ad5be 22:58:48 OK: 71 MiB in 55 packages 22:58:48 Removing intermediate container 5b37847ad5be 22:58:48 ---> f8d706e426c5 22:58:48 Step 21/23 : LABEL arch=arm64 22:58:48 ---> Running in 701c092b1f5e 22:58:49 Removing intermediate container 701c092b1f5e 22:58:49 ---> 3aa87aeb079b 22:58:49 Step 22/23 : LABEL git_sha=f32f4191109bc075ff9359b3fa855becd8fb908f 22:58:49 ---> Running in ca92aee2cb34 22:58:50 Removing intermediate container ca92aee2cb34 22:58:50 ---> 08ab15261bea 22:58:50 Step 23/23 : LABEL version=2.0.0-dev.65 22:58:50 ---> Running in 6544e1463e43 22:58:51 Removing intermediate container 6544e1463e43 22:58:51 ---> 8d82651331b9 22:58:51 22:58:51 Successfully built 8d82651331b9 22:58:51 Successfully tagged docker-core-data-go-arm64:latest 22:58:53  Building docker-core-data-go ... done Removing intermediate container 2a1b3d4be64d 22:58:53 ---> efab2e4d6bcc 22:58:53 Step 20/26 : RUN pip install docker-compose==1.23.2 22:58:53 ---> Running in ca08fab9de58 22:58:58 Collecting docker-compose==1.23.2 22:58:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:58:59 Collecting docker<4.0,>=3.6.0 22:58:59 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:58:59 Collecting dockerpty<0.5,>=0.4.1 22:58:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:59:01 Collecting texttable<0.10,>=0.9.0 22:59:01 Downloading texttable-0.9.1.tar.gz (11 kB) 22:59:03 Collecting cached-property<2,>=1.2.0 22:59:03 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:59:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:59:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:59:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:59:05 Collecting websocket-client<1.0,>=0.32.0 22:59:05 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:59:06 Collecting PyYAML<4,>=3.10 22:59:06 Downloading PyYAML-3.13.tar.gz (270 kB) 22:59:09 Collecting jsonschema<3,>=2.5.1 22:59:09 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:59:09 Collecting docopt<0.7,>=0.6.1 22:59:09 Downloading docopt-0.6.2.tar.gz (25 kB) 22:59:11 Collecting docker-pycreds>=0.4.0 22:59:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:59:11 Collecting urllib3<1.25,>=1.21.1 22:59:11 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:59: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) 22:59: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) 22:59:12 Collecting idna<2.8,>=2.5 22:59:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:59:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:59:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:59:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:59:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:59:13 Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, dockerpty, texttable, cached-property, PyYAML, jsonschema, docopt, docker-compose 22:59:13 Attempting uninstall: urllib3 22:59:13 Found existing installation: urllib3 1.25.9 22:59:13 Uninstalling urllib3-1.25.9: 22:59:13 Successfully uninstalled urllib3-1.25.9 22:59:14 Attempting uninstall: idna 22:59:14 Found existing installation: idna 2.9 22:59:14 Uninstalling idna-2.9: 22:59:14 Successfully uninstalled idna-2.9 22:59:14 Attempting uninstall: requests 22:59:14 Found existing installation: requests 2.23.0 22:59:14 Uninstalling requests-2.23.0: 22:59:14 Successfully uninstalled requests-2.23.0 22:59:15 Running setup.py install for dockerpty: started 22:59:17 Running setup.py install for dockerpty: finished with status 'done' 22:59:17 Running setup.py install for texttable: started 22:59:19 Running setup.py install for texttable: finished with status 'done' 22:59:19 Running setup.py install for PyYAML: started 22:59:21 Running setup.py install for PyYAML: finished with status 'done' 22:59:22 Running setup.py install for docopt: started 22:59:24 Running setup.py install for docopt: finished with status 'done' 22:59:25 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 22:59:28 Removing intermediate container ca08fab9de58 22:59:28 ---> 51e8e1c28a6d 22:59:28 Step 21/26 : RUN apk --no-cache add curl 22:59:28 ---> Running in 58e2d683bc92 22:59:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:59:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:59:30 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:59:30 (2/3) Installing libcurl (7.69.1-r3) 22:59:30 (3/3) Installing curl (7.69.1-r3) 22:59:30 Executing busybox-1.31.1-r19.trigger 22:59:30 OK: 71 MiB in 58 packages 22:59:32 Removing intermediate container 58e2d683bc92 22:59:32 ---> d1d51af2b0df 22:59:32 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:59:32 ---> Running in 44c78be60177 22:59:32 Removing intermediate container 44c78be60177 22:59:32 ---> f7bf27cc7648 22:59:32 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:59:32 ---> Running in 14eb31942cfb 22:59:33 Removing intermediate container 14eb31942cfb 22:59:33 ---> ccc575448ad8 22:59:33 Step 24/26 : LABEL arch=arm64 22:59:33 ---> Running in 5ec01ca80e85 22:59:33 Removing intermediate container 5ec01ca80e85 22:59:33 ---> 3546c170f3e6 22:59:33 Step 25/26 : LABEL git_sha=f32f4191109bc075ff9359b3fa855becd8fb908f 22:59:33 ---> Running in 59a087bfc0da 22:59:34 Removing intermediate container 59a087bfc0da 22:59:34 ---> 1a28a68d1638 22:59:34 Step 26/26 : LABEL version=2.0.0-dev.65 22:59:34 ---> Running in 57dbc0d87c9d 22:59:35 Removing intermediate container 57dbc0d87c9d 22:59:35 ---> 836e82e7d908 22:59:35 22:59:35 Successfully built 836e82e7d908 22:59:35 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:59:35  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:59:35 $ docker stop --time=1 8da118bbc26ee29581b4fd13eafd93895115b809e15451a461316998a1f3fe87 22:59:37 $ docker rm -f 8da118bbc26ee29581b4fd13eafd93895115b809e15451a461316998a1f3fe87 [Pipeline] // withDockerContainer [Pipeline] sh 22:59:38 + docker images 22:59:38 + grep docker 22:59:38 docker-sys-mgmt-agent-go-arm64 latest 836e82e7d908 4 seconds ago 300MB 22:59:38 docker-core-data-go-arm64 latest 8d82651331b9 48 seconds ago 21MB 22:59:38 docker-core-metadata-go-arm64 latest 9f13463b890c About a minute ago 17.7MB 22:59:38 docker-security-proxy-setup-go-arm64 latest 13eb1d47f1cb About a minute ago 23.2MB 22:59:38 docker-security-bootstrapper-go-arm64 latest fa9c3204d7cb 3 minutes ago 22.6MB 22:59:38 docker-support-scheduler-go-arm64 latest 7c3954512731 3 minutes ago 16.1MB 22:59:38 docker-core-command-go-arm64 latest 3b858996c46d 3 minutes ago 16MB 22:59:38 docker-security-secretstore-setup-go-arm64 latest 9d43a513dff3 3 minutes ago 23.4MB 22:59:38 docker-support-notifications-go-arm64 latest ba3f44e1606a 3 minutes ago 16MB 22:59:38 docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:59:39 provisioning config files... 22:59:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/329@tmp/config4024349175168460007tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:59:39 ---> docker-login.sh 22:59:39 nexus3.edgexfoundry.org:10001 22:59:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:40 Configure a credential helper to remove this warning. See 22:59:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:40 22:59:40 Login Succeeded 22:59:40 nexus3.edgexfoundry.org:10002 22:59:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:40 Configure a credential helper to remove this warning. See 22:59:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:40 22:59:40 Login Succeeded 22:59:40 nexus3.edgexfoundry.org:10003 22:59:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:41 Configure a credential helper to remove this warning. See 22:59:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:41 22:59:41 Login Succeeded 22:59:41 nexus3.edgexfoundry.org:10004 22:59:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:41 Configure a credential helper to remove this warning. See 22:59:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:41 22:59:41 Login Succeeded 22:59:41 docker.io 22:59:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:42 Configure a credential helper to remove this warning. See 22:59:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:42 22:59:42 Login Succeeded 22:59:42 ---> docker-login.sh ends [Pipeline] } 22:59:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:59:42 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 22:59:42 f32f4191109bc075ff9359b3fa855becd8fb908f 22:59:42 2.0.0-dev.65 22:59:42 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:59:42 master 22:59:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:59:43 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f [Pipeline] isUnix [Pipeline] sh 22:59:43 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f 22:59:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 22:59:43 3769b2480215: Preparing 22:59:43 abfc2b0c91c5: Preparing 22:59:43 33d2ec5da499: Preparing 22:59:43 6bc6f662dc2b: Preparing 22:59:43 379067d0cb53: Preparing 22:59:43 379067d0cb53: Layer already exists 22:59:43 6bc6f662dc2b: Pushed 22:59:43 33d2ec5da499: Pushed 22:59:43 3769b2480215: Pushed 22:59:46 abfc2b0c91c5: Pushed 22:59:46 f32f4191109bc075ff9359b3fa855becd8fb908f: digest: sha256:2b4b0a419a5a3ae1db3f673e5a5587705aefc57ef4cb2fe245d95986857b964e size: 1363 [Pipeline] isUnix [Pipeline] sh 22:59:46 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:59:47 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.65 22:59:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 22:59:47 3769b2480215: Preparing 22:59:47 abfc2b0c91c5: Preparing 22:59:47 33d2ec5da499: Preparing 22:59:47 6bc6f662dc2b: Preparing 22:59:47 379067d0cb53: Preparing 22:59:47 379067d0cb53: Layer already exists 22:59:47 abfc2b0c91c5: Layer already exists 22:59:47 3769b2480215: Layer already exists 22:59:47 33d2ec5da499: Layer already exists 22:59:47 6bc6f662dc2b: Layer already exists 22:59:47 2.0.0-dev.65: digest: sha256:2b4b0a419a5a3ae1db3f673e5a5587705aefc57ef4cb2fe245d95986857b964e size: 1363 [Pipeline] isUnix [Pipeline] sh 22:59:47 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:59:48 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:59:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 22:59:48 3769b2480215: Preparing 22:59:48 abfc2b0c91c5: Preparing 22:59:48 33d2ec5da499: Preparing 22:59:48 6bc6f662dc2b: Preparing 22:59:48 379067d0cb53: Preparing 22:59:48 33d2ec5da499: Layer already exists 22:59:48 379067d0cb53: Layer already exists 22:59:48 3769b2480215: Layer already exists 22:59:48 6bc6f662dc2b: Layer already exists 22:59:48 abfc2b0c91c5: Layer already exists 22:59:48 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65: digest: sha256:2b4b0a419a5a3ae1db3f673e5a5587705aefc57ef4cb2fe245d95986857b964e size: 1363 [Pipeline] isUnix [Pipeline] sh 22:59:48 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 22:59:49 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 22:59:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 22:59:49 3769b2480215: Preparing 22:59:49 abfc2b0c91c5: Preparing 22:59:49 33d2ec5da499: Preparing 22:59:49 6bc6f662dc2b: Preparing 22:59:49 379067d0cb53: Preparing 22:59:49 33d2ec5da499: Layer already exists 22:59:49 3769b2480215: Layer already exists 22:59:49 abfc2b0c91c5: Layer already exists 22:59:49 6bc6f662dc2b: Layer already exists 22:59:49 379067d0cb53: Layer already exists 22:59:49 master: digest: sha256:2b4b0a419a5a3ae1db3f673e5a5587705aefc57ef4cb2fe245d95986857b964e size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:59:49 ===================================================== [Pipeline] echo 22:59:49 taggedImages: 22:59:49 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f 22:59:49 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.65 22:59:49 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:59:49 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 22:59:49 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 22:59:49 f32f4191109bc075ff9359b3fa855becd8fb908f 22:59:49 2.0.0-dev.65 22:59:49 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:59:49 master 22:59:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:59:50 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f [Pipeline] isUnix [Pipeline] sh 22:59:50 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f 22:59:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 22:59:50 c59e4d29f088: Preparing 22:59:50 1c9ab02ef346: Preparing 22:59:50 33d2ec5da499: Preparing 22:59:50 9f998d762964: Preparing 22:59:50 28a26ada4c82: Preparing 22:59:50 379067d0cb53: Preparing 22:59:50 379067d0cb53: Waiting 22:59:50 33d2ec5da499: Layer already exists 22:59:50 379067d0cb53: Layer already exists 22:59:50 c59e4d29f088: Pushed 22:59:50 28a26ada4c82: Pushed 22:59:51 9f998d762964: Pushed 22:59:54 1c9ab02ef346: Pushed 22:59:54 f32f4191109bc075ff9359b3fa855becd8fb908f: digest: sha256:b4e0ab100ec27c7471b95118648c720dc4dde4d45eafb0faf76c52b617903275 size: 1572 [Pipeline] isUnix [Pipeline] sh 22:59:54 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:59:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.65 22:59:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 22:59:55 c59e4d29f088: Preparing 22:59:55 1c9ab02ef346: Preparing 22:59:55 33d2ec5da499: Preparing 22:59:55 9f998d762964: Preparing 22:59:55 28a26ada4c82: Preparing 22:59:55 379067d0cb53: Preparing 22:59:55 379067d0cb53: Waiting 22:59:55 1c9ab02ef346: Layer already exists 22:59:55 c59e4d29f088: Layer already exists 22:59:55 33d2ec5da499: Layer already exists 22:59:55 28a26ada4c82: Layer already exists 22:59:55 9f998d762964: Layer already exists 22:59:55 379067d0cb53: Layer already exists 22:59:55 2.0.0-dev.65: digest: sha256:b4e0ab100ec27c7471b95118648c720dc4dde4d45eafb0faf76c52b617903275 size: 1572 [Pipeline] isUnix [Pipeline] sh 22:59:55 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 22:59:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:59:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 22:59:56 c59e4d29f088: Preparing 22:59:56 1c9ab02ef346: Preparing 22:59:56 33d2ec5da499: Preparing 22:59:56 9f998d762964: Preparing 22:59:56 28a26ada4c82: Preparing 22:59:56 379067d0cb53: Preparing 22:59:56 379067d0cb53: Waiting 22:59:56 28a26ada4c82: Layer already exists 22:59:56 1c9ab02ef346: Layer already exists 22:59:56 33d2ec5da499: Layer already exists 22:59:56 c59e4d29f088: Layer already exists 22:59:56 9f998d762964: Layer already exists 22:59:56 379067d0cb53: Layer already exists 22:59:56 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65: digest: sha256:b4e0ab100ec27c7471b95118648c720dc4dde4d45eafb0faf76c52b617903275 size: 1572 [Pipeline] isUnix [Pipeline] sh 22:59:56 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 22:59:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 22:59:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 22:59:57 c59e4d29f088: Preparing 22:59:57 1c9ab02ef346: Preparing 22:59:57 33d2ec5da499: Preparing 22:59:57 9f998d762964: Preparing 22:59:57 28a26ada4c82: Preparing 22:59:57 379067d0cb53: Preparing 22:59:57 379067d0cb53: Waiting 22:59:57 9f998d762964: Layer already exists 22:59:57 28a26ada4c82: Layer already exists 22:59:57 33d2ec5da499: Layer already exists 22:59:57 c59e4d29f088: Layer already exists 22:59:57 1c9ab02ef346: Layer already exists 22:59:57 379067d0cb53: Layer already exists 22:59:57 master: digest: sha256:b4e0ab100ec27c7471b95118648c720dc4dde4d45eafb0faf76c52b617903275 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:59:57 ===================================================== [Pipeline] echo 22:59:57 taggedImages: 22:59:57 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f 22:59:57 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.65 22:59:57 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:59:57 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 22:59:57 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 22:59:57 f32f4191109bc075ff9359b3fa855becd8fb908f 22:59:57 2.0.0-dev.65 22:59:57 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 22:59:57 master 22:59:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:59:58 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f [Pipeline] isUnix [Pipeline] sh 22:59:58 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f 22:59:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 22:59:58 77f35ccf0218: Preparing 22:59:58 18d19f0f48d0: Preparing 22:59:58 33d2ec5da499: Preparing 22:59:58 7293f9e7c629: Preparing 22:59:58 379067d0cb53: Preparing 22:59:58 379067d0cb53: Layer already exists 22:59:58 33d2ec5da499: Layer already exists 22:59:58 77f35ccf0218: Pushed 22:59:58 7293f9e7c629: Pushed 23:00:02 18d19f0f48d0: Pushed 23:00:02 f32f4191109bc075ff9359b3fa855becd8fb908f: digest: sha256:8dc26ee64143d8cd1007841caa99432448214082ea06e1e405f6e459577414be size: 1363 [Pipeline] isUnix [Pipeline] sh 23:00:02 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 23:00:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.65 23:00:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 23:00:03 77f35ccf0218: Preparing 23:00:03 18d19f0f48d0: Preparing 23:00:03 33d2ec5da499: Preparing 23:00:03 7293f9e7c629: Preparing 23:00:03 379067d0cb53: Preparing 23:00:03 18d19f0f48d0: Layer already exists 23:00:03 77f35ccf0218: Layer already exists 23:00:03 33d2ec5da499: Layer already exists 23:00:03 7293f9e7c629: Layer already exists 23:00:03 379067d0cb53: Layer already exists 23:00:03 2.0.0-dev.65: digest: sha256:8dc26ee64143d8cd1007841caa99432448214082ea06e1e405f6e459577414be size: 1363 [Pipeline] isUnix [Pipeline] sh 23:00:03 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 23:00:04 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 23:00:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 23:00:04 77f35ccf0218: Preparing 23:00:04 18d19f0f48d0: Preparing 23:00:04 33d2ec5da499: Preparing 23:00:04 7293f9e7c629: Preparing 23:00:04 379067d0cb53: Preparing 23:00:04 7293f9e7c629: Layer already exists 23:00:04 33d2ec5da499: Layer already exists 23:00:04 18d19f0f48d0: Layer already exists 23:00:04 379067d0cb53: Layer already exists 23:00:04 77f35ccf0218: Layer already exists 23:00:04 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65: digest: sha256:8dc26ee64143d8cd1007841caa99432448214082ea06e1e405f6e459577414be size: 1363 [Pipeline] isUnix [Pipeline] sh 23:00:04 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 23:00:05 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 23:00:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 23:00:05 77f35ccf0218: Preparing 23:00:05 18d19f0f48d0: Preparing 23:00:05 33d2ec5da499: Preparing 23:00:05 7293f9e7c629: Preparing 23:00:05 379067d0cb53: Preparing 23:00:05 18d19f0f48d0: Layer already exists 23:00:05 77f35ccf0218: Layer already exists 23:00:05 33d2ec5da499: Layer already exists 23:00:05 379067d0cb53: Layer already exists 23:00:05 7293f9e7c629: Layer already exists 23:00:05 master: digest: sha256:8dc26ee64143d8cd1007841caa99432448214082ea06e1e405f6e459577414be size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:00:05 ===================================================== [Pipeline] echo 23:00:05 taggedImages: 23:00:05 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f 23:00:05 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.65 23:00:05 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 23:00:05 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 23:00:05 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 23:00:05 f32f4191109bc075ff9359b3fa855becd8fb908f 23:00:05 2.0.0-dev.65 23:00:05 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 23:00:05 master 23:00:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:00:06 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f [Pipeline] isUnix [Pipeline] sh 23:00:06 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f 23:00:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 23:00:06 4296e0c3cf2a: Preparing 23:00:06 4296e0c3cf2a: Preparing 23:00:06 1ceca505684c: Preparing 23:00:06 cbc4051b2bea: Preparing 23:00:06 b6293fa3b2f3: Preparing 23:00:06 f0ca21d546b9: Preparing 23:00:06 33d2ec5da499: Preparing 23:00:06 c47fefbb26ff: Preparing 23:00:06 c47fefbb26ff: Preparing 23:00:06 dd8d547b4342: Preparing 23:00:06 02f4f854a965: Preparing 23:00:06 379067d0cb53: Preparing 23:00:06 33d2ec5da499: Waiting 23:00:06 c47fefbb26ff: Waiting 23:00:06 dd8d547b4342: Waiting 23:00:06 02f4f854a965: Waiting 23:00:06 379067d0cb53: Waiting 23:00:06 b6293fa3b2f3: Pushed 23:00:06 1ceca505684c: Pushed 23:00:06 4296e0c3cf2a: Pushed 23:00:07 33d2ec5da499: Layer already exists 23:00:07 c47fefbb26ff: Pushed 23:00:07 dd8d547b4342: Pushed 23:00:07 02f4f854a965: Pushed 23:00:07 379067d0cb53: Layer already exists 23:00:09 cbc4051b2bea: Pushed 23:00:09 f0ca21d546b9: Pushed 23:00:09 f32f4191109bc075ff9359b3fa855becd8fb908f: digest: sha256:64ddd14d2e3b2aec04d6a583e2d6c479d9e414427510ee104c3a9baef73a5999 size: 2820 [Pipeline] isUnix [Pipeline] sh 23:00:09 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 23:00:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.65 23:00:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 23:00:10 4296e0c3cf2a: Preparing 23:00:10 4296e0c3cf2a: Preparing 23:00:10 1ceca505684c: Preparing 23:00:10 cbc4051b2bea: Preparing 23:00:10 b6293fa3b2f3: Preparing 23:00:10 f0ca21d546b9: Preparing 23:00:10 33d2ec5da499: Preparing 23:00:10 c47fefbb26ff: Preparing 23:00:10 c47fefbb26ff: Preparing 23:00:10 dd8d547b4342: Preparing 23:00:10 02f4f854a965: Preparing 23:00:10 379067d0cb53: Preparing 23:00:10 dd8d547b4342: Waiting 23:00:10 02f4f854a965: Waiting 23:00:10 379067d0cb53: Waiting 23:00:10 33d2ec5da499: Waiting 23:00:10 c47fefbb26ff: Waiting 23:00:10 cbc4051b2bea: Layer already exists 23:00:10 1ceca505684c: Layer already exists 23:00:10 f0ca21d546b9: Layer already exists 23:00:10 4296e0c3cf2a: Layer already exists 23:00:10 b6293fa3b2f3: Layer already exists 23:00:10 c47fefbb26ff: Layer already exists 23:00:10 02f4f854a965: Layer already exists 23:00:10 33d2ec5da499: Layer already exists 23:00:10 dd8d547b4342: Layer already exists 23:00:10 379067d0cb53: Layer already exists 23:00:10 2.0.0-dev.65: digest: sha256:64ddd14d2e3b2aec04d6a583e2d6c479d9e414427510ee104c3a9baef73a5999 size: 2820 [Pipeline] isUnix [Pipeline] sh 23:00:10 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 23:00:11 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 23:00:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 23:00:11 4296e0c3cf2a: Preparing 23:00:11 4296e0c3cf2a: Preparing 23:00:11 1ceca505684c: Preparing 23:00:11 cbc4051b2bea: Preparing 23:00:11 b6293fa3b2f3: Preparing 23:00:11 f0ca21d546b9: Preparing 23:00:11 33d2ec5da499: Preparing 23:00:11 c47fefbb26ff: Preparing 23:00:11 c47fefbb26ff: Preparing 23:00:11 dd8d547b4342: Preparing 23:00:11 02f4f854a965: Preparing 23:00:11 379067d0cb53: Preparing 23:00:11 c47fefbb26ff: Waiting 23:00:11 02f4f854a965: Waiting 23:00:11 379067d0cb53: Waiting 23:00:11 dd8d547b4342: Waiting 23:00:11 33d2ec5da499: Waiting 23:00:11 cbc4051b2bea: Layer already exists 23:00:11 f0ca21d546b9: Layer already exists 23:00:11 b6293fa3b2f3: Layer already exists 23:00:11 1ceca505684c: Layer already exists 23:00:11 4296e0c3cf2a: Layer already exists 23:00:11 33d2ec5da499: Layer already exists 23:00:11 dd8d547b4342: Layer already exists 23:00:11 c47fefbb26ff: Layer already exists 23:00:11 02f4f854a965: Layer already exists 23:00:11 379067d0cb53: Layer already exists 23:00:11 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65: digest: sha256:64ddd14d2e3b2aec04d6a583e2d6c479d9e414427510ee104c3a9baef73a5999 size: 2820 [Pipeline] isUnix [Pipeline] sh 23:00:11 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 23:00:12 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 23:00:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 23:00:12 4296e0c3cf2a: Preparing 23:00:12 4296e0c3cf2a: Preparing 23:00:12 1ceca505684c: Preparing 23:00:12 cbc4051b2bea: Preparing 23:00:12 b6293fa3b2f3: Preparing 23:00:12 f0ca21d546b9: Preparing 23:00:12 33d2ec5da499: Preparing 23:00:12 c47fefbb26ff: Preparing 23:00:12 c47fefbb26ff: Preparing 23:00:12 dd8d547b4342: Preparing 23:00:12 02f4f854a965: Preparing 23:00:12 379067d0cb53: Preparing 23:00:12 33d2ec5da499: Waiting 23:00:12 02f4f854a965: Waiting 23:00:12 379067d0cb53: Waiting 23:00:12 c47fefbb26ff: Waiting 23:00:12 dd8d547b4342: Waiting 23:00:12 b6293fa3b2f3: Layer already exists 23:00:12 4296e0c3cf2a: Layer already exists 23:00:12 1ceca505684c: Layer already exists 23:00:12 f0ca21d546b9: Layer already exists 23:00:12 33d2ec5da499: Layer already exists 23:00:12 cbc4051b2bea: Layer already exists 23:00:12 dd8d547b4342: Layer already exists 23:00:12 c47fefbb26ff: Layer already exists 23:00:12 02f4f854a965: Layer already exists 23:00:12 379067d0cb53: Layer already exists 23:00:12 master: digest: sha256:64ddd14d2e3b2aec04d6a583e2d6c479d9e414427510ee104c3a9baef73a5999 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:00:12 ===================================================== [Pipeline] echo 23:00:12 taggedImages: 23:00:12 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f 23:00:12 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.65 23:00:12 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 23:00:12 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 23:00:12 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 23:00:12 f32f4191109bc075ff9359b3fa855becd8fb908f 23:00:12 2.0.0-dev.65 23:00:12 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 23:00:12 master 23:00:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:00:13 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f [Pipeline] isUnix [Pipeline] sh 23:00:13 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f 23:00:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 23:00:13 3637cb238204: Preparing 23:00:13 cbc641859618: Preparing 23:00:13 47a358e34e6c: Preparing 23:00:13 94b8e1853cb5: Preparing 23:00:13 ec7194cf853e: Preparing 23:00:13 379067d0cb53: Preparing 23:00:13 379067d0cb53: Waiting 23:00:14 47a358e34e6c: Pushed 23:00:14 94b8e1853cb5: Pushed 23:00:14 379067d0cb53: Layer already exists 23:00:14 ec7194cf853e: Pushed 23:00:16 cbc641859618: Pushed 23:00:16 3637cb238204: Pushed 23:00:16 f32f4191109bc075ff9359b3fa855becd8fb908f: digest: sha256:0854d956b215486b2eea3054bb56ff38d33d5ef92f9b6657de013cc34c86b328 size: 1574 [Pipeline] isUnix [Pipeline] sh 23:00:16 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 23:00:17 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.65 23:00:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 23:00:17 3637cb238204: Preparing 23:00:17 cbc641859618: Preparing 23:00:17 47a358e34e6c: Preparing 23:00:17 94b8e1853cb5: Preparing 23:00:17 ec7194cf853e: Preparing 23:00:17 379067d0cb53: Preparing 23:00:17 379067d0cb53: Waiting 23:00:17 ec7194cf853e: Layer already exists 23:00:17 cbc641859618: Layer already exists 23:00:17 47a358e34e6c: Layer already exists 23:00:17 3637cb238204: Layer already exists 23:00:17 94b8e1853cb5: Layer already exists 23:00:17 379067d0cb53: Layer already exists 23:00:17 2.0.0-dev.65: digest: sha256:0854d956b215486b2eea3054bb56ff38d33d5ef92f9b6657de013cc34c86b328 size: 1574 [Pipeline] isUnix [Pipeline] sh 23:00:17 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 23:00:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 23:00:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 23:00:18 3637cb238204: Preparing 23:00:18 cbc641859618: Preparing 23:00:18 47a358e34e6c: Preparing 23:00:18 94b8e1853cb5: Preparing 23:00:18 ec7194cf853e: Preparing 23:00:18 379067d0cb53: Preparing 23:00:18 379067d0cb53: Waiting 23:00:18 3637cb238204: Layer already exists 23:00:18 cbc641859618: Layer already exists 23:00:18 94b8e1853cb5: Layer already exists 23:00:18 47a358e34e6c: Layer already exists 23:00:18 ec7194cf853e: Layer already exists 23:00:18 379067d0cb53: Layer already exists 23:00:18 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65: digest: sha256:0854d956b215486b2eea3054bb56ff38d33d5ef92f9b6657de013cc34c86b328 size: 1574 [Pipeline] isUnix [Pipeline] sh 23:00:18 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 23:00:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 23:00:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 23:00:19 3637cb238204: Preparing 23:00:19 cbc641859618: Preparing 23:00:19 47a358e34e6c: Preparing 23:00:19 94b8e1853cb5: Preparing 23:00:19 ec7194cf853e: Preparing 23:00:19 379067d0cb53: Preparing 23:00:19 379067d0cb53: Waiting 23:00:19 47a358e34e6c: Layer already exists 23:00:19 94b8e1853cb5: Layer already exists 23:00:19 ec7194cf853e: Layer already exists 23:00:19 cbc641859618: Layer already exists 23:00:19 3637cb238204: Layer already exists 23:00:19 379067d0cb53: Layer already exists 23:00:19 master: digest: sha256:0854d956b215486b2eea3054bb56ff38d33d5ef92f9b6657de013cc34c86b328 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:00:19 ===================================================== [Pipeline] echo 23:00:19 taggedImages: 23:00:19 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f 23:00:19 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.65 23:00:19 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 23:00:19 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 23:00:19 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 23:00:19 f32f4191109bc075ff9359b3fa855becd8fb908f 23:00:19 2.0.0-dev.65 23:00:19 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 23:00:19 master 23:00:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:00:20 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f [Pipeline] isUnix [Pipeline] sh 23:00:20 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f 23:00:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 23:00:20 447eb4eb4c05: Preparing 23:00:20 f52f9fefd5ef: Preparing 23:00:20 50d29cd8dc68: Preparing 23:00:20 b867ada954a9: Preparing 23:00:20 3cc9a4224e87: Preparing 23:00:20 5f58e8f4ddb3: Preparing 23:00:20 634e9169617c: Preparing 23:00:20 c1e5ec9d706d: Preparing 23:00:20 379067d0cb53: Preparing 23:00:20 5f58e8f4ddb3: Waiting 23:00:20 634e9169617c: Waiting 23:00:20 c1e5ec9d706d: Waiting 23:00:20 379067d0cb53: Waiting 23:00:20 3cc9a4224e87: Pushed 23:00:20 f52f9fefd5ef: Pushed 23:00:20 447eb4eb4c05: Pushed 23:00:21 634e9169617c: Pushed 23:00:21 5f58e8f4ddb3: Pushed 23:00:21 379067d0cb53: Layer already exists 23:00:21 c1e5ec9d706d: Pushed 23:00:23 b867ada954a9: Pushed 23:00:23 50d29cd8dc68: Pushed 23:00:23 f32f4191109bc075ff9359b3fa855becd8fb908f: digest: sha256:7b4698987d229941bcb28f0eb0f6bb6efae2606c7405cb24fff809c15fc0ea36 size: 2198 [Pipeline] isUnix [Pipeline] sh 23:00:23 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 23:00:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.65 23:00:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 23:00:23 447eb4eb4c05: Preparing 23:00:23 f52f9fefd5ef: Preparing 23:00:23 50d29cd8dc68: Preparing 23:00:23 b867ada954a9: Preparing 23:00:23 3cc9a4224e87: Preparing 23:00:23 5f58e8f4ddb3: Preparing 23:00:23 634e9169617c: Preparing 23:00:23 c1e5ec9d706d: Preparing 23:00:23 379067d0cb53: Preparing 23:00:23 634e9169617c: Waiting 23:00:23 c1e5ec9d706d: Waiting 23:00:23 379067d0cb53: Waiting 23:00:23 5f58e8f4ddb3: Waiting 23:00:23 447eb4eb4c05: Layer already exists 23:00:23 50d29cd8dc68: Layer already exists 23:00:23 f52f9fefd5ef: Layer already exists 23:00:23 3cc9a4224e87: Layer already exists 23:00:23 b867ada954a9: Layer already exists 23:00:23 5f58e8f4ddb3: Layer already exists 23:00:23 634e9169617c: Layer already exists 23:00:23 c1e5ec9d706d: Layer already exists 23:00:23 379067d0cb53: Layer already exists 23:00:24 2.0.0-dev.65: digest: sha256:7b4698987d229941bcb28f0eb0f6bb6efae2606c7405cb24fff809c15fc0ea36 size: 2198 [Pipeline] isUnix [Pipeline] sh 23:00:24 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 23:00:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 23:00:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 23:00:24 447eb4eb4c05: Preparing 23:00:24 f52f9fefd5ef: Preparing 23:00:24 50d29cd8dc68: Preparing 23:00:24 b867ada954a9: Preparing 23:00:24 3cc9a4224e87: Preparing 23:00:24 5f58e8f4ddb3: Preparing 23:00:24 634e9169617c: Preparing 23:00:24 c1e5ec9d706d: Preparing 23:00:24 379067d0cb53: Preparing 23:00:24 5f58e8f4ddb3: Waiting 23:00:24 634e9169617c: Waiting 23:00:24 c1e5ec9d706d: Waiting 23:00:24 379067d0cb53: Waiting 23:00:24 f52f9fefd5ef: Layer already exists 23:00:24 50d29cd8dc68: Layer already exists 23:00:24 447eb4eb4c05: Layer already exists 23:00:24 3cc9a4224e87: Layer already exists 23:00:24 b867ada954a9: Layer already exists 23:00:25 5f58e8f4ddb3: Layer already exists 23:00:25 c1e5ec9d706d: Layer already exists 23:00:25 634e9169617c: Layer already exists 23:00:25 379067d0cb53: Layer already exists 23:00:25 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65: digest: sha256:7b4698987d229941bcb28f0eb0f6bb6efae2606c7405cb24fff809c15fc0ea36 size: 2198 [Pipeline] isUnix [Pipeline] sh 23:00:25 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 23:00:25 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 23:00:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 23:00:25 447eb4eb4c05: Preparing 23:00:25 f52f9fefd5ef: Preparing 23:00:25 50d29cd8dc68: Preparing 23:00:25 b867ada954a9: Preparing 23:00:25 3cc9a4224e87: Preparing 23:00:25 5f58e8f4ddb3: Preparing 23:00:25 634e9169617c: Preparing 23:00:25 c1e5ec9d706d: Preparing 23:00:25 379067d0cb53: Preparing 23:00:25 634e9169617c: Waiting 23:00:25 5f58e8f4ddb3: Waiting 23:00:25 c1e5ec9d706d: Waiting 23:00:25 379067d0cb53: Waiting 23:00:25 50d29cd8dc68: Layer already exists 23:00:25 b867ada954a9: Layer already exists 23:00:25 f52f9fefd5ef: Layer already exists 23:00:25 447eb4eb4c05: Layer already exists 23:00:25 3cc9a4224e87: Layer already exists 23:00:25 379067d0cb53: Layer already exists 23:00:25 5f58e8f4ddb3: Layer already exists 23:00:25 c1e5ec9d706d: Layer already exists 23:00:26 634e9169617c: Layer already exists 23:00:26 master: digest: sha256:7b4698987d229941bcb28f0eb0f6bb6efae2606c7405cb24fff809c15fc0ea36 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:00:26 ===================================================== [Pipeline] echo 23:00:26 taggedImages: 23:00:26 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f 23:00:26 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.65 23:00:26 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 23:00:26 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 23:00:26 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 23:00:26 f32f4191109bc075ff9359b3fa855becd8fb908f 23:00:26 2.0.0-dev.65 23:00:26 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 23:00:26 master 23:00:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:00:27 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f [Pipeline] isUnix [Pipeline] sh 23:00:27 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f 23:00:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 23:00:27 b1ac0d4cbff9: Preparing 23:00:27 a218e7271850: Preparing 23:00:27 33d2ec5da499: Preparing 23:00:27 e44a65bfd225: Preparing 23:00:27 379067d0cb53: Preparing 23:00:27 33d2ec5da499: Layer already exists 23:00:28 379067d0cb53: Layer already exists 23:00:28 b1ac0d4cbff9: Pushed 23:00:28 e44a65bfd225: Pushed 23:00:30 a218e7271850: Pushed 23:00:30 f32f4191109bc075ff9359b3fa855becd8fb908f: digest: sha256:3ff1503999c3a09e733b6a2063bab9f8caf17c1b4545edeb8ac73be48bfde5f6 size: 1364 [Pipeline] isUnix [Pipeline] sh 23:00:31 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 23:00:31 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.65 23:00:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 23:00:31 b1ac0d4cbff9: Preparing 23:00:31 a218e7271850: Preparing 23:00:31 33d2ec5da499: Preparing 23:00:31 e44a65bfd225: Preparing 23:00:31 379067d0cb53: Preparing 23:00:31 e44a65bfd225: Layer already exists 23:00:31 33d2ec5da499: Layer already exists 23:00:31 379067d0cb53: Layer already exists 23:00:31 b1ac0d4cbff9: Layer already exists 23:00:31 a218e7271850: Layer already exists 23:00:31 2.0.0-dev.65: digest: sha256:3ff1503999c3a09e733b6a2063bab9f8caf17c1b4545edeb8ac73be48bfde5f6 size: 1364 [Pipeline] isUnix [Pipeline] sh 23:00:32 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 23:00:32 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 23:00:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 23:00:32 b1ac0d4cbff9: Preparing 23:00:32 a218e7271850: Preparing 23:00:32 33d2ec5da499: Preparing 23:00:32 e44a65bfd225: Preparing 23:00:32 379067d0cb53: Preparing 23:00:32 b1ac0d4cbff9: Layer already exists 23:00:32 a218e7271850: Layer already exists 23:00:32 379067d0cb53: Layer already exists 23:00:32 e44a65bfd225: Layer already exists 23:00:32 33d2ec5da499: Layer already exists 23:00:32 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65: digest: sha256:3ff1503999c3a09e733b6a2063bab9f8caf17c1b4545edeb8ac73be48bfde5f6 size: 1364 [Pipeline] isUnix [Pipeline] sh 23:00:33 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 23:00:33 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 23:00:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 23:00:33 b1ac0d4cbff9: Preparing 23:00:33 a218e7271850: Preparing 23:00:33 33d2ec5da499: Preparing 23:00:33 e44a65bfd225: Preparing 23:00:33 379067d0cb53: Preparing 23:00:33 33d2ec5da499: Layer already exists 23:00:33 379067d0cb53: Layer already exists 23:00:33 e44a65bfd225: Layer already exists 23:00:33 a218e7271850: Layer already exists 23:00:33 b1ac0d4cbff9: Layer already exists 23:00:33 master: digest: sha256:3ff1503999c3a09e733b6a2063bab9f8caf17c1b4545edeb8ac73be48bfde5f6 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:00:33 ===================================================== [Pipeline] echo 23:00:34 taggedImages: 23:00:34 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f 23:00:34 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.65 23:00:34 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 23:00:34 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 23:00:34 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 23:00:34 f32f4191109bc075ff9359b3fa855becd8fb908f 23:00:34 2.0.0-dev.65 23:00:34 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 23:00:34 master 23:00:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:00:34 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f [Pipeline] isUnix [Pipeline] sh 23:00:34 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f 23:00:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 23:00:34 e33e6c3c7437: Preparing 23:00:34 f22e21c82beb: Preparing 23:00:34 33d2ec5da499: Preparing 23:00:34 7293f9e7c629: Preparing 23:00:34 379067d0cb53: Preparing 23:00:35 33d2ec5da499: Layer already exists 23:00:35 379067d0cb53: Layer already exists 23:00:35 7293f9e7c629: Layer already exists 23:00:35 e33e6c3c7437: Pushed 23:00:37 f22e21c82beb: Pushed 23:00:37 f32f4191109bc075ff9359b3fa855becd8fb908f: digest: sha256:32cff0b530e0947408d3b66b0d4e5944ac6fdf6c44d9846cd4a78548a5ca56a1 size: 1363 [Pipeline] isUnix [Pipeline] sh 23:00:38 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 23:00:38 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.65 23:00:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 23:00:38 e33e6c3c7437: Preparing 23:00:38 f22e21c82beb: Preparing 23:00:38 33d2ec5da499: Preparing 23:00:38 7293f9e7c629: Preparing 23:00:38 379067d0cb53: Preparing 23:00:38 f22e21c82beb: Layer already exists 23:00:38 7293f9e7c629: Layer already exists 23:00:38 379067d0cb53: Layer already exists 23:00:38 e33e6c3c7437: Layer already exists 23:00:38 33d2ec5da499: Layer already exists 23:00:38 2.0.0-dev.65: digest: sha256:32cff0b530e0947408d3b66b0d4e5944ac6fdf6c44d9846cd4a78548a5ca56a1 size: 1363 [Pipeline] isUnix [Pipeline] sh 23:00:39 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 23:00:39 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 23:00:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 23:00:39 e33e6c3c7437: Preparing 23:00:39 f22e21c82beb: Preparing 23:00:39 33d2ec5da499: Preparing 23:00:39 7293f9e7c629: Preparing 23:00:39 379067d0cb53: Preparing 23:00:39 33d2ec5da499: Layer already exists 23:00:39 7293f9e7c629: Layer already exists 23:00:39 379067d0cb53: Layer already exists 23:00:39 e33e6c3c7437: Layer already exists 23:00:39 f22e21c82beb: Layer already exists 23:00:39 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65: digest: sha256:32cff0b530e0947408d3b66b0d4e5944ac6fdf6c44d9846cd4a78548a5ca56a1 size: 1363 [Pipeline] isUnix [Pipeline] sh 23:00:40 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 23:00:40 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 23:00:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 23:00:40 e33e6c3c7437: Preparing 23:00:40 f22e21c82beb: Preparing 23:00:40 33d2ec5da499: Preparing 23:00:40 7293f9e7c629: Preparing 23:00:40 379067d0cb53: Preparing 23:00:40 f22e21c82beb: Layer already exists 23:00:40 379067d0cb53: Layer already exists 23:00:40 33d2ec5da499: Layer already exists 23:00:40 7293f9e7c629: Layer already exists 23:00:40 e33e6c3c7437: Layer already exists 23:00:40 master: digest: sha256:32cff0b530e0947408d3b66b0d4e5944ac6fdf6c44d9846cd4a78548a5ca56a1 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:00:41 ===================================================== [Pipeline] echo 23:00:41 taggedImages: 23:00:41 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f 23:00:41 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.65 23:00:41 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 23:00:41 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 23:00:41 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 23:00:41 f32f4191109bc075ff9359b3fa855becd8fb908f 23:00:41 2.0.0-dev.65 23:00:41 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 23:00:41 master 23:00:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:00:41 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f [Pipeline] isUnix [Pipeline] sh 23:00:42 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f 23:00:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 23:00:42 1807a9f6d5d7: Preparing 23:00:42 6491a4cac91b: Preparing 23:00:42 751ece8e1d37: Preparing 23:00:42 ba1249fc26eb: Preparing 23:00:42 521679de4473: Preparing 23:00:42 8b8d38864bc8: Preparing 23:00:42 f5bd7b79abd1: Preparing 23:00:42 9ded3b6bb9b5: Preparing 23:00:42 fa1afe8e6ed9: Preparing 23:00:42 87a09b4c083e: Preparing 23:00:42 0f74e9ff2a61: Preparing 23:00:42 b122376c33c6: Preparing 23:00:42 f8381ed47b22: Preparing 23:00:42 e934a737d657: Preparing 23:00:42 8b8d38864bc8: Waiting 23:00:42 f5bd7b79abd1: Waiting 23:00:42 9ded3b6bb9b5: Waiting 23:00:42 fa1afe8e6ed9: Waiting 23:00:42 87a09b4c083e: Waiting 23:00:42 0f74e9ff2a61: Waiting 23:00:42 b122376c33c6: Waiting 23:00:42 e934a737d657: Waiting 23:00:42 f8381ed47b22: Waiting 23:00:42 521679de4473: Pushed 23:00:42 1807a9f6d5d7: Pushed 23:00:43 ba1249fc26eb: Pushed 23:00:43 9ded3b6bb9b5: Layer already exists 23:00:43 fa1afe8e6ed9: Layer already exists 23:00:43 87a09b4c083e: Layer already exists 23:00:43 0f74e9ff2a61: Layer already exists 23:00:43 f5bd7b79abd1: Pushed 23:00:43 b122376c33c6: Layer already exists 23:00:43 f8381ed47b22: Layer already exists 23:00:43 e934a737d657: Layer already exists 23:00:44 6491a4cac91b: Pushed 23:00:45 8b8d38864bc8: Pushed 23:00:57 751ece8e1d37: Pushed 23:00:57 f32f4191109bc075ff9359b3fa855becd8fb908f: digest: sha256:b1e8635f4bb7f57e618547c3cabb731ec1bffbdc4ba6c35c779ef783f1f81ec9 size: 3252 [Pipeline] isUnix [Pipeline] sh 23:00:57 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 23:00:58 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.65 23:00:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 23:00:58 1807a9f6d5d7: Preparing 23:00:58 6491a4cac91b: Preparing 23:00:58 751ece8e1d37: Preparing 23:00:58 ba1249fc26eb: Preparing 23:00:58 521679de4473: Preparing 23:00:58 8b8d38864bc8: Preparing 23:00:58 f5bd7b79abd1: Preparing 23:00:58 9ded3b6bb9b5: Preparing 23:00:58 fa1afe8e6ed9: Preparing 23:00:58 87a09b4c083e: Preparing 23:00:58 0f74e9ff2a61: Preparing 23:00:58 b122376c33c6: Preparing 23:00:58 f8381ed47b22: Preparing 23:00:58 e934a737d657: Preparing 23:00:58 8b8d38864bc8: Waiting 23:00:58 f5bd7b79abd1: Waiting 23:00:58 b122376c33c6: Waiting 23:00:58 87a09b4c083e: Waiting 23:00:58 f8381ed47b22: Waiting 23:00:58 0f74e9ff2a61: Waiting 23:00:58 fa1afe8e6ed9: Waiting 23:00:58 e934a737d657: Waiting 23:00:58 1807a9f6d5d7: Layer already exists 23:00:58 521679de4473: Layer already exists 23:00:58 6491a4cac91b: Layer already exists 23:00:58 ba1249fc26eb: Layer already exists 23:00:58 751ece8e1d37: Layer already exists 23:00:58 8b8d38864bc8: Layer already exists 23:00:58 f5bd7b79abd1: Layer already exists 23:00:58 9ded3b6bb9b5: Layer already exists 23:00:58 fa1afe8e6ed9: Layer already exists 23:00:58 87a09b4c083e: Layer already exists 23:00:58 0f74e9ff2a61: Layer already exists 23:00:58 f8381ed47b22: Layer already exists 23:00:58 b122376c33c6: Layer already exists 23:00:58 e934a737d657: Layer already exists 23:00:58 2.0.0-dev.65: digest: sha256:b1e8635f4bb7f57e618547c3cabb731ec1bffbdc4ba6c35c779ef783f1f81ec9 size: 3252 [Pipeline] isUnix [Pipeline] sh 23:00:58 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh 23:00:59 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 23:00:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 23:00:59 1807a9f6d5d7: Preparing 23:00:59 6491a4cac91b: Preparing 23:00:59 751ece8e1d37: Preparing 23:00:59 ba1249fc26eb: Preparing 23:00:59 521679de4473: Preparing 23:00:59 8b8d38864bc8: Preparing 23:00:59 f5bd7b79abd1: Preparing 23:00:59 9ded3b6bb9b5: Preparing 23:00:59 fa1afe8e6ed9: Preparing 23:00:59 87a09b4c083e: Preparing 23:00:59 0f74e9ff2a61: Preparing 23:00:59 b122376c33c6: Preparing 23:00:59 f8381ed47b22: Preparing 23:00:59 e934a737d657: Preparing 23:00:59 8b8d38864bc8: Waiting 23:00:59 f5bd7b79abd1: Waiting 23:00:59 9ded3b6bb9b5: Waiting 23:00:59 fa1afe8e6ed9: Waiting 23:00:59 87a09b4c083e: Waiting 23:00:59 0f74e9ff2a61: Waiting 23:00:59 b122376c33c6: Waiting 23:00:59 f8381ed47b22: Waiting 23:00:59 e934a737d657: Waiting 23:00:59 751ece8e1d37: Layer already exists 23:00:59 1807a9f6d5d7: Layer already exists 23:00:59 ba1249fc26eb: Layer already exists 23:00:59 6491a4cac91b: Layer already exists 23:00:59 521679de4473: Layer already exists 23:00:59 8b8d38864bc8: Layer already exists 23:00:59 f5bd7b79abd1: Layer already exists 23:00:59 9ded3b6bb9b5: Layer already exists 23:00:59 fa1afe8e6ed9: Layer already exists 23:00:59 87a09b4c083e: Layer already exists 23:00:59 b122376c33c6: Layer already exists 23:00:59 0f74e9ff2a61: Layer already exists 23:00:59 f8381ed47b22: Layer already exists 23:00:59 e934a737d657: Layer already exists 23:00:59 f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65: digest: sha256:b1e8635f4bb7f57e618547c3cabb731ec1bffbdc4ba6c35c779ef783f1f81ec9 size: 3252 [Pipeline] isUnix [Pipeline] sh 23:00:59 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 23:01:00 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 23:01:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 23:01:00 1807a9f6d5d7: Preparing 23:01:00 6491a4cac91b: Preparing 23:01:00 751ece8e1d37: Preparing 23:01:00 ba1249fc26eb: Preparing 23:01:00 521679de4473: Preparing 23:01:00 8b8d38864bc8: Preparing 23:01:00 f5bd7b79abd1: Preparing 23:01:00 9ded3b6bb9b5: Preparing 23:01:00 fa1afe8e6ed9: Preparing 23:01:00 87a09b4c083e: Preparing 23:01:00 0f74e9ff2a61: Preparing 23:01:00 b122376c33c6: Preparing 23:01:00 f8381ed47b22: Preparing 23:01:00 e934a737d657: Preparing 23:01:00 8b8d38864bc8: Waiting 23:01:00 f5bd7b79abd1: Waiting 23:01:00 9ded3b6bb9b5: Waiting 23:01:00 b122376c33c6: Waiting 23:01:00 e934a737d657: Waiting 23:01:00 f8381ed47b22: Waiting 23:01:00 87a09b4c083e: Waiting 23:01:00 fa1afe8e6ed9: Waiting 23:01:00 0f74e9ff2a61: Waiting 23:01:00 521679de4473: Layer already exists 23:01:00 ba1249fc26eb: Layer already exists 23:01:00 1807a9f6d5d7: Layer already exists 23:01:00 751ece8e1d37: Layer already exists 23:01:00 6491a4cac91b: Layer already exists 23:01:00 9ded3b6bb9b5: Layer already exists 23:01:00 8b8d38864bc8: Layer already exists 23:01:00 f5bd7b79abd1: Layer already exists 23:01:00 87a09b4c083e: Layer already exists 23:01:00 fa1afe8e6ed9: Layer already exists 23:01:00 f8381ed47b22: Layer already exists 23:01:00 e934a737d657: Layer already exists 23:01:00 0f74e9ff2a61: Layer already exists 23:01:00 b122376c33c6: Layer already exists 23:01:00 master: digest: sha256:b1e8635f4bb7f57e618547c3cabb731ec1bffbdc4ba6c35c779ef783f1f81ec9 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:01:00 ===================================================== [Pipeline] echo 23:01:00 taggedImages: 23:01:00 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f 23:01:00 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.65 23:01:00 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f32f4191109bc075ff9359b3fa855becd8fb908f-2.0.0-dev.65 23:01:00 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 23:01:03 provisioning config files... 23:01:03 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/329@tmp/config3284887102470192180tmp [Pipeline] { [Pipeline] sh 23:01:03 + set +x 23:01:03 + curl -s https://codecov.io/bash 23:01:03 + bash -s -- 23:01:03 23:01:03 _____ _ 23:01:03 / ____| | | 23:01:03 | | ___ __| | ___ ___ _____ __ 23:01:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:01:03 | |___| (_) | (_| | __/ (_| (_) \ V / 23:01:03 \_____\___/ \__,_|\___|\___\___/ \_/ 23:01:03 Bash-20210129-7c25fce 23:01:03 23:01:03 23:01:03 ==> git version 2.24.3 found 23:01:03 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 23:01:03 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:01:03 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:01:03 ==> Jenkins CI detected. 23:01:03 project root: . 23:01:03 --> token set from env 23:01:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:01:03 ==> Running gcov in . (disable via -X gcov) 23:01:04 ==> Python coveragepy not found 23:01:04 ==> Searching for coverage reports in: 23:01:04 + . 23:01:04 -> Found 1 reports 23:01:04 ==> Detecting git/mercurial file structure 23:01:04 ==> Reading reports 23:01:04 + ./coverage.out bytes=574984 23:01:04 ==> Appending adjustments 23:01:04 https://docs.codecov.io/docs/fixing-reports 23:01:07 + Found adjustments 23:01:07 ==> Gzipping contents 23:01:07 88K /tmp/codecov.M6TePR.gz 23:01:07 ==> Uploading reports 23:01:07 url: https://codecov.io 23:01:07 query: branch=master&commit=f32f4191109bc075ff9359b3fa855becd8fb908f&build=329&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F329%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:01:07 -> Pinging Codecov 23:01:07 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=f32f4191109bc075ff9359b3fa855becd8fb908f&build=329&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F329%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:01:07 -> Uploading to 23:01:07 https://storage.googleapis.com/codecov/v4/raw/2021-01-29/00271124DB129430A58F1EEE437C3FCB/f32f4191109bc075ff9359b3fa855becd8fb908f/2b62b866-d5b6-4057-a110-32bc30550338.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210129%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210129T230107Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fcc83279e55d36c41af0abd3cfbcd80f6a3ad2ae5ea1eb165d36012e7ee6b001 23:01:07 % Total % Received % Xferd Average Speed Time Time Time Current 23:01:07 Dload Upload Total Spent Left Speed 23:01:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86955 0 0 100 86955 0 184k --:--:-- --:--:-- --:--:-- 184k 23:01:07 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/f32f4191109bc075ff9359b3fa855becd8fb908f [Pipeline] } 23:01:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 23:01:08 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 23:01:08 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:01:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:01:09 23:01:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 23:01:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:01:09 1.410.4: Pulling from edgex-devops/edgex-snyk-go 23:01:09 188c0c94c7c5: Already exists 23:01:09 0ef7d3d256c8: Already exists 23:01:09 de9db76c5a1d: Already exists 23:01:09 0eba1c9be4d2: Pulling fs layer 23:01:09 0d57e429df01: Pulling fs layer 23:01:09 4e4be7b47b0d: Pulling fs layer 23:01:09 e1f770b5df2f: Pulling fs layer 23:01:09 85a0685a4137: Pulling fs layer 23:01:09 e1f770b5df2f: Waiting 23:01:09 85a0685a4137: Waiting 23:01:09 0d57e429df01: Verifying Checksum 23:01:09 0d57e429df01: Download complete 23:01:09 4e4be7b47b0d: Verifying Checksum 23:01:09 4e4be7b47b0d: Download complete 23:01:11 e1f770b5df2f: Verifying Checksum 23:01:11 e1f770b5df2f: Download complete 23:01:13 0eba1c9be4d2: Download complete 23:01:13 85a0685a4137: Verifying Checksum 23:01:13 85a0685a4137: Download complete 23:01:18 0eba1c9be4d2: Pull complete 23:01:18 0d57e429df01: Pull complete 23:01:18 4e4be7b47b0d: Pull complete 23:01:23 e1f770b5df2f: Pull complete 23:01:31 85a0685a4137: Pull complete 23:01:31 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 23:01:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:01:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 23:01:31 prd-centos7-docker-4c-2g-24012 does not seem to be running inside a container 23:01:31 $ 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/329 -v /w/workspace/edgex-go/329:/w/workspace/edgex-go/329:rw,z -v /w/workspace/edgex-go/329@tmp:/w/workspace/edgex-go/329@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 23:01:32 $ docker top 335a50bec86e6937c89d92831b73c2d9e85561a76825ae4c4ab22716b33593b2 -eo pid,comm [Pipeline] { [Pipeline] echo 23:01:32 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 23:01:32 + set -o pipefail 23:01:32 + snyk monitor '--org=edgex-jenkins' 23:01:44 23:01:44 Monitoring /w/workspace/edgex-go/329 (github.com/edgexfoundry/edgex-go)... 23:01:44 23:01:44 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/e6a00201-25d7-42e6-897b-34d7571758a5 23:01:44 23:01:44 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:01:44 23:01:44 [Pipeline] } 23:01:44 $ docker stop --time=1 335a50bec86e6937c89d92831b73c2d9e85561a76825ae4c4ab22716b33593b2 23:01:47 $ docker rm -f 335a50bec86e6937c89d92831b73c2d9e85561a76825ae4c4ab22716b33593b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 23:01:49 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:01:49 provisioning config files... 23:01:49 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/329@tmp/config6439752657611371251tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:01:49 --> edgex-publish-swagger.sh 23:01:49 === Publish openapi/v1 API === 23:01:49 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 23:01:49 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/329/openapi/v1/core-command.yaml] 23:01:49 % Total % Received % Xferd Average Speed Time Time Time Current 23:01:49 Dload Upload Total Spent Left Speed 23:01:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8893 0:00:01 0:00:01 --:--:-- 8901 100 10522 0 0 100 10522 0 8892 0:00:01 0:00:01 --:--:-- 8901 23:01:51 23:01:51 23:01:51 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/329/openapi/v1/core-data.yaml] 23:01:51 % Total % Received % Xferd Average Speed Time Time Time Current 23:01:51 Dload Upload Total Spent Left Speed 23:01:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 28601 0:00:01 0:00:01 --:--:-- 28608 100 32557 0 0 100 32557 0 28598 0:00:01 0:00:01 --:--:-- 28608 23:01:51 23:01:51 23:01:51 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/329/openapi/v1/core-metadata.yaml] 23:01:51 % Total % Received % Xferd Average Speed Time Time Time Current 23:01:51 Dload Upload Total Spent Left Speed 23:01:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 62299 0:00:01 0:00:01 --:--:-- 62316 100 73721 0 0 100 73721 0 60371 0:00:01 0:00:01 --:--:-- 60427 23:01:53 23:01:53 23:01:53 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/329/openapi/v1/support-logging.yaml] 23:01:53 % Total % Received % Xferd Average Speed Time Time Time Current 23:01:53 Dload Upload Total Spent Left Speed 23:01:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11697 0:00:01 0:00:01 --:--:-- 11697 100 13581 0 0 100 13581 0 11696 0:00:01 0:00:01 --:--:-- 11687 23:01:54 23:01:54 23:01:54 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/329/openapi/v1/support-notifications.yaml] 23:01:54 % Total % Received % Xferd Average Speed Time Time Time Current 23:01:54 Dload Upload Total Spent Left Speed 23:01:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 35867 0:00:01 0:00:01 --:--:-- 35876 100 38890 0 0 100 38890 0 35863 0:00:01 0:00:01 --:--:-- 35876 23:01:55 23:01:55 23:01:55 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/329/openapi/v1/support-scheduler.yaml] 23:01:55 % Total % Received % Xferd Average Speed Time Time Time Current 23:01:55 Dload Upload Total Spent Left Speed 23:01:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13374 0:00:01 0:00:01 --:--:-- 13379 100 14249 0 0 100 14249 0 13372 0:00:01 0:00:01 --:--:-- 13379 23:01:56 23:01:56 23:01:56 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/329/openapi/v1/system-agent.yaml] 23:01:56 % Total % Received % Xferd Average Speed Time Time Time Current 23:01:56 Dload Upload Total Spent Left Speed 23:01:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3463 0:00:01 0:00:01 --:--:-- 3465 100 4110 0 0 100 4110 0 3407 0:00:01 0:00:01 --:--:-- 3407 23:01:57 23:01:57 23:01:57 === Publish openapi/v2 API === 23:01:57 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 23:01:57 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/329/openapi/v2/core-command.yaml] 23:01:57 % Total % Received % Xferd Average Speed Time Time Time Current 23:01:57 Dload Upload Total Spent Left Speed 23:01:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21367 0 0 100 21367 0 18543 0:00:01 0:00:01 --:--:-- 18547 100 21367 0 0 100 21367 0 18541 0:00:01 0:00:01 --:--:-- 18547 23:01:58 23:01:58 23:01:58 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/329/openapi/v2/core-data.yaml] 23:01:58 % Total % Received % Xferd Average Speed Time Time Time Current 23:01:58 Dload Upload Total Spent Left Speed 23:02:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 48458 0:00:01 0:00:01 --:--:-- 48474 100 57055 0 0 100 57055 0 48453 0:00:01 0:00:01 --:--:-- 48474 23:02:00 23:02:00 23:02:00 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/329/openapi/v2/core-metadata.yaml] 23:02:00 % Total % Received % Xferd Average Speed Time Time Time Current 23:02:00 Dload Upload Total Spent Left Speed 23:02:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 100k 0:00:01 0:00:01 --:--:-- 100k 100 119k 0 0 100 119k 0 100k 0:00:01 0:00:01 --:--:-- 100k 23:02:01 23:02:01 23:02:01 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/329/openapi/v2/support-logging.yaml] 23:02:01 % Total % Received % Xferd Average Speed Time Time Time Current 23:02:01 Dload Upload Total Spent Left Speed 23:02:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 19954 0:00:01 0:00:01 --:--:-- 19959 100 23692 0 0 100 23692 0 18941 0:00:01 0:00:01 --:--:-- 18953 23:02:02 23:02:02 23:02:02 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/329/openapi/v2/support-notifications.yaml] 23:02:02 % Total % Received % Xferd Average Speed Time Time Time Current 23:02:02 Dload Upload Total Spent Left Speed 23:02:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58900 0 0 100 58900 0 53070 0:00:01 0:00:01 --:--:-- 53110 100 58900 0 0 100 58900 0 53063 0:00:01 0:00:01 --:--:-- 53110 23:02:03 23:02:03 23:02:03 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/329/openapi/v2/support-scheduler.yaml] 23:02:03 % Total % Received % Xferd Average Speed Time Time Time Current 23:02:03 Dload Upload Total Spent Left Speed 23:02:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39529 0 0 100 39529 0 33468 0:00:01 0:00:01 --:--:-- 33499 100 39529 0 0 100 39529 0 31487 0:00:01 0:00:01 --:--:-- 31497 23:02:04 23:02:04 23:02:04 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/329/openapi/v2/system-agent.yaml] 23:02:04 % Total % Received % Xferd Average Speed Time Time Time Current 23:02:04 Dload Upload Total Spent Left Speed 23:02:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 20958 0:00:01 0:00:01 --:--:-- 20977 100 23726 0 0 100 23726 0 20956 0:00:01 0:00:01 --:--:-- 20959 23:02:06 23:02:06 [Pipeline] } 23:02:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 23:02:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:07 . [Pipeline] withDockerContainer 23:02:07 prd-centos7-docker-4c-2g-24012 does not seem to be running inside a container 23:02:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/329 -v /w/workspace/edgex-go/329:/w/workspace/edgex-go/329:rw,z -v /w/workspace/edgex-go/329@tmp:/w/workspace/edgex-go/329@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:02:07 $ docker top 8f27edaa197e607fc3bb71ad17d6ed4634e586ed6ef1adb10557b0bb24c19f91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:02:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:02:08 [ssh-agent] Looking for ssh-agent implementation... 23:02:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:02:08 $ docker exec 8f27edaa197e607fc3bb71ad17d6ed4634e586ed6ef1adb10557b0bb24c19f91 ssh-agent 23:02:08 SSH_AUTH_SOCK=/tmp/ssh-GO6n2nNcjMjf/agent.11 23:02:08 SSH_AGENT_PID=17 23:02:08 Running ssh-add (command line suppressed) 23:02:08 Identity added: /w/workspace/edgex-go/329@tmp/private_key_2879467256148802780.key (/w/workspace/edgex-go/329@tmp/private_key_2879467256148802780.key) 23:02:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:02:08 + git semver tag 23:02:09 # -> Open(): unable to determine branch for HEAD 23:02:09 # $GIT_DIR = /w/workspace/edgex-go/329/.git 23:02:09 # $GIT_WORK_TREE = /w/workspace/edgex-go/329 23:02:09 # $SEMVER_REMOTE_NAME = origin 23:02:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:02:09 # $SEMVER_USER_NAME = edgex-jenkins 23:02:09 # $SEMVER_BRANCH = master 23:02:09 # $SEMVER_DIR = /w/workspace/edgex-go/329/.semver 23:02:09 # f32f4191109bc075ff9359b3fa855becd8fb908f HEAD 23:02:09 # -> Force: false 23:02:09 # 0ec66025cbd7f32f5c12cfed9cfc3df0ed2e53e7 refs/tags/v2.0.0-dev.65 [Pipeline] } 23:02:09 $ docker exec --env ******** --env ******** 8f27edaa197e607fc3bb71ad17d6ed4634e586ed6ef1adb10557b0bb24c19f91 ssh-agent -k 23:02:09 unset SSH_AUTH_SOCK; 23:02:09 unset SSH_AGENT_PID; 23:02:09 echo Agent pid 17 killed; 23:02:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:02:10 + git semver [Pipeline] } 23:02:10 $ docker stop --time=1 8f27edaa197e607fc3bb71ad17d6ed4634e586ed6ef1adb10557b0bb24c19f91 23:02:11 $ docker rm -f 8f27edaa197e607fc3bb71ad17d6ed4634e586ed6ef1adb10557b0bb24c19f91 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:02:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:02:12 23:02:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:02:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:02:12 0.23.1-centos7: Pulling from edgex-lftools 23:02:12 ab5ef0e58194: Pulling fs layer 23:02:12 9712f1f96733: Pulling fs layer 23:02:12 63f879dbbcfc: Pulling fs layer 23:02:12 0d9ebad4ef96: Pulling fs layer 23:02:12 e9a5061849ea: Pulling fs layer 23:02:12 d747dcd14b5f: Pulling fs layer 23:02:12 2de7ff778b66: Pulling fs layer 23:02:12 e9a5061849ea: Waiting 23:02:12 d747dcd14b5f: Waiting 23:02:12 2de7ff778b66: Waiting 23:02:12 0d9ebad4ef96: Waiting 23:02:12 9712f1f96733: Verifying Checksum 23:02:14 63f879dbbcfc: Verifying Checksum 23:02:14 63f879dbbcfc: Download complete 23:02:14 e9a5061849ea: Verifying Checksum 23:02:14 e9a5061849ea: Download complete 23:02:14 d747dcd14b5f: Verifying Checksum 23:02:14 d747dcd14b5f: Download complete 23:02:14 2de7ff778b66: Verifying Checksum 23:02:14 2de7ff778b66: Download complete 23:02:14 0d9ebad4ef96: Verifying Checksum 23:02:14 0d9ebad4ef96: Download complete 23:02:15 ab5ef0e58194: Verifying Checksum 23:02:15 ab5ef0e58194: Download complete 23:02:20 ab5ef0e58194: Pull complete 23:02:20 9712f1f96733: Pull complete 23:02:22 63f879dbbcfc: Pull complete 23:02:28 0d9ebad4ef96: Pull complete 23:02:30 e9a5061849ea: Pull complete 23:02:30 d747dcd14b5f: Pull complete 23:02:33 2de7ff778b66: Pull complete 23:02:33 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:02:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:02:33 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:02:33 prd-centos7-docker-4c-2g-24012 does not seem to be running inside a container 23:02:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/329 -v /w/workspace/edgex-go/329:/w/workspace/edgex-go/329:rw,z -v /w/workspace/edgex-go/329@tmp:/w/workspace/edgex-go/329@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 23:02:35 $ docker top c248c55d8ee16f043bb12905037aae90a3424e8c52821d52ff76065b6b945576 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:02:36 provisioning config files... 23:02:36 copy managed file [sigul-config] to file:/w/workspace/edgex-go/329@tmp/config5485108987701360681tmp 23:02:36 copy managed file [sigul-password] to file:/w/workspace/edgex-go/329@tmp/config49199510634764134tmp 23:02:36 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/329@tmp/config2390073231935960387tmp [Pipeline] { [Pipeline] echo 23:02:36 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:02:36 ---> sigul-configuration.sh 23:02:36 gpg: directory `/root/.gnupg' created 23:02:36 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:02:36 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:02:36 gpg: keyring `/root/.gnupg/secring.gpg' created 23:02:36 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:02:36 gpg: CAST5 encrypted data 23:02:36 gpg: encrypted with 1 passphrase 23:02:36 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:02:37 + mkdir /home/jenkins 23:02:37 + mkdir /home/jenkins/sigul [Pipeline] sh 23:02:37 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 23:02:37 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:02:38 ---> sigul-install.sh 23:02:43 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:02:43 + git tag --list 23:02:43 0.6.0 23:02:43 0.6.1 23:02:43 0.7.0 23:02:43 0.7.1 23:02:43 v1.0.0 23:02:43 v1.0.1 23:02:43 v1.1.0 23:02:43 v1.2.0 23:02:43 v1.2.1 23:02:43 v1.2.2-dev.1 23:02:43 v1.2.2-dev.10 23:02:43 v1.2.2-dev.100 23:02:43 v1.2.2-dev.101 23:02:43 v1.2.2-dev.102 23:02:43 v1.2.2-dev.103 23:02:43 v1.2.2-dev.104 23:02:43 v1.2.2-dev.105 23:02:43 v1.2.2-dev.106 23:02:43 v1.2.2-dev.107 23:02:43 v1.2.2-dev.11 23:02:43 v1.2.2-dev.12 23:02:43 v1.2.2-dev.13 23:02:43 v1.2.2-dev.14 23:02:43 v1.2.2-dev.15 23:02:43 v1.2.2-dev.16 23:02:43 v1.2.2-dev.17 23:02:43 v1.2.2-dev.18 23:02:43 v1.2.2-dev.19 23:02:43 v1.2.2-dev.2 23:02:43 v1.2.2-dev.20 23:02:43 v1.2.2-dev.21 23:02:43 v1.2.2-dev.22 23:02:43 v1.2.2-dev.23 23:02:43 v1.2.2-dev.24 23:02:43 v1.2.2-dev.25 23:02:43 v1.2.2-dev.26 23:02:43 v1.2.2-dev.27 23:02:43 v1.2.2-dev.28 23:02:43 v1.2.2-dev.29 23:02:43 v1.2.2-dev.3 23:02:43 v1.2.2-dev.30 23:02:43 v1.2.2-dev.31 23:02:43 v1.2.2-dev.32 23:02:43 v1.2.2-dev.33 23:02:43 v1.2.2-dev.34 23:02:43 v1.2.2-dev.35 23:02:43 v1.2.2-dev.36 23:02:43 v1.2.2-dev.37 23:02:43 v1.2.2-dev.38 23:02:43 v1.2.2-dev.39 23:02:43 v1.2.2-dev.4 23:02:43 v1.2.2-dev.40 23:02:43 v1.2.2-dev.41 23:02:43 v1.2.2-dev.42 23:02:43 v1.2.2-dev.43 23:02:43 v1.2.2-dev.44 23:02:43 v1.2.2-dev.45 23:02:43 v1.2.2-dev.46 23:02:43 v1.2.2-dev.47 23:02:43 v1.2.2-dev.48 23:02:43 v1.2.2-dev.49 23:02:43 v1.2.2-dev.5 23:02:43 v1.2.2-dev.50 23:02:43 v1.2.2-dev.51 23:02:43 v1.2.2-dev.52 23:02:43 v1.2.2-dev.53 23:02:43 v1.2.2-dev.54 23:02:43 v1.2.2-dev.55 23:02:43 v1.2.2-dev.56 23:02:43 v1.2.2-dev.57 23:02:43 v1.2.2-dev.58 23:02:43 v1.2.2-dev.59 23:02:43 v1.2.2-dev.6 23:02:43 v1.2.2-dev.60 23:02:43 v1.2.2-dev.61 23:02:43 v1.2.2-dev.62 23:02:43 v1.2.2-dev.63 23:02:43 v1.2.2-dev.64 23:02:43 v1.2.2-dev.65 23:02:43 v1.2.2-dev.66 23:02:43 v1.2.2-dev.67 23:02:43 v1.2.2-dev.68 23:02:43 v1.2.2-dev.69 23:02:43 v1.2.2-dev.7 23:02:43 v1.2.2-dev.70 23:02:43 v1.2.2-dev.71 23:02:43 v1.2.2-dev.72 23:02:43 v1.2.2-dev.73 23:02:43 v1.2.2-dev.74 23:02:43 v1.2.2-dev.75 23:02:43 v1.2.2-dev.76 23:02:43 v1.2.2-dev.77 23:02:43 v1.2.2-dev.78 23:02:43 v1.2.2-dev.79 23:02:43 v1.2.2-dev.8 23:02:43 v1.2.2-dev.80 23:02:43 v1.2.2-dev.81 23:02:43 v1.2.2-dev.82 23:02:43 v1.2.2-dev.83 23:02:43 v1.2.2-dev.84 23:02:43 v1.2.2-dev.85 23:02:43 v1.2.2-dev.86 23:02:43 v1.2.2-dev.87 23:02:43 v1.2.2-dev.88 23:02:43 v1.2.2-dev.89 23:02:43 v1.2.2-dev.9 23:02:43 v1.2.2-dev.90 23:02:43 v1.2.2-dev.91 23:02:43 v1.2.2-dev.92 23:02:43 v1.2.2-dev.93 23:02:43 v1.2.2-dev.94 23:02:43 v1.2.2-dev.95 23:02:43 v1.2.2-dev.96 23:02:43 v1.2.2-dev.97 23:02:43 v1.2.2-dev.98 23:02:43 v1.2.2-dev.99 23:02:43 v1.3.0 23:02:43 v1.3.1-dev.1 23:02:43 v1.3.1-dev.10 23:02:43 v1.3.1-dev.11 23:02:43 v1.3.1-dev.12 23:02:43 v1.3.1-dev.13 23:02:43 v1.3.1-dev.14 23:02:43 v1.3.1-dev.15 23:02:43 v1.3.1-dev.16 23:02:43 v1.3.1-dev.17 23:02:43 v1.3.1-dev.18 23:02:43 v1.3.1-dev.2 23:02:43 v1.3.1-dev.3 23:02:43 v1.3.1-dev.4 23:02:43 v1.3.1-dev.5 23:02:43 v1.3.1-dev.6 23:02:43 v1.3.1-dev.7 23:02:43 v1.3.1-dev.8 23:02:43 v1.3.1-dev.9 23:02:43 v2.0.0-dev.1 23:02:43 v2.0.0-dev.10 23:02:43 v2.0.0-dev.11 23:02:43 v2.0.0-dev.12 23:02:43 v2.0.0-dev.13 23:02:43 v2.0.0-dev.14 23:02:43 v2.0.0-dev.15 23:02:43 v2.0.0-dev.16 23:02:43 v2.0.0-dev.17 23:02:43 v2.0.0-dev.18 23:02:43 v2.0.0-dev.19 23:02:43 v2.0.0-dev.2 23:02:43 v2.0.0-dev.20 23:02:43 v2.0.0-dev.21 23:02:43 v2.0.0-dev.22 23:02:43 v2.0.0-dev.23 23:02:43 v2.0.0-dev.24 23:02:43 v2.0.0-dev.25 23:02:43 v2.0.0-dev.26 23:02:43 v2.0.0-dev.27 23:02:43 v2.0.0-dev.28 23:02:43 v2.0.0-dev.29 23:02:43 v2.0.0-dev.3 23:02:43 v2.0.0-dev.30 23:02:43 v2.0.0-dev.31 23:02:43 v2.0.0-dev.32 23:02:43 v2.0.0-dev.33 23:02:43 v2.0.0-dev.34 23:02:43 v2.0.0-dev.35 23:02:43 v2.0.0-dev.36 23:02:43 v2.0.0-dev.37 23:02:43 v2.0.0-dev.38 23:02:43 v2.0.0-dev.39 23:02:43 v2.0.0-dev.4 23:02:43 v2.0.0-dev.40 23:02:43 v2.0.0-dev.41 23:02:43 v2.0.0-dev.42 23:02:43 v2.0.0-dev.43 23:02:43 v2.0.0-dev.44 23:02:43 v2.0.0-dev.45 23:02:43 v2.0.0-dev.46 23:02:43 v2.0.0-dev.47 23:02:43 v2.0.0-dev.48 23:02:43 v2.0.0-dev.49 23:02:43 v2.0.0-dev.5 23:02:43 v2.0.0-dev.50 23:02:43 v2.0.0-dev.51 23:02:43 v2.0.0-dev.52 23:02:43 v2.0.0-dev.53 23:02:43 v2.0.0-dev.54 23:02:43 v2.0.0-dev.55 23:02:43 v2.0.0-dev.56 23:02:43 v2.0.0-dev.57 23:02:43 v2.0.0-dev.58 23:02:43 v2.0.0-dev.59 23:02:43 v2.0.0-dev.6 23:02:43 v2.0.0-dev.60 23:02:43 v2.0.0-dev.61 23:02:43 v2.0.0-dev.62 23:02:43 v2.0.0-dev.63 23:02:43 v2.0.0-dev.64 23:02:43 v2.0.0-dev.65 23:02:43 v2.0.0-dev.7 23:02:43 v2.0.0-dev.8 23:02:43 v2.0.0-dev.9 [Pipeline] sh 23:02:43 + lftools sign git-tag v2.0.0-dev.65 23:02:44 Signing Git tag with Sigul... 23:02:44 Signing v2.0.0-dev.65 [Pipeline] echo 23:02:46 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:02:46 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:02:46 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:02:46 $ docker stop --time=1 c248c55d8ee16f043bb12905037aae90a3424e8c52821d52ff76065b6b945576 23:02:48 $ docker rm -f c248c55d8ee16f043bb12905037aae90a3424e8c52821d52ff76065b6b945576 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:02:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:49 . [Pipeline] withDockerContainer 23:02:49 prd-centos7-docker-4c-2g-24012 does not seem to be running inside a container 23:02:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/329 -v /w/workspace/edgex-go/329:/w/workspace/edgex-go/329:rw,z -v /w/workspace/edgex-go/329@tmp:/w/workspace/edgex-go/329@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:02:50 $ docker top b3cf3b201c6512276da7d4f4a112dfc2c3df1fa326b1f19c3bfdfd32a6e7b14f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:02:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:02:50 [ssh-agent] Looking for ssh-agent implementation... 23:02:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:02:50 $ docker exec b3cf3b201c6512276da7d4f4a112dfc2c3df1fa326b1f19c3bfdfd32a6e7b14f ssh-agent 23:02:50 SSH_AUTH_SOCK=/tmp/ssh-FzCBkI1nka7Q/agent.12 23:02:50 SSH_AGENT_PID=17 23:02:50 Running ssh-add (command line suppressed) 23:02:51 Identity added: /w/workspace/edgex-go/329@tmp/private_key_8337505919299222853.key (/w/workspace/edgex-go/329@tmp/private_key_8337505919299222853.key) 23:02:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:02:51 + git semver bump pre 23:02:51 # -> Open(): unable to determine branch for HEAD 23:02:51 # $GIT_DIR = /w/workspace/edgex-go/329/.git 23:02:51 # $GIT_WORK_TREE = /w/workspace/edgex-go/329 23:02:51 # $SEMVER_REMOTE_NAME = origin 23:02:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:02:51 # $SEMVER_USER_NAME = edgex-jenkins 23:02:51 # $SEMVER_BRANCH = master 23:02:51 # $SEMVER_DIR = /w/workspace/edgex-go/329/.semver 23:02:51 2.0.0-dev.66 [Pipeline] } 23:02:51 $ docker exec --env ******** --env ******** b3cf3b201c6512276da7d4f4a112dfc2c3df1fa326b1f19c3bfdfd32a6e7b14f ssh-agent -k 23:02:51 unset SSH_AUTH_SOCK; 23:02:51 unset SSH_AGENT_PID; 23:02:51 echo Agent pid 17 killed; 23:02:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:02:52 + git semver [Pipeline] } 23:02:52 $ docker stop --time=1 b3cf3b201c6512276da7d4f4a112dfc2c3df1fa326b1f19c3bfdfd32a6e7b14f 23:02:53 $ docker rm -f b3cf3b201c6512276da7d4f4a112dfc2c3df1fa326b1f19c3bfdfd32a6e7b14f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:02:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:53 . [Pipeline] withDockerContainer 23:02:54 prd-centos7-docker-4c-2g-24012 does not seem to be running inside a container 23:02:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/329 -v /w/workspace/edgex-go/329:/w/workspace/edgex-go/329:rw,z -v /w/workspace/edgex-go/329@tmp:/w/workspace/edgex-go/329@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:02:54 $ docker top 3376d8a530a041fa357904cfaa5053a3f829cc7c0b54a8a0d826e384b9164ac7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:02:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:02:54 [ssh-agent] Looking for ssh-agent implementation... 23:02:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:02:55 $ docker exec 3376d8a530a041fa357904cfaa5053a3f829cc7c0b54a8a0d826e384b9164ac7 ssh-agent 23:02:55 SSH_AUTH_SOCK=/tmp/ssh-7OoGeBd6cd39/agent.12 23:02:55 SSH_AGENT_PID=17 23:02:55 Running ssh-add (command line suppressed) 23:02:55 Identity added: /w/workspace/edgex-go/329@tmp/private_key_6707774167832910651.key (/w/workspace/edgex-go/329@tmp/private_key_6707774167832910651.key) 23:02:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:02:55 + git semver push 23:02:55 # -> Open(): unable to determine branch for HEAD 23:02:55 # $GIT_DIR = /w/workspace/edgex-go/329/.git 23:02:55 # $GIT_WORK_TREE = /w/workspace/edgex-go/329 23:02:55 # $SEMVER_REMOTE_NAME = origin 23:02:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:02:55 # $SEMVER_USER_NAME = edgex-jenkins 23:02:55 # $SEMVER_BRANCH = master 23:02:55 # $SEMVER_DIR = /w/workspace/edgex-go/329/.semver [Pipeline] } 23:03:05 $ docker exec --env ******** --env ******** 3376d8a530a041fa357904cfaa5053a3f829cc7c0b54a8a0d826e384b9164ac7 ssh-agent -k 23:03:05 unset SSH_AUTH_SOCK; 23:03:05 unset SSH_AGENT_PID; 23:03:05 echo Agent pid 17 killed; 23:03:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:03:06 + git semver [Pipeline] } 23:03:06 $ docker stop --time=1 3376d8a530a041fa357904cfaa5053a3f829cc7c0b54a8a0d826e384b9164ac7 23:03:08 $ docker rm -f 3376d8a530a041fa357904cfaa5053a3f829cc7c0b54a8a0d826e384b9164ac7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:03:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:03:10 ---> package-listing.sh 23:03:10 ++ facter osfamily 23:03:10 ++ tr '[:upper:]' '[:lower:]' 23:03:10 + OS_FAMILY=redhat 23:03:10 + workspace=/w/workspace/edgex-go/329 23:03:10 + START_PACKAGES=/tmp/packages_start.txt 23:03:10 + END_PACKAGES=/tmp/packages_end.txt 23:03:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:03:10 + PACKAGES=/tmp/packages_start.txt 23:03:10 + '[' /w/workspace/edgex-go/329 ']' 23:03:10 + PACKAGES=/tmp/packages_end.txt 23:03:10 + case "${OS_FAMILY}" in 23:03:10 + rpm -qa 23:03:10 + sort 23:03:15 + '[' -f /tmp/packages_start.txt ']' 23:03:15 + '[' -f /tmp/packages_end.txt ']' 23:03:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:03:15 + '[' /w/workspace/edgex-go/329 ']' 23:03:15 + mkdir -p /w/workspace/edgex-go/329/archives/ 23:03:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/329/archives/ [Pipeline] echo 23:03:15 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/329/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:03:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:03:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:03:16 23:03:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:03:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:03:16 alpine: Pulling from edgex-lftools-log-publisher 23:03:16 df20fa9351a1: Pulling fs layer 23:03:16 36b3adc4ff6f: Pulling fs layer 23:03:16 8ad3a11d3b57: Pulling fs layer 23:03:16 46f8f816bc3b: Pulling fs layer 23:03:16 93b61091891f: Pulling fs layer 23:03:16 93b9cdb0e59b: Pulling fs layer 23:03:16 5e14af77c1be: Pulling fs layer 23:03:16 01666e4c0597: Pulling fs layer 23:03:16 aa168da1d23b: Pulling fs layer 23:03:16 46f8f816bc3b: Waiting 23:03:16 93b61091891f: Waiting 23:03:16 93b9cdb0e59b: Waiting 23:03:16 5e14af77c1be: Waiting 23:03:16 01666e4c0597: Waiting 23:03:16 aa168da1d23b: Waiting 23:03:16 36b3adc4ff6f: Download complete 23:03:16 46f8f816bc3b: Download complete 23:03:16 df20fa9351a1: Verifying Checksum 23:03:16 df20fa9351a1: Download complete 23:03:16 93b9cdb0e59b: Verifying Checksum 23:03:16 93b9cdb0e59b: Download complete 23:03:16 5e14af77c1be: Verifying Checksum 23:03:16 5e14af77c1be: Download complete 23:03:16 93b61091891f: Verifying Checksum 23:03:16 93b61091891f: Download complete 23:03:16 01666e4c0597: Verifying Checksum 23:03:16 01666e4c0597: Download complete 23:03:16 8ad3a11d3b57: Verifying Checksum 23:03:16 8ad3a11d3b57: Download complete 23:03:17 df20fa9351a1: Pull complete 23:03:17 36b3adc4ff6f: Pull complete 23:03:18 8ad3a11d3b57: Pull complete 23:03:18 aa168da1d23b: Verifying Checksum 23:03:18 aa168da1d23b: Download complete 23:03:19 46f8f816bc3b: Pull complete 23:03:19 93b61091891f: Pull complete 23:03:19 93b9cdb0e59b: Pull complete 23:03:19 5e14af77c1be: Pull complete 23:03:19 01666e4c0597: Pull complete 23:03:26 aa168da1d23b: Pull complete 23:03:26 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:03:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:03:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:03:26 prd-centos7-docker-4c-2g-24012 does not seem to be running inside a container 23:03:26 $ 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/329/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/329 -v /w/workspace/edgex-go/329:/w/workspace/edgex-go/329:rw,z -v /w/workspace/edgex-go/329@tmp:/w/workspace/edgex-go/329@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:03:29 $ docker top 922ae4388b9f9b19b5b8131779a699c20c9067b281e4856f6dcf0eec98adc8bf -eo pid,comm [Pipeline] { [Pipeline] sh 23:03:30 + touch /tmp/pre-build-complete [Pipeline] sh 23:03:30 + mkdir -p /var/log/sa [Pipeline] sh 23:03:30 + ls /var/log/sa-host 23:03:30 + sadf -c /var/log/sa-host/sa23 23:03:30 file_magic: OK 23:03:30 HZ: Using current value: 100 23:03:30 file_header: OK 23:03:30 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:03:30 Statistics: 23:03:30 Hnuu...uuuununununu... 23:03:30 File successfully converted to sysstat format version 12.2.1 23:03:30 + sadf -c /var/log/sa-host/sa29 23:03:30 file_magic: OK 23:03:30 HZ: Using current value: 100 23:03:30 file_header: OK 23:03:30 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:03:30 Statistics: 23:03:30 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... 23:03:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:03:31 provisioning config files... 23:03:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/329@tmp/config4048725185095963583tmp [Pipeline] { [Pipeline] echo 23:03:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:03:31 ---> create-netrc.sh [Pipeline] } 23:03:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:03:31 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:03:32 ---> python-tools-install.sh [Pipeline] echo 23:03:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:03:32 ---> sudo-logs.sh 23:03:32 Archiving 'sudo' log.. [Pipeline] echo 23:03:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:03:32 ---> job-cost.sh 23:03:32 lf-activate-venv: SKIPPING 23:03:32 INFO: No Stack... 23:03:34 INFO: Retrieving Pricing Info for: v1-standard-2 23:03:34 INFO: Archiving Costs [Pipeline] echo 23:03:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:03:35 ---> logs-deploy.sh 23:03:35 lf-activate-venv: SKIPPING 23:03:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/329 23:03:35 INFO: archiving workspace using pattern(s): 23:03:36 Archives upload complete. 23:03:36 INFO: archiving logs to Nexus 23:03:37 ---> uname -a: 23:03:37 Linux prd-centos7-docker-4c-2g-24012.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:03:37 23:03:37 23:03:37 ---> lscpu: 23:03:37 Architecture: x86_64 23:03:37 CPU op-mode(s): 32-bit, 64-bit 23:03:37 Byte Order: Little Endian 23:03:37 Address sizes: 40 bits physical, 48 bits virtual 23:03:37 CPU(s): 4 23:03:37 On-line CPU(s) list: 0-3 23:03:37 Thread(s) per core: 1 23:03:37 Core(s) per socket: 1 23:03:37 Socket(s): 4 23:03:37 NUMA node(s): 1 23:03:37 Vendor ID: GenuineIntel 23:03:37 CPU family: 6 23:03:37 Model: 44 23:03:37 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:03:37 Stepping: 1 23:03:37 CPU MHz: 2933.442 23:03:37 BogoMIPS: 5866.88 23:03:37 Virtualization: VT-x 23:03:37 Hypervisor vendor: KVM 23:03:37 Virtualization type: full 23:03:37 L1d cache: 128 KiB 23:03:37 L1i cache: 128 KiB 23:03:37 L2 cache: 16 MiB 23:03:37 L3 cache: 64 MiB 23:03:37 NUMA node0 CPU(s): 0-3 23:03:37 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:03:37 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:03:37 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:03:37 Vulnerability Meltdown: Mitigation; PTI 23:03:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:03:37 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:03:37 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:03:37 Vulnerability Srbds: Not affected 23:03:37 Vulnerability Tsx async abort: Not affected 23:03:37 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 23:03:37 23:03:37 23:03:37 ---> nproc: 23:03:37 4 23:03:37 23:03:37 23:03:37 ---> df -h: 23:03:37 Filesystem Size Used Available Use% Mounted on 23:03:37 overlay 50.0G 13.4G 36.6G 27% / 23:03:37 tmpfs 64.0M 0 64.0M 0% /dev 23:03:37 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:03:37 shm 64.0M 0 64.0M 0% /dev/shm 23:03:37 /dev/vda1 50.0G 13.4G 36.6G 27% /facter-os 23:03:37 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/resolv.conf 23:03:37 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hostname 23:03:37 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hosts 23:03:37 /dev/vda1 50.0G 13.4G 36.6G 27% /run/cloud-init/result.json 23:03:37 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/sa-host 23:03:37 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/secure 23:03:37 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/auth.log 23:03:37 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/329@tmp 23:03:37 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/329 23:03:37 23:03:37 23:03:37 ---> free -m: 23:03:37 total used free shared buff/cache available 23:03:37 Mem: 1837 801 142 0 892 990 23:03:37 Swap: 1023 52 971 23:03:37 23:03:37 23:03:37 ---> ip addr: 23:03:37 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:03:37 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:03:37 inet 127.0.0.1/8 scope host lo 23:03:37 valid_lft forever preferred_lft forever 23:03:37 inet6 ::1/128 scope host 23:03:37 valid_lft forever preferred_lft forever 23:03:37 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:03:37 link/ether fa:16:3e:3f:46:2a brd ff:ff:ff:ff:ff:ff 23:03:37 inet 10.30.123.209/23 brd 10.30.123.255 scope global dynamic eth0 23:03:37 valid_lft 85292sec preferred_lft 85292sec 23:03:37 inet6 fe80::f816:3eff:fe3f:462a/64 scope link 23:03:37 valid_lft forever preferred_lft forever 23:03:37 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:03:37 link/ether 02:42:31:40:6f:2e brd ff:ff:ff:ff:ff:ff 23:03:37 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:03:37 valid_lft forever preferred_lft forever 23:03:37 inet6 fe80::42:31ff:fe40:6f2e/64 scope link 23:03:37 valid_lft forever preferred_lft forever 23:03:37 23:03:37 23:03:37 ---> sar -b -r -n DEV: 23:03:37 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/29/21 _x86_64_ (4 CPU) 23:03:37 23:03:37 22:44:58 LINUX RESTART (4 CPU) 23:03:37 23:03:37 22:46:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:03:37 22:47:01 240.30 114.51 125.79 0.00 7290.38 49059.37 0.00 23:03:37 22:48:01 265.89 103.21 162.68 0.00 3852.24 22986.77 0.00 23:03:37 22:49:01 140.10 71.29 68.81 0.00 3389.75 6848.04 0.00 23:03:37 22:50:03 961.29 722.86 238.43 0.00 86175.97 163376.90 0.00 23:03:37 22:51:02 2766.25 2423.62 342.63 0.00 152175.67 160770.87 0.00 23:03:37 22:52:01 888.42 584.50 303.92 0.00 57725.22 99077.76 0.00 23:03:37 22:53:01 2691.65 2332.82 358.83 0.00 133524.57 150041.69 0.00 23:03:37 22:54:01 577.15 367.20 209.95 0.00 16901.10 34166.28 0.00 23:03:37 22:55:01 74.92 60.79 14.12 0.00 3350.97 403.30 0.00 23:03:37 22:56:01 1.07 0.57 0.50 0.00 17.85 8.34 0.00 23:03:37 22:57:01 0.42 0.02 0.40 0.00 0.53 5.33 0.00 23:03:37 22:58:01 0.32 0.00 0.32 0.00 0.00 4.66 0.00 23:03:37 22:59:02 0.23 0.00 0.23 0.00 0.00 3.61 0.00 23:03:37 23:00:01 0.98 0.63 0.36 0.00 14.09 6.13 0.00 23:03:37 23:01:01 2.21 1.42 0.80 0.00 48.53 15.30 0.00 23:03:37 23:02:01 298.64 160.01 138.63 0.00 8925.55 36554.95 0.00 23:03:37 23:03:01 239.93 98.38 141.54 0.00 7591.61 33244.02 0.00 23:03:37 Average: 536.26 412.34 123.92 0.00 28234.55 44577.45 0.00 23:03:37 23:03:37 22:46:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:03:37 22:47:01 138160 0 676528 35.96 2212 1064644 1519504 51.86 568576 929496 1200 23:03:37 22:48:01 73360 0 973608 51.75 720 833856 1885852 64.36 774404 750520 60504 23:03:37 22:49:01 231272 0 769352 40.89 700 880220 1798524 61.38 631344 724004 67852 23:03:37 22:50:03 85280 0 785244 41.73 44 1010976 2047532 69.88 720040 869496 28212 23:03:37 22:51:02 245580 0 1132384 60.18 44 503536 3738380 127.58 739628 625872 41908 23:03:37 22:52:01 515592 0 675588 35.91 44 690320 1441624 49.20 523640 610800 0 23:03:37 22:53:01 85876 0 860520 45.73 44 935104 2834044 96.72 639404 904032 27824 23:03:37 22:54:01 503588 0 649276 34.51 44 728636 1251868 42.72 480080 642788 24 23:03:37 22:55:01 416872 0 636468 33.83 44 828160 1217044 41.54 518260 696904 8 23:03:37 22:56:01 422120 0 630728 33.52 44 828652 1161584 39.64 514344 696672 8 23:03:37 22:57:01 423600 0 629244 33.44 44 828656 1153360 39.36 513760 696616 12 23:03:37 22:58:01 423852 0 628980 33.43 44 828668 1153360 39.36 513628 696616 16 23:03:37 22:59:02 423612 0 629208 33.44 44 828680 1153428 39.36 513800 696616 20 23:03:37 23:00:01 422636 0 629808 33.47 44 829056 1153940 39.38 514128 696908 8 23:03:37 23:01:01 420644 0 631024 33.54 44 829832 1155920 39.45 514776 697660 8 23:03:37 23:02:01 223816 0 702344 37.33 44 955340 1178232 40.21 608684 735512 36 23:03:37 23:03:01 190876 0 805056 42.79 8 885604 1373880 46.89 570200 746832 52 23:03:37 Average: 308632 0 732080 38.91 248 840585 1601063 54.64 579923 730432 13394 23:03:37 23:03:37 22:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:03:37 22:47:01 vethb9475ca 21.45 25.22 2.07 16.54 0.00 0.00 0.00 0.00 23:03:37 22:47:01 eth0 1238.20 1215.44 5903.55 119.33 0.00 0.00 0.00 0.00 23:03:37 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 22:47:01 docker0 961.31 933.66 76.52 3058.26 0.00 0.00 0.00 0.00 23:03:37 22:48:01 eth0 127.25 107.93 483.56 32.40 0.00 0.00 0.00 0.00 23:03:37 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 22:48:01 vetha54de2b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:03:37 22:48:01 docker0 83.51 88.38 6.51 451.69 0.00 0.00 0.00 0.00 23:03:37 22:49:01 eth0 31.81 21.47 20.38 61.57 0.00 0.00 0.00 0.00 23:03:37 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 22:49:01 vetha54de2b 1.95 1.95 0.15 0.15 0.00 0.00 0.00 0.00 23:03:37 22:49:01 docker0 1.95 1.95 0.13 0.15 0.00 0.00 0.00 0.00 23:03:37 22:50:03 vethd28381b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:03:37 22:50:03 eth0 209.38 173.99 1648.72 73.25 0.00 0.00 0.00 0.00 23:03:37 22:50:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 22:50:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 22:51:02 vethd28381b 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 23:03:37 22:51:02 vethb4e7ead 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 23:03:37 22:51:02 vethd9c0b4c 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 23:03:37 22:51:02 vethe1408c0 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 23:03:37 22:52:01 vethd28381b 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 23:03:37 22:52:01 veth7b46f18 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 22:52:01 veth8f75a18 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 22:52:01 veth879aafa 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 22:53:01 vethd28381b 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 23:03:37 22:53:01 vethe100306 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 23:03:37 22:53:01 veth5f4fa68 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 23:03:37 22:53:01 veth4c36275 3.67 4.15 0.44 16.78 0.00 0.00 0.00 0.00 23:03:37 22:54:01 eth0 3126.54 2642.17 14098.91 992.21 0.00 0.00 0.00 0.00 23:03:37 22:54:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 23:03:37 22:54:01 docker0 1131.10 1166.23 88.34 4333.86 0.00 0.00 0.00 0.00 23:03:37 22:55:01 eth0 284.51 279.25 124.55 1194.95 0.00 0.00 0.00 0.00 23:03:37 22:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 22:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 22:56:01 eth0 0.32 0.20 0.14 0.07 0.00 0.00 0.00 0.00 23:03:37 22:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 22:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 22:57:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:03:37 22:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 22:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 22:58:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:03:37 22:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 22:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 22:59:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:03:37 22:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 22:59:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 23:00:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:03:37 23:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 23:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 23:01:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 23:03:37 23:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 23:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 23:02:01 eth0 489.60 438.19 4270.10 90.08 0.00 0.00 0.00 0.00 23:03:37 23:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 23:02:01 docker0 32.98 32.05 3.06 220.17 0.00 0.00 0.00 0.00 23:03:37 23:03:01 veth0e4cadb 1.53 1.38 0.44 0.56 0.00 0.00 0.00 0.00 23:03:37 23:03:01 eth0 518.36 441.67 3467.27 133.14 0.00 0.00 0.00 0.00 23:03:37 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 23:03:01 docker0 32.75 43.74 2.17 203.54 0.00 0.00 0.00 0.00 23:03:37 Average: veth0e4cadb 0.09 0.08 0.03 0.03 0.00 0.00 0.00 0.00 23:03:37 Average: eth0 203.99 182.45 1074.29 135.00 0.00 0.00 0.00 0.00 23:03:37 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:37 Average: docker0 70.50 73.16 5.51 280.31 0.00 0.00 0.00 0.00 23:03:37 23:03:37 23:03:37 ---> sar -P ALL: 23:03:37 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/29/21 _x86_64_ (4 CPU) 23:03:37 23:03:37 22:44:58 LINUX RESTART (4 CPU) 23:03:37 23:03:37 22:46:01 CPU %user %nice %system %iowait %steal %idle 23:03:37 22:47:01 all 14.13 0.00 5.61 3.27 0.03 76.95 23:03:37 22:47:01 0 12.26 0.00 6.58 3.04 0.02 78.10 23:03:37 22:47:01 1 17.11 0.00 5.51 3.52 0.03 73.83 23:03:37 22:47:01 2 10.44 0.00 5.34 2.79 0.05 81.38 23:03:37 22:47:01 3 16.69 0.00 5.02 3.75 0.03 74.50 23:03:37 22:48:01 all 37.99 0.00 8.70 9.69 0.03 43.59 23:03:37 22:48:01 0 37.94 0.00 8.07 9.73 0.03 44.23 23:03:37 22:48:01 1 37.83 0.00 9.11 8.53 0.03 44.49 23:03:37 22:48:01 2 36.83 0.00 9.02 10.21 0.03 43.90 23:03:37 22:48:01 3 39.37 0.00 8.59 10.30 0.03 41.71 23:03:37 22:49:01 all 46.37 0.00 10.17 2.53 0.03 40.90 23:03:37 22:49:01 0 47.00 0.00 9.93 1.88 0.05 41.14 23:03:37 22:49:01 1 46.47 0.00 10.29 3.24 0.05 39.95 23:03:37 22:49:01 2 45.67 0.00 10.62 2.56 0.02 41.14 23:03:37 22:49:01 3 46.35 0.00 9.85 2.44 0.02 41.36 23:03:37 22:50:03 all 25.10 0.00 12.67 9.16 0.05 53.03 23:03:37 22:50:03 0 26.00 0.00 12.46 7.65 0.05 53.84 23:03:37 22:50:03 1 25.07 0.00 13.21 9.37 0.03 52.32 23:03:37 22:50:03 2 24.84 0.00 12.28 10.20 0.07 52.62 23:03:37 22:50:03 3 24.49 0.00 12.72 9.42 0.05 53.32 23:03:37 22:51:02 all 27.94 0.00 15.75 31.35 0.08 24.89 23:03:37 22:51:02 0 27.03 0.00 14.94 32.42 0.09 25.52 23:03:37 22:51:02 1 27.97 0.00 15.95 30.19 0.09 25.80 23:03:37 22:51:02 2 28.52 0.00 16.03 29.93 0.05 25.47 23:03:37 22:51:02 3 28.24 0.00 16.08 32.87 0.07 22.73 23:03:37 22:52:01 all 40.35 0.00 12.43 23.70 0.04 23.48 23:03:37 22:52:01 0 39.94 0.00 11.96 27.25 0.03 20.82 23:03:37 22:52:01 1 41.32 0.00 12.84 21.26 0.05 24.53 23:03:37 22:52:01 2 39.50 0.00 12.52 22.58 0.05 25.35 23:03:37 22:52:01 3 40.62 0.00 12.39 23.72 0.03 23.23 23:03:37 22:53:01 all 14.36 0.00 12.34 40.84 0.06 32.40 23:03:37 22:53:01 0 13.64 0.00 11.81 39.52 0.07 34.96 23:03:37 22:53:01 1 15.34 0.00 12.18 39.27 0.05 33.16 23:03:37 22:53:01 2 15.26 0.00 12.36 41.77 0.05 30.56 23:03:37 22:53:01 3 13.18 0.00 13.03 42.84 0.05 30.90 23:03:37 22:54:01 all 39.43 0.00 9.52 12.07 0.03 38.94 23:03:37 22:54:01 0 39.54 0.00 9.90 14.80 0.03 35.73 23:03:37 22:54:01 1 40.20 0.00 8.97 10.31 0.03 40.49 23:03:37 22:54:01 2 38.73 0.00 9.93 12.37 0.05 38.92 23:03:37 22:54:01 3 39.25 0.00 9.29 10.79 0.02 40.64 23:03:37 22:55:01 all 6.09 0.00 1.84 2.05 0.04 89.98 23:03:37 22:55:01 0 6.29 0.00 2.11 1.83 0.03 89.74 23:03:37 22:55:01 1 5.52 0.00 1.86 2.32 0.05 90.25 23:03:37 22:55:01 2 6.49 0.00 1.69 1.93 0.03 89.86 23:03:37 22:55:01 3 6.08 0.00 1.68 2.12 0.03 90.09 23:03:37 22:56:01 all 0.15 0.00 0.03 0.00 0.00 99.81 23:03:37 22:56:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:03:37 22:56:01 1 0.52 0.00 0.00 0.00 0.00 99.48 23:03:37 22:56:01 2 0.03 0.00 0.05 0.00 0.00 99.92 23:03:37 22:56:01 3 0.05 0.00 0.03 0.02 0.00 99.90 23:03:37 22:57:01 all 0.15 0.00 0.02 0.00 0.00 99.82 23:03:37 22:57:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:03:37 22:57:01 1 0.52 0.00 0.02 0.02 0.00 99.45 23:03:37 22:57:01 2 0.05 0.00 0.03 0.00 0.00 99.92 23:03:37 22:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 23:03:37 23:03:37 22:57:01 CPU %user %nice %system %iowait %steal %idle 23:03:37 22:58:01 all 0.14 0.00 0.02 0.00 0.00 99.84 23:03:37 22:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:03:37 22:58:01 1 0.52 0.00 0.02 0.00 0.00 99.47 23:03:37 22:58:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:03:37 22:58:01 3 0.02 0.00 0.03 0.00 0.00 99.95 23:03:37 22:59:02 all 0.18 0.00 0.02 0.00 0.00 99.80 23:03:37 22:59:02 0 0.02 0.00 0.02 0.00 0.00 99.97 23:03:37 22:59:02 1 0.52 0.00 0.02 0.00 0.00 99.47 23:03:37 22:59:02 2 0.13 0.00 0.03 0.00 0.00 99.83 23:03:37 22:59:02 3 0.05 0.00 0.02 0.00 0.00 99.93 23:03:37 23:00:01 all 0.19 0.00 0.03 0.01 0.00 99.77 23:03:37 23:00:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:03:37 23:00:01 1 0.51 0.00 0.02 0.00 0.00 99.48 23:03:37 23:00:01 2 0.10 0.00 0.03 0.02 0.00 99.85 23:03:37 23:00:01 3 0.14 0.00 0.03 0.02 0.00 99.81 23:03:37 23:01:01 all 0.15 0.00 0.04 0.02 0.00 99.79 23:03:37 23:01:01 0 0.02 0.00 0.05 0.08 0.00 99.85 23:03:37 23:01:01 1 0.53 0.00 0.03 0.00 0.02 99.42 23:03:37 23:01:01 2 0.02 0.00 0.03 0.00 0.00 99.95 23:03:37 23:01:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:03:37 23:02:01 all 9.87 0.00 5.13 6.69 0.03 78.28 23:03:37 23:02:01 0 9.57 0.00 5.60 7.68 0.02 77.14 23:03:37 23:02:01 1 10.10 0.00 5.51 4.39 0.03 79.97 23:03:37 23:02:01 2 10.35 0.00 5.21 9.48 0.03 74.93 23:03:37 23:02:01 3 9.45 0.00 4.23 5.21 0.03 81.08 23:03:37 23:03:01 all 10.84 0.00 6.64 4.62 0.04 77.85 23:03:37 23:03:01 0 9.24 0.00 6.40 2.98 0.03 81.36 23:03:37 23:03:01 1 11.31 0.00 7.23 4.62 0.05 76.79 23:03:37 23:03:01 2 13.56 0.00 6.64 4.55 0.05 75.19 23:03:37 23:03:01 3 9.25 0.00 6.31 6.34 0.02 78.07 23:03:37 Average: all 15.90 0.00 5.86 8.43 0.03 69.78 23:03:37 Average: 0 15.65 0.00 5.82 8.61 0.03 69.90 23:03:37 Average: 1 16.38 0.00 5.98 7.93 0.03 69.68 23:03:37 Average: 2 15.70 0.00 5.91 8.58 0.03 69.78 23:03:37 Average: 3 15.87 0.00 5.75 8.61 0.02 69.75 23:03:37 23:03:37 23:03:37