Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8bb7416f1c773b5b2c31d23b9c97a90c70099335 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10199231211604442583.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh4277958915696681887.key > 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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2174326279105224381.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10502319993133794433.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7147685076317127223.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 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/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.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.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-6365’ Running on prd-ubuntu20.04-docker-8c-8g-6375 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/417 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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/417 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 8bb7416f1c773b5b2c31d23b9c97a90c70099335 (main) Commit message: "Merge pull request #4364 from marcpfuller/mod-core-contracts-15" > git config core.sparsecheckout # timeout=10 > git checkout -f 8bb7416f1c773b5b2c31d23b9c97a90c70099335 # timeout=10 > git rev-list --no-walk 82043fa65646ece12caed6fa2ee7d1c8f814bef9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:20:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:20:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:20:09 ========================================================= 05:20:09 EdgeX Global Pipelines Version Info 05:20:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:20:10 ------------------- 05:20:10 stable info: 05:20:10 ------------------- 05:20:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:20:10 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 05:20:10 Message: update stable to v1.0.244 05:20:10 ------------------- 05:20:10 experimental info: 05:20:10 ------------------- 05:20:10 Commited By: **** collab-it+edgex@linuxfoundation.org 05:20:10 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 05:20:10 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8bb7416 [Pipeline] echo 05:20:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:20:11 provisioning config files... 05:20:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/417@tmp/config6097208558041916719tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:20:11 ---> docker-login.sh 05:20:11 nexus3.edgexfoundry.org:10001 05:20:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:20:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:20:12 Configure a credential helper to remove this warning. See 05:20:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:20:12 05:20:12 Login Succeeded 05:20:12 nexus3.edgexfoundry.org:10002 05:20:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:20:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:20:12 Configure a credential helper to remove this warning. See 05:20:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:20:12 05:20:12 Login Succeeded 05:20:12 nexus3.edgexfoundry.org:10003 05:20:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:20:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:20:12 Configure a credential helper to remove this warning. See 05:20:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:20:12 05:20:12 Login Succeeded 05:20:12 nexus3.edgexfoundry.org:10004 05:20:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:20:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:20:12 Configure a credential helper to remove this warning. See 05:20:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:20:12 05:20:12 Login Succeeded 05:20:12 docker.io 05:20:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:20:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:20:12 Configure a credential helper to remove this warning. See 05:20:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:20:12 05:20:12 Login Succeeded 05:20:12 ---> docker-login.sh ends [Pipeline] } 05:20:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:20:13 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 05:20:13 + dirname cmd/core-command/Dockerfile 05:20:13 + cut -d/ -f2 05:20:13 + echo core-command,cmd/core-command/Dockerfile 05:20:13 + dirname cmd/core-common-config-bootstrapper/Dockerfile 05:20:13 + cut -d/ -f2 05:20:13 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 05:20:13 + dirname cmd/core-data/Dockerfile 05:20:13 + cut -d/ -f2 05:20:13 + echo core-data,cmd/core-data/Dockerfile 05:20:13 + dirname cmd/core-metadata/Dockerfile 05:20:13 + cut -d/ -f2 05:20:13 + echo core-metadata,cmd/core-metadata/Dockerfile 05:20:13 + dirname cmd/security-bootstrapper/Dockerfile 05:20:13 + cut -d/ -f2 05:20:13 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 05:20:13 + + dirnamecut cmd/security-proxy-setup/Dockerfile -d/ 05:20:13 -f2 05:20:13 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 05:20:13 + dirname cmd/security-secretstore-setup/Dockerfile 05:20:13 + cut -d/ -f2 05:20:13 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 05:20:13 + dirname cmd/security-spiffe-token-provider/Dockerfile 05:20:13 + cut -d/ -f2 05:20:13 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 05:20:13 + dirname cmd/security-spire-agent/Dockerfile 05:20:13 + cut -d/ -f2 05:20:13 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 05:20:13 + dirname cmd/security-spire-config/Dockerfile 05:20:13 + cut -d/ -f2 05:20:13 + echo security-spire-config,cmd/security-spire-config/Dockerfile 05:20:13 + dirname cmd/security-spire-server/Dockerfile 05:20:13 + cut -d/ -f2 05:20:13 + echo security-spire-server,cmd/security-spire-server/Dockerfile 05:20:13 + dirname cmd/support-notifications/Dockerfile 05:20:13 + cut -d/ -f2 05:20:13 + echo support-notifications,cmd/support-notifications/Dockerfile 05:20:13 + dirname cmd/support-scheduler/Dockerfile 05:20:13 + cut -d/ -f2 05:20:13 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 05:20:13 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:20:13 + git rev-list -1 --merges 8bb7416f1c773b5b2c31d23b9c97a90c70099335~1..8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] echo 05:20:13 -----------> git rev-list -1 --merges 8bb7416f1c773b5b2c31d23b9c97a90c70099335~1..8bb7416f1c773b5b2c31d23b9c97a90c70099335 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:20:13 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [false] [Pipeline] sh 05:20:13 + git log --format=format:%s -1 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] echo 05:20:13 ========================================================= 05:20:13 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:20:13 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 05:20:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:20:14 + grep -v github /etc/ssh/ssh_known_hosts 05:20:14 + [ -e /tmp/ssh_known_hosts ] 05:20:14 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:20:14 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:20:14 + sudo tee -a /etc/ssh/ssh_known_hosts 05:20:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:20:14 05:20:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:20:14 0.1.4: Pulling from edgex-devops/py-git-semver 05:20:14 b85a868b505f: Pulling fs layer 05:20:14 e2be974225ed: Pulling fs layer 05:20:14 339a4e72a1f5: Pulling fs layer 05:20:14 988bab9f4d93: Pulling fs layer 05:20:14 1469e6f7b9e6: Pulling fs layer 05:20:14 eaf3925da568: Pulling fs layer 05:20:14 bab4dde63d76: Pulling fs layer 05:20:14 bde34c3a00c8: Pulling fs layer 05:20:14 b352a97aabf1: Pulling fs layer 05:20:14 4872d77fe225: Pulling fs layer 05:20:14 5851b861e8e6: Pulling fs layer 05:20:14 b352a97aabf1: Waiting 05:20:14 4872d77fe225: Waiting 05:20:14 bab4dde63d76: Waiting 05:20:14 5851b861e8e6: Waiting 05:20:14 988bab9f4d93: Waiting 05:20:14 bde34c3a00c8: Waiting 05:20:14 eaf3925da568: Waiting 05:20:14 1469e6f7b9e6: Waiting 05:20:14 e2be974225ed: Verifying Checksum 05:20:14 e2be974225ed: Download complete 05:20:14 988bab9f4d93: Verifying Checksum 05:20:14 988bab9f4d93: Download complete 05:20:15 1469e6f7b9e6: Verifying Checksum 05:20:15 1469e6f7b9e6: Download complete 05:20:15 eaf3925da568: Verifying Checksum 05:20:15 eaf3925da568: Download complete 05:20:15 339a4e72a1f5: Verifying Checksum 05:20:15 339a4e72a1f5: Download complete 05:20:15 bde34c3a00c8: Download complete 05:20:15 b352a97aabf1: Verifying Checksum 05:20:15 b352a97aabf1: Download complete 05:20:15 4872d77fe225: Download complete 05:20:15 5851b861e8e6: Verifying Checksum 05:20:15 5851b861e8e6: Download complete 05:20:15 b85a868b505f: Verifying Checksum 05:20:15 b85a868b505f: Download complete 05:20:15 bab4dde63d76: Verifying Checksum 05:20:15 bab4dde63d76: Download complete 05:20:16 b85a868b505f: Pull complete 05:20:16 e2be974225ed: Pull complete 05:20:17 339a4e72a1f5: Pull complete 05:20:17 988bab9f4d93: Pull complete 05:20:17 1469e6f7b9e6: Pull complete 05:20:17 eaf3925da568: Pull complete 05:20:19 bab4dde63d76: Pull complete 05:20:19 bde34c3a00c8: Pull complete 05:20:19 b352a97aabf1: Pull complete 05:20:19 4872d77fe225: Pull complete 05:20:19 5851b861e8e6: Pull complete 05:20:19 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 05:20:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:20:19 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:20:19 prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container 05:20:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@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/py-git-semver:0.1.4 cat 05:20:21 $ docker top 482c5d43a31b2a1eb4fc3dafacf1f719ddbfd980f69d0786baf17974b76dd254 -eo pid,comm 05:20:21 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 05:20:21 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:20:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:20:21 [ssh-agent] Looking for ssh-agent implementation... 05:20:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:20:21 $ docker exec 482c5d43a31b2a1eb4fc3dafacf1f719ddbfd980f69d0786baf17974b76dd254 ssh-agent 05:20:21 SSH_AUTH_SOCK=/tmp/ssh-htRBpBJ2fJyZ/agent.32 05:20:21 SSH_AGENT_PID=38 05:20:21 Running ssh-add (command line suppressed) 05:20:21 Identity added: /w/workspace/edgex-go/417@tmp/private_key_6870723744983661546.key (/w/workspace/edgex-go/417@tmp/private_key_6870723744983661546.key) 05:20:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:20:21 + git tag --points-at HEAD [Pipeline] } 05:20:22 $ docker exec --env ******** --env ******** 482c5d43a31b2a1eb4fc3dafacf1f719ddbfd980f69d0786baf17974b76dd254 ssh-agent -k 05:20:22 unset SSH_AUTH_SOCK; 05:20:22 unset SSH_AGENT_PID; 05:20:22 echo Agent pid 38 killed; 05:20:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:20:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:20:22 [ssh-agent] Looking for ssh-agent implementation... 05:20:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:20:22 $ docker exec 482c5d43a31b2a1eb4fc3dafacf1f719ddbfd980f69d0786baf17974b76dd254 ssh-agent 05:20:22 SSH_AUTH_SOCK=/tmp/ssh-Oqjg3Yn9OOJX/agent.70 05:20:22 SSH_AGENT_PID=76 05:20:22 Running ssh-add (command line suppressed) 05:20:22 Identity added: /w/workspace/edgex-go/417@tmp/private_key_12203842084534283394.key (/w/workspace/edgex-go/417@tmp/private_key_12203842084534283394.key) 05:20:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:20:22 + git semver init 05:20:23 2023-02-17 05:20:22,959 [run_init] DEBUG init version:0.0.0 force:False 05:20:23 2023-02-17 05:20:22,960 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/417/.semver 05:20:23 2023-02-17 05:20:22,960 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/417/.semver 05:20:23 2023-02-17 05:20:22,960 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/417/.semver'], cwd=/w/workspace/edgex-go/417, universal_newlines=False, shell=None, istream=None) 05:20:29 2023-02-17 05:20:28,472 [append_file] DEBUG append to file:/w/workspace/edgex-go/417/.git/info/exclude 05:20:29 2023-02-17 05:20:28,472 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/417/.semver/main with force:False 05:20:29 2023-02-17 05:20:28,472 [read_version] DEBUG read version from /w/workspace/edgex-go/417/.semver/main 05:20:29 2023-02-17 05:20:28,473 [read_version] DEBUG read version from /w/workspace/edgex-go/417/.semver/main 05:20:29 3.0.0-dev.56 [Pipeline] } 05:20:29 $ docker exec --env ******** --env ******** 482c5d43a31b2a1eb4fc3dafacf1f719ddbfd980f69d0786baf17974b76dd254 ssh-agent -k 05:20:29 unset SSH_AUTH_SOCK; 05:20:29 unset SSH_AGENT_PID; 05:20:29 echo Agent pid 76 killed; 05:20:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:20:30 + git semver [Pipeline] } 05:20:30 $ docker stop --time=1 482c5d43a31b2a1eb4fc3dafacf1f719ddbfd980f69d0786baf17974b76dd254 05:20:31 $ docker rm -f --volumes 482c5d43a31b2a1eb4fc3dafacf1f719ddbfd980f69d0786baf17974b76dd254 [Pipeline] // withDockerContainer [Pipeline] sh 05:20:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:20:32 Stashed 1 file(s) [Pipeline] echo 05:20:32 [edgeXSemver]: initialized semver on version 3.0.0-dev.56 [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 05:20:32 + git config --global --add safe.directory /w/workspace/edgex-go/417 [Pipeline] echo 05:20:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:20:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:20:32 ========================================================= 05:20:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 05:20:32 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:20:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 05:20:32 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 05:20:32 213ec9aee27d: Pulling fs layer 05:20:32 4583459ba037: Pulling fs layer 05:20:32 93c1e223e6f2: Pulling fs layer 05:20:32 53926ce57604: Pulling fs layer 05:20:32 21b2b0c7a3f4: Pulling fs layer 05:20:32 21b2b0c7a3f4: Waiting 05:20:32 22ff95d597cd: Pulling fs layer 05:20:32 12d6caf4c0d1: Pulling fs layer 05:20:32 96b7cbca73a9: Pulling fs layer 05:20:32 a7acece74701: Pulling fs layer 05:20:32 12d6caf4c0d1: Waiting 05:20:32 96b7cbca73a9: Waiting 05:20:32 22ff95d597cd: Waiting 05:20:32 a7acece74701: Waiting 05:20:32 53926ce57604: Waiting 05:20:32 93c1e223e6f2: Download complete 05:20:32 4583459ba037: Verifying Checksum 05:20:32 4583459ba037: Download complete 05:20:32 21b2b0c7a3f4: Verifying Checksum 05:20:32 21b2b0c7a3f4: Download complete 05:20:32 22ff95d597cd: Verifying Checksum 05:20:32 22ff95d597cd: Download complete 05:20:32 213ec9aee27d: Verifying Checksum 05:20:32 213ec9aee27d: Download complete 05:20:33 12d6caf4c0d1: Verifying Checksum 05:20:33 12d6caf4c0d1: Download complete 05:20:33 213ec9aee27d: Pull complete 05:20:33 4583459ba037: Pull complete 05:20:33 93c1e223e6f2: Pull complete 05:20:34 a7acece74701: Verifying Checksum 05:20:34 a7acece74701: Download complete 05:20:34 53926ce57604: Verifying Checksum 05:20:34 53926ce57604: Download complete 05:20:34 96b7cbca73a9: Verifying Checksum 05:20:34 96b7cbca73a9: Download complete 05:20:38 53926ce57604: Pull complete 05:20:38 21b2b0c7a3f4: Pull complete 05:20:38 22ff95d597cd: Pull complete 05:20:38 12d6caf4c0d1: Pull complete 05:20:40 96b7cbca73a9: Pull complete 05:20:41 a7acece74701: Pull complete 05:20:41 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 05:20:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 05:20:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 05:20:41 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 05:20:41 WORKDIR /edgex 05:20:41 COPY go.mod . 05:20:41 RUN go mod download 05:20:41 docker build -t ci-base-image-x86_64 -f - . 05:20:42 Sending build context to Docker daemon 170.3MB 05:20:42 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 05:20:42 ---> db6d94c90886 05:20:42 Step 2/4 : WORKDIR /edgex 05:20:44 ---> Running in 293616b94638 05:20:44 Removing intermediate container 293616b94638 05:20:44 ---> a4e8eb0f1e3d 05:20:44 Step 3/4 : COPY go.mod . 05:20:44 ---> d9770769175d 05:20:44 Step 4/4 : RUN go mod download 05:20:44 ---> Running in 813b21d93ed8 05:20:47 Still waiting to schedule task 05:20:47 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6369’ 05:20:57 Removing intermediate container 813b21d93ed8 05:20:57 ---> d5b5e1b6b835 05:20:57 Successfully built d5b5e1b6b835 05:20:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:57 + docker inspect -f . ci-base-image-x86_64 05:20:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:20:57 prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container 05:20:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:20:57 $ docker top 2c3f045d8992b0247702883bc0f36283b993b74b8761b1a589cfd278bf959e65 -eo pid,comm [Pipeline] { [Pipeline] sh 05:20:58 + go version 05:20:58 go version go1.18.7 linux/amd64 [Pipeline] } 05:20:58 $ docker stop --time=1 2c3f045d8992b0247702883bc0f36283b993b74b8761b1a589cfd278bf959e65 05:20:59 $ docker rm -f --volumes 2c3f045d8992b0247702883bc0f36283b993b74b8761b1a589cfd278bf959e65 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:59 + docker inspect -f . ci-base-image-x86_64 05:20:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:20:59 prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container 05:20:59 $ 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/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:21:00 $ docker top c3f53dc5ab018c33cfa138c9e39a7dc621f8d574baeae986d2999856b7b326ad -eo pid,comm [Pipeline] { [Pipeline] echo 05:21:00 ========================================================= 05:21:00 [edgeXBuildGoParallel] Running Tests and Build... 05:21:00 ========================================================= [Pipeline] sh 05:21:00 + git config --global --add safe.directory /w/workspace/edgex-go/417 [Pipeline] fileExists [Pipeline] sh 05:21:00 + make test 05:21:00 go test -race -coverprofile=coverage.out ./... 05:21:07 ? github.com/edgexfoundry/edgex-go [no test files] 05:21:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 05:21:19 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 05:21:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 05:21:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 05:21:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 05:21:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 05:21:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 05:21:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 05:21:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 05:21:20 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 05:21:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 05:21:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 05:21:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 05:21:20 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 05:21:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.053s coverage: 28.7% of statements 05:21:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 05:21:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 05:21:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.115s coverage: 98.5% of statements 05:21:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.170s coverage: 73.7% of statements 05:21:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 05:21:24 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 05:21:24 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 05:21:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.122s coverage: 54.0% of statements 05:21:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 05:21:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 05:21:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.736s coverage: 88.5% of statements 05:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 05:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 05:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 05:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 05:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 05:21:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.086s coverage: 3.9% of statements 05:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 05:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 05:21:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.493s coverage: 95.6% of statements 05:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 05:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 05:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 05:21:25 ok github.com/edgexfoundry/edgex-go/internal/io 0.077s coverage: 72.2% of statements 05:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 05:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 05:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 05:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 05:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 05:21:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.074s coverage: 65.9% of statements 05:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 05:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 05:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 05:21:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.076s coverage: 0.9% of statements 05:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 05:21:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.082s coverage: 29.6% of statements 05:21:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 05:21:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements 05:21:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.068s coverage: 82.9% of statements 05:21:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.079s coverage: 94.1% of statements 05:21:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements 05:21:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements 05:21:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.077s coverage: 94.4% of statements 05:21:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.361s coverage: 79.9% of statements 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.082s coverage: 92.9% of statements 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 64.4% of statements 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.069s coverage: 86.9% of statements 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.059s coverage: 20.0% of statements 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 77.4% of statements 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.0% of statements 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.246s coverage: 91.2% of statements 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.239s coverage: 63.1% of statements 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.317s coverage: 65.3% of statements 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.149s coverage: 41.0% of statements 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.082s coverage: 17.7% of statements 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.159s coverage: 92.3% of statements 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 05:21:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.108s coverage: 97.7% of statements 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 05:21:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 05:21:47 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 05:22:05 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 05:22:05 go vet ./... 05:22:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:22:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:22:07 ./bin/test-attribution-txt.sh [Pipeline] echo 05:22:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 05:22:07 + ls -al . 05:22:07 total 748 05:22:07 drwxrwxr-x 11 1001 1001 4096 Feb 17 05:21 . 05:22:07 drwxr-xr-x 4 root root 4096 Feb 17 05:21 .. 05:22:07 drwxrwxr-x 2 1001 1001 4096 Feb 17 05:20 .blubracket 05:22:07 -rw-rw-r-- 1 1001 1001 16 Feb 17 05:20 .dockerignore 05:22:07 drwxrwxr-x 8 1001 1001 4096 Feb 17 05:21 .git 05:22:07 drwxrwxr-x 3 1001 1001 4096 Feb 17 05:20 .github 05:22:07 -rw-rw-r-- 1 1001 1001 1024 Feb 17 05:20 .gitignore 05:22:07 -rw-rw-r-- 1 1001 1001 42 Feb 17 05:20 .golangci.yml 05:22:07 -rw-rw-r-- 1 1001 1001 87 Feb 17 05:20 .hadolint.yml 05:22:07 drwxr-xr-x 3 1001 1001 4096 Feb 17 05:20 .semver 05:22:07 -rw-rw-r-- 1 1001 1001 166 Feb 17 05:20 .sonarcloud.properties 05:22:07 -rw-rw-r-- 1 1001 1001 1171 Feb 17 05:20 ADOPTERS.md 05:22:07 -rw-rw-r-- 1 1001 1001 10825 Feb 17 05:20 Attribution.txt 05:22:07 -rw-rw-r-- 1 1001 1001 73765 Feb 17 05:20 CHANGELOG.md 05:22:07 -rw-rw-r-- 1 1001 1001 3804 Feb 17 05:20 CONTRIBUTING.md 05:22:07 -rw-rw-r-- 1 1001 1001 677 Feb 17 05:20 GOVERNANCE.md 05:22:07 -rw-rw-r-- 1 1001 1001 883 Feb 17 05:20 Jenkinsfile 05:22:07 -rw-rw-r-- 1 1001 1001 10775 Feb 17 05:20 LICENSE 05:22:07 -rw-rw-r-- 1 1001 1001 13375 Feb 17 05:20 Makefile 05:22:07 -rw-rw-r-- 1 1001 1001 582 Feb 17 05:20 OWNERS.md 05:22:07 -rw-rw-r-- 1 1001 1001 9403 Feb 17 05:20 README.md 05:22:07 -rw-rw-r-- 1 1001 1001 6912 Feb 17 05:20 SECURITY.md 05:22:07 -rw-rw-r-- 1 1001 1001 12 Feb 17 05:20 VERSION 05:22:07 drwxrwxr-x 2 1001 1001 4096 Feb 17 05:20 bin 05:22:07 drwxrwxr-x 17 1001 1001 4096 Feb 17 05:20 cmd 05:22:07 -rw-r--r-- 1 root root 487530 Feb 17 05:21 coverage.out 05:22:07 -rw-rw-r-- 1 1001 1001 3295 Feb 17 05:20 go.mod 05:22:07 -rw-rw-r-- 1 1001 1001 33318 Feb 17 05:20 go.sum 05:22:07 drwxrwxr-x 7 1001 1001 4096 Feb 17 05:20 internal 05:22:07 drwxrwxr-x 3 1001 1001 4096 Feb 17 05:20 openapi 05:22:07 drwxrwxr-x 4 1001 1001 4096 Feb 17 05:20 snap 05:22:07 -rw-rw-r-- 1 1001 1001 204 Feb 17 05:20 version.go [Pipeline] sh 05:22:07 + '[' -e coverage.out ] 05:22:07 + chown 1001:1001 coverage.out [Pipeline] stash 05:22:07 Stashed 1 file(s) [Pipeline] sh 05:22:08 + make build 05:22:08 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 05:22:20 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:22:20 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 05:22:21 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:22:22 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:22:28 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:22:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 05:22:30 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:22:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:22:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 05:22:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:22:36 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 05:22:37 $ docker stop --time=1 c3f53dc5ab018c33cfa138c9e39a7dc621f8d574baeae986d2999856b7b326ad 05:22:39 $ docker rm -f --volumes c3f53dc5ab018c33cfa138c9e39a7dc621f8d574baeae986d2999856b7b326ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:22:40 05:22:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:22:40 latest: Pulling from edgex-devops/edgex-compose 05:22:40 cbdbe7a5bc2a: Pulling fs layer 05:22:40 ca9280d653b3: Pulling fs layer 05:22:40 7e9c9ca2126c: Pulling fs layer 05:22:40 cbdbe7a5bc2a: Verifying Checksum 05:22:40 cbdbe7a5bc2a: Download complete 05:22:40 cbdbe7a5bc2a: Pull complete 05:22:40 ca9280d653b3: Verifying Checksum 05:22:40 ca9280d653b3: Download complete 05:22:41 7e9c9ca2126c: Download complete 05:22:41 ca9280d653b3: Pull complete 05:22:44 7e9c9ca2126c: Pull complete 05:22:44 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 05:22:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:22:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:22:44 prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container 05:22:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 05:22:46 $ docker top 5fcb44e5143010eabdd12764dd03e01716c494641653b374d38e4fceff227b21 -eo pid,comm [Pipeline] { [Pipeline] sh 05:22:46 + docker-compose build --help 05:22:46 + grep parallel 05:22:47 --parallel Build images in parallel. [Pipeline] } 05:22:47 $ docker stop --time=1 5fcb44e5143010eabdd12764dd03e01716c494641653b374d38e4fceff227b21 05:22:48 $ docker rm -f --volumes 5fcb44e5143010eabdd12764dd03e01716c494641653b374d38e4fceff227b21 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:22:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:22:48 prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container 05:22:48 $ 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/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 05:22:49 $ docker top 7e19c106bffea506d42aa3868384cbcd66303d1be7cb2fcc583bb0e77bffb2d7 -eo pid,comm [Pipeline] { [Pipeline] sh 05:22:49 + docker-compose -f ./docker-compose-build.yml build --parallel 05:22:50 Building core-command ... 05:22:50 Building core-common-config-bootstrapper ... 05:22:50 Building core-data ... 05:22:50 Building core-metadata ... 05:22:50 Building security-bootstrapper ... 05:22:50 Building security-proxy-setup ... 05:22:50 Building security-secretstore-setup ... 05:22:50 Building security-spiffe-token-provider ... 05:22:50 Building security-spire-agent ... 05:22:50 Building security-spire-config ... 05:22:50 Building security-spire-server ... 05:22:50 Building support-notifications ... 05:22:50 Building support-scheduler ... 05:22:50 Building security-proxy-setup 05:22:50 Building core-command 05:22:50 Building security-spire-agent 05:22:50 Building security-spire-config 05:22:50 Building security-spire-server 05:23:02 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:23:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:23:02 ---> d5b5e1b6b835 05:23:02 Step 3/23 : ARG ADD_BUILD_TAGS="" 05:23:02 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:23:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:23:02 ---> d5b5e1b6b835 05:23:02 Step 3/24 : WORKDIR /edgex-go 05:23:02 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:23:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:23:02 ---> d5b5e1b6b835 05:23:02 Step 3/24 : WORKDIR /edgex-go 05:23:02 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:23:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:23:02 ---> d5b5e1b6b835 05:23:02 Step 3/23 : WORKDIR /edgex-go 05:23:02 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:23:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 05:23:02 ---> d5b5e1b6b835 05:23:02 Step 3/21 : WORKDIR /edgex-go 05:23:03 ---> Running in f075d322479f 05:23:03 ---> Running in cdc4fdc46812 05:23:03 ---> Running in 009c454e1460 05:23:03 ---> Running in f5a3da5c62c6 05:23:03 ---> Running in 22b94c4da99a 05:23:04 Removing intermediate container 009c454e1460 05:23:04 ---> 094433f67ff4 05:23:04 Step 4/23 : WORKDIR /edgex-go 05:23:04 Removing intermediate container f075d322479f 05:23:04 ---> 6b48e11c37a2 05:23:04 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 05:23:04 Removing intermediate container cdc4fdc46812 05:23:04 ---> 74b4291712c0 05:23:04 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 05:23:04 Removing intermediate container 22b94c4da99a 05:23:04 ---> cd7cb74261a9 05:23:04 Step 4/21 : RUN apk add --update --no-cache make git 05:23:04 Removing intermediate container f5a3da5c62c6 05:23:04 ---> dd8359794e1a 05:23:04 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 05:23:04 ---> Running in 0b8c18ff28a4 05:23:04 ---> Running in 68cdfb384be3 05:23:04 ---> Running in 0a410596987b 05:23:04 ---> Running in 2b014fedf19b 05:23:04 ---> Running in 962e7321556f 05:23:04 Removing intermediate container 0b8c18ff28a4 05:23:04 ---> 705b2e7faf9a 05:23:04 Step 5/23 : RUN apk add --update --no-cache make git 05:23:04 ---> Running in ae4605d4001d 05:23:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:23:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:23:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:23:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:23:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:23:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:23:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:23:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:23:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:23:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:23:05 OK: 211 MiB in 51 packages 05:23:05 OK: 211 MiB in 51 packages 05:23:05 OK: 211 MiB in 51 packages 05:23:05 OK: 211 MiB in 51 packages 05:23:05 OK: 211 MiB in 51 packages 05:23:05 Removing intermediate container 962e7321556f 05:23:05 ---> 707401bd3016 05:23:05 Step 5/24 : COPY go.mod vendor* ./ 05:23:05 Removing intermediate container 0a410596987b 05:23:05 ---> 35cb1e1a69ee 05:23:05 Step 5/23 : COPY go.mod vendor* ./ 05:23:05 Removing intermediate container 68cdfb384be3 05:23:05 ---> 8eef4164098e 05:23:05 Step 5/21 : COPY go.mod vendor* ./ 05:23:05 Removing intermediate container 2b014fedf19b 05:23:05 ---> 2ca96cee6205 05:23:05 Step 5/24 : COPY go.mod vendor* ./ 05:23:05 ---> 724eeaac94c7 05:23:05 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:23:05 Removing intermediate container ae4605d4001d 05:23:05 ---> 1e547f555823 05:23:05 Step 6/23 : COPY go.mod vendor* ./ 05:23:05 ---> f9cbdb8cc300 05:23:05 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:23:05 ---> Running in ed8be12cc293 05:23:05 ---> Running in 5b86098422eb 05:23:05 ---> c242dd52a171 05:23:05 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:23:05 ---> Running in 7346355231de 05:23:05 ---> 47ea6591dc92 05:23:05 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:23:06 ---> 3a3f2493b8da 05:23:06 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:23:06 ---> Running in 6e795274d2a9 05:23:06 ---> Running in 056004ccad6a 05:23:38 Removing intermediate container ed8be12cc293 05:23:38 ---> dd1f823e168d 05:23:38 Step 7/24 : COPY . . 05:23:38 Removing intermediate container 7346355231de 05:23:38 ---> b1c9fbda1902 05:23:38 Step 7/21 : COPY . . 05:23:38 Removing intermediate container 5b86098422eb 05:23:38 ---> 787ba48b817c 05:23:38 Step 7/23 : COPY . . 05:23:38 Removing intermediate container 056004ccad6a 05:23:38 ---> eadb9b489b07 05:23:38 Step 8/23 : COPY . . 05:23:38 Removing intermediate container 6e795274d2a9 05:23:38 ---> 816d6fbc4f01 05:23:38 Step 7/24 : COPY . . 05:23:48 ---> bfc44ed85ff7 05:23:48 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 05:23:48 ---> 43461b948cfa 05:23:48 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 05:23:48 ---> 7a267477f5a1 05:23:48 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 05:23:48 ---> af409b7dd2b9 05:23:48 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 05:23:48 ---> Running in cf0a0f64f908 05:23:48 ---> Running in e955f7698aee 05:23:48 ---> 0a1a4bfeefcd 05:23:48 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 05:23:48 ---> Running in 4448c93fb457 05:23:48 ---> Running in c52191e03100 05:23:48 ---> Running in e8d89db10fbb 05:23:48 Removing intermediate container e955f7698aee 05:23:48 ---> eb44e4cfa15c 05:23:48 Step 9/24 : WORKDIR /edgex-go/spire-build 05:23:48 Removing intermediate container c52191e03100 05:23:48 ---> da58a911739d 05:23:48 Step 9/23 : WORKDIR /edgex-go/spire-build 05:23:48 ---> Running in 8ca29461ab9b 05:23:48 Removing intermediate container e8d89db10fbb 05:23:48 ---> 6450a87717fe 05:23:48 Step 9/24 : WORKDIR /edgex-go/spire-build 05:23:48 ---> Running in 7a47a3c66fb0 05:23:48 ---> Running in 3f92e5708f47 05:23:48 Removing intermediate container 8ca29461ab9b 05:23:48 ---> 12f62af41d14 05:23:48 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 05:23:48 ---> Running in df5ea8282efd 05:23:48 Removing intermediate container 7a47a3c66fb0 05:23:48 ---> 8631cee41ca7 05:23:48 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 05:23:48 Removing intermediate container 3f92e5708f47 05:23:48 ---> 4fb1d2a2cde0 05:23:48 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 05:23:48 ---> Running in 95fa767d96ae 05:23:48 ---> Running in c47ea023873a 05:23:48 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 05:23:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 05:23:48 Removing intermediate container df5ea8282efd 05:23:48 ---> dc41b2ce7085 05:23:48 Step 11/24 : WORKDIR /edgex-go 05:23:48 ---> Running in f3246f965b10 05:23:48 Removing intermediate container f3246f965b10 05:23:48 ---> e3beb99d6e89 05:23:48 05:23:48 Step 12/24 : FROM alpine:3.15 05:23:48 Removing intermediate container 95fa767d96ae 05:23:48 ---> 96eeed320e65 05:23:48 Step 11/23 : WORKDIR /edgex-go 05:23:48 ---> Running in 48aeb88db2ae 05:23:48 3.15: Pulling from library/alpine 05:23:48 Removing intermediate container c47ea023873a 05:23:48 ---> 9523167e571f 05:23:48 Step 11/24 : WORKDIR /edgex-go 05:23:48 Removing intermediate container 48aeb88db2ae 05:23:48 ---> 840c189b3c45 05:23:48 05:23:48 Step 12/23 : FROM alpine:3.15 05:23:48 ---> Running in 98df7b01728c 05:23:48 3.15: Pulling from library/alpine 05:23:48 Removing intermediate container 98df7b01728c 05:23:48 ---> 6f2c9075bcfc 05:23:48 05:23:48 Step 12/24 : FROM alpine:3.15 05:23:48 3.15: Pulling from library/alpine 05:23:49 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 05:23:49 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 05:23:49 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 05:23:49 Status: Downloaded newer image for alpine:3.15 05:23:49 Status: Image is up to date for alpine:3.15 05:23:49 Status: Image is up to date for alpine:3.15 05:23:49 ---> 5ce65d7b0fde 05:23:49 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:23:49 ---> 5ce65d7b0fde 05:23:49 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:23:49 ---> 5ce65d7b0fde 05:23:49 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:23:49 ---> Running in 09627bfb3245 05:23:49 ---> Running in c5ebfb454a28 05:23:49 ---> Running in 0673ebada1c9 05:23:49 Removing intermediate container c5ebfb454a28 05:23:49 ---> 980ab2f2a9bb 05:23:49 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:23:49 Removing intermediate container 09627bfb3245 05:23:49 ---> 624e28ea7220 05:23:49 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 05:23:49 Removing intermediate container 0673ebada1c9 05:23:49 ---> 2fa1bfcedcc6 05:23:49 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:23:49 ---> Running in 664274f867ab 05:23:49 ---> Running in daded9bcb8ef 05:23:49 ---> Running in ddba22d41ba7 05:23:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:23:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:23:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:23:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:23:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:23:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:23:50 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 05:23:50 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 05:23:50 OK: 15857 distinct packages available 05:23:50 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 05:23:50 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 05:23:50 OK: 15857 distinct packages available 05:23:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:23:50 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 05:23:50 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 05:23:50 OK: 15857 distinct packages available 05:23:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:23:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:23:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:23:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:23:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:23:50 (1/5) Installing dumb-init (1.2.5-r1) 05:23:50 (2/5) Installing musl-obstack (1.2.3-r0) 05:23:50 (3/5) Installing libucontext (1.1-r0) 05:23:50 (4/5) Installing gcompat (1.0.0-r4) 05:23:50 (5/5) Installing openssl (1.1.1t-r1) 05:23:50 (1/4) Installing dumb-init (1.2.5-r1) 05:23:50 Executing busybox-1.34.1-r7.trigger 05:23:50 OK: 7 MiB in 19 packages 05:23:50 (1/5) Installing dumb-init (1.2.5-r1) 05:23:50 (2/4) Installing musl-obstack (1.2.3-r0) 05:23:50 (2/5) Installing musl-obstack (1.2.3-r0) 05:23:50 (3/4) Installing libucontext (1.1-r0) 05:23:50 (3/5) Installing libucontext (1.1-r0) 05:23:50 (4/4) Installing gcompat (1.0.0-r4) 05:23:50 (4/5) Installing gcompat (1.0.0-r4) 05:23:50 Executing busybox-1.34.1-r7.trigger 05:23:50 (5/5) Installing openssl (1.1.1t-r1) 05:23:50 OK: 6 MiB in 18 packages 05:23:50 Executing busybox-1.34.1-r7.trigger 05:23:51 OK: 7 MiB in 19 packages 05:23:52 Removing intermediate container ddba22d41ba7 05:23:52 ---> 7ef25851ab37 05:23:52 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 05:23:52 Removing intermediate container daded9bcb8ef 05:23:52 ---> 147c4c1352bf 05:23:52 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 05:23:52 Removing intermediate container 664274f867ab 05:23:52 ---> deeea6189d5e 05:23:52 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 05:23:53 ---> d982d1d3a7e4 05:23:53 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 05:23:55 ---> 1759dee19951 05:23:55 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:23:55 ---> e9d7af3db6ce 05:23:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:23:55 ---> e6e585f65bd1 05:23:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:23:55 ---> 5bad9b64acf3 05:23:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 05:23:56 ---> 791a60578ba3 05:23:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:23:56 ---> 9c0ee40b228f 05:23:56 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 05:23:56 ---> d59089df5bfc 05:23:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:23:56 ---> Running in beda3a3d9995 05:23:56 ---> 2c15b560f954 05:23:56 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 05:23:56 ---> bd130e640204 05:23:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 05:23:56 Removing intermediate container beda3a3d9995 05:23:56 ---> 55b596b90283 05:23:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:23:56 ---> Running in 3410e3d541ca 05:23:56 Removing intermediate container 3410e3d541ca 05:23:56 ---> f376cec0a003 05:23:56 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 05:23:56 ---> e06b0ba0fc8f 05:23:56 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 05:23:56 ---> Running in f9a1ce6df693 05:23:56 ---> Running in 1b3fee4e048a 05:23:56 ---> 3ae7f8b8e3b5 05:23:56 Step 19/24 : WORKDIR / 05:23:57 ---> Running in 98cfe1eaf35d 05:23:57 Removing intermediate container f9a1ce6df693 05:23:57 ---> 4159cc35f940 05:23:57 Step 21/23 : LABEL arch=x86_64 05:23:57 Removing intermediate container 1b3fee4e048a 05:23:57 ---> f62ab976734b 05:23:57 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 05:23:57 ---> Running in 3b4e78f19d61 05:23:57 ---> Running in 83e92d8cb581 05:23:57 Removing intermediate container 98cfe1eaf35d 05:23:57 ---> e60fd735e45d 05:23:57 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 05:23:57 ---> Running in 9ceb98601e10 05:23:57 Removing intermediate container 83e92d8cb581 05:23:57 ---> cc16fc86d86c 05:23:57 Step 22/24 : LABEL arch=x86_64 05:23:57 Removing intermediate container 3b4e78f19d61 05:23:57 ---> 292b84ac0c24 05:23:57 Step 22/23 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:23:57 ---> Running in ebdfd365e158 05:23:57 ---> Running in a46091b1bb45 05:23:57 Removing intermediate container 9ceb98601e10 05:23:57 ---> 986bb0b03edd 05:23:57 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 05:23:57 Removing intermediate container ebdfd365e158 05:23:57 ---> 9cf12b593c69 05:23:57 Step 23/24 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:23:57 ---> Running in 305f7354e284 05:23:57 ---> Running in e555ecf535db 05:23:57 Removing intermediate container a46091b1bb45 05:23:57 ---> 148badf7a415 05:23:57 Step 23/23 : LABEL version=3.0.0-dev.56 05:23:57 ---> Running in 5caea6125737 05:23:58 Removing intermediate container e555ecf535db 05:23:58 ---> 6dfc72a57c59 05:23:58 Step 22/24 : LABEL arch=x86_64 05:23:58 Removing intermediate container 305f7354e284 05:23:58 ---> e7ca59554377 05:23:58 Step 24/24 : LABEL version=3.0.0-dev.56 05:23:58 Removing intermediate container 5caea6125737 05:23:58 ---> e1354c06ef28 05:23:58 05:23:58 ---> Running in 148f23ebe598 05:23:58 ---> Running in 3ae0c4db8dcd 05:23:58 Successfully built e1354c06ef28 05:23:58 Successfully tagged security-spire-server:latest 05:23:58 Building security-bootstrapper 05:23:58  Building security-spire-server ... done Removing intermediate container 148f23ebe598 05:23:58 ---> c705724acb2e 05:23:58 Step 23/24 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:23:59 Removing intermediate container 3ae0c4db8dcd 05:23:59 ---> 3871b30e8ec0 05:23:59 05:23:59 ---> Running in 0d0228ad046d 05:23:59 Successfully built 3871b30e8ec0 05:23:59 Successfully tagged security-spire-agent:latest 05:23:59  Building security-spire-agent ... done Building core-data 05:24:00 Removing intermediate container 0d0228ad046d 05:24:00 ---> 3a2ae79d21aa 05:24:00 Step 24/24 : LABEL version=3.0.0-dev.56 05:24:01 ---> Running in 250c5f6b6d46 05:24:01 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:24:01 Step 2/32 : FROM ${BUILDER_BASE} AS builder 05:24:01 ---> d5b5e1b6b835 05:24:01 Step 3/32 : WORKDIR /edgex-go 05:24:01 ---> Using cache 05:24:01 ---> dd8359794e1a 05:24:01 Step 4/32 : RUN apk add --update --no-cache make git 05:24:01 Removing intermediate container 250c5f6b6d46 05:24:01 ---> 21f9dbf045be 05:24:01 05:24:01 ---> Running in 409a73320ee3 05:24:01 Successfully built 21f9dbf045be 05:24:01 Successfully tagged security-spire-config:latest 05:24:01 Building security-spiffe-token-provider 05:24:02  Building security-spire-config ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:24:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:24:02 OK: 211 MiB in 51 packages 05:24:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 05:24:04 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:24:04 Step 2/19 : FROM ${BUILDER_BASE} AS builder 05:24:04 ---> d5b5e1b6b835 05:24:04 Step 3/19 : WORKDIR /edgex-go 05:24:04 ---> Using cache 05:24:04 ---> dd8359794e1a 05:24:04 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 05:24:04 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:24:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:24:04 ---> d5b5e1b6b835 05:24:04 Step 3/22 : ARG ADD_BUILD_TAGS="" 05:24:04 ---> Using cache 05:24:04 ---> 094433f67ff4 05:24:04 Step 4/22 : WORKDIR /edgex-go 05:24:04 ---> Using cache 05:24:04 ---> 705b2e7faf9a 05:24:04 Step 5/22 : RUN apk add --update --no-cache make git 05:24:04 ---> Using cache 05:24:04 ---> 1e547f555823 05:24:04 Step 6/22 : COPY go.mod vendor* ./ 05:24:04 ---> Using cache 05:24:04 ---> 3a3f2493b8da 05:24:04 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:24:04 ---> Using cache 05:24:04 ---> eadb9b489b07 05:24:04 Step 8/22 : COPY . . 05:24:04 ---> Using cache 05:24:04 ---> bfc44ed85ff7 05:24:04 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 05:24:05 ---> Running in 1da5cc83353c 05:24:05 ---> Running in b346f46624b8 05:24:05 Removing intermediate container 409a73320ee3 05:24:05 ---> 7115b95b7fa8 05:24:05 Step 5/32 : COPY go.mod vendor* ./ 05:24:05 ---> bd8cd9eecc2e 05:24:05 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:24:05 ---> Running in 3df62caaecc6 05:24:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:24:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:24:06 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 05:24:06 v3.16.4-16-g3c16caa8e9c [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 05:24:06 v3.16.4-15-gda8bdec06a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 05:24:06 OK: 17046 distinct packages available 05:24:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:24:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:24:06 OK: 211 MiB in 51 packages 05:24:07 Removing intermediate container cf0a0f64f908 05:24:07 ---> 80ee1fcf53d2 05:24:07 05:24:07 Step 10/23 : FROM alpine:3.16 05:24:07 Removing intermediate container 4448c93fb457 05:24:07 ---> c1b2e3101745 05:24:07 05:24:07 Step 9/21 : FROM alpine:3.16 05:24:07 Removing intermediate container 1da5cc83353c 05:24:07 ---> 486a0878b3ef 05:24:07 Step 5/19 : COPY go.mod vendor* ./ 05:24:08 ---> bff6aab6b2be 05:24:08 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:24:08 ---> Running in 02bb1077ff98 05:24:08 3.16: Pulling from library/alpine 05:24:08 3.16: Pulling from library/alpine 05:24:10 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 05:24:10 Status: Downloaded newer image for alpine:3.16 05:24:10 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 05:24:10 Status: Image is up to date for alpine:3.16 05:24:10 ---> dfd21b5a31f5 05:24:10 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 05:24:10 ---> dfd21b5a31f5 05:24:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 05:24:10 ---> Running in 6ce18c362d1c 05:24:10 ---> Running in ac06709ead3d 05:24:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:24:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:24:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:24:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:24:10 (1/1) Installing dumb-init (1.2.5-r1) 05:24:10 Executing busybox-1.35.0-r17.trigger 05:24:11 OK: 6 MiB in 15 packages 05:24:11 (1/6) Installing ca-certificates (20220614-r0) 05:24:11 (2/6) Installing brotli-libs (1.0.9-r6) 05:24:11 (3/6) Installing nghttp2-libs (1.47.0-r0) 05:24:11 (4/6) Installing libcurl (7.83.1-r6) 05:24:11 (5/6) Installing curl (7.83.1-r6) 05:24:11 (6/6) Installing dumb-init (1.2.5-r1) 05:24:11 Executing busybox-1.35.0-r17.trigger 05:24:11 Executing ca-certificates-20220614-r0.trigger 05:24:11 OK: 8 MiB in 20 packages 05:24:11 Removing intermediate container 6ce18c362d1c 05:24:11 ---> f3b025292866 05:24:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:24:11 ---> Running in 44aa54870010 05:24:11 Removing intermediate container 44aa54870010 05:24:11 ---> 22d68fed0c88 05:24:11 Step 13/23 : ENV APP_PORT=59882 05:24:12 ---> Running in d2c6c6517248 05:24:12 Removing intermediate container ac06709ead3d 05:24:12 ---> 9ad3a246ab34 05:24:12 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:24:12 ---> Running in 6e8907608603 05:24:12 Removing intermediate container d2c6c6517248 05:24:12 ---> 35a23831be44 05:24:12 Step 14/23 : EXPOSE $APP_PORT 05:24:12 ---> Running in b27a0e2d3846 05:24:12 Removing intermediate container 6e8907608603 05:24:12 ---> 52d17ddd212c 05:24:12 Step 12/21 : WORKDIR /edgex 05:24:12 Removing intermediate container b27a0e2d3846 05:24:12 ---> 6caaa93d3029 05:24:12 Step 15/23 : WORKDIR / 05:24:12 ---> Running in 9fc0118e2a4c 05:24:12 ---> Running in 781f35b0867f 05:24:13 Removing intermediate container 9fc0118e2a4c 05:24:13 ---> d3574ec30ae3 05:24:13 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 05:24:13 Removing intermediate container 781f35b0867f 05:24:13 ---> 88c7882c5fcb 05:24:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 05:24:13 ---> f8b72d10dad9 05:24:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 05:24:13 ---> cf10b79274f4 05:24:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:24:13 ---> a1a50f12e3cb 05:24:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:24:13 ---> ba42ebee6ac3 05:24:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 05:24:14 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6381 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 05:24:14 Running in /w/workspace/edgex-go/417 [Pipeline] { [Pipeline] checkout 05:24:14 The recommended git tool is: git 05:24:14 ---> 67da688443ec 05:24:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:24:14 ---> dd5321958cdb 05:24:14 Step 19/23 : ENTRYPOINT ["/core-command"] 05:24:14 ---> Running in 9691ebb0456b 05:24:14 Removing intermediate container 9691ebb0456b 05:24:14 ---> 1c9bbff2893a 05:24:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:24:14 ---> 635686777aa7 05:24:14 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:24:14 ---> Running in 0b4b0436f87e 05:24:14 ---> Running in 7c930b9511f6 05:24:14 Removing intermediate container 0b4b0436f87e 05:24:14 ---> a86dbf60e1c1 05:24:14 Step 21/23 : LABEL arch=x86_64 05:24:14 ---> Running in 7682eeacee63 05:24:15 Removing intermediate container 7682eeacee63 05:24:15 ---> a080ef625ab5 05:24:15 Step 22/23 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:24:15 ---> Running in a9d8a528a651 05:24:16 Removing intermediate container 7c930b9511f6 05:24:16 ---> b2b0ff27018d 05:24:16 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 05:24:16 ---> Running in 1a7d7465fbc3 05:24:16 Removing intermediate container a9d8a528a651 05:24:16 ---> 8dc9b0962abb 05:24:16 Step 23/23 : LABEL version=3.0.0-dev.56 05:24:16 ---> Running in 30749255eb7d 05:24:16 Removing intermediate container 1a7d7465fbc3 05:24:16 ---> 102ed8755c14 05:24:16 Step 19/21 : LABEL arch=x86_64 05:24:16 ---> Running in d40b59bb033c 05:24:16 Removing intermediate container 30749255eb7d 05:24:16 ---> 45120275aeac 05:24:16 05:24:16 Successfully built 45120275aeac 05:24:16 Successfully tagged core-command:latest 05:24:16  Building core-command ... done Building core-metadata 05:24:18 Removing intermediate container d40b59bb033c 05:24:18 ---> 3cce095927ad 05:24:18 Step 20/21 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:24:19 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:24:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:24:19 ---> d5b5e1b6b835 05:24:19 Step 3/24 : ARG ADD_BUILD_TAGS="" 05:24:19 ---> Using cache 05:24:19 ---> 094433f67ff4 05:24:19 Step 4/24 : WORKDIR /edgex-go 05:24:19 ---> Using cache 05:24:19 ---> 705b2e7faf9a 05:24:19 Step 5/24 : RUN apk add --update --no-cache make git 05:24:19 ---> Using cache 05:24:19 ---> 1e547f555823 05:24:19 Step 6/24 : COPY go.mod vendor* ./ 05:24:19 ---> Using cache 05:24:19 ---> 3a3f2493b8da 05:24:19 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:24:19 ---> Using cache 05:24:19 ---> eadb9b489b07 05:24:19 Step 8/24 : COPY . . 05:24:19 ---> Using cache 05:24:19 ---> bfc44ed85ff7 05:24:19 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 05:24:19 ---> Running in c81b86d2fea5 05:24:19 ---> Running in d87b1a769758 05:24:19 Removing intermediate container c81b86d2fea5 05:24:19 ---> 320a369cc0ef 05:24:19 Step 21/21 : LABEL version=3.0.0-dev.56 05:24:20 ---> Running in 0dd2c10cfe8a 05:24:20 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:24:20 Removing intermediate container 0dd2c10cfe8a 05:24:20 ---> a742f81478bf 05:24:20 05:24:20 Successfully built a742f81478bf 05:24:20 Successfully tagged security-proxy-setup:latest 05:24:20 Building security-secretstore-setup 05:24:22 using credential edgex-jenkins-ssh 05:24:22 Cloning the remote Git repository 05:24:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 05:24:23 > git init /w/workspace/edgex-go/417 # timeout=10 05:24:23  Building security-proxy-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:24:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:24:23 ---> d5b5e1b6b835 05:24:23 Step 3/24 : WORKDIR /edgex-go 05:24:23 ---> Using cache 05:24:23 ---> dd8359794e1a 05:24:23 Step 4/24 : RUN apk add --update --no-cache make git 05:24:23 ---> Using cache 05:24:23 ---> 7115b95b7fa8 05:24:23 Step 5/24 : COPY go.mod vendor* ./ 05:24:23 ---> Using cache 05:24:23 ---> bd8cd9eecc2e 05:24:23 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:24:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:24:23 > git --version # timeout=10 05:24:23 > git --version # 'git version 2.25.1' 05:24:23 using GIT_SSH to set credentials SSH Credentials for GitHub 05:24:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:24:27 ---> Running in 008649db1288 05:24:27 Removing intermediate container b346f46624b8 05:24:27 ---> b50d3fd3a5f2 05:24:27 05:24:27 Step 10/22 : FROM alpine:3.16 05:24:27 ---> dfd21b5a31f5 05:24:27 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:24:27 ---> Running in e940029a91fc 05:24:27 Removing intermediate container 3df62caaecc6 05:24:27 ---> 36022f5d6bdc 05:24:27 Step 7/32 : COPY . . 05:24:28 Removing intermediate container e940029a91fc 05:24:28 ---> 79c942e53548 05:24:28 Step 12/22 : ENV APP_PORT=59880 05:24:28 ---> Running in c9345e4c6f26 05:24:29 Removing intermediate container c9345e4c6f26 05:24:29 ---> eaa2dc12d677 05:24:29 Step 13/22 : EXPOSE $APP_PORT 05:24:30 ---> Running in 9db4f02ee7c1 05:24:30 Removing intermediate container 9db4f02ee7c1 05:24:30 ---> bb7438e6e7cf 05:24:30 Step 14/22 : RUN apk add --update --no-cache dumb-init 05:24:31 ---> Running in 8518828f3aaf 05:24:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:24:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:24:32 (1/1) Installing dumb-init (1.2.5-r1) 05:24:32 Executing busybox-1.35.0-r17.trigger 05:24:32 OK: 6 MiB in 15 packages 05:24:32 ---> db27879af33f 05:24:32 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 05:24:32 ---> Running in 47ccd224ca5b 05:24:32 Removing intermediate container 8518828f3aaf 05:24:32 ---> 03e44af5e5ae 05:24:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:24:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:24:33 ---> 7843df0a0359 05:24:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:24:34 ---> 4143ab379d3f 05:24:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 05:24:34 Removing intermediate container 02bb1077ff98 05:24:34 ---> 0dc2bae1a0c7 05:24:34 Step 7/19 : COPY . . 05:24:34 ---> 575aee4f1678 05:24:34 Step 18/22 : ENTRYPOINT ["/core-data"] 05:24:35 ---> Running in 7916eabbc660 05:24:35 Removing intermediate container 7916eabbc660 05:24:35 ---> d0986cdb7a9a 05:24:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:24:36 ---> Running in faa63396a118 05:24:36 Removing intermediate container faa63396a118 05:24:36 ---> 1f848620387f 05:24:36 Step 20/22 : LABEL arch=x86_64 05:24:36 ---> Running in f70e3516ff3c 05:24:37 Removing intermediate container f70e3516ff3c 05:24:37 ---> 95418a969881 05:24:37 Step 21/22 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:24:37 ---> Running in bee34709079d 05:24:37 Removing intermediate container bee34709079d 05:24:37 ---> 4349e5e4bd6f 05:24:37 Step 22/22 : LABEL version=3.0.0-dev.56 05:24:38 ---> Running in 884c2a954c12 05:24:38 Removing intermediate container 884c2a954c12 05:24:38 ---> d3d7377592bc 05:24:38 05:24:38 Successfully built d3d7377592bc 05:24:38 Successfully tagged core-data:latest 05:24:38  Building core-data ... done Building core-common-config-bootstrapper 05:24:41 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:24:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:24:41 ---> d5b5e1b6b835 05:24:41 Step 3/22 : ARG ADD_BUILD_TAGS="" 05:24:41 ---> Using cache 05:24:41 ---> 094433f67ff4 05:24:41 Step 4/22 : WORKDIR /edgex-go 05:24:41 ---> Using cache 05:24:41 ---> 705b2e7faf9a 05:24:41 Step 5/22 : RUN apk add --update --no-cache make git 05:24:41 ---> Using cache 05:24:41 ---> 1e547f555823 05:24:41 Step 6/22 : COPY go.mod vendor* ./ 05:24:41 ---> Using cache 05:24:41 ---> 3a3f2493b8da 05:24:41 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:24:41 ---> Using cache 05:24:41 ---> eadb9b489b07 05:24:41 Step 8/22 : COPY . . 05:24:41 ---> Using cache 05:24:41 ---> bfc44ed85ff7 05:24:41 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:24:41 ---> 3fd7c752e58c 05:24:41 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:24:44 ---> Running in 8c8285425722 05:24:44 ---> Running in b05185243222 05:24:44 Removing intermediate container d87b1a769758 05:24:44 ---> a8dab736c663 05:24:44 05:24:44 Step 10/24 : FROM alpine:3.16 05:24:44 ---> dfd21b5a31f5 05:24:44 Step 11/24 : RUN apk add --update --no-cache dumb-init 05:24:44 ---> Using cache 05:24:44 ---> f3b025292866 05:24:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:24:44 ---> Using cache 05:24:44 ---> 22d68fed0c88 05:24:44 Step 13/24 : ENV APP_PORT=59881 05:24:44 ---> Running in 54e474417f3c 05:24:44 Removing intermediate container 54e474417f3c 05:24:44 ---> 39c884cc0444 05:24:44 Step 14/24 : EXPOSE $APP_PORT 05:24:44 ---> Running in c5ccfffb6e9a 05:24:44 Removing intermediate container c5ccfffb6e9a 05:24:44 ---> bd923159f674 05:24:44 Step 15/24 : WORKDIR / 05:24:44 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:24:44 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 05:24:44 ---> Running in 0dd1dfa17150 05:24:45 Removing intermediate container 0dd1dfa17150 05:24:45 ---> 88d837dea7ec 05:24:45 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 05:24:46 ---> 537c4f02c04c 05:24:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:24:47 ---> c0133761e95b 05:24:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 05:24:48 ---> 8d744f384a52 05:24:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 05:24:49 ---> 891eb4dbe11b 05:24:49 Step 20/24 : ENTRYPOINT ["/core-metadata"] 05:24:49 ---> Running in 2c603934d494 05:24:49 Removing intermediate container 2c603934d494 05:24:49 ---> 8c18ad2ec83b 05:24:49 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:24:50 ---> Running in f7696189d500 05:24:50 Removing intermediate container f7696189d500 05:24:50 ---> 4507cb516fc4 05:24:50 Step 22/24 : LABEL arch=x86_64 05:24:50 ---> Running in 2e6760f5d3f6 05:24:51 Removing intermediate container 2e6760f5d3f6 05:24:51 ---> 356766e0d003 05:24:51 Step 23/24 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:24:51 ---> Running in d2d27ab12276 05:24:52 Removing intermediate container d2d27ab12276 05:24:52 ---> 488521b0d438 05:24:52 Step 24/24 : LABEL version=3.0.0-dev.56 05:24:52 ---> Running in 8a428205c622 05:24:53 Removing intermediate container 008649db1288 05:24:53 ---> d887666f40fd 05:24:53 Step 7/24 : COPY . . 05:24:53 Removing intermediate container 8a428205c622 05:24:53 ---> 2264ee0d4223 05:24:53 05:24:53 Successfully built 2264ee0d4223 05:24:54 Successfully tagged core-metadata:latest 05:24:54  Building core-metadata ... done Building support-scheduler 05:24:54 Removing intermediate container 47ccd224ca5b 05:24:54 ---> 74b7c98768a7 05:24:54 05:24:54 Step 9/32 : FROM alpine:3.16 05:24:54 ---> dfd21b5a31f5 05:24:54 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:24:58 ---> Running in 364f2845e525 05:24:58 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:24:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:24:58 ---> d5b5e1b6b835 05:24:58 Step 3/22 : ARG ADD_BUILD_TAGS="" 05:24:58 ---> Using cache 05:24:58 ---> 094433f67ff4 05:24:58 Step 4/22 : WORKDIR /edgex-go 05:24:58 ---> Using cache 05:24:58 ---> 705b2e7faf9a 05:24:58 Step 5/22 : RUN apk add --update --no-cache make git 05:24:58 ---> Using cache 05:24:58 ---> 1e547f555823 05:24:58 Step 6/22 : COPY go.mod vendor* ./ 05:24:58 ---> Using cache 05:24:58 ---> 3a3f2493b8da 05:24:58 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:24:58 ---> Using cache 05:24:58 ---> eadb9b489b07 05:24:58 Step 8/22 : COPY . . 05:24:58 ---> Using cache 05:24:58 ---> bfc44ed85ff7 05:24:58 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 05:24:58 Avoid second fetch 05:24:58 Checking out Revision 8bb7416f1c773b5b2c31d23b9c97a90c70099335 (main) 05:24:59 Removing intermediate container 364f2845e525 05:24:59 ---> 7526f8d11003 05:24:59 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 05:24:59 ---> Running in ef422a354949 05:24:59 ---> Running in dd75d14cb196 05:24:59 ---> c471b7d32913 05:24:59 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:24:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:24:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:24:58 > git config core.sparsecheckout # timeout=10 05:24:58 > git checkout -f 8bb7416f1c773b5b2c31d23b9c97a90c70099335 # timeout=10 05:24:59 ---> Running in ff04505c601d 05:24:59 Commit message: "Merge pull request #4364 from marcpfuller/mod-core-contracts-15" 05:24:59 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:25:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:25:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:25:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:25:00 (1/2) Installing dumb-init (1.2.5-r1) 05:25:00 (2/2) Installing su-exec (0.2-r1) 05:25:00 Executing busybox-1.35.0-r17.trigger 05:25:00 OK: 6 MiB in 16 packages 05:25:00 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:25:00 % Total % Received % Xferd Average Speed Time Time Time Current 05:25:00 Dload Upload Total Spent Left Speed 05:25:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 197k 0 --:--:-- --:--:-- --:--:-- 197k [Pipeline] sh 05:25:01 Removing intermediate container dd75d14cb196 05:25:01 ---> d30ec90b7e7e 05:25:01 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 05:25:01 ---> Running in e468d39af3f8 05:25:01 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:25:01 Removing intermediate container e468d39af3f8 05:25:01 ---> 4b8788cd11b8 05:25:01 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 05:25:01 ---> Running in 375cdb6aa68b 05:25:01 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:25:01 + sudo tee /etc/docker/daemon.new 05:25:01 { 05:25:01 "registry-mirrors": [ 05:25:01 "https://nexus3.edgexfoundry.org:10001" 05:25:01 ], 05:25:01 "bip": "10.250.0.254/24", 05:25:01 "hosts": [ 05:25:01 "tcp://0.0.0.0:5555", 05:25:01 "unix:///var/run/docker.sock" 05:25:01 ], 05:25:01 "mtu": 1458, 05:25:01 "selinux-enabled": true, 05:25:01 "seccomp-profile": "/etc/docker/seccomp.json" 05:25:01 } [Pipeline] sh 05:25:01 Removing intermediate container 375cdb6aa68b 05:25:01 ---> e46ef78e584d 05:25:01 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 05:25:01 ---> Running in 69b46da0f0ad 05:25:02 Removing intermediate container 69b46da0f0ad 05:25:02 ---> 392dcff6ef92 05:25:02 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 05:25:02 ---> Running in b91f09f0a064 05:25:02 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:25:02 Removing intermediate container b91f09f0a064 05:25:02 ---> 6f11847afc49 05:25:02 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 05:25:02 ---> Running in fc0291dfd34c 05:25:02 + sudo service docker restart 05:25:04 Removing intermediate container fc0291dfd34c 05:25:04 ---> 6485dcecc613 05:25:04 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 05:25:04 ---> Running in acfd4dcbcff8 05:25:04 Removing intermediate container acfd4dcbcff8 05:25:04 ---> 818f72bef84d 05:25:04 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 05:25:05 ---> 3fe5d7d9dbac 05:25:05 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 05:25:05 ---> Running in 9206a8e09af8 05:25:07 Removing intermediate container 9206a8e09af8 05:25:07 ---> 42efcc3162b3 05:25:07 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 05:25:08 ---> 909eeba67e44 05:25:08 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:25:09 ---> 4f4783f8744b 05:25:09 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 05:25:10 ---> 4abf550d4579 05:25:10 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 05:25:10 Removing intermediate container 8c8285425722 05:25:10 ---> 1769855f0a12 05:25:10 05:25:10 Step 10/22 : FROM alpine:3.16 05:25:10 ---> dfd21b5a31f5 05:25:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 05:25:10 ---> Running in bbbd1d09fdb6 05:25:10 ---> 3a25a20774f7 05:25:10 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 05:25:11 Removing intermediate container bbbd1d09fdb6 05:25:11 ---> e00de585e941 05:25:11 Step 12/22 : RUN apk add --update --no-cache dumb-init 05:25:11 ---> Running in 116939a99300 05:25:11 ---> 4bea6dd497eb 05:25:11 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 05:25:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:25:12 ---> 69db8ffb45dc 05:25:12 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:25:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:25:12 (1/1) Installing dumb-init (1.2.5-r1) 05:25:12 Executing busybox-1.35.0-r17.trigger 05:25:12 OK: 6 MiB in 15 packages 05:25:13 ---> 74e481d53c3d 05:25:13 Step 27/32 : RUN chmod +x /entrypoint.sh 05:25:13 ---> Running in aa0a74d10510 05:25:14 Removing intermediate container 116939a99300 05:25:14 ---> 53a2d00ed841 05:25:14 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:25:14 ---> bcce4c783787 05:25:14 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 05:25:15 Removing intermediate container b05185243222 05:25:15 ---> a40c666e53b2 05:25:15 05:25:15 Step 9/19 : FROM alpine:3.15 05:25:15 ---> 5ce65d7b0fde 05:25:15 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:25:15 ---> Using cache 05:25:15 ---> 2fa1bfcedcc6 05:25:15 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:25:15 ---> Running in 700310bdb23c 05:25:15 Removing intermediate container aa0a74d10510 05:25:15 ---> 7a01ca1ddd26 05:25:15 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 05:25:15 ---> bece8719b69f 05:25:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 05:25:15 ---> Running in ab50e40a313d 05:25:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:25:16 Removing intermediate container ab50e40a313d 05:25:16 ---> 5a905a2d98ac 05:25:16 Step 29/32 : CMD ["gate"] 05:25:16 ---> d672c9fb4c4a 05:25:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 05:25:16 ---> Running in c069fe267c92 05:25:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:25:16 Removing intermediate container c069fe267c92 05:25:16 ---> cebfb81112f4 05:25:16 Step 30/32 : LABEL arch=x86_64 05:25:16 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 05:25:16 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 05:25:16 OK: 15857 distinct packages available 05:25:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:25:16 ---> Running in 5dd0d5402449 05:25:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:25:16 ---> 6ad2f00a4f8f 05:25:16 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:25:16 ---> Running in 8716fc57d344 05:25:16 (1/9) Installing ca-certificates (20220614-r0) 05:25:16 (2/9) Installing brotli-libs (1.0.9-r5) 05:25:16 Removing intermediate container 5dd0d5402449 05:25:16 ---> 72bd92e18c30 05:25:16 Step 31/32 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:25:16 (3/9) Installing nghttp2-libs (1.46.0-r0) 05:25:16 (4/9) Installing libcurl (7.80.0-r6) 05:25:16 (5/9) Installing curl (7.80.0-r6) 05:25:16 (6/9) Installing dumb-init (1.2.5-r1) 05:25:16 (7/9) Installing musl-obstack (1.2.3-r0) 05:25:16 (8/9) Installing libucontext (1.1-r0) 05:25:17 (9/9) Installing gcompat (1.0.0-r4) 05:25:17 Executing busybox-1.34.1-r7.trigger 05:25:17 ---> Running in 618c9c2a967f 05:25:17 Executing ca-certificates-20220614-r0.trigger 05:25:17 OK: 8 MiB in 23 packages 05:25:17 Removing intermediate container 618c9c2a967f 05:25:17 ---> bd0bb9329b24 05:25:17 Step 32/32 : LABEL version=3.0.0-dev.56 05:25:17 ---> Running in 06480447b00a 05:25:17 Removing intermediate container 06480447b00a 05:25:17 ---> ee27eefcc606 05:25:17 05:25:17 Successfully built ee27eefcc606 05:25:17 Successfully tagged security-bootstrapper:latest 05:25:17 Building support-notifications 05:25:19  Building security-bootstrapper ... done Removing intermediate container 700310bdb23c 05:25:19 ---> bfa60b4c0881 05:25:19 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 05:25:20 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:25:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:25:20 ---> d5b5e1b6b835 05:25:20 Step 3/22 : ARG ADD_BUILD_TAGS="" 05:25:20 ---> Using cache 05:25:20 ---> 094433f67ff4 05:25:20 Step 4/22 : WORKDIR /edgex-go 05:25:20 ---> Using cache 05:25:20 ---> 705b2e7faf9a 05:25:20 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:25:20 provisioning config files... 05:25:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/417@tmp/config10236697951770626035tmp [Pipeline] { 05:25:20 Removing intermediate container 8716fc57d344 05:25:20 ---> 4b8157896a20 05:25:20 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 05:25:20 ---> Running in f4befc416412 [Pipeline] libraryResource [Pipeline] sh 05:25:21 ---> Running in 1926ef7f5179 05:25:21 ---> 8ab893906dd9 05:25:21 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:25:21 ---> docker-login.sh 05:25:21 nexus3.edgexfoundry.org:10001 05:25:21 Removing intermediate container 1926ef7f5179 05:25:21 ---> 5f2758e963a7 05:25:21 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 05:25:21 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:25:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:25:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:25:21 ---> Running in d56c45f08432 05:25:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:25:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:25:21 Configure a credential helper to remove this warning. See 05:25:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:25:21 05:25:21 Login Succeeded 05:25:21 nexus3.edgexfoundry.org:10002 05:25:21 OK: 211 MiB in 51 packages 05:25:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:25:22 Removing intermediate container d56c45f08432 05:25:22 ---> 1e65dd92f2d2 05:25:22 Step 20/22 : LABEL arch=x86_64 05:25:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:25:22 Configure a credential helper to remove this warning. See 05:25:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:25:22 05:25:22 Login Succeeded 05:25:22 nexus3.edgexfoundry.org:10003 05:25:22 ---> 0f424849489d 05:25:22 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 05:25:22 ---> Running in 61fe8d3c2290 05:25:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:25:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:25:22 Configure a credential helper to remove this warning. See 05:25:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:25:22 05:25:22 Login Succeeded 05:25:22 nexus3.edgexfoundry.org:10004 05:25:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:25:22 Removing intermediate container 61fe8d3c2290 05:25:22 ---> 904d97739349 05:25:22 Step 21/22 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:25:22 Removing intermediate container f4befc416412 05:25:22 ---> 4fa668d3e037 05:25:22 Step 6/22 : COPY go.mod vendor* ./ 05:25:22 ---> Running in fe108b01803f 05:25:22 ---> 7ae3db252704 05:25:22 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 05:25:22 ---> Running in 839bc59d6318 05:25:22 ---> df404eff0822 05:25:22 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:25:22 ---> Running in 9ea12c88eb7a 05:25:22 Removing intermediate container fe108b01803f 05:25:22 ---> 9cca3ac6823d 05:25:22 Step 22/22 : LABEL version=3.0.0-dev.56 05:25:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:25:23 Configure a credential helper to remove this warning. See 05:25:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:25:23 05:25:23 Login Succeeded 05:25:23 docker.io 05:25:23 ---> Running in b6ab77a48353 05:25:23 Removing intermediate container 839bc59d6318 05:25:23 ---> ada01c943309 05:25:23 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:25:23 ---> Running in bf36ddbd6d99 05:25:23 Removing intermediate container b6ab77a48353 05:25:23 ---> 9445e2bfcf38 05:25:23 05:25:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:25:23 Removing intermediate container bf36ddbd6d99 05:25:23 ---> 3697ffd9e117 05:25:23 Step 17/19 : LABEL arch=x86_64 05:25:23 Successfully built 9445e2bfcf38 05:25:23 Successfully tagged core-common-config-bootstrapper:latest 05:25:23  Building core-common-config-bootstrapper ... done  ---> Running in 3bdefdb047b0 05:25:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:25:23 Configure a credential helper to remove this warning. See 05:25:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:25:23 05:25:23 Login Succeeded 05:25:23 ---> docker-login.sh ends [Pipeline] } 05:25:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 05:25:24 + git config --global --add safe.directory /w/workspace/edgex-go/417 [Pipeline] echo 05:25:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:25:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:25:24 ========================================================= 05:25:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 05:25:24 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:25:24 Removing intermediate container 3bdefdb047b0 05:25:24 ---> 3b505d4b8a8c 05:25:24 Step 18/19 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:25:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 05:25:24 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:25:24 9b18e9b68314: Pulling fs layer 05:25:24 35d82f9e3411: Pulling fs layer 05:25:24 e16973657156: Pulling fs layer 05:25:24 fc693d55d65f: Pulling fs layer 05:25:24 7e9fc2657dce: Pulling fs layer 05:25:24 dda99020689f: Pulling fs layer 05:25:24 db1c61fa0a46: Pulling fs layer 05:25:24 891c053d2c06: Pulling fs layer 05:25:24 db1c61fa0a46: Waiting 05:25:24 dda99020689f: Waiting 05:25:24 891c053d2c06: Waiting 05:25:24 fc693d55d65f: Waiting 05:25:24 7e9fc2657dce: Waiting 05:25:24 e16973657156: Verifying Checksum 05:25:24 e16973657156: Download complete 05:25:24 35d82f9e3411: Verifying Checksum 05:25:24 35d82f9e3411: Download complete 05:25:24 7e9fc2657dce: Verifying Checksum 05:25:24 7e9fc2657dce: Download complete 05:25:24 dda99020689f: Download complete 05:25:24 9b18e9b68314: Download complete 05:25:25 ---> Running in dac279125c6b 05:25:25 Removing intermediate container dac279125c6b 05:25:25 ---> 2dbcf3dfbb35 05:25:25 Step 19/19 : LABEL version=3.0.0-dev.56 05:25:25 Removing intermediate container ff04505c601d 05:25:25 ---> 7c96bc3474ed 05:25:25 05:25:25 Step 9/24 : FROM alpine:3.16 05:25:25 ---> dfd21b5a31f5 05:25:25 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 05:25:25 ---> Running in 85b635cdfbf5 05:25:25 ---> Running in e14a94ba474b 05:25:25 Removing intermediate container 85b635cdfbf5 05:25:25 ---> d98578ecc125 05:25:25 05:25:25 Successfully built d98578ecc125 05:25:25 Successfully tagged security-spiffe-token-provider:latest 05:25:25  Building security-spiffe-token-provider ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:25:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:25:25 9b18e9b68314: Pull complete 05:25:26 891c053d2c06: Verifying Checksum 05:25:26 891c053d2c06: Download complete 05:25:26 (1/3) Installing ca-certificates (20220614-r0) 05:25:26 (2/3) Installing dumb-init (1.2.5-r1) 05:25:26 (3/3) Installing su-exec (0.2-r1) 05:25:26 Executing busybox-1.35.0-r17.trigger 05:25:26 Executing ca-certificates-20220614-r0.trigger 05:25:26 OK: 6 MiB in 17 packages 05:25:26 35d82f9e3411: Pull complete 05:25:27 Removing intermediate container e14a94ba474b 05:25:27 ---> 46eb7e3ea6dc 05:25:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:25:27 db1c61fa0a46: Verifying Checksum 05:25:27 db1c61fa0a46: Download complete 05:25:27 ---> Running in 4376c6e8f223 05:25:27 Removing intermediate container 4376c6e8f223 05:25:27 ---> cd1f11918554 05:25:27 Step 12/24 : WORKDIR / 05:25:27 ---> Running in 6abcd36587f9 05:25:28 fc693d55d65f: Verifying Checksum 05:25:28 fc693d55d65f: Download complete 05:25:28 Removing intermediate container 6abcd36587f9 05:25:28 ---> 032d047e62fb 05:25:28 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 05:25:28 Removing intermediate container ef422a354949 05:25:28 ---> 8b7c4e99924a 05:25:28 05:25:28 Step 10/22 : FROM alpine:3.16 05:25:28 ---> dfd21b5a31f5 05:25:28 Step 11/22 : RUN apk add --update --no-cache dumb-init 05:25:28 ---> Using cache 05:25:28 ---> f3b025292866 05:25:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:25:28 ---> Using cache 05:25:28 ---> 22d68fed0c88 05:25:28 Step 13/22 : ENV APP_PORT=59861 05:25:28 ---> Running in 0d8e511a1f15 05:25:28 ---> 33df166847be 05:25:28 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 05:25:28 e16973657156: Pull complete 05:25:28 Removing intermediate container 0d8e511a1f15 05:25:28 ---> f86e06fe7edb 05:25:28 Step 14/22 : EXPOSE $APP_PORT 05:25:28 ---> Running in 8dc0b64ad088 05:25:28 ---> 667601c6e40e 05:25:28 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 05:25:28 Removing intermediate container 8dc0b64ad088 05:25:28 ---> a4181b531c1a 05:25:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:25:28 ---> 37c8cbd85946 05:25:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 05:25:28 ---> 4e0333848234 05:25:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:25:28 ---> 07e1a0c76509 05:25:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:25:29 ---> fd645b7077c2 05:25:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:25:29 ---> b0550ee2e69b 05:25:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 05:25:29 ---> ce5dfc652a39 05:25:29 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 05:25:29 ---> b4bb7600a8de 05:25:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:25:29 ---> Running in b38f806f9b37 05:25:29 Removing intermediate container b38f806f9b37 05:25:29 ---> d469e8cc8182 05:25:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:25:29 ---> 9268ecc2d94a 05:25:29 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:25:29 ---> Running in c0583112a57a 05:25:29 ---> Running in cdb9dad178c7 05:25:29 Removing intermediate container c0583112a57a 05:25:29 ---> 3a6ff5fb95af 05:25:29 Step 20/22 : LABEL arch=x86_64 05:25:29 ---> Running in 84ff5d5fa2ed 05:25:30 Removing intermediate container 84ff5d5fa2ed 05:25:30 ---> efab7bcae417 05:25:30 Step 21/22 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:25:30 ---> Running in 3795b962a8dc 05:25:30 Removing intermediate container 3795b962a8dc 05:25:30 ---> 7c09deb0a99f 05:25:30 Step 22/22 : LABEL version=3.0.0-dev.56 05:25:30 ---> Running in bf0af35a21ab 05:25:30 Removing intermediate container bf0af35a21ab 05:25:30 ---> 98d79f98e98a 05:25:30 05:25:30 Successfully built 98d79f98e98a 05:25:30 Successfully tagged support-scheduler:latest 05:25:30  Building support-scheduler ... done Removing intermediate container cdb9dad178c7 05:25:30 ---> ba0d2bdcd6bc 05:25:30 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 05:25:30 ---> Running in 886baf5a83f1 05:25:30 Removing intermediate container 886baf5a83f1 05:25:30 ---> 167e886f4dc6 05:25:30 Step 22/24 : LABEL arch=x86_64 05:25:30 ---> Running in 3a18f4f4ba61 05:25:30 Removing intermediate container 3a18f4f4ba61 05:25:30 ---> e05cd0b74d76 05:25:30 Step 23/24 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:25:30 ---> Running in 7ed3602f4066 05:25:30 Removing intermediate container 7ed3602f4066 05:25:30 ---> 4b5636ece504 05:25:30 Step 24/24 : LABEL version=3.0.0-dev.56 05:25:30 ---> Running in 934b505c2a21 05:25:30 Removing intermediate container 934b505c2a21 05:25:30 ---> 12fd227825ef 05:25:30 05:25:30 Successfully built 12fd227825ef 05:25:30 Successfully tagged security-secretstore-setup:latest 05:25:40  Building security-secretstore-setup ... done Removing intermediate container 9ea12c88eb7a 05:25:40 ---> 7134d783eedc 05:25:40 Step 8/22 : COPY . . 05:25:43 fc693d55d65f: Pull complete 05:25:43 7e9fc2657dce: Pull complete 05:25:43 dda99020689f: Pull complete 05:25:45 ---> 19522c3a4a60 05:25:45 Step 9/22 : RUN make cmd/support-notifications/support-notifications 05:25:45 ---> Running in 0c1af82b462c 05:25:45 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:25:48 db1c61fa0a46: Pull complete 05:25:50 891c053d2c06: Pull complete 05:25:50 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 05:25:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 05:25:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 05:25:51 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 05:25:51 WORKDIR /edgex 05:25:51 COPY go.mod . 05:25:51 RUN go mod download 05:25:51 + docker build -t ci-base-image-arm64 -f - . 05:25:51 Sending build context to Docker daemon 3.092MB 05:25:51 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 05:25:51 ---> f96f9c87975a 05:25:51 Step 2/4 : WORKDIR /edgex 05:25:53 ---> Running in aa325b9bc8a6 05:25:54 Removing intermediate container aa325b9bc8a6 05:25:54 ---> 218a7a45594c 05:25:54 Step 3/4 : COPY go.mod . 05:25:54 ---> e958d344d9ef 05:25:54 Step 4/4 : RUN go mod download 05:25:54 ---> Running in 95c78a2c31ba 05:26:03 Removing intermediate container 0c1af82b462c 05:26:03 ---> 224c7f322abb 05:26:03 05:26:03 Step 10/22 : FROM alpine:3.16 05:26:03 ---> dfd21b5a31f5 05:26:03 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 05:26:03 ---> Running in 63f8cc4e848f 05:26:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:26:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:26:03 (1/2) Installing ca-certificates (20220614-r0) 05:26:03 (2/2) Installing dumb-init (1.2.5-r1) 05:26:03 Executing busybox-1.35.0-r17.trigger 05:26:03 Executing ca-certificates-20220614-r0.trigger 05:26:03 OK: 6 MiB in 16 packages 05:26:03 Removing intermediate container 63f8cc4e848f 05:26:03 ---> 1ec7395ae2f1 05:26:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 05:26:03 ---> Running in a4b97207520a 05:26:03 Removing intermediate container a4b97207520a 05:26:03 ---> 0ca1ac91d847 05:26:03 Step 13/22 : ENV APP_PORT=59860 05:26:03 ---> Running in c7c1a57e8468 05:26:03 Removing intermediate container c7c1a57e8468 05:26:03 ---> d7df0f06ff90 05:26:03 Step 14/22 : EXPOSE $APP_PORT 05:26:03 ---> Running in d7377499b485 05:26:03 Removing intermediate container d7377499b485 05:26:03 ---> 9764157a546a 05:26:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:26:03 ---> 0b128f56717c 05:26:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:26:04 ---> 3fa53b01c9b2 05:26:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 05:26:04 ---> c035170966a5 05:26:04 Step 18/22 : ENTRYPOINT ["/support-notifications"] 05:26:05 ---> Running in 53cd9088beca 05:26:05 Removing intermediate container 53cd9088beca 05:26:05 ---> 2a52e1ed168b 05:26:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:26:05 ---> Running in 1324afd27872 05:26:05 Removing intermediate container 1324afd27872 05:26:05 ---> 9ddb1e7a192e 05:26:05 Step 20/22 : LABEL arch=x86_64 05:26:05 ---> Running in 71d72f4ff743 05:26:05 Removing intermediate container 71d72f4ff743 05:26:05 ---> 2b2e5e09add8 05:26:05 Step 21/22 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:06 ---> Running in 33d4100cb63d 05:26:06 Removing intermediate container 33d4100cb63d 05:26:06 ---> 5c9f9381a71a 05:26:06 Step 22/22 : LABEL version=3.0.0-dev.56 05:26:06 ---> Running in dfb3ec61ed20 05:26:06 Removing intermediate container dfb3ec61ed20 05:26:06 ---> 651493c7e6ed 05:26:06 05:26:06 Successfully built 651493c7e6ed 05:26:06 Successfully tagged support-notifications:latest 05:26:06  Building support-notifications ... done  [Pipeline] } 05:26:06 $ docker stop --time=1 7e19c106bffea506d42aa3868384cbcd66303d1be7cb2fcc583bb0e77bffb2d7 05:26:07 $ docker rm -f --volumes 7e19c106bffea506d42aa3868384cbcd66303d1be7cb2fcc583bb0e77bffb2d7 [Pipeline] // withDockerContainer [Pipeline] sh 05:26:08 + docker images 05:26:08 REPOSITORY TAG IMAGE ID CREATED SIZE 05:26:08 support-notifications latest 651493c7e6ed 1 second ago 30.7MB 05:26:08 224c7f322abb 6 seconds ago 1.74GB 05:26:08 support-scheduler latest 98d79f98e98a 37 seconds ago 30MB 05:26:08 security-secretstore-setup latest 12fd227825ef 37 seconds ago 30MB 05:26:08 8b7c4e99924a 40 seconds ago 1.74GB 05:26:08 7c96bc3474ed 42 seconds ago 1.67GB 05:26:08 security-spiffe-token-provider latest d98578ecc125 42 seconds ago 30MB 05:26:08 core-common-config-bootstrapper latest 9445e2bfcf38 44 seconds ago 15.5MB 05:26:08 security-bootstrapper latest ee27eefcc606 50 seconds ago 20.4MB 05:26:08 a40c666e53b2 53 seconds ago 1.71GB 05:26:08 1769855f0a12 57 seconds ago 1.67GB 05:26:08 core-metadata latest 2264ee0d4223 About a minute ago 18.5MB 05:26:08 74b7c98768a7 About a minute ago 1.67GB 05:26:08 a8dab736c663 About a minute ago 1.68GB 05:26:08 core-data latest d3d7377592bc About a minute ago 17.9MB 05:26:08 b50d3fd3a5f2 About a minute ago 1.68GB 05:26:08 security-proxy-setup latest a742f81478bf About a minute ago 27.8MB 05:26:08 core-command latest 45120275aeac About a minute ago 17.7MB 05:26:08 c1b2e3101745 2 minutes ago 1.67GB 05:26:08 80ee1fcf53d2 2 minutes ago 1.68GB 05:26:08 security-spire-config latest 21f9dbf045be 2 minutes ago 85.8MB 05:26:08 security-spire-agent latest 3871b30e8ec0 2 minutes ago 125MB 05:26:08 security-spire-server latest e1354c06ef28 2 minutes ago 86.5MB 05:26:08 6f2c9075bcfc 2 minutes ago 1.55GB 05:26:08 840c189b3c45 2 minutes ago 1.55GB 05:26:08 e3beb99d6e89 2 minutes ago 1.55GB 05:26:08 ci-base-image-x86_64 latest d5b5e1b6b835 5 minutes ago 903MB 05:26:08 alpine 3.15 5ce65d7b0fde 6 days ago 5.59MB 05:26:08 alpine 3.16 dfd21b5a31f5 6 days ago 5.55MB 05:26:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB 05:26:08 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 05:26:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:26:08 provisioning config files... 05:26:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/417@tmp/config255740331499348397tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:26:08 ---> docker-login.sh 05:26:08 nexus3.edgexfoundry.org:10001 05:26:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:26:08 Configure a credential helper to remove this warning. See 05:26:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:26:08 05:26:08 Login Succeeded 05:26:08 nexus3.edgexfoundry.org:10002 05:26:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:26:08 Configure a credential helper to remove this warning. See 05:26:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:26:08 05:26:08 Login Succeeded 05:26:08 nexus3.edgexfoundry.org:10003 05:26:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:26:08 Configure a credential helper to remove this warning. See 05:26:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:26:08 05:26:08 Login Succeeded 05:26:08 nexus3.edgexfoundry.org:10004 05:26:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:26:08 Configure a credential helper to remove this warning. See 05:26:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:26:08 05:26:08 Login Succeeded 05:26:08 docker.io 05:26:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:26:09 Configure a credential helper to remove this warning. See 05:26:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:26:09 05:26:09 Login Succeeded 05:26:09 ---> docker-login.sh ends [Pipeline] } 05:26:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:26:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:26:09 [edgeXDocker.push] Tagging docker image core-command with the following tags: 05:26:09 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:09 latest 05:26:09 3.0.0-dev.56 05:26:09 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:09 main 05:26:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:09 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:09 + docker push nexus3.edgexfoundry.org:10004/core-command:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:26:09 a4e623a51de0: Preparing 05:26:09 9fe786a9019f: Preparing 05:26:09 13c0c9fe789b: Preparing 05:26:09 98bbb82b4bb1: Preparing 05:26:09 aa5968d388b8: Preparing 05:26:09 aa5968d388b8: Layer already exists 05:26:09 98bbb82b4bb1: Pushed 05:26:09 13c0c9fe789b: Pushed 05:26:09 a4e623a51de0: Pushed 05:26:11 9fe786a9019f: Pushed 05:26:11 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:c0d9e06f25280a995bbbb0d4185a723c3612e657ad94e8e2a4036f12db6f0014 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:11 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:11 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 05:26:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:26:11 a4e623a51de0: Preparing 05:26:11 9fe786a9019f: Preparing 05:26:11 13c0c9fe789b: Preparing 05:26:11 98bbb82b4bb1: Preparing 05:26:11 aa5968d388b8: Preparing 05:26:11 aa5968d388b8: Layer already exists 05:26:11 13c0c9fe789b: Layer already exists 05:26:11 9fe786a9019f: Layer already exists 05:26:11 a4e623a51de0: Layer already exists 05:26:11 98bbb82b4bb1: Layer already exists 05:26:11 latest: digest: sha256:c0d9e06f25280a995bbbb0d4185a723c3612e657ad94e8e2a4036f12db6f0014 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:11 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:12 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.56 05:26:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:26:12 a4e623a51de0: Preparing 05:26:12 9fe786a9019f: Preparing 05:26:12 13c0c9fe789b: Preparing 05:26:12 98bbb82b4bb1: Preparing 05:26:12 aa5968d388b8: Preparing 05:26:12 aa5968d388b8: Layer already exists 05:26:12 98bbb82b4bb1: Layer already exists 05:26:12 a4e623a51de0: Layer already exists 05:26:12 9fe786a9019f: Layer already exists 05:26:12 13c0c9fe789b: Layer already exists 05:26:12 3.0.0-dev.56: digest: sha256:c0d9e06f25280a995bbbb0d4185a723c3612e657ad94e8e2a4036f12db6f0014 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:12 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:12 + docker push nexus3.edgexfoundry.org:10004/core-command:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:26:12 a4e623a51de0: Preparing 05:26:12 9fe786a9019f: Preparing 05:26:12 13c0c9fe789b: Preparing 05:26:12 98bbb82b4bb1: Preparing 05:26:12 aa5968d388b8: Preparing 05:26:12 aa5968d388b8: Layer already exists 05:26:12 9fe786a9019f: Layer already exists 05:26:12 98bbb82b4bb1: Layer already exists 05:26:12 a4e623a51de0: Layer already exists 05:26:12 13c0c9fe789b: Layer already exists 05:26:12 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:c0d9e06f25280a995bbbb0d4185a723c3612e657ad94e8e2a4036f12db6f0014 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:13 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:13 + docker push nexus3.edgexfoundry.org:10004/core-command:main 05:26:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:26:13 a4e623a51de0: Preparing 05:26:13 9fe786a9019f: Preparing 05:26:13 13c0c9fe789b: Preparing 05:26:13 98bbb82b4bb1: Preparing 05:26:13 aa5968d388b8: Preparing 05:26:13 13c0c9fe789b: Layer already exists 05:26:13 98bbb82b4bb1: Layer already exists 05:26:13 a4e623a51de0: Layer already exists 05:26:13 aa5968d388b8: Layer already exists 05:26:13 9fe786a9019f: Layer already exists 05:26:13 main: digest: sha256:c0d9e06f25280a995bbbb0d4185a723c3612e657ad94e8e2a4036f12db6f0014 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:26:13 ===================================================== [Pipeline] echo 05:26:13 taggedImages: 05:26:13 - nexus3.edgexfoundry.org:10004/core-command:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:13 - nexus3.edgexfoundry.org:10004/core-command:latest 05:26:13 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.56 05:26:13 - nexus3.edgexfoundry.org:10004/core-command:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:13 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 05:26:13 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 05:26:13 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:13 latest 05:26:13 3.0.0-dev.56 05:26:13 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:13 main 05:26:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:13 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:14 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:26:14 fbbebd247030: Preparing 05:26:14 635f19d7b106: Preparing 05:26:14 6e12628d620b: Preparing 05:26:14 d1390463bd9f: Preparing 05:26:14 13c0c9fe789b: Preparing 05:26:14 8568246c38e2: Preparing 05:26:14 aa5968d388b8: Preparing 05:26:14 8568246c38e2: Waiting 05:26:14 aa5968d388b8: Waiting 05:26:14 13c0c9fe789b: Layer already exists 05:26:14 6e12628d620b: Pushed 05:26:14 635f19d7b106: Pushed 05:26:14 8568246c38e2: Pushed 05:26:14 aa5968d388b8: Layer already exists 05:26:14 fbbebd247030: Pushed 05:26:15 d1390463bd9f: Pushed 05:26:15 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:fdb242eb97269a4336fc07118fbc5cbcf54841cfd8acb4be8c4e2a50288ce143 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:15 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:15 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:26:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:26:15 fbbebd247030: Preparing 05:26:15 635f19d7b106: Preparing 05:26:15 6e12628d620b: Preparing 05:26:15 d1390463bd9f: Preparing 05:26:15 13c0c9fe789b: Preparing 05:26:15 8568246c38e2: Preparing 05:26:15 aa5968d388b8: Preparing 05:26:15 aa5968d388b8: Waiting 05:26:15 8568246c38e2: Waiting 05:26:15 635f19d7b106: Layer already exists 05:26:15 6e12628d620b: Layer already exists 05:26:15 13c0c9fe789b: Layer already exists 05:26:15 d1390463bd9f: Layer already exists 05:26:15 fbbebd247030: Layer already exists 05:26:15 aa5968d388b8: Layer already exists 05:26:15 8568246c38e2: Layer already exists 05:26:15 latest: digest: sha256:fdb242eb97269a4336fc07118fbc5cbcf54841cfd8acb4be8c4e2a50288ce143 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:16 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:16 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.56 05:26:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:26:16 fbbebd247030: Preparing 05:26:16 635f19d7b106: Preparing 05:26:16 6e12628d620b: Preparing 05:26:16 d1390463bd9f: Preparing 05:26:16 13c0c9fe789b: Preparing 05:26:16 8568246c38e2: Preparing 05:26:16 aa5968d388b8: Preparing 05:26:16 8568246c38e2: Waiting 05:26:16 aa5968d388b8: Waiting 05:26:16 635f19d7b106: Layer already exists 05:26:16 d1390463bd9f: Layer already exists 05:26:16 13c0c9fe789b: Layer already exists 05:26:16 fbbebd247030: Layer already exists 05:26:16 6e12628d620b: Layer already exists 05:26:16 aa5968d388b8: Layer already exists 05:26:16 8568246c38e2: Layer already exists 05:26:16 3.0.0-dev.56: digest: sha256:fdb242eb97269a4336fc07118fbc5cbcf54841cfd8acb4be8c4e2a50288ce143 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:16 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:17 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:26:17 fbbebd247030: Preparing 05:26:17 635f19d7b106: Preparing 05:26:17 6e12628d620b: Preparing 05:26:17 d1390463bd9f: Preparing 05:26:17 13c0c9fe789b: Preparing 05:26:17 8568246c38e2: Preparing 05:26:17 aa5968d388b8: Preparing 05:26:17 aa5968d388b8: Waiting 05:26:17 fbbebd247030: Layer already exists 05:26:17 13c0c9fe789b: Layer already exists 05:26:17 635f19d7b106: Layer already exists 05:26:17 6e12628d620b: Layer already exists 05:26:17 d1390463bd9f: Layer already exists 05:26:17 8568246c38e2: Layer already exists 05:26:17 aa5968d388b8: Layer already exists 05:26:17 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:fdb242eb97269a4336fc07118fbc5cbcf54841cfd8acb4be8c4e2a50288ce143 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:17 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:17 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 05:26:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:26:17 fbbebd247030: Preparing 05:26:17 635f19d7b106: Preparing 05:26:17 6e12628d620b: Preparing 05:26:17 d1390463bd9f: Preparing 05:26:17 13c0c9fe789b: Preparing 05:26:17 8568246c38e2: Preparing 05:26:17 aa5968d388b8: Preparing 05:26:17 8568246c38e2: Waiting 05:26:17 aa5968d388b8: Waiting 05:26:17 fbbebd247030: Layer already exists 05:26:17 d1390463bd9f: Layer already exists 05:26:17 6e12628d620b: Layer already exists 05:26:17 635f19d7b106: Layer already exists 05:26:17 13c0c9fe789b: Layer already exists 05:26:17 aa5968d388b8: Layer already exists 05:26:17 8568246c38e2: Layer already exists 05:26:17 main: digest: sha256:fdb242eb97269a4336fc07118fbc5cbcf54841cfd8acb4be8c4e2a50288ce143 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:26:17 ===================================================== [Pipeline] echo 05:26:18 taggedImages: 05:26:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:26:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.56 05:26:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 05:26:18 [edgeXDocker.push] Tagging docker image core-data with the following tags: 05:26:18 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:18 latest 05:26:18 3.0.0-dev.56 05:26:18 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:18 main 05:26:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:18 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:18 + docker push nexus3.edgexfoundry.org:10004/core-data:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:26:18 f34d8cbdd1a3: Preparing 05:26:18 de58c09369b4: Preparing 05:26:18 13c0c9fe789b: Preparing 05:26:18 3f51e000d4a8: Preparing 05:26:18 aa5968d388b8: Preparing 05:26:18 13c0c9fe789b: Layer already exists 05:26:18 aa5968d388b8: Layer already exists 05:26:18 f34d8cbdd1a3: Pushed 05:26:18 3f51e000d4a8: Pushed 05:26:20 de58c09369b4: Pushed 05:26:20 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:010d16bd105d4a9f7ebe83bcc7bbdbcc37c288f63830d48e507ee64573952ff9 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:20 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:20 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 05:26:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:26:20 f34d8cbdd1a3: Preparing 05:26:20 de58c09369b4: Preparing 05:26:20 13c0c9fe789b: Preparing 05:26:20 3f51e000d4a8: Preparing 05:26:20 aa5968d388b8: Preparing 05:26:20 f34d8cbdd1a3: Layer already exists 05:26:20 13c0c9fe789b: Layer already exists 05:26:20 de58c09369b4: Layer already exists 05:26:20 3f51e000d4a8: Layer already exists 05:26:20 aa5968d388b8: Layer already exists 05:26:20 latest: digest: sha256:010d16bd105d4a9f7ebe83bcc7bbdbcc37c288f63830d48e507ee64573952ff9 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:21 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:21 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.56 05:26:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:26:21 f34d8cbdd1a3: Preparing 05:26:21 de58c09369b4: Preparing 05:26:21 13c0c9fe789b: Preparing 05:26:21 3f51e000d4a8: Preparing 05:26:21 aa5968d388b8: Preparing 05:26:21 de58c09369b4: Layer already exists 05:26:21 aa5968d388b8: Layer already exists 05:26:21 13c0c9fe789b: Layer already exists 05:26:21 f34d8cbdd1a3: Layer already exists 05:26:21 3f51e000d4a8: Layer already exists 05:26:21 3.0.0-dev.56: digest: sha256:010d16bd105d4a9f7ebe83bcc7bbdbcc37c288f63830d48e507ee64573952ff9 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:21 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:22 + docker push nexus3.edgexfoundry.org:10004/core-data:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:26:22 f34d8cbdd1a3: Preparing 05:26:22 de58c09369b4: Preparing 05:26:22 13c0c9fe789b: Preparing 05:26:22 3f51e000d4a8: Preparing 05:26:22 aa5968d388b8: Preparing 05:26:22 de58c09369b4: Layer already exists 05:26:22 3f51e000d4a8: Layer already exists 05:26:22 aa5968d388b8: Layer already exists 05:26:22 13c0c9fe789b: Layer already exists 05:26:22 f34d8cbdd1a3: Layer already exists 05:26:22 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:010d16bd105d4a9f7ebe83bcc7bbdbcc37c288f63830d48e507ee64573952ff9 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:22 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:22 + docker push nexus3.edgexfoundry.org:10004/core-data:main 05:26:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:26:22 f34d8cbdd1a3: Preparing 05:26:22 de58c09369b4: Preparing 05:26:22 13c0c9fe789b: Preparing 05:26:22 3f51e000d4a8: Preparing 05:26:22 aa5968d388b8: Preparing 05:26:22 13c0c9fe789b: Layer already exists 05:26:22 de58c09369b4: Layer already exists 05:26:22 3f51e000d4a8: Layer already exists 05:26:22 aa5968d388b8: Layer already exists 05:26:22 f34d8cbdd1a3: Layer already exists 05:26:22 main: digest: sha256:010d16bd105d4a9f7ebe83bcc7bbdbcc37c288f63830d48e507ee64573952ff9 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:26:22 ===================================================== [Pipeline] echo 05:26:22 taggedImages: 05:26:22 - nexus3.edgexfoundry.org:10004/core-data:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:22 - nexus3.edgexfoundry.org:10004/core-data:latest 05:26:22 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.56 05:26:22 - nexus3.edgexfoundry.org:10004/core-data:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:22 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 05:26:22 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 05:26:22 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:22 latest 05:26:22 3.0.0-dev.56 05:26:22 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:22 main 05:26:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:23 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:26:23 ccbb1d7f8b40: Preparing 05:26:23 6a33cc087f7c: Preparing 05:26:23 8aef8f6f1184: Preparing 05:26:23 13c0c9fe789b: Preparing 05:26:23 98bbb82b4bb1: Preparing 05:26:23 aa5968d388b8: Preparing 05:26:23 aa5968d388b8: Waiting 05:26:23 13c0c9fe789b: Layer already exists 05:26:23 98bbb82b4bb1: Layer already exists 05:26:23 aa5968d388b8: Layer already exists 05:26:23 6a33cc087f7c: Pushed 05:26:23 ccbb1d7f8b40: Pushed 05:26:24 8aef8f6f1184: Pushed 05:26:24 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:bce246a25b1ff8263ae2348af38e08c35d22397d89f636b4b5d0daf788760449 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:25 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:25 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 05:26:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:26:25 ccbb1d7f8b40: Preparing 05:26:25 6a33cc087f7c: Preparing 05:26:25 8aef8f6f1184: Preparing 05:26:25 13c0c9fe789b: Preparing 05:26:25 98bbb82b4bb1: Preparing 05:26:25 aa5968d388b8: Preparing 05:26:25 aa5968d388b8: Waiting 05:26:25 98bbb82b4bb1: Layer already exists 05:26:25 8aef8f6f1184: Layer already exists 05:26:25 13c0c9fe789b: Layer already exists 05:26:25 6a33cc087f7c: Layer already exists 05:26:25 ccbb1d7f8b40: Layer already exists 05:26:25 aa5968d388b8: Layer already exists 05:26:25 latest: digest: sha256:bce246a25b1ff8263ae2348af38e08c35d22397d89f636b4b5d0daf788760449 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:25 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:26 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.56 05:26:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:26:26 ccbb1d7f8b40: Preparing 05:26:26 6a33cc087f7c: Preparing 05:26:26 8aef8f6f1184: Preparing 05:26:26 13c0c9fe789b: Preparing 05:26:26 98bbb82b4bb1: Preparing 05:26:26 aa5968d388b8: Preparing 05:26:26 aa5968d388b8: Waiting 05:26:26 13c0c9fe789b: Layer already exists 05:26:26 6a33cc087f7c: Layer already exists 05:26:26 ccbb1d7f8b40: Layer already exists 05:26:26 8aef8f6f1184: Layer already exists 05:26:26 98bbb82b4bb1: Layer already exists 05:26:26 aa5968d388b8: Layer already exists 05:26:26 3.0.0-dev.56: digest: sha256:bce246a25b1ff8263ae2348af38e08c35d22397d89f636b4b5d0daf788760449 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:26 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:26 + docker push nexus3.edgexfoundry.org:10004/core-metadata:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:26:26 ccbb1d7f8b40: Preparing 05:26:26 6a33cc087f7c: Preparing 05:26:26 8aef8f6f1184: Preparing 05:26:26 13c0c9fe789b: Preparing 05:26:26 98bbb82b4bb1: Preparing 05:26:26 aa5968d388b8: Preparing 05:26:26 aa5968d388b8: Waiting 05:26:26 13c0c9fe789b: Layer already exists 05:26:26 ccbb1d7f8b40: Layer already exists 05:26:26 98bbb82b4bb1: Layer already exists 05:26:26 6a33cc087f7c: Layer already exists 05:26:26 8aef8f6f1184: Layer already exists 05:26:26 aa5968d388b8: Layer already exists 05:26:26 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:bce246a25b1ff8263ae2348af38e08c35d22397d89f636b4b5d0daf788760449 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:26 Removing intermediate container 95c78a2c31ba 05:26:26 ---> 8e4d42fc8a53 05:26:26 Successfully built 8e4d42fc8a53 05:26:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:26 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:27 + docker inspect -f . ci-base-image-arm64 05:26:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:26:27 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 05:26:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:26:27 ccbb1d7f8b40: Preparing 05:26:27 6a33cc087f7c: Preparing 05:26:27 8aef8f6f1184: Preparing 05:26:27 13c0c9fe789b: Preparing 05:26:27 98bbb82b4bb1: Preparing 05:26:27 aa5968d388b8: Preparing 05:26:27 98bbb82b4bb1: Layer already exists 05:26:27 ccbb1d7f8b40: Layer already exists 05:26:27 13c0c9fe789b: Layer already exists 05:26:27 6a33cc087f7c: Layer already exists 05:26:27 8aef8f6f1184: Layer already exists 05:26:27 aa5968d388b8: Layer already exists 05:26:27 main: digest: sha256:bce246a25b1ff8263ae2348af38e08c35d22397d89f636b4b5d0daf788760449 size: 1570 05:26:27 prd-ubuntu20.04-docker-arm64-4c-16g-6381 does not seem to be running inside a container 05:26:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 05:26:28 $ docker top 7ea49ff889c9b61824f9d9f0387d7a94b16ea0928e4c117efd6a0bde12d299ea -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:26:29 ===================================================== [Pipeline] echo 05:26:29 taggedImages: 05:26:29 - nexus3.edgexfoundry.org:10004/core-metadata:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:29 - nexus3.edgexfoundry.org:10004/core-metadata:latest 05:26:29 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.56 05:26:29 - nexus3.edgexfoundry.org:10004/core-metadata:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:29 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 05:26:29 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 05:26:29 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:29 latest 05:26:29 3.0.0-dev.56 05:26:29 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:29 main 05:26:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:29 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:29 + go version 05:26:29 go version go1.18.7 linux/arm64 [Pipeline] } 05:26:29 $ docker stop --time=1 7ea49ff889c9b61824f9d9f0387d7a94b16ea0928e4c117efd6a0bde12d299ea 05:26:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:26:29 0a43d3ab4eaa: Preparing 05:26:29 0a43d3ab4eaa: Preparing 05:26:29 ec6cc722a832: Preparing 05:26:29 06c5bcc01c89: Preparing 05:26:29 45038bd2faeb: Preparing 05:26:29 bed3b8a8e1ef: Preparing 05:26:29 3f95d91e60c5: Preparing 05:26:29 13c0c9fe789b: Preparing 05:26:29 945663aeee6a: Preparing 05:26:29 a493173cd706: Preparing 05:26:29 c74919f9895b: Preparing 05:26:29 5506c05de5b9: Preparing 05:26:29 aa5968d388b8: Preparing 05:26:29 a493173cd706: Waiting 05:26:29 aa5968d388b8: Waiting 05:26:29 5506c05de5b9: Waiting 05:26:29 945663aeee6a: Waiting 05:26:29 13c0c9fe789b: Waiting 05:26:29 c74919f9895b: Waiting 05:26:29 3f95d91e60c5: Waiting 05:26:29 ec6cc722a832: Pushed 05:26:29 0a43d3ab4eaa: Pushed 05:26:29 45038bd2faeb: Pushed 05:26:29 bed3b8a8e1ef: Pushed 05:26:29 06c5bcc01c89: Pushed 05:26:29 13c0c9fe789b: Layer already exists 05:26:30 a493173cd706: Pushed 05:26:30 945663aeee6a: Pushed 05:26:30 aa5968d388b8: Layer already exists 05:26:30 c74919f9895b: Pushed 05:26:30 5506c05de5b9: Pushed 05:26:31 3f95d91e60c5: Pushed 05:26:31 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:95dadbbda2d208bc3f8df9945846a7bcfa0681b29d5065b727030c9670405747 size: 3024 05:26:33 $ docker rm -f --volumes 7ea49ff889c9b61824f9d9f0387d7a94b16ea0928e4c117efd6a0bde12d299ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:33 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:26:34 05:26:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:26:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:26:34 0a43d3ab4eaa: Preparing 05:26:34 0a43d3ab4eaa: Preparing 05:26:34 ec6cc722a832: Preparing 05:26:34 06c5bcc01c89: Preparing 05:26:34 45038bd2faeb: Preparing 05:26:34 bed3b8a8e1ef: Preparing 05:26:34 3f95d91e60c5: Preparing 05:26:34 13c0c9fe789b: Preparing 05:26:34 945663aeee6a: Preparing 05:26:34 a493173cd706: Preparing 05:26:34 c74919f9895b: Preparing 05:26:34 5506c05de5b9: Preparing 05:26:34 aa5968d388b8: Preparing 05:26:34 945663aeee6a: Waiting 05:26:34 a493173cd706: Waiting 05:26:34 c74919f9895b: Waiting 05:26:34 13c0c9fe789b: Waiting 05:26:34 5506c05de5b9: Waiting 05:26:34 aa5968d388b8: Waiting 05:26:34 3f95d91e60c5: Waiting 05:26:34 ec6cc722a832: Layer already exists 05:26:34 06c5bcc01c89: Layer already exists 05:26:34 0a43d3ab4eaa: Layer already exists 05:26:34 bed3b8a8e1ef: Layer already exists 05:26:34 45038bd2faeb: Layer already exists 05:26:34 3f95d91e60c5: Layer already exists 05:26:34 13c0c9fe789b: Layer already exists 05:26:34 a493173cd706: Layer already exists 05:26:34 945663aeee6a: Layer already exists 05:26:34 c74919f9895b: Layer already exists 05:26:34 5506c05de5b9: Layer already exists 05:26:34 aa5968d388b8: Layer already exists 05:26:34 latest: digest: sha256:95dadbbda2d208bc3f8df9945846a7bcfa0681b29d5065b727030c9670405747 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:26:34 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:34 latest: Pulling from edgex-devops/edgex-compose-arm64 05:26:34 29e5d40040c1: Pulling fs layer 05:26:34 1ce36da41761: Pulling fs layer 05:26:34 25b303627fd3: Pulling fs layer 05:26:34 29e5d40040c1: Verifying Checksum 05:26:34 29e5d40040c1: Download complete 05:26:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.56 05:26:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:26:34 0a43d3ab4eaa: Preparing 05:26:34 0a43d3ab4eaa: Preparing 05:26:34 ec6cc722a832: Preparing 05:26:34 06c5bcc01c89: Preparing 05:26:34 45038bd2faeb: Preparing 05:26:34 bed3b8a8e1ef: Preparing 05:26:34 3f95d91e60c5: Preparing 05:26:34 13c0c9fe789b: Preparing 05:26:34 945663aeee6a: Preparing 05:26:34 a493173cd706: Preparing 05:26:34 c74919f9895b: Preparing 05:26:34 5506c05de5b9: Preparing 05:26:34 aa5968d388b8: Preparing 05:26:34 13c0c9fe789b: Waiting 05:26:34 945663aeee6a: Waiting 05:26:34 a493173cd706: Waiting 05:26:34 aa5968d388b8: Waiting 05:26:34 c74919f9895b: Waiting 05:26:34 5506c05de5b9: Waiting 05:26:34 3f95d91e60c5: Waiting 05:26:34 bed3b8a8e1ef: Layer already exists 05:26:34 06c5bcc01c89: Layer already exists 05:26:34 0a43d3ab4eaa: Layer already exists 05:26:34 45038bd2faeb: Layer already exists 05:26:34 ec6cc722a832: Layer already exists 05:26:34 3f95d91e60c5: Layer already exists 05:26:34 945663aeee6a: Layer already exists 05:26:34 13c0c9fe789b: Layer already exists 05:26:34 c74919f9895b: Layer already exists 05:26:34 a493173cd706: Layer already exists 05:26:34 5506c05de5b9: Layer already exists 05:26:34 aa5968d388b8: Layer already exists 05:26:34 3.0.0-dev.56: digest: sha256:95dadbbda2d208bc3f8df9945846a7bcfa0681b29d5065b727030c9670405747 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:35 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:35 29e5d40040c1: Pull complete 05:26:35 1ce36da41761: Verifying Checksum 05:26:35 1ce36da41761: Download complete 05:26:35 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:26:35 0a43d3ab4eaa: Preparing 05:26:35 0a43d3ab4eaa: Preparing 05:26:35 ec6cc722a832: Preparing 05:26:35 06c5bcc01c89: Preparing 05:26:35 45038bd2faeb: Preparing 05:26:35 bed3b8a8e1ef: Preparing 05:26:35 3f95d91e60c5: Preparing 05:26:35 13c0c9fe789b: Preparing 05:26:35 945663aeee6a: Preparing 05:26:35 a493173cd706: Preparing 05:26:35 c74919f9895b: Preparing 05:26:35 5506c05de5b9: Preparing 05:26:35 aa5968d388b8: Preparing 05:26:35 3f95d91e60c5: Waiting 05:26:35 13c0c9fe789b: Waiting 05:26:35 945663aeee6a: Waiting 05:26:35 a493173cd706: Waiting 05:26:35 aa5968d388b8: Waiting 05:26:35 c74919f9895b: Waiting 05:26:35 5506c05de5b9: Waiting 05:26:35 45038bd2faeb: Layer already exists 05:26:35 ec6cc722a832: Layer already exists 05:26:35 0a43d3ab4eaa: Layer already exists 05:26:35 06c5bcc01c89: Layer already exists 05:26:35 bed3b8a8e1ef: Layer already exists 05:26:35 3f95d91e60c5: Layer already exists 05:26:35 13c0c9fe789b: Layer already exists 05:26:35 945663aeee6a: Layer already exists 05:26:35 a493173cd706: Layer already exists 05:26:35 c74919f9895b: Layer already exists 05:26:35 5506c05de5b9: Layer already exists 05:26:35 aa5968d388b8: Layer already exists 05:26:35 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:95dadbbda2d208bc3f8df9945846a7bcfa0681b29d5065b727030c9670405747 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:35 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:36 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 05:26:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:26:36 0a43d3ab4eaa: Preparing 05:26:36 0a43d3ab4eaa: Preparing 05:26:36 ec6cc722a832: Preparing 05:26:36 06c5bcc01c89: Preparing 05:26:36 45038bd2faeb: Preparing 05:26:36 bed3b8a8e1ef: Preparing 05:26:36 3f95d91e60c5: Preparing 05:26:36 13c0c9fe789b: Preparing 05:26:36 945663aeee6a: Preparing 05:26:36 a493173cd706: Preparing 05:26:36 c74919f9895b: Preparing 05:26:36 5506c05de5b9: Preparing 05:26:36 aa5968d388b8: Preparing 05:26:36 3f95d91e60c5: Waiting 05:26:36 945663aeee6a: Waiting 05:26:36 a493173cd706: Waiting 05:26:36 13c0c9fe789b: Waiting 05:26:36 c74919f9895b: Waiting 05:26:36 5506c05de5b9: Waiting 05:26:36 45038bd2faeb: Layer already exists 05:26:36 06c5bcc01c89: Layer already exists 05:26:36 0a43d3ab4eaa: Layer already exists 05:26:36 bed3b8a8e1ef: Layer already exists 05:26:36 ec6cc722a832: Layer already exists 05:26:36 3f95d91e60c5: Layer already exists 05:26:36 13c0c9fe789b: Layer already exists 05:26:36 945663aeee6a: Layer already exists 05:26:36 a493173cd706: Layer already exists 05:26:36 c74919f9895b: Layer already exists 05:26:36 5506c05de5b9: Layer already exists 05:26:36 aa5968d388b8: Layer already exists 05:26:36 main: digest: sha256:95dadbbda2d208bc3f8df9945846a7bcfa0681b29d5065b727030c9670405747 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:26:36 ===================================================== [Pipeline] echo 05:26:36 taggedImages: 05:26:36 - nexus3.edgexfoundry.org:10004/security-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:36 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:26:36 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.56 05:26:36 - nexus3.edgexfoundry.org:10004/security-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:36 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 05:26:36 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 05:26:36 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:36 latest 05:26:36 3.0.0-dev.56 05:26:36 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:36 main 05:26:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:36 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:36 25b303627fd3: Verifying Checksum 05:26:36 25b303627fd3: Download complete 05:26:36 1ce36da41761: Pull complete 05:26:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:26:36 7a1fa9bb3198: Preparing 05:26:36 779c2639c054: Preparing 05:26:36 f51284781882: Preparing 05:26:36 ec66a8ed5b8f: Preparing 05:26:36 e92cfe3361c9: Preparing 05:26:36 fdf673794cb4: Preparing 05:26:36 7cbfa08e0ac0: Preparing 05:26:36 aa5968d388b8: Preparing 05:26:36 7cbfa08e0ac0: Waiting 05:26:36 fdf673794cb4: Waiting 05:26:36 aa5968d388b8: Waiting 05:26:36 e92cfe3361c9: Pushed 05:26:36 7a1fa9bb3198: Pushed 05:26:36 779c2639c054: Pushed 05:26:36 aa5968d388b8: Layer already exists 05:26:37 fdf673794cb4: Pushed 05:26:37 7cbfa08e0ac0: Pushed 05:26:37 ec66a8ed5b8f: Pushed 05:26:37 f51284781882: Pushed 05:26:37 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:b35448dd9c7f513fdee41eba40167475187551c79d882f41ac951fb1649ce323 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:38 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:26:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:26:38 7a1fa9bb3198: Preparing 05:26:38 779c2639c054: Preparing 05:26:38 f51284781882: Preparing 05:26:38 ec66a8ed5b8f: Preparing 05:26:38 e92cfe3361c9: Preparing 05:26:38 fdf673794cb4: Preparing 05:26:38 7cbfa08e0ac0: Preparing 05:26:38 aa5968d388b8: Preparing 05:26:38 fdf673794cb4: Waiting 05:26:38 7cbfa08e0ac0: Waiting 05:26:38 aa5968d388b8: Waiting 05:26:38 ec66a8ed5b8f: Layer already exists 05:26:38 779c2639c054: Layer already exists 05:26:38 7a1fa9bb3198: Layer already exists 05:26:38 f51284781882: Layer already exists 05:26:38 e92cfe3361c9: Layer already exists 05:26:38 fdf673794cb4: Layer already exists 05:26:38 aa5968d388b8: Layer already exists 05:26:38 7cbfa08e0ac0: Layer already exists 05:26:38 latest: digest: sha256:b35448dd9c7f513fdee41eba40167475187551c79d882f41ac951fb1649ce323 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:38 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.56 05:26:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:26:39 7a1fa9bb3198: Preparing 05:26:39 779c2639c054: Preparing 05:26:39 f51284781882: Preparing 05:26:39 ec66a8ed5b8f: Preparing 05:26:39 e92cfe3361c9: Preparing 05:26:39 fdf673794cb4: Preparing 05:26:39 7cbfa08e0ac0: Preparing 05:26:39 aa5968d388b8: Preparing 05:26:39 fdf673794cb4: Waiting 05:26:39 7cbfa08e0ac0: Waiting 05:26:39 aa5968d388b8: Waiting 05:26:39 7a1fa9bb3198: Layer already exists 05:26:39 e92cfe3361c9: Layer already exists 05:26:39 ec66a8ed5b8f: Layer already exists 05:26:39 f51284781882: Layer already exists 05:26:39 779c2639c054: Layer already exists 05:26:39 fdf673794cb4: Layer already exists 05:26:39 7cbfa08e0ac0: Layer already exists 05:26:39 aa5968d388b8: Layer already exists 05:26:39 3.0.0-dev.56: digest: sha256:b35448dd9c7f513fdee41eba40167475187551c79d882f41ac951fb1649ce323 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:39 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:26:39 7a1fa9bb3198: Preparing 05:26:39 779c2639c054: Preparing 05:26:39 f51284781882: Preparing 05:26:39 ec66a8ed5b8f: Preparing 05:26:39 e92cfe3361c9: Preparing 05:26:39 fdf673794cb4: Preparing 05:26:39 7cbfa08e0ac0: Preparing 05:26:39 aa5968d388b8: Preparing 05:26:39 7cbfa08e0ac0: Waiting 05:26:39 aa5968d388b8: Waiting 05:26:39 fdf673794cb4: Waiting 05:26:39 e92cfe3361c9: Layer already exists 05:26:39 7a1fa9bb3198: Layer already exists 05:26:39 f51284781882: Layer already exists 05:26:39 779c2639c054: Layer already exists 05:26:39 ec66a8ed5b8f: Layer already exists 05:26:39 fdf673794cb4: Layer already exists 05:26:39 7cbfa08e0ac0: Layer already exists 05:26:39 aa5968d388b8: Layer already exists 05:26:39 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:b35448dd9c7f513fdee41eba40167475187551c79d882f41ac951fb1649ce323 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:40 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 05:26:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:26:40 7a1fa9bb3198: Preparing 05:26:40 779c2639c054: Preparing 05:26:40 f51284781882: Preparing 05:26:40 ec66a8ed5b8f: Preparing 05:26:40 e92cfe3361c9: Preparing 05:26:40 fdf673794cb4: Preparing 05:26:40 7cbfa08e0ac0: Preparing 05:26:40 aa5968d388b8: Preparing 05:26:40 fdf673794cb4: Waiting 05:26:40 7cbfa08e0ac0: Waiting 05:26:40 f51284781882: Layer already exists 05:26:40 7a1fa9bb3198: Layer already exists 05:26:40 779c2639c054: Layer already exists 05:26:40 e92cfe3361c9: Layer already exists 05:26:40 ec66a8ed5b8f: Layer already exists 05:26:40 fdf673794cb4: Layer already exists 05:26:40 aa5968d388b8: Layer already exists 05:26:40 7cbfa08e0ac0: Layer already exists 05:26:40 main: digest: sha256:b35448dd9c7f513fdee41eba40167475187551c79d882f41ac951fb1649ce323 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:26:40 ===================================================== [Pipeline] echo 05:26:40 taggedImages: 05:26:40 - nexus3.edgexfoundry.org:10004/security-proxy-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:40 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:26:40 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.56 05:26:40 - nexus3.edgexfoundry.org:10004/security-proxy-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:40 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 05:26:40 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 05:26:40 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:40 latest 05:26:40 3.0.0-dev.56 05:26:40 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:40 main 05:26:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:40 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:41 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:26:41 27efce3b80cf: Preparing 05:26:41 e0ed5f0d9a5f: Preparing 05:26:41 cc5b9efdf6aa: Preparing 05:26:41 2121e9661f78: Preparing 05:26:41 e2f9723ffcfe: Preparing 05:26:41 baa48acee42e: Preparing 05:26:41 05b5b34ef5c2: Preparing 05:26:41 de66dfe40ae6: Preparing 05:26:41 761e7a78f385: Preparing 05:26:41 aa5968d388b8: Preparing 05:26:41 05b5b34ef5c2: Waiting 05:26:41 de66dfe40ae6: Waiting 05:26:41 baa48acee42e: Waiting 05:26:41 761e7a78f385: Waiting 05:26:41 aa5968d388b8: Waiting 05:26:41 27efce3b80cf: Pushed 05:26:41 e2f9723ffcfe: Pushed 05:26:41 e0ed5f0d9a5f: Pushed 05:26:41 de66dfe40ae6: Pushed 05:26:41 05b5b34ef5c2: Pushed 05:26:41 baa48acee42e: Pushed 05:26:41 aa5968d388b8: Layer already exists 05:26:41 761e7a78f385: Pushed 05:26:42 2121e9661f78: Pushed 05:26:42 cc5b9efdf6aa: Pushed 05:26:42 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:f0efd94ca240337a76818245fe2c59cdddaf42b2143896ed3b23aab3702c094c size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:43 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:26:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:26:43 27efce3b80cf: Preparing 05:26:43 e0ed5f0d9a5f: Preparing 05:26:43 cc5b9efdf6aa: Preparing 05:26:43 2121e9661f78: Preparing 05:26:43 e2f9723ffcfe: Preparing 05:26:43 baa48acee42e: Preparing 05:26:43 05b5b34ef5c2: Preparing 05:26:43 de66dfe40ae6: Preparing 05:26:43 761e7a78f385: Preparing 05:26:43 aa5968d388b8: Preparing 05:26:43 05b5b34ef5c2: Waiting 05:26:43 de66dfe40ae6: Waiting 05:26:43 761e7a78f385: Waiting 05:26:43 aa5968d388b8: Waiting 05:26:43 baa48acee42e: Waiting 05:26:43 2121e9661f78: Layer already exists 05:26:43 e0ed5f0d9a5f: Layer already exists 05:26:43 27efce3b80cf: Layer already exists 05:26:43 e2f9723ffcfe: Layer already exists 05:26:43 cc5b9efdf6aa: Layer already exists 05:26:43 baa48acee42e: Layer already exists 05:26:43 05b5b34ef5c2: Layer already exists 05:26:43 aa5968d388b8: Layer already exists 05:26:43 de66dfe40ae6: Layer already exists 05:26:43 761e7a78f385: Layer already exists 05:26:43 latest: digest: sha256:f0efd94ca240337a76818245fe2c59cdddaf42b2143896ed3b23aab3702c094c size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:43 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.56 05:26:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:26:44 27efce3b80cf: Preparing 05:26:44 e0ed5f0d9a5f: Preparing 05:26:44 cc5b9efdf6aa: Preparing 05:26:44 2121e9661f78: Preparing 05:26:44 e2f9723ffcfe: Preparing 05:26:44 baa48acee42e: Preparing 05:26:44 05b5b34ef5c2: Preparing 05:26:44 de66dfe40ae6: Preparing 05:26:44 761e7a78f385: Preparing 05:26:44 aa5968d388b8: Preparing 05:26:44 05b5b34ef5c2: Waiting 05:26:44 de66dfe40ae6: Waiting 05:26:44 761e7a78f385: Waiting 05:26:44 baa48acee42e: Waiting 05:26:44 aa5968d388b8: Waiting 05:26:44 e2f9723ffcfe: Layer already exists 05:26:44 27efce3b80cf: Layer already exists 05:26:44 e0ed5f0d9a5f: Layer already exists 05:26:44 cc5b9efdf6aa: Layer already exists 05:26:44 2121e9661f78: Layer already exists 05:26:44 baa48acee42e: Layer already exists 05:26:44 05b5b34ef5c2: Layer already exists 05:26:44 de66dfe40ae6: Layer already exists 05:26:44 761e7a78f385: Layer already exists 05:26:44 aa5968d388b8: Layer already exists 05:26:44 3.0.0-dev.56: digest: sha256:f0efd94ca240337a76818245fe2c59cdddaf42b2143896ed3b23aab3702c094c size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:44 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:26:44 27efce3b80cf: Preparing 05:26:44 e0ed5f0d9a5f: Preparing 05:26:44 cc5b9efdf6aa: Preparing 05:26:44 2121e9661f78: Preparing 05:26:44 e2f9723ffcfe: Preparing 05:26:44 baa48acee42e: Preparing 05:26:44 05b5b34ef5c2: Preparing 05:26:44 de66dfe40ae6: Preparing 05:26:44 761e7a78f385: Preparing 05:26:44 aa5968d388b8: Preparing 05:26:44 05b5b34ef5c2: Waiting 05:26:44 761e7a78f385: Waiting 05:26:44 de66dfe40ae6: Waiting 05:26:44 aa5968d388b8: Waiting 05:26:44 baa48acee42e: Waiting 05:26:44 e2f9723ffcfe: Layer already exists 05:26:44 27efce3b80cf: Layer already exists 05:26:44 2121e9661f78: Layer already exists 05:26:44 e0ed5f0d9a5f: Layer already exists 05:26:44 cc5b9efdf6aa: Layer already exists 05:26:44 baa48acee42e: Layer already exists 05:26:44 05b5b34ef5c2: Layer already exists 05:26:44 aa5968d388b8: Layer already exists 05:26:44 761e7a78f385: Layer already exists 05:26:44 de66dfe40ae6: Layer already exists 05:26:44 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:f0efd94ca240337a76818245fe2c59cdddaf42b2143896ed3b23aab3702c094c size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:45 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 05:26:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:26:45 27efce3b80cf: Preparing 05:26:45 e0ed5f0d9a5f: Preparing 05:26:45 cc5b9efdf6aa: Preparing 05:26:45 2121e9661f78: Preparing 05:26:45 e2f9723ffcfe: Preparing 05:26:45 baa48acee42e: Preparing 05:26:45 05b5b34ef5c2: Preparing 05:26:45 de66dfe40ae6: Preparing 05:26:45 761e7a78f385: Preparing 05:26:45 aa5968d388b8: Preparing 05:26:45 baa48acee42e: Waiting 05:26:45 05b5b34ef5c2: Waiting 05:26:45 de66dfe40ae6: Waiting 05:26:45 761e7a78f385: Waiting 05:26:45 aa5968d388b8: Waiting 05:26:45 e2f9723ffcfe: Layer already exists 05:26:45 27efce3b80cf: Layer already exists 05:26:45 cc5b9efdf6aa: Layer already exists 05:26:45 e0ed5f0d9a5f: Layer already exists 05:26:45 2121e9661f78: Layer already exists 05:26:45 05b5b34ef5c2: Layer already exists 05:26:45 baa48acee42e: Layer already exists 05:26:45 761e7a78f385: Layer already exists 05:26:45 de66dfe40ae6: Layer already exists 05:26:45 aa5968d388b8: Layer already exists 05:26:45 main: digest: sha256:f0efd94ca240337a76818245fe2c59cdddaf42b2143896ed3b23aab3702c094c size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:26:45 ===================================================== [Pipeline] echo 05:26:45 taggedImages: 05:26:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:26:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.56 05:26:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 05:26:45 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 05:26:45 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:45 latest 05:26:45 3.0.0-dev.56 05:26:45 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:45 main 05:26:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:45 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:46 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:26:46 11d8a59ef396: Preparing 05:26:46 08c151ffe122: Preparing 05:26:46 13c0c9fe789b: Preparing 05:26:46 abc5cbbfd839: Preparing 05:26:46 4e6476652798: Preparing 05:26:46 13c0c9fe789b: Layer already exists 05:26:46 4e6476652798: Layer already exists 05:26:46 11d8a59ef396: Pushed 05:26:46 abc5cbbfd839: Pushed 05:26:47 08c151ffe122: Pushed 05:26:48 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:2e893acac4b916fe94f6e6c2f52717ea6691bc42d399d50638618aba975304a6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:48 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:48 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:26:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:26:48 11d8a59ef396: Preparing 05:26:48 08c151ffe122: Preparing 05:26:48 13c0c9fe789b: Preparing 05:26:48 abc5cbbfd839: Preparing 05:26:48 4e6476652798: Preparing 05:26:48 4e6476652798: Layer already exists 05:26:48 13c0c9fe789b: Layer already exists 05:26:48 08c151ffe122: Layer already exists 05:26:48 abc5cbbfd839: Layer already exists 05:26:48 11d8a59ef396: Layer already exists 05:26:48 latest: digest: sha256:2e893acac4b916fe94f6e6c2f52717ea6691bc42d399d50638618aba975304a6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:49 25b303627fd3: Pull complete 05:26:49 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 05:26:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:26:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv 05:26:49 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:26:49 prd-ubuntu20.04-docker-arm64-4c-16g-6381 does not seem to be running inside a container 05:26:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 05:26:51 $ docker top 1d34c0f2cb5b4d7df70c98a432d910ee9a7d98fa29b3a7ac10f3222db1bb90f9 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh 05:26:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.56 05:26:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:26:52 11d8a59ef396: Preparing 05:26:52 08c151ffe122: Preparing 05:26:52 13c0c9fe789b: Preparing 05:26:52 abc5cbbfd839: Preparing 05:26:52 4e6476652798: Preparing 05:26:52 11d8a59ef396: Layer already exists 05:26:52 abc5cbbfd839: Layer already exists 05:26:52 4e6476652798: Layer already exists 05:26:52 13c0c9fe789b: Layer already exists 05:26:52 08c151ffe122: Layer already exists 05:26:52 3.0.0-dev.56: digest: sha256:2e893acac4b916fe94f6e6c2f52717ea6691bc42d399d50638618aba975304a6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:52 + docker-compose build --help 05:26:52 + grep parallel 05:26:52 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:26:53 11d8a59ef396: Preparing 05:26:53 08c151ffe122: Preparing 05:26:53 13c0c9fe789b: Preparing 05:26:53 abc5cbbfd839: Preparing 05:26:53 4e6476652798: Preparing 05:26:53 13c0c9fe789b: Layer already exists 05:26:53 11d8a59ef396: Layer already exists 05:26:53 4e6476652798: Layer already exists 05:26:53 abc5cbbfd839: Layer already exists 05:26:53 08c151ffe122: Layer already exists 05:26:53 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:2e893acac4b916fe94f6e6c2f52717ea6691bc42d399d50638618aba975304a6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:53 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 05:26:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:26:53 11d8a59ef396: Preparing 05:26:53 08c151ffe122: Preparing 05:26:53 13c0c9fe789b: Preparing 05:26:53 abc5cbbfd839: Preparing 05:26:53 4e6476652798: Preparing 05:26:53 13c0c9fe789b: Layer already exists 05:26:53 4e6476652798: Layer already exists 05:26:53 08c151ffe122: Layer already exists 05:26:53 abc5cbbfd839: Layer already exists 05:26:53 11d8a59ef396: Layer already exists 05:26:53 main: digest: sha256:2e893acac4b916fe94f6e6c2f52717ea6691bc42d399d50638618aba975304a6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:26:53 ===================================================== [Pipeline] echo 05:26:53 taggedImages: 05:26:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:26:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.56 05:26:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 05:26:53 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 05:26:53 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:53 latest 05:26:53 3.0.0-dev.56 05:26:53 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:26:53 main 05:26:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:53 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:26:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:26:54 ca4609cb2e8e: Preparing 05:26:54 2d8183ca1965: Preparing 05:26:54 de916f4bfff7: Preparing 05:26:54 3610017f3a46: Preparing 05:26:54 497da49936d2: Preparing 05:26:54 fe614e68b929: Preparing 05:26:54 4e6476652798: Preparing 05:26:54 4e6476652798: Waiting 05:26:54 fe614e68b929: Waiting 05:26:54 2d8183ca1965: Pushed 05:26:54 ca4609cb2e8e: Pushed 05:26:54 de916f4bfff7: Pushed 05:26:54 4e6476652798: Layer already exists 05:26:54 fe614e68b929: Pushed 05:26:58 497da49936d2: Pushed 05:26:59 --parallel Build images in parallel. [Pipeline] } 05:26:59 $ docker stop --time=1 1d34c0f2cb5b4d7df70c98a432d910ee9a7d98fa29b3a7ac10f3222db1bb90f9 05:27:00 3610017f3a46: Pushed 05:27:00 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:d7e1d5f1c729a41885d3ec5d38cfb883e16a3a81982dcad42a03939e70bb75b2 size: 1785 05:27:01 $ docker rm -f --volumes 1d34c0f2cb5b4d7df70c98a432d910ee9a7d98fa29b3a7ac10f3222db1bb90f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:01 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:27:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:27:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:27:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:27:01 ca4609cb2e8e: Preparing 05:27:01 2d8183ca1965: Preparing 05:27:01 de916f4bfff7: Preparing 05:27:01 3610017f3a46: Preparing 05:27:01 497da49936d2: Preparing 05:27:01 fe614e68b929: Preparing 05:27:01 4e6476652798: Preparing 05:27:01 fe614e68b929: Waiting 05:27:01 4e6476652798: Waiting 05:27:01 2d8183ca1965: Layer already exists 05:27:01 de916f4bfff7: Layer already exists 05:27:01 3610017f3a46: Layer already exists 05:27:01 497da49936d2: Layer already exists 05:27:01 ca4609cb2e8e: Layer already exists 05:27:01 fe614e68b929: Layer already exists 05:27:01 4e6476652798: Layer already exists 05:27:01 latest: digest: sha256:d7e1d5f1c729a41885d3ec5d38cfb883e16a3a81982dcad42a03939e70bb75b2 size: 1785 05:27:01 prd-ubuntu20.04-docker-arm64-4c-16g-6381 does not seem to be running inside a container 05:27:01 $ 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/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 05:27:03 $ docker top e32d576a1ebd7180f492cdb8af38b09ecd4cc4eadc61fcb46e3ca13d55afae2d -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:03 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:04 + docker-compose -f ./docker-compose-build.yml build --parallel 05:27:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.56 05:27:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:27:04 ca4609cb2e8e: Preparing 05:27:04 2d8183ca1965: Preparing 05:27:04 de916f4bfff7: Preparing 05:27:04 3610017f3a46: Preparing 05:27:04 497da49936d2: Preparing 05:27:04 fe614e68b929: Preparing 05:27:04 4e6476652798: Preparing 05:27:04 fe614e68b929: Waiting 05:27:04 4e6476652798: Waiting 05:27:04 de916f4bfff7: Layer already exists 05:27:04 ca4609cb2e8e: Layer already exists 05:27:04 3610017f3a46: Layer already exists 05:27:04 2d8183ca1965: Layer already exists 05:27:04 497da49936d2: Layer already exists 05:27:04 fe614e68b929: Layer already exists 05:27:04 4e6476652798: Layer already exists 05:27:04 3.0.0-dev.56: digest: sha256:d7e1d5f1c729a41885d3ec5d38cfb883e16a3a81982dcad42a03939e70bb75b2 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:04 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:27:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:27:04 ca4609cb2e8e: Preparing 05:27:04 2d8183ca1965: Preparing 05:27:04 de916f4bfff7: Preparing 05:27:04 3610017f3a46: Preparing 05:27:04 497da49936d2: Preparing 05:27:04 fe614e68b929: Preparing 05:27:04 4e6476652798: Preparing 05:27:04 4e6476652798: Waiting 05:27:04 ca4609cb2e8e: Layer already exists 05:27:04 497da49936d2: Layer already exists 05:27:04 2d8183ca1965: Layer already exists 05:27:04 3610017f3a46: Layer already exists 05:27:04 de916f4bfff7: Layer already exists 05:27:04 fe614e68b929: Layer already exists 05:27:04 4e6476652798: Layer already exists 05:27:04 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:d7e1d5f1c729a41885d3ec5d38cfb883e16a3a81982dcad42a03939e70bb75b2 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:05 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 05:27:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:27:05 ca4609cb2e8e: Preparing 05:27:05 2d8183ca1965: Preparing 05:27:05 de916f4bfff7: Preparing 05:27:05 3610017f3a46: Preparing 05:27:05 497da49936d2: Preparing 05:27:05 fe614e68b929: Preparing 05:27:05 4e6476652798: Preparing 05:27:05 fe614e68b929: Waiting 05:27:05 4e6476652798: Waiting 05:27:05 2d8183ca1965: Layer already exists 05:27:05 ca4609cb2e8e: Layer already exists 05:27:05 3610017f3a46: Layer already exists 05:27:05 de916f4bfff7: Layer already exists 05:27:05 497da49936d2: Layer already exists 05:27:05 fe614e68b929: Layer already exists 05:27:05 4e6476652798: Layer already exists 05:27:05 main: digest: sha256:d7e1d5f1c729a41885d3ec5d38cfb883e16a3a81982dcad42a03939e70bb75b2 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:27:05 ===================================================== [Pipeline] echo 05:27:05 taggedImages: 05:27:05 - nexus3.edgexfoundry.org:10004/security-spire-agent:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:27:05 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:27:05 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.56 05:27:05 - nexus3.edgexfoundry.org:10004/security-spire-agent:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:27:05 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 05:27:05 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 05:27:05 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:27:05 latest 05:27:05 3.0.0-dev.56 05:27:05 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:27:05 main 05:27:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:05 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:27:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:27:06 4b1ecacea908: Preparing 05:27:06 beaa4991bac8: Preparing 05:27:06 5c806b4fbc2b: Preparing 05:27:06 f96b252a3e80: Preparing 05:27:06 337a2a466378: Preparing 05:27:06 4e6476652798: Preparing 05:27:06 4e6476652798: Waiting 05:27:06 4b1ecacea908: Pushed 05:27:06 5c806b4fbc2b: Pushed 05:27:06 beaa4991bac8: Pushed 05:27:06 4e6476652798: Layer already exists 05:27:06 337a2a466378: Pushed 05:27:10 Building core-command ... 05:27:10 Building core-common-config-bootstrapper ... 05:27:10 Building core-data ... 05:27:10 Building core-metadata ... 05:27:10 Building security-bootstrapper ... 05:27:10 Building security-proxy-setup ... 05:27:10 Building security-secretstore-setup ... 05:27:10 Building security-spiffe-token-provider ... 05:27:10 Building security-spire-agent ... 05:27:10 Building security-spire-config ... 05:27:10 Building security-spire-server ... 05:27:10 Building support-notifications ... 05:27:10 Building support-scheduler ... 05:27:10 Building security-bootstrapper 05:27:10 Building core-command 05:27:10 Building core-metadata 05:27:10 Building security-spiffe-token-provider 05:27:10 Building core-common-config-bootstrapper 05:27:12 f96b252a3e80: Pushed 05:27:12 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:934852e9c0f33ea98a8a56e6d909c749567e087bad7842fe001150b9342f612e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:13 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:27:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:27:13 4b1ecacea908: Preparing 05:27:13 beaa4991bac8: Preparing 05:27:13 5c806b4fbc2b: Preparing 05:27:13 f96b252a3e80: Preparing 05:27:13 337a2a466378: Preparing 05:27:13 4e6476652798: Preparing 05:27:13 4e6476652798: Waiting 05:27:13 4b1ecacea908: Layer already exists 05:27:13 5c806b4fbc2b: Layer already exists 05:27:13 beaa4991bac8: Layer already exists 05:27:13 337a2a466378: Layer already exists 05:27:13 f96b252a3e80: Layer already exists 05:27:13 4e6476652798: Layer already exists 05:27:13 latest: digest: sha256:934852e9c0f33ea98a8a56e6d909c749567e087bad7842fe001150b9342f612e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:13 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.56 05:27:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:27:14 4b1ecacea908: Preparing 05:27:14 beaa4991bac8: Preparing 05:27:14 5c806b4fbc2b: Preparing 05:27:14 f96b252a3e80: Preparing 05:27:14 337a2a466378: Preparing 05:27:14 4e6476652798: Preparing 05:27:14 4e6476652798: Waiting 05:27:14 f96b252a3e80: Layer already exists 05:27:14 5c806b4fbc2b: Layer already exists 05:27:14 337a2a466378: Layer already exists 05:27:14 4b1ecacea908: Layer already exists 05:27:14 beaa4991bac8: Layer already exists 05:27:14 4e6476652798: Layer already exists 05:27:14 3.0.0-dev.56: digest: sha256:934852e9c0f33ea98a8a56e6d909c749567e087bad7842fe001150b9342f612e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:14 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:27:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:27:14 4b1ecacea908: Preparing 05:27:14 beaa4991bac8: Preparing 05:27:14 5c806b4fbc2b: Preparing 05:27:14 f96b252a3e80: Preparing 05:27:14 337a2a466378: Preparing 05:27:14 4e6476652798: Preparing 05:27:14 4e6476652798: Waiting 05:27:14 5c806b4fbc2b: Layer already exists 05:27:14 f96b252a3e80: Layer already exists 05:27:14 4b1ecacea908: Layer already exists 05:27:14 337a2a466378: Layer already exists 05:27:14 beaa4991bac8: Layer already exists 05:27:14 4e6476652798: Layer already exists 05:27:14 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:934852e9c0f33ea98a8a56e6d909c749567e087bad7842fe001150b9342f612e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:15 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 05:27:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:27:15 4b1ecacea908: Preparing 05:27:15 beaa4991bac8: Preparing 05:27:15 5c806b4fbc2b: Preparing 05:27:15 f96b252a3e80: Preparing 05:27:15 337a2a466378: Preparing 05:27:15 4e6476652798: Preparing 05:27:15 4e6476652798: Waiting 05:27:15 beaa4991bac8: Layer already exists 05:27:15 337a2a466378: Layer already exists 05:27:15 4b1ecacea908: Layer already exists 05:27:15 f96b252a3e80: Layer already exists 05:27:15 5c806b4fbc2b: Layer already exists 05:27:15 4e6476652798: Layer already exists 05:27:15 main: digest: sha256:934852e9c0f33ea98a8a56e6d909c749567e087bad7842fe001150b9342f612e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:27:15 ===================================================== [Pipeline] echo 05:27:15 taggedImages: 05:27:15 - nexus3.edgexfoundry.org:10004/security-spire-config:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:27:15 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:27:15 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.56 05:27:15 - nexus3.edgexfoundry.org:10004/security-spire-config:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:27:15 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 05:27:15 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 05:27:15 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:27:15 latest 05:27:15 3.0.0-dev.56 05:27:15 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:27:15 main 05:27:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:15 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:27:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:27:16 530316765c40: Preparing 05:27:16 dd4edb1ae8ec: Preparing 05:27:16 b843da4c9248: Preparing 05:27:16 f96b252a3e80: Preparing 05:27:16 fe614e68b929: Preparing 05:27:16 4e6476652798: Preparing 05:27:16 4e6476652798: Waiting 05:27:16 f96b252a3e80: Layer already exists 05:27:16 fe614e68b929: Layer already exists 05:27:16 4e6476652798: Layer already exists 05:27:16 b843da4c9248: Pushed 05:27:16 530316765c40: Pushed 05:27:16 dd4edb1ae8ec: Pushed 05:27:16 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:1b085277ec2f354c69c2a40275dcaf749f7f94ad7920e11a30ce9525d3a6a6ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:16 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:27:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:27:16 530316765c40: Preparing 05:27:16 dd4edb1ae8ec: Preparing 05:27:16 b843da4c9248: Preparing 05:27:16 f96b252a3e80: Preparing 05:27:16 fe614e68b929: Preparing 05:27:16 4e6476652798: Preparing 05:27:16 4e6476652798: Waiting 05:27:16 f96b252a3e80: Layer already exists 05:27:16 b843da4c9248: Layer already exists 05:27:16 530316765c40: Layer already exists 05:27:16 dd4edb1ae8ec: Layer already exists 05:27:16 fe614e68b929: Layer already exists 05:27:16 4e6476652798: Layer already exists 05:27:16 latest: digest: sha256:1b085277ec2f354c69c2a40275dcaf749f7f94ad7920e11a30ce9525d3a6a6ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:17 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.56 05:27:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:27:17 530316765c40: Preparing 05:27:17 dd4edb1ae8ec: Preparing 05:27:17 b843da4c9248: Preparing 05:27:17 f96b252a3e80: Preparing 05:27:17 fe614e68b929: Preparing 05:27:17 4e6476652798: Preparing 05:27:17 4e6476652798: Waiting 05:27:17 b843da4c9248: Layer already exists 05:27:17 f96b252a3e80: Layer already exists 05:27:17 dd4edb1ae8ec: Layer already exists 05:27:17 530316765c40: Layer already exists 05:27:17 fe614e68b929: Layer already exists 05:27:17 4e6476652798: Layer already exists 05:27:17 3.0.0-dev.56: digest: sha256:1b085277ec2f354c69c2a40275dcaf749f7f94ad7920e11a30ce9525d3a6a6ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:17 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:27:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:27:18 530316765c40: Preparing 05:27:18 dd4edb1ae8ec: Preparing 05:27:18 b843da4c9248: Preparing 05:27:18 f96b252a3e80: Preparing 05:27:18 fe614e68b929: Preparing 05:27:18 4e6476652798: Preparing 05:27:18 4e6476652798: Waiting 05:27:18 530316765c40: Layer already exists 05:27:18 fe614e68b929: Layer already exists 05:27:18 b843da4c9248: Layer already exists 05:27:18 dd4edb1ae8ec: Layer already exists 05:27:18 f96b252a3e80: Layer already exists 05:27:18 4e6476652798: Layer already exists 05:27:18 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:1b085277ec2f354c69c2a40275dcaf749f7f94ad7920e11a30ce9525d3a6a6ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:18 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 05:27:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:27:18 530316765c40: Preparing 05:27:18 dd4edb1ae8ec: Preparing 05:27:18 b843da4c9248: Preparing 05:27:18 f96b252a3e80: Preparing 05:27:18 fe614e68b929: Preparing 05:27:18 4e6476652798: Preparing 05:27:18 4e6476652798: Waiting 05:27:18 fe614e68b929: Layer already exists 05:27:18 dd4edb1ae8ec: Layer already exists 05:27:18 f96b252a3e80: Layer already exists 05:27:18 b843da4c9248: Layer already exists 05:27:18 530316765c40: Layer already exists 05:27:18 4e6476652798: Layer already exists 05:27:18 main: digest: sha256:1b085277ec2f354c69c2a40275dcaf749f7f94ad7920e11a30ce9525d3a6a6ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:27:18 ===================================================== [Pipeline] echo 05:27:18 taggedImages: 05:27:18 - nexus3.edgexfoundry.org:10004/security-spire-server:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:27:18 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:27:18 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.56 05:27:18 - nexus3.edgexfoundry.org:10004/security-spire-server:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:27:18 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 05:27:18 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 05:27:18 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:27:18 latest 05:27:18 3.0.0-dev.56 05:27:18 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:27:18 main 05:27:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:19 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:19 + docker push nexus3.edgexfoundry.org:10004/support-notifications:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:27:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:27:19 775a61835c12: Preparing 05:27:19 790a6c586604: Preparing 05:27:19 13c0c9fe789b: Preparing 05:27:19 d2e47dd56852: Preparing 05:27:19 aa5968d388b8: Preparing 05:27:19 13c0c9fe789b: Layer already exists 05:27:19 aa5968d388b8: Layer already exists 05:27:19 775a61835c12: Pushed 05:27:19 d2e47dd56852: Pushed 05:27:21 790a6c586604: Pushed 05:27:21 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:82af245caa05600e8ae366f05b087aa8638fa84b6c48cd7d98a7043fcd0fc053 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:22 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 05:27:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:27:22 775a61835c12: Preparing 05:27:22 790a6c586604: Preparing 05:27:22 13c0c9fe789b: Preparing 05:27:22 d2e47dd56852: Preparing 05:27:22 aa5968d388b8: Preparing 05:27:22 aa5968d388b8: Layer already exists 05:27:22 d2e47dd56852: Layer already exists 05:27:22 790a6c586604: Layer already exists 05:27:22 13c0c9fe789b: Layer already exists 05:27:22 775a61835c12: Layer already exists 05:27:22 latest: digest: sha256:82af245caa05600e8ae366f05b087aa8638fa84b6c48cd7d98a7043fcd0fc053 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:22 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:23 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:27:23 Step 2/32 : FROM ${BUILDER_BASE} AS builder 05:27:23 ---> 8e4d42fc8a53 05:27:23 Step 3/32 : WORKDIR /edgex-go 05:27:23 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:27:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:27:23 ---> 8e4d42fc8a53 05:27:23 Step 3/22 : ARG ADD_BUILD_TAGS="" 05:27:23 ---> Running in 5e7366e13703 05:27:23 ---> Running in ae54f821c495 05:27:23 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:27:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:27:23 ---> 8e4d42fc8a53 05:27:23 Step 3/23 : ARG ADD_BUILD_TAGS="" 05:27:23 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:27:23 Step 2/19 : FROM ${BUILDER_BASE} AS builder 05:27:23 ---> 8e4d42fc8a53 05:27:23 Step 3/19 : WORKDIR /edgex-go 05:27:23 ---> Running in 53d4ab0096d5 05:27:23 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.56 05:27:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:27:23 775a61835c12: Preparing 05:27:23 790a6c586604: Preparing 05:27:23 13c0c9fe789b: Preparing 05:27:23 d2e47dd56852: Preparing 05:27:23 aa5968d388b8: Preparing 05:27:23 790a6c586604: Layer already exists 05:27:23 aa5968d388b8: Layer already exists 05:27:23 13c0c9fe789b: Layer already exists 05:27:23 775a61835c12: Layer already exists 05:27:23 d2e47dd56852: Layer already exists 05:27:23 3.0.0-dev.56: digest: sha256:82af245caa05600e8ae366f05b087aa8638fa84b6c48cd7d98a7043fcd0fc053 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:23 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:27:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:27:23 ---> 8e4d42fc8a53 05:27:23 ---> Running in e019ecbb8d0e 05:27:23 Step 3/24 : ARG ADD_BUILD_TAGS="" 05:27:23 ---> Running in efa87e07cfd3 05:27:23 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:23 + docker push nexus3.edgexfoundry.org:10004/support-notifications:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:27:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:27:23 775a61835c12: Preparing 05:27:23 790a6c586604: Preparing 05:27:23 13c0c9fe789b: Preparing 05:27:23 d2e47dd56852: Preparing 05:27:23 aa5968d388b8: Preparing 05:27:23 aa5968d388b8: Layer already exists 05:27:23 d2e47dd56852: Layer already exists 05:27:23 790a6c586604: Layer already exists 05:27:23 13c0c9fe789b: Layer already exists 05:27:23 775a61835c12: Layer already exists 05:27:23 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:82af245caa05600e8ae366f05b087aa8638fa84b6c48cd7d98a7043fcd0fc053 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:24 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 05:27:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:27:24 775a61835c12: Preparing 05:27:24 790a6c586604: Preparing 05:27:24 13c0c9fe789b: Preparing 05:27:24 d2e47dd56852: Preparing 05:27:24 aa5968d388b8: Preparing 05:27:24 775a61835c12: Layer already exists 05:27:24 13c0c9fe789b: Layer already exists 05:27:24 d2e47dd56852: Layer already exists 05:27:24 790a6c586604: Layer already exists 05:27:24 aa5968d388b8: Layer already exists 05:27:24 main: digest: sha256:82af245caa05600e8ae366f05b087aa8638fa84b6c48cd7d98a7043fcd0fc053 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:27:24 ===================================================== [Pipeline] echo 05:27:24 taggedImages: 05:27:24 - nexus3.edgexfoundry.org:10004/support-notifications:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:27:24 - nexus3.edgexfoundry.org:10004/support-notifications:latest 05:27:24 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.56 05:27:24 - nexus3.edgexfoundry.org:10004/support-notifications:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:27:24 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 05:27:24 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 05:27:24 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:27:24 latest 05:27:24 3.0.0-dev.56 05:27:24 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:27:24 main 05:27:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:24 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:25 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:27:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:27:25 22e0da51c796: Preparing 05:27:25 8b7989353ac9: Preparing 05:27:25 13c0c9fe789b: Preparing 05:27:25 98bbb82b4bb1: Preparing 05:27:25 aa5968d388b8: Preparing 05:27:25 13c0c9fe789b: Layer already exists 05:27:25 aa5968d388b8: Layer already exists 05:27:25 98bbb82b4bb1: Layer already exists 05:27:25 22e0da51c796: Pushed 05:27:25 Removing intermediate container ae54f821c495 05:27:25 ---> 3ee43f6afa44 05:27:25 Step 4/22 : WORKDIR /edgex-go 05:27:25 Removing intermediate container 5e7366e13703 05:27:25 ---> 2aebec39af46 05:27:25 Step 4/32 : RUN apk add --update --no-cache make git 05:27:25 Removing intermediate container e019ecbb8d0e 05:27:25 ---> ed7ee83706f4 05:27:25 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 05:27:25 Removing intermediate container 53d4ab0096d5 05:27:25 ---> 48b336ba4fc8 05:27:25 Step 4/23 : WORKDIR /edgex-go 05:27:25 ---> Running in 8e1f53ee9bfc 05:27:25 Removing intermediate container efa87e07cfd3 05:27:25 ---> fbe5de5a320e 05:27:25 Step 4/24 : WORKDIR /edgex-go 05:27:25 ---> Running in c8ccf7dcf3f2 05:27:25 ---> Running in 3c2692bacbe7 05:27:25 ---> Running in 55a52fd53897 05:27:26 ---> Running in f6c20a89e70f 05:27:27 Removing intermediate container 55a52fd53897 05:27:27 ---> bf6144c64c2f 05:27:27 Step 5/23 : RUN apk add --update --no-cache make git 05:27:27 Removing intermediate container 8e1f53ee9bfc 05:27:27 ---> 83ed1aa741e2 05:27:27 Step 5/22 : RUN apk add --update --no-cache make git 05:27:27 Removing intermediate container f6c20a89e70f 05:27:27 ---> fcab54bf33d9 05:27:27 Step 5/24 : RUN apk add --update --no-cache make git 05:27:27 ---> Running in 70241922d79c 05:27:27 ---> Running in a423e22e9894 05:27:27 ---> Running in 4b29df93396c 05:27:27 8b7989353ac9: Pushed 05:27:28 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:9ca5862ab3fe6018b3dd23de67da2738c8a0b525c93cdb70823c0324ea775108 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:28 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:27:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:27:28 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:27:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:27:28 22e0da51c796: Preparing 05:27:28 8b7989353ac9: Preparing 05:27:28 13c0c9fe789b: Preparing 05:27:28 98bbb82b4bb1: Preparing 05:27:28 aa5968d388b8: Preparing 05:27:28 98bbb82b4bb1: Layer already exists 05:27:28 aa5968d388b8: Layer already exists 05:27:28 8b7989353ac9: Layer already exists 05:27:28 22e0da51c796: Layer already exists 05:27:28 13c0c9fe789b: Layer already exists 05:27:28 latest: digest: sha256:9ca5862ab3fe6018b3dd23de67da2738c8a0b525c93cdb70823c0324ea775108 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:27:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:27:28 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:29 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.56 05:27:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:27:29 22e0da51c796: Preparing 05:27:29 8b7989353ac9: Preparing 05:27:29 13c0c9fe789b: Preparing 05:27:29 98bbb82b4bb1: Preparing 05:27:29 aa5968d388b8: Preparing 05:27:29 22e0da51c796: Layer already exists 05:27:29 13c0c9fe789b: Layer already exists 05:27:29 8b7989353ac9: Layer already exists 05:27:29 98bbb82b4bb1: Layer already exists 05:27:29 aa5968d388b8: Layer already exists 05:27:29 3.0.0-dev.56: digest: sha256:9ca5862ab3fe6018b3dd23de67da2738c8a0b525c93cdb70823c0324ea775108 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:29 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:27:29 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:27:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:27:29 22e0da51c796: Preparing 05:27:29 8b7989353ac9: Preparing 05:27:29 13c0c9fe789b: Preparing 05:27:29 98bbb82b4bb1: Preparing 05:27:29 aa5968d388b8: Preparing 05:27:29 8b7989353ac9: Layer already exists 05:27:29 22e0da51c796: Layer already exists 05:27:29 98bbb82b4bb1: Layer already exists 05:27:29 aa5968d388b8: Layer already exists 05:27:29 13c0c9fe789b: Layer already exists 05:27:29 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:9ca5862ab3fe6018b3dd23de67da2738c8a0b525c93cdb70823c0324ea775108 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:27:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:27:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:27:30 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:30 OK: 221 MiB in 51 packages 05:27:30 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 05:27:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:27:30 22e0da51c796: Preparing 05:27:30 8b7989353ac9: Preparing 05:27:30 13c0c9fe789b: Preparing 05:27:30 98bbb82b4bb1: Preparing 05:27:30 aa5968d388b8: Preparing 05:27:30 aa5968d388b8: Layer already exists 05:27:30 8b7989353ac9: Layer already exists 05:27:30 22e0da51c796: Layer already exists 05:27:30 98bbb82b4bb1: Layer already exists 05:27:30 13c0c9fe789b: Layer already exists 05:27:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:27:30 v3.16.4-16-g3c16caa8e9c [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 05:27:30 v3.16.4-15-gda8bdec06a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 05:27:30 OK: 16903 distinct packages available 05:27:30 main: digest: sha256:9ca5862ab3fe6018b3dd23de67da2738c8a0b525c93cdb70823c0324ea775108 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:27:30 ===================================================== [Pipeline] echo 05:27:30 taggedImages: 05:27:30 - nexus3.edgexfoundry.org:10004/support-scheduler:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:27:30 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:27:30 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.56 05:27:30 - nexus3.edgexfoundry.org:10004/support-scheduler:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:27:30 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) 05:27:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:27:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:27:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:27:31 OK: 221 MiB in 51 packages 05:27:31 Removing intermediate container c8ccf7dcf3f2 05:27:31 ---> 1516e1c6d195 05:27:31 Step 5/32 : COPY go.mod vendor* ./ 05:27:32 OK: 221 MiB in 51 packages 05:27:32 OK: 221 MiB in 51 packages 05:27:33 ---> 101ada32c920 05:27:33 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:27:33 OK: 221 MiB in 51 packages 05:27:33 ---> Running in f012371f199a 05:27:33 Removing intermediate container 70241922d79c 05:27:33 ---> 5cc36d067d1f 05:27:33 Step 6/23 : COPY go.mod vendor* ./ 05:27:34 Removing intermediate container 4b29df93396c 05:27:34 ---> 3ccb7c845552 05:27:34 Step 6/24 : COPY go.mod vendor* ./ 05:27:34 Removing intermediate container a423e22e9894 05:27:34 ---> 76ac62df751b 05:27:34 Step 6/22 : COPY go.mod vendor* ./ 05:27:34 Removing intermediate container 3c2692bacbe7 05:27:34 ---> ac38d855ee2f 05:27:34 Step 5/19 : COPY go.mod vendor* ./ 05:27:35 ---> eae1d10fe2e6 05:27:35 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:27:35 ---> Running in b1ecef3f96db 05:27:36 ---> 0c6221ff7630 05:27:36 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:27:36 ---> 04fd07f1c192 05:27:36 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:27:36 ---> Running in a17bb0853897 05:27:36 ---> Running in 36f354952bcb 05:27:36 ---> 03da0c4fa092 05:27:36 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:27:36 ---> Running in 8fa95ff21d3d 05:29:28 Removing intermediate container f012371f199a 05:29:28 ---> f301339f3e7a 05:29:28 Step 7/32 : COPY . . 05:29:28 Removing intermediate container a17bb0853897 05:29:28 ---> 118aa0ef4979 05:29:28 Step 8/22 : COPY . . 05:29:28 Removing intermediate container 8fa95ff21d3d 05:29:28 ---> e6affe60eb1a 05:29:28 Step 7/19 : COPY . . 05:29:28 Removing intermediate container b1ecef3f96db 05:29:28 ---> 062445f82e80 05:29:28 Step 8/23 : COPY . . 05:29:28 Removing intermediate container 36f354952bcb 05:29:28 ---> d14a2b7a1afa 05:29:28 Step 8/24 : COPY . . 05:29:28 ---> 0a60289cb2eb 05:29:28 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 05:29:28 ---> Running in 43b65ce01551 05:29:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:29:29 ---> 126c468b118e 05:29:29 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:29:29 ---> ce0640645aa9 05:29:29 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:29:29 ---> fd00bee79a74 05:29:29 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 05:29:29 ---> Running in 093d1782eb01 05:29:29 ---> 42fb3a0f8d49 05:29:29 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 05:29:29 ---> Running in 7fb0dd217e77 05:29:29 ---> Running in 0a41476d3e5a 05:29:30 ---> Running in c043fdcb67ce 05:29:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 05:29:33 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:29:33 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:29:33 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 05:35:55 Removing intermediate container 43b65ce01551 05:35:55 ---> 0dd206b0cf61 05:35:55 05:35:55 Step 9/32 : FROM alpine:3.16 05:35:55 3.16: Pulling from library/alpine 05:35:55 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 05:35:55 Status: Downloaded newer image for alpine:3.16 05:35:55 ---> 4c81e5bf8899 05:35:55 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:35:55 ---> Running in 7e3ae3e8e4a8 05:35:55 Removing intermediate container 7e3ae3e8e4a8 05:35:55 ---> d506ba899bd9 05:35:55 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 05:35:55 ---> Running in dcc918aaa84a 05:35:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:35:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:35:56 (1/2) Installing dumb-init (1.2.5-r1) 05:35:56 (2/2) Installing su-exec (0.2-r1) 05:35:56 Executing busybox-1.35.0-r17.trigger 05:35:56 OK: 5 MiB in 16 packages 05:35:57 Removing intermediate container dcc918aaa84a 05:35:57 ---> a76260eb8b5b 05:35:57 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 05:35:57 ---> Running in 6f78c0531878 05:35:58 Removing intermediate container 6f78c0531878 05:35:58 ---> 01321c591ba0 05:35:58 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 05:35:58 ---> Running in f4978ad6bafd 05:35:59 Removing intermediate container f4978ad6bafd 05:35:59 ---> 5d62d3068146 05:35:59 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 05:35:59 ---> Running in 62d04029e9ec 05:35:59 Removing intermediate container 62d04029e9ec 05:35:59 ---> 210155fd0a9b 05:35:59 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 05:35:59 ---> Running in 87fa83f13716 05:36:00 Removing intermediate container 87fa83f13716 05:36:00 ---> a44637cd8d4d 05:36:00 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 05:36:00 ---> Running in b4e90dacd5ba 05:36:03 Removing intermediate container b4e90dacd5ba 05:36:03 ---> 798760064e40 05:36:03 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 05:36:03 ---> Running in 18739bfea2b0 05:36:04 Removing intermediate container 18739bfea2b0 05:36:04 ---> 31710d7bf65a 05:36:04 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 05:36:05 ---> 1b3ecf1bbf6c 05:36:05 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 05:36:05 ---> Running in 286819610ca6 05:36:09 Removing intermediate container 286819610ca6 05:36:09 ---> d61c363cd8b7 05:36:09 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 05:36:11 ---> b6fb3d91363f 05:36:11 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:36:14 ---> 01a054d0210d 05:36:14 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 05:36:15 ---> 281e4f2228c2 05:36:15 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 05:36:16 Removing intermediate container 7fb0dd217e77 05:36:16 ---> 61e3cf1287e4 05:36:16 05:36:16 Step 10/22 : FROM alpine:3.16 05:36:16 ---> 4c81e5bf8899 05:36:16 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 05:36:16 ---> Running in b568d3373eed 05:36:17 Removing intermediate container b568d3373eed 05:36:17 ---> 0bf0c629be22 05:36:17 Step 12/22 : RUN apk add --update --no-cache dumb-init 05:36:17 ---> dd051407a5cc 05:36:17 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 05:36:17 ---> Running in 28ac8150c43e 05:36:19 ---> bda20e3944cc 05:36:19 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 05:36:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:36:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:36:21 ---> f30dd814b93c 05:36:21 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:36:21 (1/1) Installing dumb-init (1.2.5-r1) 05:36:21 Executing busybox-1.35.0-r17.trigger 05:36:21 OK: 5 MiB in 15 packages 05:36:23 ---> 01957b965d1d 05:36:23 Step 27/32 : RUN chmod +x /entrypoint.sh 05:36:23 ---> Running in 48848663334a 05:36:24 Removing intermediate container 28ac8150c43e 05:36:24 ---> d0e0f1440ed9 05:36:24 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:36:26 ---> addb7f12a494 05:36:26 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 05:36:27 Removing intermediate container 48848663334a 05:36:27 ---> e366fd459d03 05:36:27 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 05:36:27 ---> Running in 02462d31dc1e 05:36:28 Removing intermediate container 02462d31dc1e 05:36:28 ---> 908f4f715082 05:36:28 Step 29/32 : CMD ["gate"] 05:36:28 ---> Running in 0de39403cc81 05:36:28 Removing intermediate container c043fdcb67ce 05:36:28 ---> ba6b29466099 05:36:28 05:36:28 Step 10/23 : FROM alpine:3.16 05:36:28 ---> 4c81e5bf8899 05:36:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 05:36:29 ---> 09ce20c5ec54 05:36:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 05:36:29 ---> Running in 06cc9dbb3329 05:36:29 Removing intermediate container 0de39403cc81 05:36:29 ---> d2855d623510 05:36:29 Step 30/32 : LABEL arch=arm64 05:36:29 ---> Running in 8a69e1f7f27f 05:36:30 Removing intermediate container 8a69e1f7f27f 05:36:30 ---> ea31b73bdf11 05:36:30 Step 31/32 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:36:31 ---> c3ec3c533941 05:36:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 05:36:31 ---> Running in aa101befb283 05:36:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:36:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:36:32 Removing intermediate container aa101befb283 05:36:32 ---> 8515d21209fd 05:36:32 Step 32/32 : LABEL version=3.0.0-dev.56 05:36:32 ---> Running in fa49d5d70d3a 05:36:32 ---> f9e91be0aa41 05:36:32 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:36:32 ---> Running in f65a48d568dc 05:36:33 (1/1) Installing dumb-init (1.2.5-r1) 05:36:33 Executing busybox-1.35.0-r17.trigger 05:36:33 OK: 5 MiB in 15 packages 05:36:34 Removing intermediate container fa49d5d70d3a 05:36:34 ---> 9f764f1438e1 05:36:34 05:36:34 Successfully built 9f764f1438e1 05:36:34 Successfully tagged security-bootstrapper-arm64:latest 05:36:34 Building support-scheduler 05:36:35  Building security-bootstrapper ... done Removing intermediate container 06cc9dbb3329 05:36:35 ---> 1fb038ac9346 05:36:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:36:36 ---> Running in 5a543256c04f 05:36:37 Removing intermediate container f65a48d568dc 05:36:37 ---> 68c97c8680ed 05:36:37 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 05:36:37 Removing intermediate container 5a543256c04f 05:36:37 ---> ea6e702e7a83 05:36:37 Step 13/23 : ENV APP_PORT=59882 05:36:37 ---> Running in 3dad5e21648d 05:36:37 ---> Running in 17dbab5de25d 05:36:38 Removing intermediate container 17dbab5de25d 05:36:38 ---> 1dcb780b870b 05:36:38 Step 14/23 : EXPOSE $APP_PORT 05:36:38 Removing intermediate container 3dad5e21648d 05:36:38 ---> 2f4735007e2b 05:36:38 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 05:36:38 ---> Running in b9ead327206b 05:36:39 ---> Running in 988436dea59c 05:36:40 Removing intermediate container b9ead327206b 05:36:40 ---> 611ed0748883 05:36:40 Step 15/23 : WORKDIR / 05:36:40 Removing intermediate container 988436dea59c 05:36:40 ---> 13601ef99e72 05:36:40 Step 20/22 : LABEL arch=arm64 05:36:40 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:36:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:36:40 ---> 8e4d42fc8a53 05:36:40 Step 3/22 : ARG ADD_BUILD_TAGS="" 05:36:40 ---> Using cache 05:36:40 ---> fbe5de5a320e 05:36:40 Step 4/22 : WORKDIR /edgex-go 05:36:40 ---> Using cache 05:36:40 ---> fcab54bf33d9 05:36:40 Step 5/22 : RUN apk add --update --no-cache make git 05:36:40 ---> Using cache 05:36:40 ---> 3ccb7c845552 05:36:40 Step 6/22 : COPY go.mod vendor* ./ 05:36:40 ---> Running in d90a6ef5dc53 05:36:40 ---> Running in 99939dfb94da 05:36:40 ---> Using cache 05:36:40 ---> 04fd07f1c192 05:36:40 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:36:40 ---> Using cache 05:36:40 ---> d14a2b7a1afa 05:36:40 Step 8/22 : COPY . . 05:36:41 ---> Using cache 05:36:41 ---> fd00bee79a74 05:36:41 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 05:36:41 ---> Running in c34105feb680 05:36:42 Removing intermediate container 99939dfb94da 05:36:42 ---> ad0fc5ae6b2a 05:36:42 Step 21/22 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:36:42 ---> Running in f69dfe7a016b 05:36:42 Removing intermediate container d90a6ef5dc53 05:36:42 ---> 3946b8dd7fe3 05:36:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 05:36:43 Removing intermediate container f69dfe7a016b 05:36:43 ---> 7225d0f8a399 05:36:43 Step 22/22 : LABEL version=3.0.0-dev.56 05:36:43 ---> Running in 6bed8f8f290b 05:36:44 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:36:45 Removing intermediate container 6bed8f8f290b 05:36:45 ---> 3eda2b9b5fc9 05:36:45 05:36:45 ---> 83827104ea1a 05:36:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:36:45 Successfully built 3eda2b9b5fc9 05:36:45 Successfully tagged core-common-config-bootstrapper-arm64:latest 05:36:45  Building core-common-config-bootstrapper ... done Building security-proxy-setup 05:36:46 Removing intermediate container 0a41476d3e5a 05:36:46 ---> a941c6f8dd6b 05:36:46 05:36:46 Step 10/24 : FROM alpine:3.16 05:36:46 ---> 4c81e5bf8899 05:36:46 Step 11/24 : RUN apk add --update --no-cache dumb-init 05:36:46 ---> Using cache 05:36:46 ---> 1fb038ac9346 05:36:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:36:46 ---> Using cache 05:36:46 ---> ea6e702e7a83 05:36:46 Step 13/24 : ENV APP_PORT=59881 05:36:46 ---> Running in e6a028e2b34d 05:36:47 Removing intermediate container e6a028e2b34d 05:36:47 ---> cebd330035c4 05:36:47 ---> e740e951d1c9 05:36:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 05:36:47 Step 14/24 : EXPOSE $APP_PORT 05:36:47 ---> Running in f15588baf2fe 05:36:47 Removing intermediate container f15588baf2fe 05:36:47 ---> c5792647529e 05:36:47 Step 15/24 : WORKDIR / 05:36:47 ---> Running in 883522191f4f 05:36:48 ---> 9244e9bda3b4 05:36:48 Step 19/23 : ENTRYPOINT ["/core-command"] 05:36:48 ---> Running in d9fb7d8de7d1 05:36:48 Removing intermediate container 883522191f4f 05:36:48 ---> 418ff81ac9c2 05:36:48 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 05:36:49 Removing intermediate container d9fb7d8de7d1 05:36:49 ---> d6910e36b99f 05:36:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:36:49 ---> Running in b3a3fef3644f 05:36:50 ---> f55ee8180ea9 05:36:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:36:50 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:36:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 05:36:50 ---> 8e4d42fc8a53 05:36:50 Step 3/21 : WORKDIR /edgex-go 05:36:50 ---> Using cache 05:36:50 ---> ed7ee83706f4 05:36:50 Step 4/21 : RUN apk add --update --no-cache make git 05:36:50 ---> Running in 6a7841eb20ca 05:36:50 Removing intermediate container b3a3fef3644f 05:36:50 ---> ff2301856290 05:36:50 Step 21/23 : LABEL arch=arm64 05:36:50 ---> Running in cf8a56a8e5d8 05:36:51 Removing intermediate container cf8a56a8e5d8 05:36:51 ---> 2da125e0c9e8 05:36:51 Step 22/23 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:36:53 ---> Running in a427e14eabb6 05:36:54 ---> c4047e73cd10 05:36:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 05:36:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:36:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:36:54 Removing intermediate container a427e14eabb6 05:36:54 ---> 883dcec340e5 05:36:54 Step 23/23 : LABEL version=3.0.0-dev.56 05:36:54 ---> Running in fc2639ea1cda 05:36:54 ---> f2409e8358f7 05:36:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 05:36:55 Removing intermediate container fc2639ea1cda 05:36:55 ---> a1da1661bf7c 05:36:55 05:36:55 Successfully built a1da1661bf7c 05:36:55 Successfully tagged core-command-arm64:latest 05:36:55  Building core-command ... done Building security-spire-config 05:36:56 OK: 221 MiB in 51 packages 05:36:56 ---> 4cf73c599251 05:36:56 Step 20/24 : ENTRYPOINT ["/core-metadata"] 05:36:56 ---> Running in 1b87f5577dc1 05:36:56 Removing intermediate container 1b87f5577dc1 05:36:56 ---> e0f554bd05bc 05:36:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:36:56 ---> Running in a6eed89cfbbf 05:36:57 Removing intermediate container a6eed89cfbbf 05:36:57 ---> 40142906bc0e 05:36:57 Step 22/24 : LABEL arch=arm64Removing intermediate container 6a7841eb20ca 05:36:57 05:36:57 ---> 9efbdd6f15b8 05:36:57 Step 5/21 : COPY go.mod vendor* ./ 05:36:57 ---> Running in b76a4998a1da 05:36:58 Removing intermediate container b76a4998a1da 05:36:58 ---> 3296a205b75d 05:36:58 Step 23/24 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:36:58 ---> Running in ed9d1c895693 05:36:58 ---> 32b140f392d0 05:36:58 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:36:58 ---> Running in 47671fdac923 05:36:59 Removing intermediate container ed9d1c895693 05:36:59 ---> ad4a6c813041 05:36:59 Step 24/24 : LABEL version=3.0.0-dev.56 05:36:59 ---> Running in eae9afd21cc7 05:37:00 Removing intermediate container eae9afd21cc7 05:37:00 ---> 732ab974931f 05:37:00 05:37:00 Successfully built 732ab974931f 05:37:00 Successfully tagged core-metadata-arm64:latest 05:37:00 Building support-notifications 05:37:00  Building core-metadata ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:37:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:37:00 ---> 8e4d42fc8a53 05:37:00 Step 3/24 : WORKDIR /edgex-go 05:37:00 ---> Using cache 05:37:00 ---> ed7ee83706f4 05:37:00 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 05:37:00 ---> Running in 0a4721294f19 05:37:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:37:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:37:04 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:37:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:37:04 ---> 8e4d42fc8a53 05:37:04 Step 3/22 : ARG ADD_BUILD_TAGS="" 05:37:04 ---> Using cache 05:37:04 ---> fbe5de5a320e 05:37:04 Step 4/22 : WORKDIR /edgex-go 05:37:04 ---> Using cache 05:37:04 ---> fcab54bf33d9 05:37:04 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 05:37:04 OK: 221 MiB in 51 packages 05:37:04 ---> Running in 3eac20bf75d0 05:37:06 Removing intermediate container 0a4721294f19 05:37:06 ---> 49cea819e1c9 05:37:06 Step 5/24 : COPY go.mod vendor* ./ 05:37:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:37:06 ---> 347f58b0fd29 05:37:07 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:37:07 ---> Running in 15abb48dc4f3 05:37:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:37:08 OK: 221 MiB in 51 packages 05:37:10 Removing intermediate container 3eac20bf75d0 05:37:10 ---> 8fcbdd77f2d9 05:37:10 Step 6/22 : COPY go.mod vendor* ./ 05:37:11 ---> 9647ad5ddafc 05:37:11 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:37:11 ---> Running in 973be095c76b 05:37:33 Removing intermediate container 093d1782eb01 05:37:33 ---> 684743b4973a 05:37:33 05:37:33 Step 9/19 : FROM alpine:3.15 05:37:33 3.15: Pulling from library/alpine 05:37:33 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 05:37:33 Status: Downloaded newer image for alpine:3.15 05:37:33 ---> 354640af7b1b 05:37:33 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:37:34 ---> Running in 36d3c421cba0 05:37:35 Removing intermediate container 36d3c421cba0 05:37:35 ---> c32e67213453 05:37:35 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:37:35 ---> Running in 509521c99cab 05:37:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:37:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:37:39 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 05:37:39 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 05:37:39 OK: 15734 distinct packages available 05:37:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:37:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:37:40 (1/9) Installing ca-certificates (20220614-r0) 05:37:40 (2/9) Installing brotli-libs (1.0.9-r5) 05:37:40 (3/9) Installing nghttp2-libs (1.46.0-r0) 05:37:40 (4/9) Installing libcurl (7.80.0-r6) 05:37:41 (5/9) Installing curl (7.80.0-r6) 05:37:41 (6/9) Installing dumb-init (1.2.5-r1) 05:37:41 (7/9) Installing musl-obstack (1.2.3-r0) 05:37:41 (8/9) Installing libucontext (1.1-r0) 05:37:41 (9/9) Installing gcompat (1.0.0-r4) 05:37:41 Executing busybox-1.34.1-r7.trigger 05:37:41 Executing ca-certificates-20220614-r0.trigger 05:37:41 OK: 8 MiB in 23 packages 05:37:44 Removing intermediate container 509521c99cab 05:37:44 ---> 7d952693a269 05:37:44 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 05:37:45 ---> 296c1257abf8 05:37:45 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:37:48 ---> edee87ab1c8a 05:37:48 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 05:37:48 ---> 587f502f2fae 05:37:48 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 05:37:48 ---> Running in e6dbd1e9f660 05:37:49 Removing intermediate container e6dbd1e9f660 05:37:49 ---> d34e06707d24 05:37:49 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:37:49 ---> Running in 118e646c021a 05:37:50 Removing intermediate container 118e646c021a 05:37:50 ---> a1f601acfc2b 05:37:50 Step 17/19 : LABEL arch=arm64 05:37:50 ---> Running in 32f13279685c 05:37:50 Removing intermediate container 32f13279685c 05:37:50 ---> f4635a45c8ba 05:37:50 Step 18/19 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:37:51 ---> Running in 412d7d422c58 05:37:52 Removing intermediate container 412d7d422c58 05:37:52 ---> 318d0f4e4cbe 05:37:52 Step 19/19 : LABEL version=3.0.0-dev.56 05:37:52 ---> Running in bd767ea60171 05:37:53 Removing intermediate container bd767ea60171 05:37:53 ---> d3044fd486a3 05:37:53 05:37:53 Successfully built d3044fd486a3 05:37:53 Successfully tagged security-spiffe-token-provider-arm64:latest 05:37:53  Building security-spiffe-token-provider ... done Building security-secretstore-setup 05:37:58 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:37:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:37:58 ---> 8e4d42fc8a53 05:37:58 Step 3/24 : WORKDIR /edgex-go 05:37:58 ---> Using cache 05:37:58 ---> ed7ee83706f4 05:37:58 Step 4/24 : RUN apk add --update --no-cache make git 05:37:58 ---> Using cache 05:37:58 ---> 9efbdd6f15b8 05:37:58 Step 5/24 : COPY go.mod vendor* ./ 05:37:58 ---> Using cache 05:37:58 ---> 32b140f392d0 05:37:58 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:37:59 ---> Running in baacd7dda67a 05:39:07 Removing intermediate container 47671fdac923 05:39:07 ---> 5318327cb997 05:39:07 Step 7/21 : COPY . . 05:39:13 ---> 6c09a6be9ecb 05:39:13 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 05:39:13 ---> Running in 8bb8d673536a 05:39:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 05:39:21 Removing intermediate container 15abb48dc4f3 05:39:21 ---> bb282da9f536 05:39:21 Step 7/24 : COPY . . 05:39:24 Removing intermediate container 973be095c76b 05:39:24 ---> 8cda25b4a811 05:39:24 Step 8/22 : COPY . . 05:39:29 ---> 3bfd6a2ad500 05:39:29 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 05:39:29 ---> Running in e0c85d9e7a8e 05:39:30 ---> 1d093e3f1544 05:39:30 Step 9/22 : RUN make cmd/support-notifications/support-notifications 05:39:30 ---> Running in b1f7a57b7b28 05:39:30 Removing intermediate container e0c85d9e7a8e 05:39:30 ---> f435cc1c0a9e 05:39:30 Step 9/24 : WORKDIR /edgex-go/spire-build 05:39:31 ---> Running in 72de5bab63a8 05:39:32 Removing intermediate container 72de5bab63a8 05:39:32 ---> e6d8bc61c01a 05:39:32 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 05:39:32 ---> Running in dcbb2887b051 05:39:33 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:39:36 Removing intermediate container dcbb2887b051 05:39:36 ---> 6bb8c87494be 05:39:36 Step 11/24 : WORKDIR /edgex-go 05:39:36 ---> Running in 3f4d5a223a84 05:39:37 Removing intermediate container 3f4d5a223a84 05:39:37 ---> e3db8efa1ab2 05:39:37 05:39:37 Step 12/24 : FROM alpine:3.15 05:39:37 ---> 354640af7b1b 05:39:37 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:39:37 ---> Using cache 05:39:37 ---> c32e67213453 05:39:37 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 05:39:37 ---> Running in 1c6d4155b37e 05:39:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:39:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:39:43 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 05:39:43 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 05:39:43 OK: 15734 distinct packages available 05:39:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:39:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:39:45 (1/4) Installing dumb-init (1.2.5-r1) 05:39:45 (2/4) Installing musl-obstack (1.2.3-r0) 05:39:45 (3/4) Installing libucontext (1.1-r0) 05:39:45 (4/4) Installing gcompat (1.0.0-r4) 05:39:45 Executing busybox-1.34.1-r7.trigger 05:39:45 OK: 6 MiB in 18 packages 05:39:47 Removing intermediate container 1c6d4155b37e 05:39:47 ---> d58143319d1a 05:39:47 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 05:39:47 Removing intermediate container baacd7dda67a 05:39:47 ---> 60d97a40eb4a 05:39:47 Step 7/24 : COPY . . 05:39:53 ---> 4bd443a7c84e 05:39:53 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:39:53 ---> Running in f0b14917bdb3 05:39:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:39:56 ---> 194096fdecad 05:39:56 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:39:56 ---> 9b5dc81ced8d 05:39:56 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 05:39:56 ---> Running in 6c55d788b00d 05:39:57 Removing intermediate container 6c55d788b00d 05:39:57 ---> d4d574b87b9a 05:39:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:39:58 ---> 0dde1d374e86 05:39:58 Step 19/24 : WORKDIR / 05:39:58 ---> Running in 867193e8ca70 05:39:59 Removing intermediate container 867193e8ca70 05:39:59 ---> 17e9871659f9 05:39:59 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 05:39:59 ---> Running in 716fe90bacba 05:40:00 Removing intermediate container 716fe90bacba 05:40:00 ---> 3922d0cc1798 05:40:00 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 05:40:00 ---> Running in 75bc3c3431b2 05:40:00 Removing intermediate container 75bc3c3431b2 05:40:00 ---> c17e3f954a53 05:40:00 Step 22/24 : LABEL arch=arm64 05:40:00 ---> Running in 9e9970d297ed 05:40:00 Removing intermediate container 9e9970d297ed 05:40:00 ---> 4e865ee47bcf 05:40:00 Step 23/24 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:40:01 ---> Running in 6aff668cfdcf 05:40:01 Removing intermediate container 6aff668cfdcf 05:40:01 ---> 57e130706a26 05:40:01 Step 24/24 : LABEL version=3.0.0-dev.56 05:40:01 ---> Running in 60f805dfd63a 05:40:01 Removing intermediate container 60f805dfd63a 05:40:01 ---> a06c9cdfdfd3 05:40:01 05:40:02 Successfully built a06c9cdfdfd3 05:40:02 Successfully tagged security-spire-config-arm64:latest 05:40:02  Building security-spire-config ... done Building security-spire-server 05:40:06 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:40:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:40:06 ---> 8e4d42fc8a53 05:40:06 Step 3/23 : WORKDIR /edgex-go 05:40:06 ---> Using cache 05:40:06 ---> ed7ee83706f4 05:40:06 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 05:40:06 ---> Using cache 05:40:06 ---> 49cea819e1c9 05:40:06 Step 5/23 : COPY go.mod vendor* ./ 05:40:06 ---> Using cache 05:40:06 ---> 347f58b0fd29 05:40:06 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:40:06 ---> Using cache 05:40:06 ---> bb282da9f536 05:40:06 Step 7/23 : COPY . . 05:40:06 ---> Using cache 05:40:06 ---> 3bfd6a2ad500 05:40:06 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 05:40:06 ---> Using cache 05:40:06 ---> f435cc1c0a9e 05:40:06 Step 9/23 : WORKDIR /edgex-go/spire-build 05:40:06 ---> Using cache 05:40:06 ---> e6d8bc61c01a 05:40:06 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 05:40:07 ---> Running in 96b4d8873c22 05:40:10 Removing intermediate container 96b4d8873c22 05:40:10 ---> 77edecc0a78c 05:40:10 Step 11/23 : WORKDIR /edgex-go 05:40:10 ---> Running in b3328f094534 05:40:11 Removing intermediate container b3328f094534 05:40:11 ---> 40d304dbb42e 05:40:11 05:40:11 Step 12/23 : FROM alpine:3.15 05:40:11 ---> 354640af7b1b 05:40:11 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:40:11 ---> Using cache 05:40:11 ---> c32e67213453 05:40:11 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:40:11 ---> Running in 4f5f0372fc07 05:40:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:40:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:40:15 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 05:40:15 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 05:40:15 OK: 15734 distinct packages available 05:40:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:40:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:40:17 (1/5) Installing dumb-init (1.2.5-r1) 05:40:17 (2/5) Installing musl-obstack (1.2.3-r0) 05:40:17 (3/5) Installing libucontext (1.1-r0) 05:40:17 (4/5) Installing gcompat (1.0.0-r4) 05:40:17 (5/5) Installing openssl (1.1.1t-r1) 05:40:17 Executing busybox-1.34.1-r7.trigger 05:40:17 OK: 6 MiB in 19 packages 05:40:20 Removing intermediate container 4f5f0372fc07 05:40:20 ---> 7700dff0356f 05:40:20 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 05:40:25 ---> 309acd8caf3e 05:40:25 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:40:26 ---> 7d21dc505e3b 05:40:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 05:40:28 ---> df30f8047f5e 05:40:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:40:28 ---> 74b9930486b1 05:40:28 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 05:40:28 ---> Running in 60449886e4d3 05:40:29 Removing intermediate container 60449886e4d3 05:40:29 ---> 6d73bd24d4d2 05:40:29 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 05:40:29 ---> Running in 6e8deb3a5de9 05:40:30 Removing intermediate container 6e8deb3a5de9 05:40:30 ---> a3c74e446672 05:40:30 Step 21/23 : LABEL arch=arm64 05:40:30 ---> Running in 61c7e5544f8e 05:40:30 Removing intermediate container 61c7e5544f8e 05:40:30 ---> c49b88e37991 05:40:30 Step 22/23 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:40:30 ---> Running in c6fbd1f1dde9 05:40:31 Removing intermediate container c6fbd1f1dde9 05:40:31 ---> b73bbbb506a7 05:40:31 Step 23/23 : LABEL version=3.0.0-dev.56 05:40:31 ---> Running in 454ebee7a4b0 05:40:32 Removing intermediate container 454ebee7a4b0 05:40:32 ---> 54ab3721347b 05:40:32 05:40:32 Successfully built 54ab3721347b 05:40:32 Successfully tagged security-spire-server-arm64:latest 05:40:32 Building security-spire-agent 05:40:36  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:40:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:40:36 ---> 8e4d42fc8a53 05:40:36 Step 3/24 : WORKDIR /edgex-go 05:40:36 ---> Using cache 05:40:36 ---> ed7ee83706f4 05:40:36 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 05:40:36 ---> Using cache 05:40:36 ---> 49cea819e1c9 05:40:36 Step 5/24 : COPY go.mod vendor* ./ 05:40:36 ---> Using cache 05:40:36 ---> 347f58b0fd29 05:40:36 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:40:36 ---> Using cache 05:40:36 ---> bb282da9f536 05:40:36 Step 7/24 : COPY . . 05:40:36 ---> Using cache 05:40:36 ---> 3bfd6a2ad500 05:40:36 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 05:40:36 ---> Using cache 05:40:36 ---> f435cc1c0a9e 05:40:36 Step 9/24 : WORKDIR /edgex-go/spire-build 05:40:36 ---> Using cache 05:40:36 ---> e6d8bc61c01a 05:40:36 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 05:40:36 ---> Using cache 05:40:36 ---> 6bb8c87494be 05:40:36 Step 11/24 : WORKDIR /edgex-go 05:40:36 ---> Using cache 05:40:36 ---> e3db8efa1ab2 05:40:36 05:40:36 Step 12/24 : FROM alpine:3.15 05:40:36 ---> 354640af7b1b 05:40:36 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 05:40:36 ---> Using cache 05:40:36 ---> c32e67213453 05:40:36 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:40:36 ---> Using cache 05:40:36 ---> 7700dff0356f 05:40:36 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 05:40:40 ---> 7fb387fd7b2a 05:40:40 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 05:40:46 ---> e41251394f05 05:40:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:40:47 ---> 18febab4b8e5 05:40:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:40:48 ---> ea6cbfb12f11 05:40:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 05:40:49 ---> 6120e12dcae9 05:40:49 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 05:40:49 ---> Running in 4b3f6f8ed3d2 05:40:49 Removing intermediate container 4b3f6f8ed3d2 05:40:49 ---> 7736155c92bb 05:40:49 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 05:40:49 ---> Running in 1d686649f428 05:40:50 Removing intermediate container 1d686649f428 05:40:50 ---> 84c5ef053124 05:40:50 Step 22/24 : LABEL arch=arm64 05:40:50 ---> Running in 1a041d027a2a 05:40:50 Removing intermediate container 1a041d027a2a 05:40:50 ---> ff5e9b418f32 05:40:50 Step 23/24 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:40:50 ---> Running in a484ce6e7497 05:40:51 Removing intermediate container a484ce6e7497 05:40:51 ---> a20a7a653aa6 05:40:51 Step 24/24 : LABEL version=3.0.0-dev.56 05:40:51 ---> Running in 9731519f6745 05:40:52 Removing intermediate container 9731519f6745 05:40:52 ---> 2443b1f85bbf 05:40:52 05:40:52 Successfully built 2443b1f85bbf 05:40:52 Successfully tagged security-spire-agent-arm64:latest 05:40:52 Building core-data 05:40:56  Building security-spire-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 05:40:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:40:56 ---> 8e4d42fc8a53 05:40:56 Step 3/22 : ARG ADD_BUILD_TAGS="" 05:40:56 ---> Using cache 05:40:56 ---> fbe5de5a320e 05:40:56 Step 4/22 : WORKDIR /edgex-go 05:40:56 ---> Using cache 05:40:56 ---> fcab54bf33d9 05:40:56 Step 5/22 : RUN apk add --update --no-cache make git 05:40:56 ---> Using cache 05:40:56 ---> 3ccb7c845552 05:40:56 Step 6/22 : COPY go.mod vendor* ./ 05:40:56 ---> Using cache 05:40:56 ---> 04fd07f1c192 05:40:56 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:40:56 ---> Using cache 05:40:56 ---> d14a2b7a1afa 05:40:56 Step 8/22 : COPY . . 05:40:56 ---> Using cache 05:40:56 ---> fd00bee79a74 05:40:56 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 05:40:59 ---> Running in 46197271dc5a 05:41:01 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 05:45:23 Removing intermediate container c34105feb680 05:45:23 ---> 05e7f1244f8a 05:45:23 05:45:23 Step 10/22 : FROM alpine:3.16 05:45:23 ---> 4c81e5bf8899 05:45:23 Step 11/22 : RUN apk add --update --no-cache dumb-init 05:45:23 ---> Using cache 05:45:23 ---> 1fb038ac9346 05:45:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:45:23 ---> Using cache 05:45:23 ---> ea6e702e7a83 05:45:23 Step 13/22 : ENV APP_PORT=59861 05:45:23 ---> Running in 9c927de1ede2 05:45:23 Removing intermediate container 9c927de1ede2 05:45:23 ---> 5a77473eabb2 05:45:23 Step 14/22 : EXPOSE $APP_PORT 05:45:23 ---> Running in 4db5111db074 05:45:23 Removing intermediate container 4db5111db074 05:45:23 ---> c6ecfea3a621 05:45:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:45:23 ---> 1af0685e6f0d 05:45:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:45:23 ---> 058909ff7a8c 05:45:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 05:45:23 ---> 11995cd1c7ec 05:45:23 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 05:45:23 ---> Running in 3c70920b1462 05:45:23 Removing intermediate container 3c70920b1462 05:45:23 ---> d82570f39917 05:45:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:45:23 ---> Running in 748a77b6af6e 05:45:23 Removing intermediate container 748a77b6af6e 05:45:23 ---> 897aece41527 05:45:23 Step 20/22 : LABEL arch=arm64 05:45:23 ---> Running in 4bb250abd9e6 05:45:23 Removing intermediate container 4bb250abd9e6 05:45:23 ---> a018e66451d9 05:45:23 Step 21/22 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:45:23 ---> Running in be4170807c37 05:45:23 Removing intermediate container be4170807c37 05:45:23 ---> 3a16df686307 05:45:23 Step 22/22 : LABEL version=3.0.0-dev.56 05:45:23 ---> Running in bcdd61231e90 05:45:23 Removing intermediate container bcdd61231e90 05:45:23 ---> 19af96ff35ab 05:45:23 05:45:23 Successfully built 19af96ff35ab 05:45:23 Successfully tagged support-scheduler-arm64:latest 05:45:38  Building support-scheduler ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 05:46:00 Removing intermediate container 8bb8d673536a 05:46:00 ---> 42282e038162 05:46:00 05:46:00 Step 9/21 : FROM alpine:3.16 05:46:00 ---> 4c81e5bf8899 05:46:00 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 05:46:00 ---> Running in 3bbd1d3b3ad0 05:46:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:46:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:46:04 (1/6) Installing ca-certificates (20220614-r0) 05:46:04 (2/6) Installing brotli-libs (1.0.9-r6) 05:46:04 (3/6) Installing nghttp2-libs (1.47.0-r0) 05:46:04 (4/6) Installing libcurl (7.83.1-r6) 05:46:04 (5/6) Installing curl (7.83.1-r6) 05:46:04 (6/6) Installing dumb-init (1.2.5-r1) 05:46:04 Executing busybox-1.35.0-r17.trigger 05:46:04 Executing ca-certificates-20220614-r0.trigger 05:46:04 OK: 8 MiB in 20 packages 05:46:06 Removing intermediate container 3bbd1d3b3ad0 05:46:06 ---> 83187c332d02 05:46:06 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:46:06 ---> Running in 6a33d61ddb8f 05:46:07 Removing intermediate container 6a33d61ddb8f 05:46:07 ---> 1943aec93791 05:46:07 Step 12/21 : WORKDIR /edgex 05:46:07 ---> Running in 3f9c7b67d3e2 05:46:09 Removing intermediate container 3f9c7b67d3e2 05:46:09 ---> 229d47646a1a 05:46:09 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 05:46:09 ---> 24a2ae9d099e 05:46:09 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 05:46:11 ---> 568a307da78b 05:46:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:46:13 ---> 4965ffa332fc 05:46:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:46:13 ---> da0069be022c 05:46:13 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:46:14 ---> Running in c2681719fd39 05:46:17 Removing intermediate container c2681719fd39 05:46:17 ---> 6d23610c0dc1 05:46:17 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 05:46:17 ---> Running in 3b9ab3570e76 05:46:17 Removing intermediate container 3b9ab3570e76 05:46:17 ---> df6cd31d0a0b 05:46:17 Step 19/21 : LABEL arch=arm64 05:46:18 ---> Running in 70f3cd20fd15 05:46:18 Removing intermediate container 70f3cd20fd15 05:46:18 ---> 6bee2c8ec901 05:46:18 Step 20/21 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:46:18 ---> Running in 8108aee8113a 05:46:19 Removing intermediate container 8108aee8113a 05:46:19 ---> f4e5cd6f67a6 05:46:19 Step 21/21 : LABEL version=3.0.0-dev.56 05:46:19 ---> Running in a0973272439c 05:46:21 Removing intermediate container a0973272439c 05:46:21 ---> 96017ddc2399 05:46:21 05:46:21 Successfully built 96017ddc2399 05:46:22 Successfully tagged security-proxy-setup-arm64:latest 05:46:26  Building security-proxy-setup ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:46:44 Removing intermediate container f0b14917bdb3 05:46:44 ---> 66c375653d19 05:46:44 05:46:44 Step 9/24 : FROM alpine:3.16 05:46:44 ---> 4c81e5bf8899 05:46:44 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 05:46:44 ---> Running in 0b283bce4cb1 05:46:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:46:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:46:47 (1/3) Installing ca-certificates (20220614-r0) 05:46:47 (2/3) Installing dumb-init (1.2.5-r1) 05:46:47 (3/3) Installing su-exec (0.2-r1) 05:46:47 Executing busybox-1.35.0-r17.trigger 05:46:47 Executing ca-certificates-20220614-r0.trigger 05:46:47 OK: 6 MiB in 17 packages 05:46:50 Removing intermediate container 0b283bce4cb1 05:46:50 ---> bb28f11b2e27 05:46:50 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:46:50 ---> Running in 34bed9648a33 05:46:51 Removing intermediate container 34bed9648a33 05:46:51 ---> c0650f6edd16 05:46:51 Step 12/24 : WORKDIR / 05:46:51 ---> Running in cf9783806907 05:46:51 Removing intermediate container cf9783806907 05:46:51 ---> 1e48d8bff26a 05:46:51 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 05:46:52 ---> fc30f4ece144 05:46:52 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 05:46:53 ---> 9e6f62a7c8cf 05:46:53 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 05:46:54 ---> 2d148682c0ec 05:46:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 05:46:55 ---> 176a1193f5e8 05:46:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:46:57 ---> 77dd3de5132f 05:46:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:46:59 ---> 578f5d0ec3b4 05:46:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:47:00 ---> 190858726e04 05:47:00 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:47:00 ---> Running in 59ec07232daf 05:47:03 Removing intermediate container 59ec07232daf 05:47:03 ---> 016395286783 05:47:03 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 05:47:03 ---> Running in 7454cedfff01 05:47:03 Removing intermediate container 7454cedfff01 05:47:03 ---> e12828d421e5 05:47:03 Step 22/24 : LABEL arch=arm64 05:47:03 ---> Running in a2ab32e2070a 05:47:04 Removing intermediate container a2ab32e2070a 05:47:04 ---> 760d4cbe7b5e 05:47:04 Step 23/24 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:47:04 ---> Running in bf9d6f8c80e1 05:47:04 Removing intermediate container bf9d6f8c80e1 05:47:04 ---> 72b90baad9b6 05:47:04 Step 24/24 : LABEL version=3.0.0-dev.56 05:47:04 ---> Running in 084ace013417 05:47:05 Removing intermediate container 084ace013417 05:47:05 ---> 9d897a3b3da0 05:47:05 05:47:05 Successfully built 9d897a3b3da0 05:47:05 Successfully tagged security-secretstore-setup-arm64:latest 05:47:37  Building security-secretstore-setup ... done Removing intermediate container 46197271dc5a 05:47:37 ---> 63694ca76770 05:47:37 05:47:37 Step 10/22 : FROM alpine:3.16 05:47:37 ---> 4c81e5bf8899 05:47:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:47:37 ---> Running in 62b9f706e2b1 05:47:37 Removing intermediate container 62b9f706e2b1 05:47:37 ---> 8d6b514119fc 05:47:37 Step 12/22 : ENV APP_PORT=59880 05:47:37 ---> Running in 00da7cab6ac7 05:47:37 Removing intermediate container 00da7cab6ac7 05:47:37 ---> e890e89538f8 05:47:37 Step 13/22 : EXPOSE $APP_PORT 05:47:38 ---> Running in 5dc1ef7ca2a5 05:47:38 Removing intermediate container 5dc1ef7ca2a5 05:47:38 ---> d7006ac26688 05:47:38 Step 14/22 : RUN apk add --update --no-cache dumb-init 05:47:38 ---> Running in 4b5175c2afba 05:47:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:47:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:47:41 (1/1) Installing dumb-init (1.2.5-r1) 05:47:41 Executing busybox-1.35.0-r17.trigger 05:47:41 OK: 5 MiB in 15 packages 05:47:43 Removing intermediate container 4b5175c2afba 05:47:43 ---> 39d0e2c72957 05:47:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:47:43 ---> 83f23cf3cfc5 05:47:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:47:44 ---> 62fa37372052 05:47:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 05:47:45 ---> a9f2a151d103 05:47:45 Step 18/22 : ENTRYPOINT ["/core-data"] 05:47:45 ---> Running in 86d63c008353 05:47:45 Removing intermediate container 86d63c008353 05:47:45 ---> ff6ef263195b 05:47:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:47:45 ---> Running in 5027930c7efa 05:47:46 Removing intermediate container 5027930c7efa 05:47:46 ---> 065c61beb313 05:47:46 Step 20/22 : LABEL arch=arm64 05:47:46 ---> Running in d8bc44b28185 05:47:46 Removing intermediate container d8bc44b28185 05:47:46 ---> 235023850930 05:47:46 Step 21/22 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:47:46 ---> Running in fee26b8e759e 05:47:47 Removing intermediate container fee26b8e759e 05:47:47 ---> 2fe690d48751 05:47:47 Step 22/22 : LABEL version=3.0.0-dev.56 05:47:47 ---> Running in c312ebc531a3 05:47:47 Removing intermediate container c312ebc531a3 05:47:47 ---> 0c16b34d9c10 05:47:47 05:47:47 Successfully built 0c16b34d9c10 05:47:47 Successfully tagged core-data-arm64:latest 05:48:02  Building core-data ... done Removing intermediate container b1f7a57b7b28 05:48:02 ---> e6c2cc361ebf 05:48:02 05:48:02 Step 10/22 : FROM alpine:3.16 05:48:02 ---> 4c81e5bf8899 05:48:02 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 05:48:02 ---> Running in ccbae741a3b6 05:48:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:48:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:48:04 (1/2) Installing ca-certificates (20220614-r0) 05:48:04 (2/2) Installing dumb-init (1.2.5-r1) 05:48:05 Executing busybox-1.35.0-r17.trigger 05:48:05 Executing ca-certificates-20220614-r0.trigger 05:48:05 OK: 6 MiB in 16 packages 05:48:06 Removing intermediate container ccbae741a3b6 05:48:06 ---> f795c813c9da 05:48:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 05:48:06 ---> Running in 16a3b97d238a 05:48:07 Removing intermediate container 16a3b97d238a 05:48:07 ---> 1373e82927e2 05:48:07 Step 13/22 : ENV APP_PORT=59860 05:48:07 ---> Running in 31018f0ddbf6 05:48:07 Removing intermediate container 31018f0ddbf6 05:48:07 ---> 317c2ad0f9f9 05:48:07 Step 14/22 : EXPOSE $APP_PORT 05:48:07 ---> Running in f7ff1f81c70e 05:48:08 Removing intermediate container f7ff1f81c70e 05:48:08 ---> 6bed9c6f9fe3 05:48:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:48:08 ---> c9639cb63c44 05:48:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:48:09 ---> c03ea152be6d 05:48:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 05:48:10 ---> 16937ee31c3d 05:48:10 Step 18/22 : ENTRYPOINT ["/support-notifications"] 05:48:10 ---> Running in 147c65637090 05:48:10 Removing intermediate container 147c65637090 05:48:10 ---> 921714f53873 05:48:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:48:10 ---> Running in f12d4f93e38c 05:48:11 Removing intermediate container f12d4f93e38c 05:48:11 ---> 0f26b4238c5e 05:48:11 Step 20/22 : LABEL arch=arm64 05:48:11 ---> Running in 41d4c1bdb4d3 05:48:11 Removing intermediate container 41d4c1bdb4d3 05:48:11 ---> 917bdd5c704d 05:48:11 Step 21/22 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:48:11 ---> Running in 9daf5d2e2312 05:48:11 Removing intermediate container 9daf5d2e2312 05:48:11 ---> 7cd2376418a0 05:48:11 Step 22/22 : LABEL version=3.0.0-dev.56 05:48:11 ---> Running in ba25a66a2196 05:48:12 Removing intermediate container ba25a66a2196 05:48:12 ---> 2163ae5e9924 05:48:12 05:48:12 Successfully built 2163ae5e9924 05:48:12 Successfully tagged support-notifications-arm64:latest 05:48:12  Building support-notifications ... done  [Pipeline] } 05:48:12 $ docker stop --time=1 e32d576a1ebd7180f492cdb8af38b09ecd4cc4eadc61fcb46e3ca13d55afae2d 05:48:14 $ docker rm -f --volumes e32d576a1ebd7180f492cdb8af38b09ecd4cc4eadc61fcb46e3ca13d55afae2d [Pipeline] // withDockerContainer [Pipeline] sh 05:48:15 + docker images 05:48:15 REPOSITORY TAG IMAGE ID CREATED SIZE 05:48:15 support-notifications-arm64 latest 2163ae5e9924 4 seconds ago 29.7MB 05:48:15 e6c2cc361ebf 15 seconds ago 1.4GB 05:48:15 core-data-arm64 latest 0c16b34d9c10 28 seconds ago 17.2MB 05:48:15 63694ca76770 40 seconds ago 1.34GB 05:48:15 security-secretstore-setup-arm64 latest 9d897a3b3da0 About a minute ago 29MB 05:48:15 66c375653d19 About a minute ago 1.33GB 05:48:15 security-proxy-setup-arm64 latest 96017ddc2399 About a minute ago 26.9MB 05:48:15 42282e038162 2 minutes ago 1.33GB 05:48:15 support-scheduler-arm64 latest 19af96ff35ab 2 minutes ago 29MB 05:48:15 05e7f1244f8a 3 minutes ago 1.4GB 05:48:15 security-spire-agent-arm64 latest 2443b1f85bbf 7 minutes ago 122MB 05:48:15 security-spire-server-arm64 latest 54ab3721347b 7 minutes ago 84.3MB 05:48:15 40d304dbb42e 8 minutes ago 1.21GB 05:48:15 security-spire-config-arm64 latest a06c9cdfdfd3 8 minutes ago 83.6MB 05:48:15 e3db8efa1ab2 8 minutes ago 1.21GB 05:48:15 security-spiffe-token-provider-arm64 latest d3044fd486a3 10 minutes ago 29.1MB 05:48:15 684743b4973a 10 minutes ago 1.37GB 05:48:15 core-metadata-arm64 latest 732ab974931f 11 minutes ago 17.7MB 05:48:15 core-command-arm64 latest a1da1661bf7c 11 minutes ago 17MB 05:48:15 a941c6f8dd6b 11 minutes ago 1.34GB 05:48:15 core-common-config-bootstrapper-arm64 latest 3eda2b9b5fc9 11 minutes ago 14.9MB 05:48:15 security-bootstrapper-arm64 latest 9f764f1438e1 11 minutes ago 19.6MB 05:48:15 ba6b29466099 11 minutes ago 1.34GB 05:48:15 61e3cf1287e4 12 minutes ago 1.33GB 05:48:15 0dd206b0cf61 12 minutes ago 1.33GB 05:48:15 ci-base-image-arm64 latest 8e4d42fc8a53 21 minutes ago 905MB 05:48:15 alpine 3.15 354640af7b1b 6 days ago 5.34MB 05:48:15 alpine 3.16 4c81e5bf8899 6 days ago 5.3MB 05:48:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB 05:48:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:48:15 provisioning config files... 05:48:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/417@tmp/config10306297239940738940tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:48:15 ---> docker-login.sh 05:48:15 nexus3.edgexfoundry.org:10001 05:48:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:16 Configure a credential helper to remove this warning. See 05:48:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:16 05:48:16 Login Succeeded 05:48:16 nexus3.edgexfoundry.org:10002 05:48:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:16 Configure a credential helper to remove this warning. See 05:48:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:16 05:48:16 Login Succeeded 05:48:16 nexus3.edgexfoundry.org:10003 05:48:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:16 Configure a credential helper to remove this warning. See 05:48:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:16 05:48:16 Login Succeeded 05:48:16 nexus3.edgexfoundry.org:10004 05:48:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:17 Configure a credential helper to remove this warning. See 05:48:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:17 05:48:17 Login Succeeded 05:48:17 docker.io 05:48:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:17 Configure a credential helper to remove this warning. See 05:48:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:17 05:48:17 Login Succeeded 05:48:17 ---> docker-login.sh ends [Pipeline] } 05:48:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:48:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:48:17 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 05:48:17 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:48:17 latest 05:48:17 3.0.0-dev.56 05:48:17 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:48:17 main 05:48:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:18 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:18 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:48:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:48:18 ac79dde28a4f: Preparing 05:48:18 3928f1a27646: Preparing 05:48:18 00f182ec98a4: Preparing 05:48:18 ea9ffc266a8a: Preparing 05:48:18 f70ee36035b9: Preparing 05:48:18 f70ee36035b9: Layer already exists 05:48:18 00f182ec98a4: Pushed 05:48:18 ac79dde28a4f: Pushed 05:48:18 ea9ffc266a8a: Pushed 05:48:22 3928f1a27646: Pushed 05:48:22 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:9192295765c7edcca3ab2cd8e3fbb5ce4f00ee76c815e3ab3f205c0c01f38704 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:22 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:23 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 05:48:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:48:23 ac79dde28a4f: Preparing 05:48:23 3928f1a27646: Preparing 05:48:23 00f182ec98a4: Preparing 05:48:23 ea9ffc266a8a: Preparing 05:48:23 f70ee36035b9: Preparing 05:48:23 f70ee36035b9: Layer already exists 05:48:23 00f182ec98a4: Layer already exists 05:48:23 ac79dde28a4f: Layer already exists 05:48:23 3928f1a27646: Layer already exists 05:48:23 ea9ffc266a8a: Layer already exists 05:48:23 latest: digest: sha256:9192295765c7edcca3ab2cd8e3fbb5ce4f00ee76c815e3ab3f205c0c01f38704 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:23 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:23 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.56 05:48:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:48:23 ac79dde28a4f: Preparing 05:48:23 3928f1a27646: Preparing 05:48:23 00f182ec98a4: Preparing 05:48:23 ea9ffc266a8a: Preparing 05:48:23 f70ee36035b9: Preparing 05:48:23 00f182ec98a4: Layer already exists 05:48:23 f70ee36035b9: Layer already exists 05:48:23 ac79dde28a4f: Layer already exists 05:48:23 3928f1a27646: Layer already exists 05:48:23 ea9ffc266a8a: Layer already exists 05:48:23 3.0.0-dev.56: digest: sha256:9192295765c7edcca3ab2cd8e3fbb5ce4f00ee76c815e3ab3f205c0c01f38704 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:24 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:24 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:48:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:48:24 ac79dde28a4f: Preparing 05:48:24 3928f1a27646: Preparing 05:48:24 00f182ec98a4: Preparing 05:48:24 ea9ffc266a8a: Preparing 05:48:24 f70ee36035b9: Preparing 05:48:24 ea9ffc266a8a: Layer already exists 05:48:24 ac79dde28a4f: Layer already exists 05:48:24 3928f1a27646: Layer already exists 05:48:24 f70ee36035b9: Layer already exists 05:48:24 00f182ec98a4: Layer already exists 05:48:24 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:9192295765c7edcca3ab2cd8e3fbb5ce4f00ee76c815e3ab3f205c0c01f38704 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:25 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:25 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 05:48:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:48:25 ac79dde28a4f: Preparing 05:48:25 3928f1a27646: Preparing 05:48:25 00f182ec98a4: Preparing 05:48:25 ea9ffc266a8a: Preparing 05:48:25 f70ee36035b9: Preparing 05:48:25 3928f1a27646: Layer already exists 05:48:25 ea9ffc266a8a: Layer already exists 05:48:25 f70ee36035b9: Layer already exists 05:48:25 00f182ec98a4: Layer already exists 05:48:25 ac79dde28a4f: Layer already exists 05:48:26 main: digest: sha256:9192295765c7edcca3ab2cd8e3fbb5ce4f00ee76c815e3ab3f205c0c01f38704 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:48:26 ===================================================== [Pipeline] echo 05:48:26 taggedImages: 05:48:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:48:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 05:48:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.56 05:48:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:48:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 05:48:26 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 05:48:26 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:48:26 latest 05:48:26 3.0.0-dev.56 05:48:26 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:48:26 main 05:48:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:26 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:27 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:48:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:48:27 134083dc2f46: Preparing 05:48:27 dc27f6c95545: Preparing 05:48:27 6a4278fc8bfb: Preparing 05:48:27 e95fc2c4aa96: Preparing 05:48:27 00f182ec98a4: Preparing 05:48:27 861efdde0ce2: Preparing 05:48:27 f70ee36035b9: Preparing 05:48:27 861efdde0ce2: Waiting 05:48:27 f70ee36035b9: Waiting 05:48:27 00f182ec98a4: Layer already exists 05:48:27 dc27f6c95545: Pushed 05:48:27 6a4278fc8bfb: Pushed 05:48:27 134083dc2f46: Pushed 05:48:27 f70ee36035b9: Layer already exists 05:48:27 861efdde0ce2: Pushed 05:48:29 e95fc2c4aa96: Pushed 05:48:30 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:5d9f2d3b112c26eb733bd1eebf66dca43fb4d6c0719b119010eac9e0dc7dd4ba size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:30 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:30 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 05:48:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:48:30 134083dc2f46: Preparing 05:48:30 dc27f6c95545: Preparing 05:48:30 6a4278fc8bfb: Preparing 05:48:30 e95fc2c4aa96: Preparing 05:48:30 00f182ec98a4: Preparing 05:48:30 861efdde0ce2: Preparing 05:48:30 f70ee36035b9: Preparing 05:48:30 861efdde0ce2: Waiting 05:48:30 f70ee36035b9: Waiting 05:48:30 134083dc2f46: Layer already exists 05:48:30 00f182ec98a4: Layer already exists 05:48:30 dc27f6c95545: Layer already exists 05:48:30 e95fc2c4aa96: Layer already exists 05:48:30 6a4278fc8bfb: Layer already exists 05:48:30 861efdde0ce2: Layer already exists 05:48:30 f70ee36035b9: Layer already exists 05:48:31 latest: digest: sha256:5d9f2d3b112c26eb733bd1eebf66dca43fb4d6c0719b119010eac9e0dc7dd4ba size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:31 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.56 05:48:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:48:31 134083dc2f46: Preparing 05:48:31 dc27f6c95545: Preparing 05:48:31 6a4278fc8bfb: Preparing 05:48:31 e95fc2c4aa96: Preparing 05:48:31 00f182ec98a4: Preparing 05:48:31 861efdde0ce2: Preparing 05:48:31 f70ee36035b9: Preparing 05:48:31 861efdde0ce2: Waiting 05:48:31 f70ee36035b9: Waiting 05:48:31 6a4278fc8bfb: Layer already exists 05:48:31 134083dc2f46: Layer already exists 05:48:31 e95fc2c4aa96: Layer already exists 05:48:31 00f182ec98a4: Layer already exists 05:48:31 dc27f6c95545: Layer already exists 05:48:31 f70ee36035b9: Layer already exists 05:48:31 861efdde0ce2: Layer already exists 05:48:32 3.0.0-dev.56: digest: sha256:5d9f2d3b112c26eb733bd1eebf66dca43fb4d6c0719b119010eac9e0dc7dd4ba size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:32 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:48:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:48:32 134083dc2f46: Preparing 05:48:32 dc27f6c95545: Preparing 05:48:32 6a4278fc8bfb: Preparing 05:48:32 e95fc2c4aa96: Preparing 05:48:32 00f182ec98a4: Preparing 05:48:32 861efdde0ce2: Preparing 05:48:32 f70ee36035b9: Preparing 05:48:32 861efdde0ce2: Waiting 05:48:32 f70ee36035b9: Waiting 05:48:32 00f182ec98a4: Layer already exists 05:48:32 dc27f6c95545: Layer already exists 05:48:32 134083dc2f46: Layer already exists 05:48:32 6a4278fc8bfb: Layer already exists 05:48:32 e95fc2c4aa96: Layer already exists 05:48:32 861efdde0ce2: Layer already exists 05:48:32 f70ee36035b9: Layer already exists 05:48:33 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:5d9f2d3b112c26eb733bd1eebf66dca43fb4d6c0719b119010eac9e0dc7dd4ba size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:33 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 05:48:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:48:33 134083dc2f46: Preparing 05:48:33 dc27f6c95545: Preparing 05:48:33 6a4278fc8bfb: Preparing 05:48:33 e95fc2c4aa96: Preparing 05:48:33 00f182ec98a4: Preparing 05:48:33 861efdde0ce2: Preparing 05:48:33 f70ee36035b9: Preparing 05:48:33 861efdde0ce2: Waiting 05:48:33 f70ee36035b9: Waiting 05:48:33 00f182ec98a4: Layer already exists 05:48:33 134083dc2f46: Layer already exists 05:48:33 6a4278fc8bfb: Layer already exists 05:48:33 e95fc2c4aa96: Layer already exists 05:48:33 dc27f6c95545: Layer already exists 05:48:33 f70ee36035b9: Layer already exists 05:48:33 861efdde0ce2: Layer already exists 05:48:34 main: digest: sha256:5d9f2d3b112c26eb733bd1eebf66dca43fb4d6c0719b119010eac9e0dc7dd4ba size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:48:34 ===================================================== [Pipeline] echo 05:48:34 taggedImages: 05:48:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:48:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 05:48:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.56 05:48:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:48:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 05:48:34 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 05:48:34 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:48:34 latest 05:48:34 3.0.0-dev.56 05:48:34 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:48:34 main 05:48:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:34 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:34 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:48:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:48:34 533f5febd1cc: Preparing 05:48:34 b004f8703c68: Preparing 05:48:34 00f182ec98a4: Preparing 05:48:34 39af41cd6bb9: Preparing 05:48:34 f70ee36035b9: Preparing 05:48:34 f70ee36035b9: Layer already exists 05:48:34 00f182ec98a4: Layer already exists 05:48:35 533f5febd1cc: Pushed 05:48:35 39af41cd6bb9: Pushed 05:48:38 b004f8703c68: Pushed 05:48:38 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:dec9a0380f0fccc36fe4ddcb0e06f8bdff55f22abff70f02b727c278b988a410 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:38 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:39 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 05:48:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:48:39 533f5febd1cc: Preparing 05:48:39 b004f8703c68: Preparing 05:48:39 00f182ec98a4: Preparing 05:48:39 39af41cd6bb9: Preparing 05:48:39 f70ee36035b9: Preparing 05:48:39 533f5febd1cc: Layer already exists 05:48:39 39af41cd6bb9: Layer already exists 05:48:39 f70ee36035b9: Layer already exists 05:48:39 00f182ec98a4: Layer already exists 05:48:39 b004f8703c68: Layer already exists 05:48:39 latest: digest: sha256:dec9a0380f0fccc36fe4ddcb0e06f8bdff55f22abff70f02b727c278b988a410 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:39 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:40 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.56 05:48:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:48:40 533f5febd1cc: Preparing 05:48:40 b004f8703c68: Preparing 05:48:40 00f182ec98a4: Preparing 05:48:40 39af41cd6bb9: Preparing 05:48:40 f70ee36035b9: Preparing 05:48:40 39af41cd6bb9: Layer already exists 05:48:40 533f5febd1cc: Layer already exists 05:48:40 00f182ec98a4: Layer already exists 05:48:40 b004f8703c68: Layer already exists 05:48:40 f70ee36035b9: Layer already exists 05:48:40 3.0.0-dev.56: digest: sha256:dec9a0380f0fccc36fe4ddcb0e06f8bdff55f22abff70f02b727c278b988a410 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:40 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:41 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:48:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:48:41 533f5febd1cc: Preparing 05:48:41 b004f8703c68: Preparing 05:48:41 00f182ec98a4: Preparing 05:48:41 39af41cd6bb9: Preparing 05:48:41 f70ee36035b9: Preparing 05:48:41 39af41cd6bb9: Layer already exists 05:48:41 b004f8703c68: Layer already exists 05:48:41 00f182ec98a4: Layer already exists 05:48:41 533f5febd1cc: Layer already exists 05:48:41 f70ee36035b9: Layer already exists 05:48:41 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:dec9a0380f0fccc36fe4ddcb0e06f8bdff55f22abff70f02b727c278b988a410 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:41 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:42 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 05:48:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:48:42 533f5febd1cc: Preparing 05:48:42 b004f8703c68: Preparing 05:48:42 00f182ec98a4: Preparing 05:48:42 39af41cd6bb9: Preparing 05:48:42 f70ee36035b9: Preparing 05:48:42 533f5febd1cc: Layer already exists 05:48:42 39af41cd6bb9: Layer already exists 05:48:42 00f182ec98a4: Layer already exists 05:48:42 f70ee36035b9: Layer already exists 05:48:42 b004f8703c68: Layer already exists 05:48:42 main: digest: sha256:dec9a0380f0fccc36fe4ddcb0e06f8bdff55f22abff70f02b727c278b988a410 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:48:42 ===================================================== [Pipeline] echo 05:48:42 taggedImages: 05:48:42 - nexus3.edgexfoundry.org:10004/core-data-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:48:42 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 05:48:42 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.56 05:48:42 - nexus3.edgexfoundry.org:10004/core-data-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:48:42 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 05:48:42 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 05:48:42 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:48:42 latest 05:48:42 3.0.0-dev.56 05:48:42 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:48:42 main 05:48:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:42 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:43 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:48:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:48:43 95af3aefbf31: Preparing 05:48:43 24641f359ba5: Preparing 05:48:43 835d826e75cb: Preparing 05:48:43 00f182ec98a4: Preparing 05:48:43 ea9ffc266a8a: Preparing 05:48:43 f70ee36035b9: Preparing 05:48:43 f70ee36035b9: Waiting 05:48:43 00f182ec98a4: Layer already exists 05:48:43 ea9ffc266a8a: Layer already exists 05:48:43 f70ee36035b9: Layer already exists 05:48:43 95af3aefbf31: Pushed 05:48:43 24641f359ba5: Pushed 05:48:46 835d826e75cb: Pushed 05:48:46 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:6d657fb2f36390294b6d875b9be30945eb5d7cf0e705108d02c0ba0d7be2377b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:47 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:47 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 05:48:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:48:47 95af3aefbf31: Preparing 05:48:47 24641f359ba5: Preparing 05:48:47 835d826e75cb: Preparing 05:48:47 00f182ec98a4: Preparing 05:48:47 ea9ffc266a8a: Preparing 05:48:47 f70ee36035b9: Preparing 05:48:47 f70ee36035b9: Waiting 05:48:47 00f182ec98a4: Layer already exists 05:48:47 24641f359ba5: Layer already exists 05:48:47 835d826e75cb: Layer already exists 05:48:47 95af3aefbf31: Layer already exists 05:48:47 ea9ffc266a8a: Layer already exists 05:48:47 f70ee36035b9: Layer already exists 05:48:47 latest: digest: sha256:6d657fb2f36390294b6d875b9be30945eb5d7cf0e705108d02c0ba0d7be2377b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:48 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:48 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.56 05:48:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:48:48 95af3aefbf31: Preparing 05:48:48 24641f359ba5: Preparing 05:48:48 835d826e75cb: Preparing 05:48:48 00f182ec98a4: Preparing 05:48:48 ea9ffc266a8a: Preparing 05:48:48 f70ee36035b9: Preparing 05:48:48 835d826e75cb: Layer already exists 05:48:48 95af3aefbf31: Layer already exists 05:48:48 00f182ec98a4: Layer already exists 05:48:48 ea9ffc266a8a: Layer already exists 05:48:48 24641f359ba5: Layer already exists 05:48:48 f70ee36035b9: Layer already exists 05:48:48 3.0.0-dev.56: digest: sha256:6d657fb2f36390294b6d875b9be30945eb5d7cf0e705108d02c0ba0d7be2377b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:49 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:48:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:48:49 95af3aefbf31: Preparing 05:48:49 24641f359ba5: Preparing 05:48:49 835d826e75cb: Preparing 05:48:49 00f182ec98a4: Preparing 05:48:49 ea9ffc266a8a: Preparing 05:48:49 f70ee36035b9: Preparing 05:48:49 835d826e75cb: Layer already exists 05:48:49 ea9ffc266a8a: Layer already exists 05:48:49 95af3aefbf31: Layer already exists 05:48:49 24641f359ba5: Layer already exists 05:48:49 00f182ec98a4: Layer already exists 05:48:49 f70ee36035b9: Layer already exists 05:48:49 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:6d657fb2f36390294b6d875b9be30945eb5d7cf0e705108d02c0ba0d7be2377b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:50 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 05:48:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:48:50 95af3aefbf31: Preparing 05:48:50 24641f359ba5: Preparing 05:48:50 835d826e75cb: Preparing 05:48:50 00f182ec98a4: Preparing 05:48:50 ea9ffc266a8a: Preparing 05:48:50 f70ee36035b9: Preparing 05:48:50 f70ee36035b9: Waiting 05:48:50 95af3aefbf31: Layer already exists 05:48:50 24641f359ba5: Layer already exists 05:48:50 ea9ffc266a8a: Layer already exists 05:48:50 00f182ec98a4: Layer already exists 05:48:50 835d826e75cb: Layer already exists 05:48:50 f70ee36035b9: Layer already exists 05:48:50 main: digest: sha256:6d657fb2f36390294b6d875b9be30945eb5d7cf0e705108d02c0ba0d7be2377b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:48:50 ===================================================== [Pipeline] echo 05:48:50 taggedImages: 05:48:50 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:48:50 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 05:48:50 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.56 05:48:50 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:48:50 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 05:48:50 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 05:48:50 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:48:50 latest 05:48:50 3.0.0-dev.56 05:48:50 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:48:50 main 05:48:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:51 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:51 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:48:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:48:51 d665a072c8aa: Preparing 05:48:51 d665a072c8aa: Preparing 05:48:51 2b6eafb78b3f: Preparing 05:48:51 739e1036b5a0: Preparing 05:48:51 b8154972a5ce: Preparing 05:48:51 67de1bccf505: Preparing 05:48:51 4defe6a5bc1d: Preparing 05:48:51 00f182ec98a4: Preparing 05:48:51 8eeb370d7064: Preparing 05:48:51 c896b96969d2: Preparing 05:48:51 cfc1cc073e38: Preparing 05:48:51 f36c5b095eaf: Preparing 05:48:51 f70ee36035b9: Preparing 05:48:51 00f182ec98a4: Waiting 05:48:51 8eeb370d7064: Waiting 05:48:51 c896b96969d2: Waiting 05:48:51 cfc1cc073e38: Waiting 05:48:51 f70ee36035b9: Waiting 05:48:51 f36c5b095eaf: Waiting 05:48:51 d665a072c8aa: Pushed 05:48:51 b8154972a5ce: Pushed 05:48:51 739e1036b5a0: Pushed 05:48:51 2b6eafb78b3f: Pushed 05:48:51 67de1bccf505: Pushed 05:48:52 00f182ec98a4: Layer already exists 05:48:52 8eeb370d7064: Pushed 05:48:52 c896b96969d2: Pushed 05:48:52 f70ee36035b9: Layer already exists 05:48:52 cfc1cc073e38: Pushed 05:48:52 f36c5b095eaf: Pushed 05:48:56 4defe6a5bc1d: Pushed 05:48:56 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:646bb785986b5fb4141f812c37291714db37ff77ff2b8d1aee50104f09e2d320 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:56 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 05:48:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:48:57 d665a072c8aa: Preparing 05:48:57 d665a072c8aa: Preparing 05:48:57 2b6eafb78b3f: Preparing 05:48:57 739e1036b5a0: Preparing 05:48:57 b8154972a5ce: Preparing 05:48:57 67de1bccf505: Preparing 05:48:57 4defe6a5bc1d: Preparing 05:48:57 00f182ec98a4: Preparing 05:48:57 8eeb370d7064: Preparing 05:48:57 c896b96969d2: Preparing 05:48:57 cfc1cc073e38: Preparing 05:48:57 f36c5b095eaf: Preparing 05:48:57 f70ee36035b9: Preparing 05:48:57 4defe6a5bc1d: Waiting 05:48:57 c896b96969d2: Waiting 05:48:57 00f182ec98a4: Waiting 05:48:57 8eeb370d7064: Waiting 05:48:57 f36c5b095eaf: Waiting 05:48:57 f70ee36035b9: Waiting 05:48:57 cfc1cc073e38: Waiting 05:48:57 b8154972a5ce: Layer already exists 05:48:57 67de1bccf505: Layer already exists 05:48:57 d665a072c8aa: Layer already exists 05:48:57 2b6eafb78b3f: Layer already exists 05:48:57 739e1036b5a0: Layer already exists 05:48:57 00f182ec98a4: Layer already exists 05:48:57 8eeb370d7064: Layer already exists 05:48:57 4defe6a5bc1d: Layer already exists 05:48:57 c896b96969d2: Layer already exists 05:48:57 cfc1cc073e38: Layer already exists 05:48:57 f70ee36035b9: Layer already exists 05:48:57 f36c5b095eaf: Layer already exists 05:48:57 latest: digest: sha256:646bb785986b5fb4141f812c37291714db37ff77ff2b8d1aee50104f09e2d320 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:57 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.56 05:48:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:48:58 d665a072c8aa: Preparing 05:48:58 d665a072c8aa: Preparing 05:48:58 2b6eafb78b3f: Preparing 05:48:58 739e1036b5a0: Preparing 05:48:58 b8154972a5ce: Preparing 05:48:58 67de1bccf505: Preparing 05:48:58 4defe6a5bc1d: Preparing 05:48:58 00f182ec98a4: Preparing 05:48:58 8eeb370d7064: Preparing 05:48:58 c896b96969d2: Preparing 05:48:58 cfc1cc073e38: Preparing 05:48:58 f36c5b095eaf: Preparing 05:48:58 f70ee36035b9: Preparing 05:48:58 c896b96969d2: Waiting 05:48:58 cfc1cc073e38: Waiting 05:48:58 4defe6a5bc1d: Waiting 05:48:58 00f182ec98a4: Waiting 05:48:58 8eeb370d7064: Waiting 05:48:58 f36c5b095eaf: Waiting 05:48:58 d665a072c8aa: Layer already exists 05:48:58 2b6eafb78b3f: Layer already exists 05:48:58 67de1bccf505: Layer already exists 05:48:58 739e1036b5a0: Layer already exists 05:48:58 b8154972a5ce: Layer already exists 05:48:58 4defe6a5bc1d: Layer already exists 05:48:58 00f182ec98a4: Layer already exists 05:48:58 8eeb370d7064: Layer already exists 05:48:58 c896b96969d2: Layer already exists 05:48:58 cfc1cc073e38: Layer already exists 05:48:58 f70ee36035b9: Layer already exists 05:48:58 f36c5b095eaf: Layer already exists 05:48:58 3.0.0-dev.56: digest: sha256:646bb785986b5fb4141f812c37291714db37ff77ff2b8d1aee50104f09e2d320 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:58 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:48:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:48:59 d665a072c8aa: Preparing 05:48:59 d665a072c8aa: Preparing 05:48:59 2b6eafb78b3f: Preparing 05:48:59 739e1036b5a0: Preparing 05:48:59 b8154972a5ce: Preparing 05:48:59 67de1bccf505: Preparing 05:48:59 4defe6a5bc1d: Preparing 05:48:59 00f182ec98a4: Preparing 05:48:59 8eeb370d7064: Preparing 05:48:59 c896b96969d2: Preparing 05:48:59 cfc1cc073e38: Preparing 05:48:59 f36c5b095eaf: Preparing 05:48:59 f70ee36035b9: Preparing 05:48:59 c896b96969d2: Waiting 05:48:59 cfc1cc073e38: Waiting 05:48:59 f36c5b095eaf: Waiting 05:48:59 f70ee36035b9: Waiting 05:48:59 00f182ec98a4: Waiting 05:48:59 4defe6a5bc1d: Waiting 05:48:59 8eeb370d7064: Waiting 05:48:59 739e1036b5a0: Layer already exists 05:48:59 d665a072c8aa: Layer already exists 05:48:59 b8154972a5ce: Layer already exists 05:48:59 67de1bccf505: Layer already exists 05:48:59 2b6eafb78b3f: Layer already exists 05:48:59 4defe6a5bc1d: Layer already exists 05:48:59 c896b96969d2: Layer already exists 05:48:59 00f182ec98a4: Layer already exists 05:48:59 cfc1cc073e38: Layer already exists 05:48:59 8eeb370d7064: Layer already exists 05:48:59 f70ee36035b9: Layer already exists 05:48:59 f36c5b095eaf: Layer already exists 05:48:59 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:646bb785986b5fb4141f812c37291714db37ff77ff2b8d1aee50104f09e2d320 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:59 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 05:49:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:49:00 d665a072c8aa: Preparing 05:49:00 d665a072c8aa: Preparing 05:49:00 2b6eafb78b3f: Preparing 05:49:00 739e1036b5a0: Preparing 05:49:00 b8154972a5ce: Preparing 05:49:00 67de1bccf505: Preparing 05:49:00 4defe6a5bc1d: Preparing 05:49:00 00f182ec98a4: Preparing 05:49:00 8eeb370d7064: Preparing 05:49:00 4defe6a5bc1d: Waiting 05:49:00 c896b96969d2: Preparing 05:49:00 00f182ec98a4: Waiting 05:49:00 cfc1cc073e38: Preparing 05:49:00 f36c5b095eaf: Preparing 05:49:00 f70ee36035b9: Preparing 05:49:00 c896b96969d2: Waiting 05:49:00 cfc1cc073e38: Waiting 05:49:00 f36c5b095eaf: Waiting 05:49:00 f70ee36035b9: Waiting 05:49:00 8eeb370d7064: Waiting 05:49:00 b8154972a5ce: Layer already exists 05:49:00 d665a072c8aa: Layer already exists 05:49:00 2b6eafb78b3f: Layer already exists 05:49:00 67de1bccf505: Layer already exists 05:49:00 739e1036b5a0: Layer already exists 05:49:00 4defe6a5bc1d: Layer already exists 05:49:00 8eeb370d7064: Layer already exists 05:49:00 00f182ec98a4: Layer already exists 05:49:00 c896b96969d2: Layer already exists 05:49:00 cfc1cc073e38: Layer already exists 05:49:00 f36c5b095eaf: Layer already exists 05:49:00 f70ee36035b9: Layer already exists 05:49:00 main: digest: sha256:646bb785986b5fb4141f812c37291714db37ff77ff2b8d1aee50104f09e2d320 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:49:00 ===================================================== [Pipeline] echo 05:49:00 taggedImages: 05:49:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:49:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 05:49:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.56 05:49:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:49:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 05:49:00 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 05:49:00 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:49:00 latest 05:49:00 3.0.0-dev.56 05:49:00 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:49:00 main 05:49:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:00 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:49:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:49:01 e673fc4066dc: Preparing 05:49:01 c1c61101dea8: Preparing 05:49:01 aacdb65dfffa: Preparing 05:49:01 1eb740fdb31e: Preparing 05:49:01 705958841d8c: Preparing 05:49:01 0d5a838c4df5: Preparing 05:49:01 343bcd59e9e3: Preparing 05:49:01 f70ee36035b9: Preparing 05:49:01 343bcd59e9e3: Waiting 05:49:01 f70ee36035b9: Waiting 05:49:01 0d5a838c4df5: Waiting 05:49:01 e673fc4066dc: Pushed 05:49:01 705958841d8c: Pushed 05:49:01 c1c61101dea8: Pushed 05:49:01 f70ee36035b9: Layer already exists 05:49:01 0d5a838c4df5: Pushed 05:49:02 343bcd59e9e3: Pushed 05:49:04 1eb740fdb31e: Pushed 05:49:04 aacdb65dfffa: Pushed 05:49:04 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:d52be05d4b18736dd8ece1b59ff4bbf2e6bb74468351d9a77cea94502625d1c7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:04 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 05:49:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:49:04 e673fc4066dc: Preparing 05:49:04 c1c61101dea8: Preparing 05:49:04 aacdb65dfffa: Preparing 05:49:04 1eb740fdb31e: Preparing 05:49:04 705958841d8c: Preparing 05:49:04 0d5a838c4df5: Preparing 05:49:04 343bcd59e9e3: Preparing 05:49:04 f70ee36035b9: Preparing 05:49:04 0d5a838c4df5: Waiting 05:49:04 343bcd59e9e3: Waiting 05:49:04 f70ee36035b9: Waiting 05:49:04 aacdb65dfffa: Layer already exists 05:49:04 e673fc4066dc: Layer already exists 05:49:04 705958841d8c: Layer already exists 05:49:04 1eb740fdb31e: Layer already exists 05:49:04 c1c61101dea8: Layer already exists 05:49:04 0d5a838c4df5: Layer already exists 05:49:04 343bcd59e9e3: Layer already exists 05:49:04 f70ee36035b9: Layer already exists 05:49:05 latest: digest: sha256:d52be05d4b18736dd8ece1b59ff4bbf2e6bb74468351d9a77cea94502625d1c7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:05 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.56 05:49:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:49:05 e673fc4066dc: Preparing 05:49:05 c1c61101dea8: Preparing 05:49:05 aacdb65dfffa: Preparing 05:49:05 1eb740fdb31e: Preparing 05:49:05 705958841d8c: Preparing 05:49:05 0d5a838c4df5: Preparing 05:49:05 343bcd59e9e3: Preparing 05:49:05 f70ee36035b9: Preparing 05:49:05 0d5a838c4df5: Waiting 05:49:05 343bcd59e9e3: Waiting 05:49:05 f70ee36035b9: Waiting 05:49:05 705958841d8c: Layer already exists 05:49:05 c1c61101dea8: Layer already exists 05:49:05 aacdb65dfffa: Layer already exists 05:49:05 e673fc4066dc: Layer already exists 05:49:05 1eb740fdb31e: Layer already exists 05:49:05 f70ee36035b9: Layer already exists 05:49:05 343bcd59e9e3: Layer already exists 05:49:05 0d5a838c4df5: Layer already exists 05:49:06 3.0.0-dev.56: digest: sha256:d52be05d4b18736dd8ece1b59ff4bbf2e6bb74468351d9a77cea94502625d1c7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:06 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:49:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:49:06 e673fc4066dc: Preparing 05:49:06 c1c61101dea8: Preparing 05:49:06 aacdb65dfffa: Preparing 05:49:06 1eb740fdb31e: Preparing 05:49:06 705958841d8c: Preparing 05:49:06 0d5a838c4df5: Preparing 05:49:06 343bcd59e9e3: Preparing 05:49:06 f70ee36035b9: Preparing 05:49:06 0d5a838c4df5: Waiting 05:49:06 343bcd59e9e3: Waiting 05:49:06 f70ee36035b9: Waiting 05:49:06 aacdb65dfffa: Layer already exists 05:49:06 e673fc4066dc: Layer already exists 05:49:06 705958841d8c: Layer already exists 05:49:06 1eb740fdb31e: Layer already exists 05:49:06 c1c61101dea8: Layer already exists 05:49:06 343bcd59e9e3: Layer already exists 05:49:06 f70ee36035b9: Layer already exists 05:49:06 0d5a838c4df5: Layer already exists 05:49:07 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:d52be05d4b18736dd8ece1b59ff4bbf2e6bb74468351d9a77cea94502625d1c7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:07 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 05:49:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:49:07 e673fc4066dc: Preparing 05:49:07 c1c61101dea8: Preparing 05:49:07 aacdb65dfffa: Preparing 05:49:07 1eb740fdb31e: Preparing 05:49:07 705958841d8c: Preparing 05:49:07 0d5a838c4df5: Preparing 05:49:07 343bcd59e9e3: Preparing 05:49:07 f70ee36035b9: Preparing 05:49:07 0d5a838c4df5: Waiting 05:49:07 343bcd59e9e3: Waiting 05:49:07 f70ee36035b9: Waiting 05:49:07 1eb740fdb31e: Layer already exists 05:49:07 aacdb65dfffa: Layer already exists 05:49:07 c1c61101dea8: Layer already exists 05:49:07 e673fc4066dc: Layer already exists 05:49:07 705958841d8c: Layer already exists 05:49:07 f70ee36035b9: Layer already exists 05:49:07 343bcd59e9e3: Layer already exists 05:49:07 0d5a838c4df5: Layer already exists 05:49:08 main: digest: sha256:d52be05d4b18736dd8ece1b59ff4bbf2e6bb74468351d9a77cea94502625d1c7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:49:08 ===================================================== [Pipeline] echo 05:49:08 taggedImages: 05:49:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:49:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 05:49:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.56 05:49:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:49:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 05:49:08 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 05:49:08 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:49:08 latest 05:49:08 3.0.0-dev.56 05:49:08 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:49:08 main 05:49:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:08 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:08 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:49:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:49:08 f0e02fc15469: Preparing 05:49:08 5188d823749d: Preparing 05:49:08 00295e90d5e3: Preparing 05:49:08 4e8b1f568eae: Preparing 05:49:08 54f41b0df62a: Preparing 05:49:08 48f8df280698: Preparing 05:49:08 9b856d0ca7ee: Preparing 05:49:08 5aabfec76331: Preparing 05:49:08 d1a8487ffd72: Preparing 05:49:08 f70ee36035b9: Preparing 05:49:08 48f8df280698: Waiting 05:49:08 5aabfec76331: Waiting 05:49:08 d1a8487ffd72: Waiting 05:49:08 f70ee36035b9: Waiting 05:49:08 9b856d0ca7ee: Waiting 05:49:09 f0e02fc15469: Pushed 05:49:09 5188d823749d: Pushed 05:49:09 54f41b0df62a: Pushed 05:49:09 9b856d0ca7ee: Pushed 05:49:09 48f8df280698: Pushed 05:49:09 5aabfec76331: Pushed 05:49:09 f70ee36035b9: Layer already exists 05:49:09 d1a8487ffd72: Pushed 05:49:12 4e8b1f568eae: Pushed 05:49:12 00295e90d5e3: Pushed 05:49:13 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:45cfec0db7ecbd296262ef11a55738c54e27f46e34a7a9436c472150b9ed0861 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:13 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 05:49:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:49:13 f0e02fc15469: Preparing 05:49:13 5188d823749d: Preparing 05:49:13 00295e90d5e3: Preparing 05:49:13 4e8b1f568eae: Preparing 05:49:13 54f41b0df62a: Preparing 05:49:13 48f8df280698: Preparing 05:49:13 9b856d0ca7ee: Preparing 05:49:13 5aabfec76331: Preparing 05:49:13 d1a8487ffd72: Preparing 05:49:13 f70ee36035b9: Preparing 05:49:13 48f8df280698: Waiting 05:49:13 9b856d0ca7ee: Waiting 05:49:13 5aabfec76331: Waiting 05:49:13 d1a8487ffd72: Waiting 05:49:13 f70ee36035b9: Waiting 05:49:13 f0e02fc15469: Layer already exists 05:49:13 54f41b0df62a: Layer already exists 05:49:13 5188d823749d: Layer already exists 05:49:13 4e8b1f568eae: Layer already exists 05:49:13 00295e90d5e3: Layer already exists 05:49:13 48f8df280698: Layer already exists 05:49:13 9b856d0ca7ee: Layer already exists 05:49:13 d1a8487ffd72: Layer already exists 05:49:13 5aabfec76331: Layer already exists 05:49:13 f70ee36035b9: Layer already exists 05:49:14 latest: digest: sha256:45cfec0db7ecbd296262ef11a55738c54e27f46e34a7a9436c472150b9ed0861 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:14 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:14 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.56 05:49:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:49:14 f0e02fc15469: Preparing 05:49:14 5188d823749d: Preparing 05:49:14 00295e90d5e3: Preparing 05:49:14 4e8b1f568eae: Preparing 05:49:14 54f41b0df62a: Preparing 05:49:14 48f8df280698: Preparing 05:49:14 9b856d0ca7ee: Preparing 05:49:14 5aabfec76331: Preparing 05:49:14 d1a8487ffd72: Preparing 05:49:14 f70ee36035b9: Preparing 05:49:14 48f8df280698: Waiting 05:49:14 9b856d0ca7ee: Waiting 05:49:14 f70ee36035b9: Waiting 05:49:14 d1a8487ffd72: Waiting 05:49:14 5aabfec76331: Waiting 05:49:14 f0e02fc15469: Layer already exists 05:49:14 5188d823749d: Layer already exists 05:49:14 4e8b1f568eae: Layer already exists 05:49:14 00295e90d5e3: Layer already exists 05:49:14 54f41b0df62a: Layer already exists 05:49:14 48f8df280698: Layer already exists 05:49:14 9b856d0ca7ee: Layer already exists 05:49:14 5aabfec76331: Layer already exists 05:49:14 f70ee36035b9: Layer already exists 05:49:14 d1a8487ffd72: Layer already exists 05:49:14 3.0.0-dev.56: digest: sha256:45cfec0db7ecbd296262ef11a55738c54e27f46e34a7a9436c472150b9ed0861 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:15 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:15 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:49:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:49:15 f0e02fc15469: Preparing 05:49:15 5188d823749d: Preparing 05:49:15 00295e90d5e3: Preparing 05:49:15 4e8b1f568eae: Preparing 05:49:15 54f41b0df62a: Preparing 05:49:15 48f8df280698: Preparing 05:49:15 9b856d0ca7ee: Preparing 05:49:15 5aabfec76331: Preparing 05:49:15 d1a8487ffd72: Preparing 05:49:15 f70ee36035b9: Preparing 05:49:15 9b856d0ca7ee: Waiting 05:49:15 5aabfec76331: Waiting 05:49:15 d1a8487ffd72: Waiting 05:49:15 f70ee36035b9: Waiting 05:49:15 48f8df280698: Waiting 05:49:15 f0e02fc15469: Layer already exists 05:49:15 00295e90d5e3: Layer already exists 05:49:15 4e8b1f568eae: Layer already exists 05:49:15 54f41b0df62a: Layer already exists 05:49:15 5188d823749d: Layer already exists 05:49:15 48f8df280698: Layer already exists 05:49:15 9b856d0ca7ee: Layer already exists 05:49:15 d1a8487ffd72: Layer already exists 05:49:15 f70ee36035b9: Layer already exists 05:49:15 5aabfec76331: Layer already exists 05:49:15 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:45cfec0db7ecbd296262ef11a55738c54e27f46e34a7a9436c472150b9ed0861 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:16 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:16 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 05:49:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:49:16 f0e02fc15469: Preparing 05:49:16 5188d823749d: Preparing 05:49:16 00295e90d5e3: Preparing 05:49:16 4e8b1f568eae: Preparing 05:49:16 54f41b0df62a: Preparing 05:49:16 48f8df280698: Preparing 05:49:16 9b856d0ca7ee: Preparing 05:49:16 5aabfec76331: Preparing 05:49:16 d1a8487ffd72: Preparing 05:49:16 f70ee36035b9: Preparing 05:49:16 48f8df280698: Waiting 05:49:16 9b856d0ca7ee: Waiting 05:49:16 5aabfec76331: Waiting 05:49:16 f70ee36035b9: Waiting 05:49:16 d1a8487ffd72: Waiting 05:49:16 f0e02fc15469: Layer already exists 05:49:16 5188d823749d: Layer already exists 05:49:16 00295e90d5e3: Layer already exists 05:49:16 4e8b1f568eae: Layer already exists 05:49:16 54f41b0df62a: Layer already exists 05:49:16 5aabfec76331: Layer already exists 05:49:16 d1a8487ffd72: Layer already exists 05:49:16 9b856d0ca7ee: Layer already exists 05:49:16 48f8df280698: Layer already exists 05:49:16 f70ee36035b9: Layer already exists 05:49:16 main: digest: sha256:45cfec0db7ecbd296262ef11a55738c54e27f46e34a7a9436c472150b9ed0861 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:49:16 ===================================================== [Pipeline] echo 05:49:17 taggedImages: 05:49:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:49:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 05:49:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.56 05:49:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:49:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 05:49:17 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 05:49:17 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:49:17 latest 05:49:17 3.0.0-dev.56 05:49:17 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:49:17 main 05:49:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:17 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:17 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:49:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:49:17 ca7bc27c954c: Preparing 05:49:17 4ccb810c494d: Preparing 05:49:17 00f182ec98a4: Preparing 05:49:17 c8395aaa0be4: Preparing 05:49:17 a8cfdf0cc8ec: Preparing 05:49:18 00f182ec98a4: Layer already exists 05:49:18 a8cfdf0cc8ec: Layer already exists 05:49:18 ca7bc27c954c: Pushed 05:49:19 c8395aaa0be4: Pushed 05:49:22 4ccb810c494d: Pushed 05:49:22 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:723e5f7b0497f2adda6b98e51cd2d295feaf4eef8eed5f5777b5ea8ad52d621b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:23 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:23 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 05:49:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:49:23 ca7bc27c954c: Preparing 05:49:23 4ccb810c494d: Preparing 05:49:23 00f182ec98a4: Preparing 05:49:23 c8395aaa0be4: Preparing 05:49:23 a8cfdf0cc8ec: Preparing 05:49:23 4ccb810c494d: Layer already exists 05:49:23 a8cfdf0cc8ec: Layer already exists 05:49:23 00f182ec98a4: Layer already exists 05:49:23 c8395aaa0be4: Layer already exists 05:49:23 ca7bc27c954c: Layer already exists 05:49:23 latest: digest: sha256:723e5f7b0497f2adda6b98e51cd2d295feaf4eef8eed5f5777b5ea8ad52d621b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:24 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:24 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.56 05:49:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:49:24 ca7bc27c954c: Preparing 05:49:24 4ccb810c494d: Preparing 05:49:24 00f182ec98a4: Preparing 05:49:24 c8395aaa0be4: Preparing 05:49:24 a8cfdf0cc8ec: Preparing 05:49:24 00f182ec98a4: Layer already exists 05:49:24 a8cfdf0cc8ec: Layer already exists 05:49:24 4ccb810c494d: Layer already exists 05:49:24 c8395aaa0be4: Layer already exists 05:49:24 ca7bc27c954c: Layer already exists 05:49:24 3.0.0-dev.56: digest: sha256:723e5f7b0497f2adda6b98e51cd2d295feaf4eef8eed5f5777b5ea8ad52d621b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:25 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:25 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:49:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:49:25 ca7bc27c954c: Preparing 05:49:25 4ccb810c494d: Preparing 05:49:25 00f182ec98a4: Preparing 05:49:25 c8395aaa0be4: Preparing 05:49:25 a8cfdf0cc8ec: Preparing 05:49:25 a8cfdf0cc8ec: Layer already exists 05:49:25 00f182ec98a4: Layer already exists 05:49:25 c8395aaa0be4: Layer already exists 05:49:25 4ccb810c494d: Layer already exists 05:49:25 ca7bc27c954c: Layer already exists 05:49:25 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:723e5f7b0497f2adda6b98e51cd2d295feaf4eef8eed5f5777b5ea8ad52d621b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:26 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 05:49:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:49:26 ca7bc27c954c: Preparing 05:49:26 4ccb810c494d: Preparing 05:49:26 00f182ec98a4: Preparing 05:49:26 c8395aaa0be4: Preparing 05:49:26 a8cfdf0cc8ec: Preparing 05:49:26 4ccb810c494d: Layer already exists 05:49:26 a8cfdf0cc8ec: Layer already exists 05:49:26 ca7bc27c954c: Layer already exists 05:49:26 c8395aaa0be4: Layer already exists 05:49:26 00f182ec98a4: Layer already exists 05:49:26 main: digest: sha256:723e5f7b0497f2adda6b98e51cd2d295feaf4eef8eed5f5777b5ea8ad52d621b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:49:26 ===================================================== [Pipeline] echo 05:49:26 taggedImages: 05:49:26 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:49:26 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 05:49:26 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.56 05:49:26 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:49:26 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 05:49:26 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 05:49:26 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:49:26 latest 05:49:26 3.0.0-dev.56 05:49:26 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:49:26 main 05:49:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:27 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:49:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:49:27 d25bcc36c59d: Preparing 05:49:27 4ac01c0ac5b9: Preparing 05:49:27 1d6ee12a240c: Preparing 05:49:27 52431345d545: Preparing 05:49:27 199449eda6fa: Preparing 05:49:27 50684af085b5: Preparing 05:49:27 a8cfdf0cc8ec: Preparing 05:49:27 50684af085b5: Waiting 05:49:27 a8cfdf0cc8ec: Waiting 05:49:27 4ac01c0ac5b9: Pushed 05:49:27 1d6ee12a240c: Pushed 05:49:27 d25bcc36c59d: Pushed 05:49:27 a8cfdf0cc8ec: Layer already exists 05:49:28 50684af085b5: Pushed 05:49:36 199449eda6fa: Pushed 05:49:44 52431345d545: Pushed 05:49:44 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:992a944279c93a964a8f14805ce84117ec1b25593fdf5d57ebe32ec9798bbd00 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:45 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 05:49:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:49:45 d25bcc36c59d: Preparing 05:49:45 4ac01c0ac5b9: Preparing 05:49:45 1d6ee12a240c: Preparing 05:49:45 52431345d545: Preparing 05:49:45 199449eda6fa: Preparing 05:49:45 50684af085b5: Preparing 05:49:45 a8cfdf0cc8ec: Preparing 05:49:45 a8cfdf0cc8ec: Waiting 05:49:45 50684af085b5: Waiting 05:49:45 52431345d545: Layer already exists 05:49:45 199449eda6fa: Layer already exists 05:49:45 1d6ee12a240c: Layer already exists 05:49:45 4ac01c0ac5b9: Layer already exists 05:49:45 d25bcc36c59d: Layer already exists 05:49:45 a8cfdf0cc8ec: Layer already exists 05:49:45 50684af085b5: Layer already exists 05:49:45 latest: digest: sha256:992a944279c93a964a8f14805ce84117ec1b25593fdf5d57ebe32ec9798bbd00 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:46 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.56 05:49:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:49:46 d25bcc36c59d: Preparing 05:49:46 4ac01c0ac5b9: Preparing 05:49:46 1d6ee12a240c: Preparing 05:49:46 52431345d545: Preparing 05:49:46 199449eda6fa: Preparing 05:49:46 50684af085b5: Preparing 05:49:46 a8cfdf0cc8ec: Preparing 05:49:46 50684af085b5: Waiting 05:49:46 a8cfdf0cc8ec: Waiting 05:49:46 199449eda6fa: Layer already exists 05:49:46 1d6ee12a240c: Layer already exists 05:49:46 4ac01c0ac5b9: Layer already exists 05:49:46 52431345d545: Layer already exists 05:49:46 d25bcc36c59d: Layer already exists 05:49:46 a8cfdf0cc8ec: Layer already exists 05:49:46 50684af085b5: Layer already exists 05:49:46 3.0.0-dev.56: digest: sha256:992a944279c93a964a8f14805ce84117ec1b25593fdf5d57ebe32ec9798bbd00 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:47 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:49:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:49:47 d25bcc36c59d: Preparing 05:49:47 4ac01c0ac5b9: Preparing 05:49:47 1d6ee12a240c: Preparing 05:49:47 52431345d545: Preparing 05:49:47 199449eda6fa: Preparing 05:49:47 50684af085b5: Preparing 05:49:47 a8cfdf0cc8ec: Preparing 05:49:47 50684af085b5: Waiting 05:49:47 a8cfdf0cc8ec: Waiting 05:49:47 1d6ee12a240c: Layer already exists 05:49:47 d25bcc36c59d: Layer already exists 05:49:47 4ac01c0ac5b9: Layer already exists 05:49:47 52431345d545: Layer already exists 05:49:47 199449eda6fa: Layer already exists 05:49:47 50684af085b5: Layer already exists 05:49:47 a8cfdf0cc8ec: Layer already exists 05:49:47 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:992a944279c93a964a8f14805ce84117ec1b25593fdf5d57ebe32ec9798bbd00 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:48 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 05:49:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:49:48 d25bcc36c59d: Preparing 05:49:48 4ac01c0ac5b9: Preparing 05:49:48 1d6ee12a240c: Preparing 05:49:48 52431345d545: Preparing 05:49:48 199449eda6fa: Preparing 05:49:48 50684af085b5: Preparing 05:49:48 a8cfdf0cc8ec: Preparing 05:49:48 50684af085b5: Waiting 05:49:48 a8cfdf0cc8ec: Waiting 05:49:48 199449eda6fa: Layer already exists 05:49:48 1d6ee12a240c: Layer already exists 05:49:48 52431345d545: Layer already exists 05:49:48 d25bcc36c59d: Layer already exists 05:49:48 4ac01c0ac5b9: Layer already exists 05:49:48 50684af085b5: Layer already exists 05:49:48 a8cfdf0cc8ec: Layer already exists 05:49:48 main: digest: sha256:992a944279c93a964a8f14805ce84117ec1b25593fdf5d57ebe32ec9798bbd00 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:49:48 ===================================================== [Pipeline] echo 05:49:48 taggedImages: 05:49:48 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:49:48 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 05:49:48 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.56 05:49:48 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:49:48 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 05:49:48 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 05:49:48 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:49:48 latest 05:49:48 3.0.0-dev.56 05:49:48 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:49:48 main 05:49:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:49 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:49:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:49:49 5cbf6de28582: Preparing 05:49:49 d67d87ff00f0: Preparing 05:49:49 77b8ff160fd1: Preparing 05:49:49 819e95ea2fdb: Preparing 05:49:49 a04bbf39c84c: Preparing 05:49:49 a8cfdf0cc8ec: Preparing 05:49:49 a8cfdf0cc8ec: Waiting 05:49:49 d67d87ff00f0: Pushed 05:49:49 5cbf6de28582: Pushed 05:49:49 77b8ff160fd1: Pushed 05:49:49 a8cfdf0cc8ec: Layer already exists 05:49:50 a04bbf39c84c: Pushed 05:50:08 819e95ea2fdb: Pushed 05:50:08 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:b5f874b7be8f3a100b5b6ce36aff3b37ef28fb13daa02a51aead81e1ed4c0d46 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:08 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 05:50:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:50:09 5cbf6de28582: Preparing 05:50:09 d67d87ff00f0: Preparing 05:50:09 77b8ff160fd1: Preparing 05:50:09 819e95ea2fdb: Preparing 05:50:09 a04bbf39c84c: Preparing 05:50:09 a8cfdf0cc8ec: Preparing 05:50:09 a8cfdf0cc8ec: Waiting 05:50:09 77b8ff160fd1: Layer already exists 05:50:09 d67d87ff00f0: Layer already exists 05:50:09 5cbf6de28582: Layer already exists 05:50:09 a04bbf39c84c: Layer already exists 05:50:09 819e95ea2fdb: Layer already exists 05:50:09 a8cfdf0cc8ec: Layer already exists 05:50:09 latest: digest: sha256:b5f874b7be8f3a100b5b6ce36aff3b37ef28fb13daa02a51aead81e1ed4c0d46 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:09 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.56 05:50:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:50:10 5cbf6de28582: Preparing 05:50:10 d67d87ff00f0: Preparing 05:50:10 77b8ff160fd1: Preparing 05:50:10 819e95ea2fdb: Preparing 05:50:10 a04bbf39c84c: Preparing 05:50:10 a8cfdf0cc8ec: Preparing 05:50:10 a8cfdf0cc8ec: Waiting 05:50:10 5cbf6de28582: Layer already exists 05:50:10 819e95ea2fdb: Layer already exists 05:50:10 77b8ff160fd1: Layer already exists 05:50:10 d67d87ff00f0: Layer already exists 05:50:10 a04bbf39c84c: Layer already exists 05:50:10 a8cfdf0cc8ec: Layer already exists 05:50:10 3.0.0-dev.56: digest: sha256:b5f874b7be8f3a100b5b6ce36aff3b37ef28fb13daa02a51aead81e1ed4c0d46 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:10 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:50:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:50:11 5cbf6de28582: Preparing 05:50:11 d67d87ff00f0: Preparing 05:50:11 77b8ff160fd1: Preparing 05:50:11 819e95ea2fdb: Preparing 05:50:11 a04bbf39c84c: Preparing 05:50:11 a8cfdf0cc8ec: Preparing 05:50:11 a8cfdf0cc8ec: Waiting 05:50:11 a04bbf39c84c: Layer already exists 05:50:11 77b8ff160fd1: Layer already exists 05:50:11 d67d87ff00f0: Layer already exists 05:50:11 819e95ea2fdb: Layer already exists 05:50:11 5cbf6de28582: Layer already exists 05:50:11 a8cfdf0cc8ec: Layer already exists 05:50:11 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:b5f874b7be8f3a100b5b6ce36aff3b37ef28fb13daa02a51aead81e1ed4c0d46 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:12 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 05:50:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:50:12 5cbf6de28582: Preparing 05:50:12 d67d87ff00f0: Preparing 05:50:12 77b8ff160fd1: Preparing 05:50:12 819e95ea2fdb: Preparing 05:50:12 a04bbf39c84c: Preparing 05:50:12 a8cfdf0cc8ec: Preparing 05:50:12 a8cfdf0cc8ec: Waiting 05:50:12 5cbf6de28582: Layer already exists 05:50:12 d67d87ff00f0: Layer already exists 05:50:12 a04bbf39c84c: Layer already exists 05:50:12 819e95ea2fdb: Layer already exists 05:50:12 77b8ff160fd1: Layer already exists 05:50:12 a8cfdf0cc8ec: Layer already exists 05:50:12 main: digest: sha256:b5f874b7be8f3a100b5b6ce36aff3b37ef28fb13daa02a51aead81e1ed4c0d46 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:50:12 ===================================================== [Pipeline] echo 05:50:12 taggedImages: 05:50:12 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:50:12 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 05:50:12 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.56 05:50:12 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:50:12 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 05:50:12 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 05:50:12 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:50:12 latest 05:50:12 3.0.0-dev.56 05:50:12 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:50:12 main 05:50:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:13 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:50:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:50:13 cf2101c65e1c: Preparing 05:50:13 2fc06652d3ee: Preparing 05:50:13 5174613f0367: Preparing 05:50:13 4a5fe82f635a: Preparing 05:50:13 50684af085b5: Preparing 05:50:13 a8cfdf0cc8ec: Preparing 05:50:13 a8cfdf0cc8ec: Waiting 05:50:13 50684af085b5: Layer already exists 05:50:13 a8cfdf0cc8ec: Layer already exists 05:50:13 2fc06652d3ee: Pushed 05:50:13 5174613f0367: Pushed 05:50:13 cf2101c65e1c: Pushed 05:50:31 4a5fe82f635a: Pushed 05:50:31 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:f10e8a50c4ea03e277385bc2ae977529d9ba80c872676f5adeb3e330f1a089c1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:32 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 05:50:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:50:32 cf2101c65e1c: Preparing 05:50:32 2fc06652d3ee: Preparing 05:50:32 5174613f0367: Preparing 05:50:32 4a5fe82f635a: Preparing 05:50:32 50684af085b5: Preparing 05:50:32 a8cfdf0cc8ec: Preparing 05:50:32 a8cfdf0cc8ec: Waiting 05:50:32 5174613f0367: Layer already exists 05:50:32 50684af085b5: Layer already exists 05:50:32 2fc06652d3ee: Layer already exists 05:50:32 cf2101c65e1c: Layer already exists 05:50:32 4a5fe82f635a: Layer already exists 05:50:32 a8cfdf0cc8ec: Layer already exists 05:50:32 latest: digest: sha256:f10e8a50c4ea03e277385bc2ae977529d9ba80c872676f5adeb3e330f1a089c1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:33 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.56 05:50:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:50:33 cf2101c65e1c: Preparing 05:50:33 2fc06652d3ee: Preparing 05:50:33 5174613f0367: Preparing 05:50:33 4a5fe82f635a: Preparing 05:50:33 50684af085b5: Preparing 05:50:33 a8cfdf0cc8ec: Preparing 05:50:33 a8cfdf0cc8ec: Waiting 05:50:33 2fc06652d3ee: Layer already exists 05:50:33 5174613f0367: Layer already exists 05:50:33 4a5fe82f635a: Layer already exists 05:50:33 50684af085b5: Layer already exists 05:50:33 cf2101c65e1c: Layer already exists 05:50:33 a8cfdf0cc8ec: Layer already exists 05:50:33 3.0.0-dev.56: digest: sha256:f10e8a50c4ea03e277385bc2ae977529d9ba80c872676f5adeb3e330f1a089c1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:34 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:50:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:50:34 cf2101c65e1c: Preparing 05:50:34 2fc06652d3ee: Preparing 05:50:34 5174613f0367: Preparing 05:50:34 4a5fe82f635a: Preparing 05:50:34 50684af085b5: Preparing 05:50:34 a8cfdf0cc8ec: Preparing 05:50:34 cf2101c65e1c: Layer already exists 05:50:34 4a5fe82f635a: Layer already exists 05:50:34 2fc06652d3ee: Layer already exists 05:50:34 5174613f0367: Layer already exists 05:50:34 50684af085b5: Layer already exists 05:50:34 a8cfdf0cc8ec: Layer already exists 05:50:34 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:f10e8a50c4ea03e277385bc2ae977529d9ba80c872676f5adeb3e330f1a089c1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:35 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 05:50:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:50:35 cf2101c65e1c: Preparing 05:50:35 2fc06652d3ee: Preparing 05:50:35 5174613f0367: Preparing 05:50:35 4a5fe82f635a: Preparing 05:50:35 50684af085b5: Preparing 05:50:35 a8cfdf0cc8ec: Preparing 05:50:35 a8cfdf0cc8ec: Waiting 05:50:35 cf2101c65e1c: Layer already exists 05:50:35 50684af085b5: Layer already exists 05:50:35 4a5fe82f635a: Layer already exists 05:50:35 2fc06652d3ee: Layer already exists 05:50:35 5174613f0367: Layer already exists 05:50:35 a8cfdf0cc8ec: Layer already exists 05:50:35 main: digest: sha256:f10e8a50c4ea03e277385bc2ae977529d9ba80c872676f5adeb3e330f1a089c1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:50:35 ===================================================== [Pipeline] echo 05:50:35 taggedImages: 05:50:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:50:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 05:50:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.56 05:50:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:50:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 05:50:35 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 05:50:35 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:50:35 latest 05:50:35 3.0.0-dev.56 05:50:35 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:50:35 main 05:50:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:36 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:50:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:50:36 84ab5a7641ab: Preparing 05:50:36 9a09a28c337f: Preparing 05:50:36 00f182ec98a4: Preparing 05:50:36 04de94d50503: Preparing 05:50:36 f70ee36035b9: Preparing 05:50:36 f70ee36035b9: Layer already exists 05:50:36 00f182ec98a4: Layer already exists 05:50:36 84ab5a7641ab: Pushed 05:50:37 04de94d50503: Pushed 05:50:42 9a09a28c337f: Pushed 05:50:42 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:c083c9d42f9994c4360b069a23bafc0821ad31e8c8670c45e658890c29c6577e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:42 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 05:50:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:50:43 84ab5a7641ab: Preparing 05:50:43 9a09a28c337f: Preparing 05:50:43 00f182ec98a4: Preparing 05:50:43 04de94d50503: Preparing 05:50:43 f70ee36035b9: Preparing 05:50:43 9a09a28c337f: Layer already exists 05:50:43 00f182ec98a4: Layer already exists 05:50:43 f70ee36035b9: Layer already exists 05:50:43 84ab5a7641ab: Layer already exists 05:50:43 04de94d50503: Layer already exists 05:50:43 latest: digest: sha256:c083c9d42f9994c4360b069a23bafc0821ad31e8c8670c45e658890c29c6577e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:43 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.56 05:50:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:50:44 84ab5a7641ab: Preparing 05:50:44 9a09a28c337f: Preparing 05:50:44 00f182ec98a4: Preparing 05:50:44 04de94d50503: Preparing 05:50:44 f70ee36035b9: Preparing 05:50:44 84ab5a7641ab: Layer already exists 05:50:44 04de94d50503: Layer already exists 05:50:44 00f182ec98a4: Layer already exists 05:50:44 f70ee36035b9: Layer already exists 05:50:44 9a09a28c337f: Layer already exists 05:50:44 3.0.0-dev.56: digest: sha256:c083c9d42f9994c4360b069a23bafc0821ad31e8c8670c45e658890c29c6577e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:44 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:50:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:50:45 84ab5a7641ab: Preparing 05:50:45 9a09a28c337f: Preparing 05:50:45 00f182ec98a4: Preparing 05:50:45 04de94d50503: Preparing 05:50:45 f70ee36035b9: Preparing 05:50:45 f70ee36035b9: Layer already exists 05:50:45 00f182ec98a4: Layer already exists 05:50:45 04de94d50503: Layer already exists 05:50:45 84ab5a7641ab: Layer already exists 05:50:45 9a09a28c337f: Layer already exists 05:50:45 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:c083c9d42f9994c4360b069a23bafc0821ad31e8c8670c45e658890c29c6577e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:45 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 05:50:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:50:46 84ab5a7641ab: Preparing 05:50:46 9a09a28c337f: Preparing 05:50:46 00f182ec98a4: Preparing 05:50:46 04de94d50503: Preparing 05:50:46 f70ee36035b9: Preparing 05:50:46 f70ee36035b9: Layer already exists 05:50:46 00f182ec98a4: Layer already exists 05:50:46 84ab5a7641ab: Layer already exists 05:50:46 04de94d50503: Layer already exists 05:50:46 9a09a28c337f: Layer already exists 05:50:46 main: digest: sha256:c083c9d42f9994c4360b069a23bafc0821ad31e8c8670c45e658890c29c6577e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:50:46 ===================================================== [Pipeline] echo 05:50:46 taggedImages: 05:50:46 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:50:46 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 05:50:46 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.56 05:50:46 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:50:46 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 05:50:46 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 05:50:46 8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:50:46 latest 05:50:46 3.0.0-dev.56 05:50:46 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:50:46 main 05:50:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:46 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:50:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:50:47 9dc1376214fe: Preparing 05:50:47 d97b3ff3cfa4: Preparing 05:50:47 00f182ec98a4: Preparing 05:50:47 ea9ffc266a8a: Preparing 05:50:47 f70ee36035b9: Preparing 05:50:47 00f182ec98a4: Layer already exists 05:50:47 ea9ffc266a8a: Layer already exists 05:50:47 f70ee36035b9: Layer already exists 05:50:47 9dc1376214fe: Pushed 05:50:54 d97b3ff3cfa4: Pushed 05:50:54 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:f740963563779f6f81d8a95c4847293a9c653aa49b4907db629dc83f446ded55 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:54 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 05:50:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:50:54 9dc1376214fe: Preparing 05:50:54 d97b3ff3cfa4: Preparing 05:50:54 00f182ec98a4: Preparing 05:50:54 ea9ffc266a8a: Preparing 05:50:54 f70ee36035b9: Preparing 05:50:54 f70ee36035b9: Layer already exists 05:50:54 d97b3ff3cfa4: Layer already exists 05:50:54 9dc1376214fe: Layer already exists 05:50:54 00f182ec98a4: Layer already exists 05:50:54 ea9ffc266a8a: Layer already exists 05:50:55 latest: digest: sha256:f740963563779f6f81d8a95c4847293a9c653aa49b4907db629dc83f446ded55 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:55 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:55 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.56 05:50:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:50:55 9dc1376214fe: Preparing 05:50:55 d97b3ff3cfa4: Preparing 05:50:55 00f182ec98a4: Preparing 05:50:55 ea9ffc266a8a: Preparing 05:50:55 f70ee36035b9: Preparing 05:50:55 d97b3ff3cfa4: Layer already exists 05:50:55 f70ee36035b9: Layer already exists 05:50:55 ea9ffc266a8a: Layer already exists 05:50:55 9dc1376214fe: Layer already exists 05:50:55 00f182ec98a4: Layer already exists 05:50:55 3.0.0-dev.56: digest: sha256:f740963563779f6f81d8a95c4847293a9c653aa49b4907db629dc83f446ded55 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:56 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:56 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:50:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:50:56 9dc1376214fe: Preparing 05:50:56 d97b3ff3cfa4: Preparing 05:50:56 00f182ec98a4: Preparing 05:50:56 ea9ffc266a8a: Preparing 05:50:56 f70ee36035b9: Preparing 05:50:56 f70ee36035b9: Layer already exists 05:50:56 00f182ec98a4: Layer already exists 05:50:56 d97b3ff3cfa4: Layer already exists 05:50:56 ea9ffc266a8a: Layer already exists 05:50:56 9dc1376214fe: Layer already exists 05:50:56 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:f740963563779f6f81d8a95c4847293a9c653aa49b4907db629dc83f446ded55 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:57 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:57 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 05:50:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:50:57 9dc1376214fe: Preparing 05:50:57 d97b3ff3cfa4: Preparing 05:50:57 00f182ec98a4: Preparing 05:50:57 ea9ffc266a8a: Preparing 05:50:57 f70ee36035b9: Preparing 05:50:57 00f182ec98a4: Layer already exists 05:50:57 ea9ffc266a8a: Layer already exists 05:50:57 d97b3ff3cfa4: Layer already exists 05:50:57 9dc1376214fe: Layer already exists 05:50:57 f70ee36035b9: Layer already exists 05:50:57 main: digest: sha256:f740963563779f6f81d8a95c4847293a9c653aa49b4907db629dc83f446ded55 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:50:57 ===================================================== [Pipeline] echo 05:50:57 taggedImages: 05:50:57 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 05:50:57 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 05:50:57 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.56 05:50:57 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 05:50:57 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:50:58 05:50:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:50:58 arm64: Pulling from edgex-lftools-log-publisher 05:50:58 8998bd30e6a1: Pulling fs layer 05:50:58 04944245beec: Pulling fs layer 05:50:58 699f458cf7ca: Pulling fs layer 05:50:58 765212b225bb: Pulling fs layer 05:50:58 f23df028b6ca: Pulling fs layer 05:50:58 d65c8cfc05b1: Pulling fs layer 05:50:58 2437ff75d9bd: Pulling fs layer 05:50:58 765212b225bb: Waiting 05:50:58 f23df028b6ca: Waiting 05:50:58 d65c8cfc05b1: Waiting 05:50:58 2437ff75d9bd: Waiting 05:50:58 04944245beec: Verifying Checksum 05:50:58 04944245beec: Download complete 05:50:58 765212b225bb: Verifying Checksum 05:50:58 765212b225bb: Download complete 05:50:58 f23df028b6ca: Verifying Checksum 05:50:58 f23df028b6ca: Download complete 05:50:59 d65c8cfc05b1: Verifying Checksum 05:50:59 d65c8cfc05b1: Download complete 05:50:59 699f458cf7ca: Verifying Checksum 05:50:59 699f458cf7ca: Download complete 05:50:59 8998bd30e6a1: Verifying Checksum 05:50:59 8998bd30e6a1: Download complete 05:51:02 2437ff75d9bd: Verifying Checksum 05:51:02 2437ff75d9bd: Download complete 05:51:04 8998bd30e6a1: Pull complete 05:51:04 04944245beec: Pull complete 05:51:06 699f458cf7ca: Pull complete 05:51:06 765212b225bb: Pull complete 05:51:07 f23df028b6ca: Pull complete 05:51:07 d65c8cfc05b1: Pull complete 05:51:22 2437ff75d9bd: Pull complete 05:51:22 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:51:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:51:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:51:22 prd-ubuntu20.04-docker-arm64-4c-16g-6381 does not seem to be running inside a container 05:51:22 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 05:51:25 $ docker top 341a20c1a85e800b50334350e354e1f653c493ba32280fcfac8fd997c4d5b385 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:51:26 ---> job-cost.sh 05:51:26 lf-activate-venv: SKIPPING 05:51:26 INFO: No Stack... 05:51:27 INFO: Retrieving Pricing Info for: v3-standard-4 05:51:28 INFO: Archiving Costs [Pipeline] sh 05:51:29 + cat /w/workspace/edgex-go/417/archives/cost.csv 05:51:29 + cut -d, -f6 [Pipeline] lock 05:51:29 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-417-stack-cost] 05:51:29 Resource [jenkins-edgexfoundry-edgex-go-main-417-stack-cost] did not exist. Created. 05:51:29 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-417-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:51:29 + echo total: 0.10999999940395355 [Pipeline] stash 05:51:30 Stashed 1 file(s) [Pipeline] } 05:51:30 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-417-stack-cost] [Pipeline] // lock [Pipeline] } 05:51:30 $ docker stop --time=1 341a20c1a85e800b50334350e354e1f653c493ba32280fcfac8fd997c4d5b385 05:51:32 $ docker rm -f --volumes 341a20c1a85e800b50334350e354e1f653c493ba32280fcfac8fd997c4d5b385 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] configFileProvider 05:51:32 provisioning config files... 05:51:32 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/417@tmp/config8933266931499148011tmp [Pipeline] { [Pipeline] sh 05:51:33 + set +x 05:51:33 + curl -s https://codecov.io/bash 05:51:33 + bash -s -- 05:51:33 05:51:33 _____ _ 05:51:33 / ____| | | 05:51:33 | | ___ __| | ___ ___ _____ __ 05:51:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:51:33 | |___| (_) | (_| | __/ (_| (_) \ V / 05:51:33 \_____\___/ \__,_|\___|\___\___/ \_/ 05:51:33 Bash-1.0.6 05:51:33 05:51:33 05:51:33 ==> git version 2.25.1 found 05:51:33 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 05:51:33 Release-Date: 2020-01-08 05:51:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:51:33 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:51:33 ==> Jenkins CI detected. 05:51:33 current dir:  /w/workspace/edgex-go/417 05:51:33 project root: . 05:51:33 --> token set from env 05:51:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:51:33 ==> Running gcov in . (disable via -X gcov) 05:51:33 ==> Python coveragepy not found 05:51:33 ==> Searching for coverage reports in: 05:51:33 + . 05:51:33 -> Found 1 reports 05:51:33 ==> Detecting git/mercurial file structure 05:51:33 ==> Reading reports 05:51:33 + ./coverage.out bytes=487530 05:51:33 ==> Appending adjustments 05:51:33 https://docs.codecov.io/docs/fixing-reports 05:51:34 + Found adjustments 05:51:34 ==> Gzipping contents 05:51:34 64K /tmp/codecov.GDuReu.gz 05:51:34 ==> Uploading reports 05:51:34 url: https://codecov.io 05:51:34 query: branch=main&commit=8bb7416f1c773b5b2c31d23b9c97a90c70099335&build=417&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F417%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:51:34 -> Pinging Codecov 05:51:34 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=main&commit=8bb7416f1c773b5b2c31d23b9c97a90c70099335&build=417&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F417%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:51:34 -> Uploading to 05:51:34 https://storage.googleapis.com/codecov/v4/raw/2023-02-17/00271124DB129430A58F1EEE437C3FCB/8bb7416f1c773b5b2c31d23b9c97a90c70099335/3a3ab5e6-e5eb-498e-bd75-0320ae5d0ca0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230217%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230217T055134Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b7954f8e14d5c11836f15ae0731d6096aff6a822fe0a3c6396229efa581b24f1 05:51:34 % Total % Received % Xferd Average Speed Time Time Time Current 05:51:34 Dload Upload Total Spent Left Speed 05:51:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63038 0 0 100 63038 0 196k --:--:-- --:--:-- --:--:-- 196k 05:51:34 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } 05:51:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 05:51:35 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:51:35 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:51:35 05:51:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:51:35 1.410.4: Pulling from edgex-devops/edgex-snyk-go 05:51:35 df9b9388f04a: Pulling fs layer 05:51:35 52dc419b0ee2: Pulling fs layer 05:51:35 25bc292e5bac: Pulling fs layer 05:51:35 114826534d7a: Pulling fs layer 05:51:35 4657fd5d0bcf: Pulling fs layer 05:51:35 6ad1cebc031e: Pulling fs layer 05:51:35 8a3aa393b2d8: Pulling fs layer 05:51:35 4657fd5d0bcf: Waiting 05:51:35 6ad1cebc031e: Waiting 05:51:35 114826534d7a: Waiting 05:51:35 8a3aa393b2d8: Waiting 05:51:35 25bc292e5bac: Verifying Checksum 05:51:35 25bc292e5bac: Download complete 05:51:35 52dc419b0ee2: Verifying Checksum 05:51:35 52dc419b0ee2: Download complete 05:51:35 4657fd5d0bcf: Verifying Checksum 05:51:35 4657fd5d0bcf: Download complete 05:51:35 df9b9388f04a: Verifying Checksum 05:51:35 df9b9388f04a: Download complete 05:51:35 df9b9388f04a: Pull complete 05:51:36 6ad1cebc031e: Verifying Checksum 05:51:36 6ad1cebc031e: Download complete 05:51:36 52dc419b0ee2: Pull complete 05:51:36 25bc292e5bac: Pull complete 05:51:36 114826534d7a: Verifying Checksum 05:51:36 114826534d7a: Download complete 05:51:37 8a3aa393b2d8: Verifying Checksum 05:51:37 8a3aa393b2d8: Download complete 05:51:40 114826534d7a: Pull complete 05:51:40 4657fd5d0bcf: Pull complete 05:51:40 6ad1cebc031e: Pull complete 05:51:44 8a3aa393b2d8: Pull complete 05:51:44 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 05:51:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:51:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:51:44 prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container 05:51:44 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 05:51:46 $ docker top 058b4212eea4cf075c775cca629df53282ffb3dd587ae40af37abe82c9eed3f6 -eo pid,comm [Pipeline] { [Pipeline] echo 05:51:46 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 05:51:46 + set -o pipefail 05:51:46 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 05:51:52 05:51:52 Monitoring /w/workspace/edgex-go/417 (github.com/edgexfoundry/edgex-go)... 05:51:52 05:51:52 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/3becc481-3d81-4e9b-af28-a3d0babd9edb 05:51:52 05:51:52 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 05:51:52 05:51:52 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:51:52 05:51:52 05:51:52 A medium severity vulnerability was found in the Snyk CLI versions you are using. 05:51:52 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 05:51:52 More details here: https://snyk.co/ue1NS [Pipeline] } 05:51:52 $ docker stop --time=1 058b4212eea4cf075c775cca629df53282ffb3dd587ae40af37abe82c9eed3f6 05:51:54 $ docker rm -f --volumes 058b4212eea4cf075c775cca629df53282ffb3dd587ae40af37abe82c9eed3f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 05:51:54 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:51:54 provisioning config files... 05:51:54 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/417@tmp/config8098479438392094127tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:51:55 --> edgex-publish-swagger.sh 05:51:55 === Publish openapi/v3 API === 05:51:55 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 05:51:55 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/417/openapi/v3/core-command.yaml] 05:51:55 % Total % Received % Xferd Average Speed Time Time Time Current 05:51:55 Dload Upload Total Spent Left Speed 05:51:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 60987 --:--:-- --:--:-- --:--:-- 60987 05:51:55 05:51:55 05:51:55 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/417/openapi/v3/core-data.yaml] 05:51:55 % Total % Received % Xferd Average Speed Time Time Time Current 05:51:55 Dload Upload Total Spent Left Speed 05:51:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69109 0 0 100 69109 0 329k --:--:-- --:--:-- --:--:-- 327k 100 69109 0 0 100 69109 0 133k --:--:-- --:--:-- --:--:-- 133k 05:51:55 05:51:55 05:51:55 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/417/openapi/v3/core-metadata.yaml] 05:51:55 % Total % Received % Xferd Average Speed Time Time Time Current 05:51:55 Dload Upload Total Spent Left Speed 05:51:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 139k 0 0 100 139k 0 225k --:--:-- --:--:-- --:--:-- 225k 05:51:56 05:51:56 05:51:56 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/417/openapi/v3/support-notifications.yaml] 05:51:56 % Total % Received % Xferd Average Speed Time Time Time Current 05:51:56 Dload Upload Total Spent Left Speed 05:51:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 142k --:--:-- --:--:-- --:--:-- 142k 05:51:57 05:51:57 05:51:57 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/417/openapi/v3/support-scheduler.yaml] 05:51:57 % Total % Received % Xferd Average Speed Time Time Time Current 05:51:57 Dload Upload Total Spent Left Speed 05:51:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 73754 --:--:-- --:--:-- --:--:-- 73595 100 34001 0 0 100 34001 0 73595 --:--:-- --:--:-- --:--:-- 73595 05:51:57 05:51:57 [Pipeline] } 05:51:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 05:51:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:51:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:51:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:51:58 prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container 05:51:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:51:58 $ docker top cad18a910f919d24e58454c909c33350058bc647f2d9a017a2284ba1c8ac98ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:51:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:51:58 [ssh-agent] Looking for ssh-agent implementation... 05:51:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:51:59 $ docker exec cad18a910f919d24e58454c909c33350058bc647f2d9a017a2284ba1c8ac98ff ssh-agent 05:51:59 SSH_AUTH_SOCK=/tmp/ssh-posXBCiYIIso/agent.32 05:51:59 SSH_AGENT_PID=38 05:51:59 Running ssh-add (command line suppressed) 05:51:59 Identity added: /w/workspace/edgex-go/417@tmp/private_key_9496684487636987931.key (/w/workspace/edgex-go/417@tmp/private_key_9496684487636987931.key) 05:51:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:51:59 + git semver tag 05:51:59 2023-02-17 05:51:59,737 [run_tag] DEBUG tag force:False 05:51:59 2023-02-17 05:51:59,737 [check_head_tag] DEBUG check head tag 05:51:59 2023-02-17 05:51:59,739 [execute] INFO git cat-file --batch-check 05:51:59 2023-02-17 05:51:59,739 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/417, universal_newlines=False, shell=None, istream=) 05:51:59 2023-02-17 05:51:59,743 [execute] INFO git cat-file --batch 05:51:59 2023-02-17 05:51:59,744 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/417, universal_newlines=False, shell=None, istream=) 05:51:59 2023-02-17 05:51:59,792 [read_version] DEBUG read version from /w/workspace/edgex-go/417/.semver/main 05:51:59 2023-02-17 05:51:59,792 [execute] INFO git tag -a v3.0.0-dev.56 -m v3.0.0-dev.56 05:51:59 2023-02-17 05:51:59,792 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.56', '-m', 'v3.0.0-dev.56'], cwd=/w/workspace/edgex-go/417, universal_newlines=False, shell=None, istream=None) 05:51:59 2023-02-17 05:51:59,798 [read_version] DEBUG read version from /w/workspace/edgex-go/417/.semver/main 05:51:59 3.0.0-dev.56 [Pipeline] } 05:52:00 $ docker exec --env ******** --env ******** cad18a910f919d24e58454c909c33350058bc647f2d9a017a2284ba1c8ac98ff ssh-agent -k 05:52:00 unset SSH_AUTH_SOCK; 05:52:00 unset SSH_AGENT_PID; 05:52:00 echo Agent pid 38 killed; 05:52:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:52:00 + git semver [Pipeline] } 05:52:00 $ docker stop --time=1 cad18a910f919d24e58454c909c33350058bc647f2d9a017a2284ba1c8ac98ff 05:52:02 $ docker rm -f --volumes cad18a910f919d24e58454c909c33350058bc647f2d9a017a2284ba1c8ac98ff [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:52:02 05:52:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:52:02 0.23.1-centos7: Pulling from edgex-lftools 05:52:02 ab5ef0e58194: Pulling fs layer 05:52:02 9712f1f96733: Pulling fs layer 05:52:02 63f879dbbcfc: Pulling fs layer 05:52:02 0d9ebad4ef96: Pulling fs layer 05:52:02 e9a5061849ea: Pulling fs layer 05:52:02 d747dcd14b5f: Pulling fs layer 05:52:02 2de7ff778b66: Pulling fs layer 05:52:02 0d9ebad4ef96: Waiting 05:52:02 e9a5061849ea: Waiting 05:52:02 d747dcd14b5f: Waiting 05:52:02 2de7ff778b66: Waiting 05:52:02 9712f1f96733: Verifying Checksum 05:52:02 9712f1f96733: Download complete 05:52:03 63f879dbbcfc: Verifying Checksum 05:52:03 63f879dbbcfc: Download complete 05:52:03 e9a5061849ea: Verifying Checksum 05:52:03 e9a5061849ea: Download complete 05:52:03 d747dcd14b5f: Verifying Checksum 05:52:03 d747dcd14b5f: Download complete 05:52:03 0d9ebad4ef96: Verifying Checksum 05:52:03 0d9ebad4ef96: Download complete 05:52:03 2de7ff778b66: Verifying Checksum 05:52:03 2de7ff778b66: Download complete 05:52:03 ab5ef0e58194: Verifying Checksum 05:52:03 ab5ef0e58194: Download complete 05:52:06 ab5ef0e58194: Pull complete 05:52:06 9712f1f96733: Pull complete 05:52:07 63f879dbbcfc: Pull complete 05:52:10 0d9ebad4ef96: Pull complete 05:52:10 e9a5061849ea: Pull complete 05:52:10 d747dcd14b5f: Pull complete 05:52:11 2de7ff778b66: Pull complete 05:52:11 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:52:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:52:11 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:52:11 prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container 05:52:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 05:52:13 $ docker top 00e3a4196eeb2fd9a65c0c60d394d8dc1a0972db8a6a1a9f141902716d5ec3e1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:52:14 provisioning config files... 05:52:14 copy managed file [sigul-config] to file:/w/workspace/edgex-go/417@tmp/config6431184691359385980tmp 05:52:14 copy managed file [sigul-password] to file:/w/workspace/edgex-go/417@tmp/config17038813682568039159tmp 05:52:14 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/417@tmp/config7404235059845721930tmp [Pipeline] { [Pipeline] echo 05:52:14 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:52:14 ---> sigul-configuration.sh 05:52:14 gpg: directory `/root/.gnupg' created 05:52:14 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:52:14 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:52:14 gpg: keyring `/root/.gnupg/secring.gpg' created 05:52:14 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:52:14 gpg: CAST5 encrypted data 05:52:14 gpg: encrypted with 1 passphrase 05:52:14 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:52:14 + mkdir /home/jenkins 05:52:14 + mkdir /home/jenkins/sigul [Pipeline] sh 05:52:14 + 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 05:52:14 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:52:15 ---> sigul-install.sh 05:52:15 Sigul already installed; skipping installation. [Pipeline] sh 05:52:15 + git tag --list 05:52:15 0.6.0 05:52:15 0.6.1 05:52:15 0.7.0 05:52:15 0.7.1 05:52:15 v1.0.0 05:52:15 v1.0.1 05:52:15 v1.1.0 05:52:15 v1.2.0 05:52:15 v1.2.1 05:52:15 v1.3.0 05:52:15 v1.3.1 05:52:15 v2.0.0 05:52:15 v2.1.0 05:52:15 v2.1.1 05:52:15 v2.1.1-dev.1 05:52:15 v2.1.1-dev.2 05:52:15 v2.1.1-dev.3 05:52:15 v2.1.1-dev.4 05:52:15 v2.1.1-dev.5 05:52:15 v2.1.1-dev.6 05:52:15 v2.1.1-dev.7 05:52:15 v2.1.1-dev.8 05:52:15 v2.1.2-dev.1 05:52:15 v2.2.0 05:52:15 v2.2.1-dev.1 05:52:15 v2.2.1-dev.10 05:52:15 v2.2.1-dev.11 05:52:15 v2.2.1-dev.12 05:52:15 v2.2.1-dev.13 05:52:15 v2.2.1-dev.14 05:52:15 v2.2.1-dev.15 05:52:15 v2.2.1-dev.16 05:52:15 v2.2.1-dev.17 05:52:15 v2.2.1-dev.18 05:52:15 v2.2.1-dev.19 05:52:15 v2.2.1-dev.2 05:52:15 v2.2.1-dev.20 05:52:15 v2.2.1-dev.21 05:52:15 v2.2.1-dev.22 05:52:15 v2.2.1-dev.23 05:52:15 v2.2.1-dev.24 05:52:15 v2.2.1-dev.25 05:52:15 v2.2.1-dev.26 05:52:15 v2.2.1-dev.27 05:52:15 v2.2.1-dev.28 05:52:15 v2.2.1-dev.29 05:52:15 v2.2.1-dev.3 05:52:15 v2.2.1-dev.4 05:52:15 v2.2.1-dev.5 05:52:15 v2.2.1-dev.6 05:52:15 v2.2.1-dev.7 05:52:15 v2.2.1-dev.8 05:52:15 v2.2.1-dev.9 05:52:15 v2.3.0 05:52:15 v2.3.0-dev.100 05:52:15 v2.3.0-dev.101 05:52:15 v2.3.0-dev.102 05:52:15 v2.3.0-dev.103 05:52:15 v2.3.0-dev.104 05:52:15 v2.3.0-dev.105 05:52:15 v2.3.0-dev.106 05:52:15 v2.3.0-dev.29 05:52:15 v2.3.0-dev.30 05:52:15 v2.3.0-dev.31 05:52:15 v2.3.0-dev.32 05:52:15 v2.3.0-dev.33 05:52:15 v2.3.0-dev.34 05:52:15 v2.3.0-dev.35 05:52:15 v2.3.0-dev.36 05:52:15 v2.3.0-dev.37 05:52:15 v2.3.0-dev.38 05:52:15 v2.3.0-dev.39 05:52:15 v2.3.0-dev.40 05:52:15 v2.3.0-dev.41 05:52:15 v2.3.0-dev.42 05:52:15 v2.3.0-dev.43 05:52:15 v2.3.0-dev.44 05:52:15 v2.3.0-dev.45 05:52:15 v2.3.0-dev.46 05:52:15 v2.3.0-dev.47 05:52:15 v2.3.0-dev.48 05:52:15 v2.3.0-dev.49 05:52:15 v2.3.0-dev.50 05:52:15 v2.3.0-dev.51 05:52:15 v2.3.0-dev.52 05:52:15 v2.3.0-dev.53 05:52:15 v2.3.0-dev.54 05:52:15 v2.3.0-dev.55 05:52:15 v2.3.0-dev.56 05:52:15 v2.3.0-dev.57 05:52:15 v2.3.0-dev.58 05:52:15 v2.3.0-dev.59 05:52:15 v2.3.0-dev.60 05:52:15 v2.3.0-dev.61 05:52:15 v2.3.0-dev.62 05:52:15 v2.3.0-dev.63 05:52:15 v2.3.0-dev.64 05:52:15 v2.3.0-dev.65 05:52:15 v2.3.0-dev.66 05:52:15 v2.3.0-dev.67 05:52:15 v2.3.0-dev.68 05:52:15 v2.3.0-dev.69 05:52:15 v2.3.0-dev.70 05:52:15 v2.3.0-dev.71 05:52:15 v2.3.0-dev.72 05:52:15 v2.3.0-dev.73 05:52:15 v2.3.0-dev.74 05:52:15 v2.3.0-dev.75 05:52:15 v2.3.0-dev.76 05:52:15 v2.3.0-dev.77 05:52:15 v2.3.0-dev.78 05:52:15 v2.3.0-dev.79 05:52:15 v2.3.0-dev.80 05:52:15 v2.3.0-dev.81 05:52:15 v2.3.0-dev.82 05:52:15 v2.3.0-dev.83 05:52:15 v2.3.0-dev.84 05:52:15 v2.3.0-dev.85 05:52:15 v2.3.0-dev.86 05:52:15 v2.3.0-dev.87 05:52:15 v2.3.0-dev.88 05:52:15 v2.3.0-dev.89 05:52:15 v2.3.0-dev.90 05:52:15 v2.3.0-dev.91 05:52:15 v2.3.0-dev.92 05:52:15 v2.3.0-dev.93 05:52:15 v2.3.0-dev.94 05:52:15 v2.3.0-dev.95 05:52:15 v2.3.0-dev.96 05:52:15 v2.3.0-dev.97 05:52:15 v2.3.0-dev.98 05:52:15 v2.3.0-dev.99 05:52:15 v2.3.1-dev.1 05:52:15 v2.3.1-dev.2 05:52:15 v2.3.1-dev.3 05:52:15 v2.3.1-dev.4 05:52:15 v2.3.1-dev.5 05:52:15 v3.0.0-dev.1 05:52:15 v3.0.0-dev.10 05:52:15 v3.0.0-dev.11 05:52:15 v3.0.0-dev.12 05:52:15 v3.0.0-dev.13 05:52:15 v3.0.0-dev.14 05:52:15 v3.0.0-dev.15 05:52:15 v3.0.0-dev.16 05:52:15 v3.0.0-dev.17 05:52:15 v3.0.0-dev.18 05:52:15 v3.0.0-dev.19 05:52:15 v3.0.0-dev.2 05:52:15 v3.0.0-dev.20 05:52:15 v3.0.0-dev.21 05:52:15 v3.0.0-dev.22 05:52:15 v3.0.0-dev.23 05:52:15 v3.0.0-dev.24 05:52:15 v3.0.0-dev.25 05:52:15 v3.0.0-dev.26 05:52:15 v3.0.0-dev.27 05:52:15 v3.0.0-dev.28 05:52:15 v3.0.0-dev.29 05:52:15 v3.0.0-dev.3 05:52:15 v3.0.0-dev.30 05:52:15 v3.0.0-dev.31 05:52:15 v3.0.0-dev.32 05:52:15 v3.0.0-dev.33 05:52:15 v3.0.0-dev.34 05:52:15 v3.0.0-dev.35 05:52:15 v3.0.0-dev.36 05:52:15 v3.0.0-dev.37 05:52:15 v3.0.0-dev.38 05:52:15 v3.0.0-dev.39 05:52:15 v3.0.0-dev.4 05:52:15 v3.0.0-dev.40 05:52:15 v3.0.0-dev.41 05:52:15 v3.0.0-dev.42 05:52:15 v3.0.0-dev.43 05:52:15 v3.0.0-dev.44 05:52:15 v3.0.0-dev.45 05:52:15 v3.0.0-dev.46 05:52:15 v3.0.0-dev.47 05:52:15 v3.0.0-dev.48 05:52:15 v3.0.0-dev.49 05:52:15 v3.0.0-dev.5 05:52:15 v3.0.0-dev.50 05:52:15 v3.0.0-dev.51 05:52:15 v3.0.0-dev.52 05:52:15 v3.0.0-dev.53 05:52:15 v3.0.0-dev.54 05:52:15 v3.0.0-dev.55 05:52:15 v3.0.0-dev.56 05:52:15 v3.0.0-dev.6 05:52:15 v3.0.0-dev.7 05:52:15 v3.0.0-dev.8 05:52:15 v3.0.0-dev.9 [Pipeline] sh 05:52:15 + lftools sign git-tag v3.0.0-dev.56 05:52:16 Signing Git tag with Sigul... 05:52:16 Signing v3.0.0-dev.56 [Pipeline] echo 05:52:16 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:52:16 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:52:16 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:52:16 $ docker stop --time=1 00e3a4196eeb2fd9a65c0c60d394d8dc1a0972db8a6a1a9f141902716d5ec3e1 05:52:18 $ docker rm -f --volumes 00e3a4196eeb2fd9a65c0c60d394d8dc1a0972db8a6a1a9f141902716d5ec3e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:52:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:52:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:52:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:52:19 prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container 05:52:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:52:19 $ docker top 4a4bbbb0e601cbdeff6e3e5b4692501dcecf1ef8b1d648d9034cdf96b4f21fed -eo pid,comm 05:52:19 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 05:52:19 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:52:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:52:19 [ssh-agent] Looking for ssh-agent implementation... 05:52:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:52:19 $ docker exec 4a4bbbb0e601cbdeff6e3e5b4692501dcecf1ef8b1d648d9034cdf96b4f21fed ssh-agent 05:52:19 SSH_AUTH_SOCK=/tmp/ssh-Z4qBomz2b2kc/agent.32 05:52:19 SSH_AGENT_PID=38 05:52:19 Running ssh-add (command line suppressed) 05:52:19 Identity added: /w/workspace/edgex-go/417@tmp/private_key_8266129659501638058.key (/w/workspace/edgex-go/417@tmp/private_key_8266129659501638058.key) 05:52:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:52:20 + git semver bump pre 05:52:20 2023-02-17 05:52:20,378 [read_version] DEBUG read version from /w/workspace/edgex-go/417/.semver/main 05:52:20 2023-02-17 05:52:20,378 [bump_version] DEBUG bumping version:3.0.0-dev.56 on axis:pre with prefix:dev 05:52:20 2023-02-17 05:52:20,379 [bump_version] DEBUG bumped version:3.0.0-dev.57 05:52:20 2023-02-17 05:52:20,379 [write_version] DEBUG write version:3.0.0-dev.57 to path:/w/workspace/edgex-go/417/.semver/main with force:True 05:52:20 2023-02-17 05:52:20,379 [read_version] DEBUG read version from /w/workspace/edgex-go/417/.semver/main 05:52:20 2023-02-17 05:52:20,379 [write_file] DEBUG write to file:/w/workspace/edgex-go/417/.semver/main 05:52:20 2023-02-17 05:52:20,381 [execute] INFO git cat-file --batch-check 05:52:20 2023-02-17 05:52:20,381 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/417/.semver, universal_newlines=False, shell=None, istream=) 05:52:20 2023-02-17 05:52:20,386 [execute] INFO git cat-file --batch 05:52:20 2023-02-17 05:52:20,387 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/417/.semver, universal_newlines=False, shell=None, istream=) 05:52:20 2023-02-17 05:52:20,391 [read_version] DEBUG read version from /w/workspace/edgex-go/417/.semver/main 05:52:20 3.0.0-dev.57 [Pipeline] } 05:52:20 $ docker exec --env ******** --env ******** 4a4bbbb0e601cbdeff6e3e5b4692501dcecf1ef8b1d648d9034cdf96b4f21fed ssh-agent -k 05:52:20 unset SSH_AUTH_SOCK; 05:52:20 unset SSH_AGENT_PID; 05:52:20 echo Agent pid 38 killed; 05:52:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:52:20 + git semver [Pipeline] } 05:52:21 $ docker stop --time=1 4a4bbbb0e601cbdeff6e3e5b4692501dcecf1ef8b1d648d9034cdf96b4f21fed 05:52:22 $ docker rm -f --volumes 4a4bbbb0e601cbdeff6e3e5b4692501dcecf1ef8b1d648d9034cdf96b4f21fed [Pipeline] // withDockerContainer [Pipeline] sh 05:52:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:52:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:52:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:52:23 prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container 05:52:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:52:23 $ docker top ac35f7f6159453b24a3339cbce31c641ba5ea53d3748043ae9580aa612995c99 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:52:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:52:23 [ssh-agent] Looking for ssh-agent implementation... 05:52:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:52:23 $ docker exec ac35f7f6159453b24a3339cbce31c641ba5ea53d3748043ae9580aa612995c99 ssh-agent 05:52:23 SSH_AUTH_SOCK=/tmp/ssh-vwQuAado5yMF/agent.32 05:52:23 SSH_AGENT_PID=38 05:52:23 Running ssh-add (command line suppressed) 05:52:23 Identity added: /w/workspace/edgex-go/417@tmp/private_key_12783928958088210834.key (/w/workspace/edgex-go/417@tmp/private_key_12783928958088210834.key) 05:52:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:52:24 + git semver push 05:52:24 2023-02-17 05:52:24,476 [run_push] DEBUG push 05:52:24 2023-02-17 05:52:24,477 [execute] INFO git cat-file --batch-check 05:52:24 2023-02-17 05:52:24,477 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/417/.semver, universal_newlines=False, shell=None, istream=) 05:52:24 2023-02-17 05:52:24,481 [execute] INFO git rev-list ade6f487eb3480441e2c7e666f0308d4d19f7601 -- 05:52:24 2023-02-17 05:52:24,481 [execute] DEBUG Popen(['git', 'rev-list', 'ade6f487eb3480441e2c7e666f0308d4d19f7601', '--'], cwd=/w/workspace/edgex-go/417/.semver, universal_newlines=False, shell=None, istream=None) 05:52:24 2023-02-17 05:52:24,501 [execute] INFO git fetch -v origin 05:52:24 2023-02-17 05:52:24,501 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/417/.semver, universal_newlines=True, shell=None, istream=None) 05:52:25 2023-02-17 05:52:25,268 [run_push] DEBUG no remote changes detected 05:52:25 2023-02-17 05:52:25,268 [execute] INFO git push origin semver 05:52:25 2023-02-17 05:52:25,269 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/417/.semver, universal_newlines=False, shell=None, istream=None) 05:52:26 2023-02-17 05:52:26,193 [run_push] DEBUG push all version tags 05:52:26 2023-02-17 05:52:26,194 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:52:26 2023-02-17 05:52:26,194 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/417, universal_newlines=False, shell=None, istream=None) 05:52:27 2023-02-17 05:52:27,055 [read_version] DEBUG read version from /w/workspace/edgex-go/417/.semver/main 05:52:27 3.0.0-dev.57 [Pipeline] } 05:52:27 $ docker exec --env ******** --env ******** ac35f7f6159453b24a3339cbce31c641ba5ea53d3748043ae9580aa612995c99 ssh-agent -k 05:52:27 unset SSH_AUTH_SOCK; 05:52:27 unset SSH_AGENT_PID; 05:52:27 echo Agent pid 38 killed; 05:52:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:52:27 + git semver [Pipeline] } 05:52:28 $ docker stop --time=1 ac35f7f6159453b24a3339cbce31c641ba5ea53d3748043ae9580aa612995c99 05:52:29 $ docker rm -f --volumes ac35f7f6159453b24a3339cbce31c641ba5ea53d3748043ae9580aa612995c99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 05:52:29 + [ -d /w/workspace/edgex-go/417/archives ] [Pipeline] libraryResource [Pipeline] sh 05:52:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:52:30 ---> package-listing.sh 05:52:30 ++ facter osfamily 05:52:30 ++ tr '[:upper:]' '[:lower:]' 05:52:31 + OS_FAMILY=debian 05:52:31 + workspace=/w/workspace/edgex-go/417 05:52:31 + START_PACKAGES=/tmp/packages_start.txt 05:52:31 + END_PACKAGES=/tmp/packages_end.txt 05:52:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:52:31 + PACKAGES=/tmp/packages_start.txt 05:52:31 + '[' /w/workspace/edgex-go/417 ']' 05:52:31 + PACKAGES=/tmp/packages_end.txt 05:52:31 + case "${OS_FAMILY}" in 05:52:31 + dpkg -l 05:52:31 + grep '^ii' 05:52:31 + '[' -f /tmp/packages_start.txt ']' 05:52:31 + '[' -f /tmp/packages_end.txt ']' 05:52:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:52:31 + '[' /w/workspace/edgex-go/417 ']' 05:52:31 + mkdir -p /w/workspace/edgex-go/417/archives/ 05:52:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/417/archives/ [Pipeline] echo 05:52:31 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/417/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:52:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:52:31 05:52:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:52:32 latest: Pulling from edgex-lftools-log-publisher 05:52:32 5eb5b503b376: Pulling fs layer 05:52:32 5c69ac0246d0: Pulling fs layer 05:52:32 ec43610c2a17: Pulling fs layer 05:52:32 3a2ae6a8a46f: Pulling fs layer 05:52:32 33b1e0a273af: Pulling fs layer 05:52:32 5d3b04190fa2: Pulling fs layer 05:52:32 2f39f015ded8: Pulling fs layer 05:52:32 3a2ae6a8a46f: Waiting 05:52:32 33b1e0a273af: Waiting 05:52:32 5d3b04190fa2: Waiting 05:52:32 2f39f015ded8: Waiting 05:52:32 5c69ac0246d0: Verifying Checksum 05:52:32 5c69ac0246d0: Download complete 05:52:32 3a2ae6a8a46f: Verifying Checksum 05:52:32 3a2ae6a8a46f: Download complete 05:52:32 33b1e0a273af: Verifying Checksum 05:52:32 33b1e0a273af: Download complete 05:52:32 5d3b04190fa2: Verifying Checksum 05:52:32 5d3b04190fa2: Download complete 05:52:32 ec43610c2a17: Verifying Checksum 05:52:32 ec43610c2a17: Download complete 05:52:32 5eb5b503b376: Verifying Checksum 05:52:32 5eb5b503b376: Download complete 05:52:34 2f39f015ded8: Download complete 05:52:49 5eb5b503b376: Pull complete 05:52:49 5c69ac0246d0: Pull complete 05:52:49 ec43610c2a17: Pull complete 05:52:49 3a2ae6a8a46f: Pull complete 05:52:49 33b1e0a273af: Pull complete 05:52:50 5d3b04190fa2: Pull complete 05:52:54 2f39f015ded8: Pull complete 05:52:54 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:52:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:52:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:52:54 prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container 05:52:54 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/417/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/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:52:56 $ docker top e605cf2999bad3c0a128fd8b701ce736491c675d465febcb96c14d52e5153698 -eo pid,comm [Pipeline] { [Pipeline] sh 05:52:56 + touch /tmp/pre-build-complete [Pipeline] sh 05:52:56 + mkdir -p /var/log/sysstat [Pipeline] sh 05:52:56 + ls /var/log/sa-host 05:52:56 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:52:57 provisioning config files... 05:52:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/417@tmp/config14661070511244895096tmp [Pipeline] { [Pipeline] echo 05:52:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:52:57 ---> create-netrc.sh [Pipeline] } 05:52:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:52:57 ---> python-tools-install.sh [Pipeline] echo 05:52:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:52:57 ---> sudo-logs.sh 05:52:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:52:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:52:58 ---> job-cost.sh 05:52:58 lf-activate-venv: SKIPPING 05:52:58 DEBUG: total: 0.10999999940395355 05:52:58 INFO: Retrieving Stack Cost... 05:52:58 INFO: Retrieving Pricing Info for: v3-standard-8 05:52:59 INFO: Archiving Costs [Pipeline] echo 05:52:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:52:59 ---> logs-deploy.sh 05:52:59 lf-activate-venv: SKIPPING 05:52:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/417 05:52:59 INFO: archiving workspace using pattern(s): 05:53:00 Archives upload complete. 05:53:00 INFO: archiving logs to Nexus 05:53:01 ---> uname -a: 05:53:01 Linux prd-ubuntu20-04-docker-8c-8g-6375 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 05:53:01 05:53:01 05:53:01 ---> lscpu: 05:53:01 Architecture: x86_64 05:53:01 CPU op-mode(s): 32-bit, 64-bit 05:53:01 Byte Order: Little Endian 05:53:01 Address sizes: 40 bits physical, 48 bits virtual 05:53:01 CPU(s): 8 05:53:01 On-line CPU(s) list: 0-7 05:53:01 Thread(s) per core: 1 05:53:01 Core(s) per socket: 1 05:53:01 Socket(s): 8 05:53:01 NUMA node(s): 1 05:53:01 Vendor ID: AuthenticAMD 05:53:01 CPU family: 23 05:53:01 Model: 49 05:53:01 Model name: AMD EPYC-Rome Processor 05:53:01 Stepping: 0 05:53:01 CPU MHz: 2799.996 05:53:01 BogoMIPS: 5599.99 05:53:01 Virtualization: AMD-V 05:53:01 Hypervisor vendor: KVM 05:53:01 Virtualization type: full 05:53:01 L1d cache: 256 KiB 05:53:01 L1i cache: 256 KiB 05:53:01 L2 cache: 4 MiB 05:53:01 L3 cache: 128 MiB 05:53:01 NUMA node0 CPU(s): 0-7 05:53:01 Vulnerability Itlb multihit: Not affected 05:53:01 Vulnerability L1tf: Not affected 05:53:01 Vulnerability Mds: Not affected 05:53:01 Vulnerability Meltdown: Not affected 05:53:01 Vulnerability Mmio stale data: Not affected 05:53:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:53:01 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 05:53:01 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 05:53:01 Vulnerability Srbds: Not affected 05:53:01 Vulnerability Tsx async abort: Not affected 05:53:01 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 05:53:01 05:53:01 05:53:01 ---> nproc: 05:53:01 8 05:53:01 05:53:01 05:53:01 ---> df -h: 05:53:01 Filesystem Size Used Avail Use% Mounted on 05:53:01 overlay 155G 21G 135G 14% / 05:53:01 tmpfs 64M 0 64M 0% /dev 05:53:01 tmpfs 16G 0 16G 0% /sys/fs/cgroup 05:53:01 shm 64M 0 64M 0% /dev/shm 05:53:01 /dev/vda1 155G 21G 135G 14% /facter-os 05:53:01 05:53:01 05:53:01 ---> sar -b -r -n DEV: 05:53:01 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6375) 02/17/23 _x86_64_ (8 CPU) 05:53:01 05:53:01 05:19:31 LINUX RESTART (8 CPU) 05:53:01 05:53:01 05:20:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:53:01 05:21:01 159.71 11.61 148.09 0.00 1792.10 116986.64 0.00 05:53:01 05:22:01 32.93 0.08 32.84 0.00 0.67 13179.82 0.00 05:53:01 05:23:01 95.15 0.28 94.87 0.00 6.13 68161.04 0.00 05:53:01 05:24:01 913.73 8.43 905.30 0.00 86.65 349946.48 0.00 05:53:01 05:25:01 1143.81 8.23 1135.58 0.00 919.85 352647.89 0.00 05:53:01 05:26:01 880.44 4.98 875.46 0.00 4261.38 157885.24 0.00 05:53:01 05:27:01 105.25 1.18 104.07 0.00 47.73 4528.98 0.00 05:53:01 05:28:01 13.53 0.02 13.51 0.00 3.47 359.94 0.00 05:53:01 05:29:01 1.20 0.00 1.20 0.00 0.00 12.40 0.00 05:53:01 05:30:01 1.80 0.00 1.80 0.00 0.00 19.20 0.00 05:53:01 05:31:01 1.17 0.00 1.17 0.00 0.00 12.53 0.00 05:53:01 05:32:01 1.63 0.00 1.63 0.00 0.00 18.13 0.00 05:53:01 05:33:01 0.93 0.00 0.93 0.00 0.00 9.73 0.00 05:53:01 05:34:01 2.07 0.00 2.07 0.00 0.00 23.20 0.00 05:53:01 05:35:01 2.38 0.02 2.37 0.00 0.13 29.32 0.00 05:53:01 05:36:01 1.68 0.00 1.68 0.00 0.00 19.86 0.00 05:53:01 05:37:01 1.45 0.00 1.45 0.00 0.00 16.00 0.00 05:53:01 05:38:01 1.77 0.00 1.77 0.00 0.00 19.60 0.00 05:53:01 05:39:01 1.47 0.00 1.47 0.00 0.00 16.00 0.00 05:53:01 05:40:01 1.78 0.00 1.78 0.00 0.00 20.40 0.00 05:53:01 05:41:01 1.57 0.00 1.57 0.00 0.00 16.80 0.00 05:53:01 05:42:01 2.08 0.00 2.08 0.00 0.00 23.73 0.00 05:53:01 05:43:01 1.78 0.32 1.47 0.00 10.13 16.80 0.00 05:53:01 05:44:01 3.02 1.30 1.72 0.00 26.26 21.20 0.00 05:53:01 05:45:01 1.57 0.00 1.57 0.00 0.00 17.06 0.00 05:53:01 05:46:01 1.47 0.00 1.47 0.00 0.00 17.86 0.00 05:53:01 05:47:01 1.08 0.00 1.08 0.00 0.00 11.46 0.00 05:53:01 05:48:01 1.95 0.00 1.95 0.00 0.00 21.20 0.00 05:53:01 05:49:01 1.48 0.00 1.48 0.00 0.00 16.13 0.00 05:53:01 05:50:01 2.25 0.00 2.25 0.00 0.00 25.20 0.00 05:53:01 05:51:01 1.37 0.00 1.37 0.00 0.00 14.26 0.00 05:53:01 05:52:01 72.11 0.15 71.96 0.00 8.53 36428.79 0.00 05:53:01 05:53:01 103.32 0.22 103.10 0.00 27.11 44377.16 0.00 05:53:01 Average: 107.85 1.12 106.73 0.00 218.00 34689.76 0.00 05:53:01 05:53:01 05:20:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:53:01 05:21:01 28487800 31542212 762704 2.32 112028 3174256 1971840 5.81 1171508 2808984 5844 05:53:01 05:22:01 27619824 31142528 1158308 3.52 114680 3600032 2363708 6.97 1629628 3169776 180332 05:53:01 05:23:01 26227152 31558876 740348 2.25 118180 5357376 1826676 5.38 1521948 4624368 1039396 05:53:01 05:24:01 21696204 31110180 1166632 3.55 290980 8987544 3245796 9.57 2410748 7959092 19524 05:53:01 05:25:01 17882700 30758800 1490920 4.53 384480 12146220 3569932 10.52 2968392 10973072 596 05:53:01 05:26:01 18167784 31497224 763416 2.32 449536 12505364 1939740 5.72 2475024 11170472 16644 05:53:01 05:27:01 18735720 31534564 730300 2.22 450448 11996744 1984480 5.85 2447616 10658428 484 05:53:01 05:28:01 18740504 31539772 724408 2.20 450848 11996964 1848880 5.45 2441124 10658404 220 05:53:01 05:29:01 18740548 31539828 724264 2.20 450864 11996968 1848880 5.45 2439808 10658408 20 05:53:01 05:30:01 18746852 31546132 718300 2.18 450876 11996968 1848880 5.45 2433120 10658408 16 05:53:01 05:31:01 18748444 31547752 716808 2.18 450896 11996972 1848880 5.45 2431348 10658412 12 05:53:01 05:32:01 18754260 31553820 711220 2.16 450920 11996976 1848880 5.45 2425932 10658640 12 05:53:01 05:33:01 18754164 31553748 711208 2.16 450928 11996980 1848880 5.45 2426480 10658640 196 05:53:01 05:34:01 18754188 31553776 711140 2.16 450968 11996984 1848880 5.45 2425964 10658644 8 05:53:01 05:35:01 18754336 31554024 711144 2.16 451036 11996960 1901064 5.60 2426108 10658624 12 05:53:01 05:36:01 18754368 31554096 711012 2.16 451072 11996964 1901064 5.60 2426088 10658628 40 05:53:01 05:37:01 18754232 31553996 710964 2.16 451104 11996968 1901064 5.60 2426068 10658632 12 05:53:01 05:38:01 18754436 31554232 710668 2.16 451136 11996968 1901064 5.60 2426120 10658632 8 05:53:01 05:39:01 18754352 31554184 710852 2.16 451188 11996972 1901064 5.60 2426132 10658636 8 05:53:01 05:40:01 18754360 31554276 710764 2.16 451236 11996968 1901064 5.60 2426312 10658644 44 05:53:01 05:41:01 18754432 31554428 710564 2.16 451288 11996976 1901064 5.60 2426456 10658648 8 05:53:01 05:42:01 18754132 31554148 710752 2.16 451328 11996984 1901064 5.60 2426476 10658652 8 05:53:01 05:43:01 18754316 31554704 710396 2.16 451388 11997280 1901064 5.60 2429112 10658744 24 05:53:01 05:44:01 18748504 31550916 714032 2.17 451392 11998208 1901064 5.60 2433212 10659104 44 05:53:01 05:45:01 18748448 31550920 714060 2.17 451448 11998208 1901064 5.60 2433108 10659064 12 05:53:01 05:46:01 18748432 31550956 713964 2.17 451492 11998212 1901064 5.60 2433024 10659080 44 05:53:01 05:47:01 18748560 31551120 713968 2.17 451504 11998216 1901064 5.60 2432892 10659084 4 05:53:01 05:48:01 18748324 31550896 714144 2.17 451540 11998216 1901064 5.60 2432924 10659084 8 05:53:01 05:49:01 18748196 31550844 714104 2.17 451576 11998220 1901064 5.60 2433360 10659088 196 05:53:01 05:50:01 18748220 31550876 714040 2.17 451616 11998216 1901064 5.60 2433132 10659092 12 05:53:01 05:51:01 18747920 31550616 714228 2.17 451660 11998224 1901064 5.60 2433156 10659092 8 05:53:01 05:52:01 17926264 31500912 762436 2.32 468224 12702320 2063708 6.08 2540396 11318164 972 05:53:01 05:53:01 16634300 31434852 820216 2.49 506512 13759336 1987780 5.86 2686532 12324012 768 05:53:01 Average: 19496736 31494249 773403 2.35 415890 11277781 2006482 5.91 2369068 10024741 38350 05:53:01 05:53:01 05:20:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:53:01 05:21:01 veth05dba12 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 05:53:01 05:21:01 docker0 280.64 289.40 21.07 3411.35 0.00 0.00 0.00 0.00 05:53:01 05:21:01 ens3 812.66 731.04 11937.69 102.48 0.00 0.00 0.00 0.00 05:53:01 05:21:01 lo 4.87 4.87 0.47 0.47 0.00 0.00 0.00 0.00 05:53:01 05:22:01 veth05dba12 1.23 1.30 0.09 0.10 0.00 0.00 0.00 0.00 05:53:01 05:22:01 docker0 1.23 1.23 0.08 0.10 0.00 0.00 0.00 0.00 05:53:01 05:22:01 ens3 23.58 15.30 19.17 9.76 0.00 0.00 0.00 0.00 05:53:01 05:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:01 05:23:01 veth2041bb6 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:53:01 05:23:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 05:53:01 05:23:01 ens3 125.71 99.20 1705.37 113.87 0.00 0.00 0.00 0.00 05:53:01 05:23:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 05:53:01 05:24:01 veth2041bb6 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 05:53:01 05:24:01 vethc2810ed 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:24:01 vethad9b7be 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:24:01 vethb825ea9 0.00 0.33 0.00 0.02 0.00 0.00 0.00 0.00 05:53:01 05:24:01 docker0 767.64 1038.53 54.67 6284.65 0.00 0.00 0.00 0.00 05:53:01 05:24:01 vethbd36aa7 0.00 0.33 0.00 0.02 0.00 0.00 0.00 0.00 05:53:01 05:24:01 ens3 1071.70 786.77 6353.63 77.25 0.00 0.00 0.00 0.00 05:53:01 05:24:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 05:53:01 05:25:01 veth2041bb6 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 05:53:01 05:25:01 veth7b3e9a0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 05:53:01 05:25:01 docker0 303.18 465.12 24.54 3798.71 0.00 0.00 0.00 0.00 05:53:01 05:25:01 veth1c2b698 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:53:01 05:25:01 ens3 624.68 395.70 4830.43 56.78 0.00 0.00 0.00 0.00 05:53:01 05:25:01 veth8c8e89e 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 05:53:01 05:25:01 veth568ac79 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:53:01 05:25:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 05:53:01 05:26:01 veth2041bb6 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:53:01 05:26:01 docker0 99.97 159.51 8.17 1381.52 0.00 0.00 0.00 0.00 05:53:01 05:26:01 ens3 393.52 209.20 3266.00 32.54 0.00 0.00 0.00 0.00 05:53:01 05:26:01 lo 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 05:53:01 05:27:01 docker0 2.47 4.62 0.15 43.68 0.00 0.00 0.00 0.00 05:53:01 05:27:01 ens3 430.58 437.38 256.04 2060.14 0.00 0.00 0.00 0.00 05:53:01 05:27:01 lo 43.99 43.99 4.34 4.34 0.00 0.00 0.00 0.00 05:53:01 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:28:01 ens3 209.83 210.16 111.78 954.46 0.00 0.00 0.00 0.00 05:53:01 05:28:01 lo 18.60 18.60 1.83 1.83 0.00 0.00 0.00 0.00 05:53:01 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:29:01 ens3 0.55 0.42 3.53 0.03 0.00 0.00 0.00 0.00 05:53:01 05:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:30:01 ens3 0.37 0.22 0.09 0.07 0.00 0.00 0.00 0.00 05:53:01 05:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:01 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:31:01 ens3 0.25 0.10 0.07 0.01 0.00 0.00 0.00 0.00 05:53:01 05:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:32:01 ens3 0.25 0.10 0.02 0.01 0.00 0.00 0.00 0.00 05:53:01 05:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:01 05:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:33:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:34:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:53:01 05:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:01 05:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:35:01 ens3 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 05:53:01 05:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:36:01 ens3 0.23 0.20 0.07 0.01 0.00 0.00 0.00 0.00 05:53:01 05:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:01 05:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:37:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:38:01 ens3 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:53:01 05:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:01 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:39:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:40:01 ens3 0.97 0.23 0.14 0.07 0.00 0.00 0.00 0.00 05:53:01 05:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:01 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:41:01 ens3 2.60 0.40 0.63 0.27 0.00 0.00 0.00 0.00 05:53:01 05:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:42:01 ens3 1.23 0.68 0.53 0.42 0.00 0.00 0.00 0.00 05:53:01 05:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:01 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:43:01 ens3 1.45 0.65 0.63 0.38 0.00 0.00 0.00 0.00 05:53:01 05:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:44:01 ens3 8.03 5.55 5.11 6.14 0.00 0.00 0.00 0.00 05:53:01 05:44:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 05:53:01 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:45:01 ens3 1.12 0.45 0.47 0.34 0.00 0.00 0.00 0.00 05:53:01 05:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:46:01 ens3 0.73 0.42 0.41 0.27 0.00 0.00 0.00 0.00 05:53:01 05:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:01 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:47:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 05:53:01 05:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:48:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:53:01 05:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:01 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:49:01 ens3 0.77 0.00 0.06 0.00 0.00 0.00 0.00 0.00 05:53:01 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:50:01 ens3 0.50 0.37 0.18 0.15 0.00 0.00 0.00 0.00 05:53:01 05:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:01 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:51:01 ens3 0.58 0.30 0.32 0.21 0.00 0.00 0.00 0.00 05:53:01 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:01 05:52:01 docker0 39.22 57.18 3.43 588.72 0.00 0.00 0.00 0.00 05:53:01 05:52:01 ens3 240.24 161.10 4587.46 33.30 0.00 0.00 0.00 0.00 05:53:01 05:52:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 05:53:01 05:53:01 docker0 2.36 2.19 0.38 1.83 0.00 0.00 0.00 0.00 05:53:01 05:53:01 ens3 324.06 235.65 5867.52 147.76 0.00 0.00 0.00 0.00 05:53:01 05:53:01 lo 2.17 2.17 0.22 0.22 0.00 0.00 0.00 0.00 05:53:01 Average: docker0 45.38 61.18 3.41 470.25 0.00 0.00 0.00 0.00 05:53:01 Average: ens3 129.51 99.69 1177.87 108.97 0.00 0.00 0.00 0.00 05:53:01 Average: lo 2.35 2.35 0.23 0.23 0.00 0.00 0.00 0.00 05:53:01 05:53:01 05:53:01 ---> sar -P ALL: 05:53:01 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6375) 02/17/23 _x86_64_ (8 CPU) 05:53:01 05:53:01 05:19:31 LINUX RESTART (8 CPU) 05:53:01 05:53:01 05:20:01 CPU %user %nice %system %iowait %steal %idle 05:53:01 05:21:01 all 10.76 0.00 4.61 1.60 0.06 82.97 05:53:01 05:21:01 0 10.44 0.00 4.87 0.49 0.05 84.15 05:53:01 05:21:01 1 10.60 0.00 4.77 1.70 0.05 82.88 05:53:01 05:21:01 2 10.45 0.00 4.42 1.47 0.05 83.62 05:53:01 05:21:01 3 10.59 0.00 5.10 6.05 0.08 78.18 05:53:01 05:21:01 4 9.16 0.00 3.91 0.73 0.03 86.17 05:53:01 05:21:01 5 10.52 0.00 3.79 0.13 0.05 85.51 05:53:01 05:21:01 6 15.28 0.00 4.61 0.98 0.05 79.08 05:53:01 05:21:01 7 8.99 0.00 5.44 1.28 0.10 84.18 05:53:01 05:22:01 all 45.32 0.00 6.37 0.23 0.08 48.00 05:53:01 05:22:01 0 44.24 0.00 6.48 0.00 0.08 49.19 05:53:01 05:22:01 1 45.76 0.00 5.89 0.02 0.07 48.27 05:53:01 05:22:01 2 45.34 0.00 6.45 0.00 0.08 48.13 05:53:01 05:22:01 3 46.03 0.00 6.46 0.22 0.07 47.23 05:53:01 05:22:01 4 44.42 0.00 6.21 0.05 0.08 49.23 05:53:01 05:22:01 5 44.35 0.00 6.47 0.03 0.08 49.06 05:53:01 05:22:01 6 46.60 0.00 6.37 0.00 0.08 46.94 05:53:01 05:22:01 7 45.84 0.00 6.61 1.50 0.08 45.97 05:53:01 05:23:01 all 30.12 0.00 8.24 0.78 0.08 60.77 05:53:01 05:23:01 0 29.88 0.00 8.96 0.05 0.09 61.02 05:53:01 05:23:01 1 30.93 0.00 7.15 0.03 0.08 61.80 05:53:01 05:23:01 2 28.76 0.00 8.58 0.14 0.07 62.45 05:53:01 05:23:01 3 27.93 0.00 7.85 4.68 0.08 59.45 05:53:01 05:23:01 4 30.70 0.00 8.45 0.03 0.07 60.74 05:53:01 05:23:01 5 31.73 0.00 8.40 0.07 0.08 59.72 05:53:01 05:23:01 6 30.35 0.00 8.29 0.02 0.10 61.24 05:53:01 05:23:01 7 30.71 0.00 8.26 1.22 0.08 59.74 05:53:01 05:24:01 all 29.79 0.00 11.00 8.46 0.11 50.65 05:53:01 05:24:01 0 31.05 0.00 9.64 4.71 0.08 54.52 05:53:01 05:24:01 1 30.20 0.00 9.27 4.13 0.12 56.29 05:53:01 05:24:01 2 29.82 0.00 11.03 12.08 0.10 46.97 05:53:01 05:24:01 3 30.45 0.00 11.33 7.75 0.10 50.37 05:53:01 05:24:01 4 29.36 0.00 13.16 17.99 0.12 39.37 05:53:01 05:24:01 5 30.27 0.00 10.59 4.58 0.14 54.43 05:53:01 05:24:01 6 28.76 0.00 10.82 4.67 0.10 55.64 05:53:01 05:24:01 7 28.36 0.00 12.18 11.91 0.12 47.43 05:53:01 05:25:01 all 63.39 0.00 15.96 6.92 0.15 13.59 05:53:01 05:25:01 0 61.93 0.00 13.59 5.58 0.14 18.77 05:53:01 05:25:01 1 63.54 0.00 16.39 7.46 0.14 12.47 05:53:01 05:25:01 2 59.96 0.00 14.05 7.55 0.17 18.28 05:53:01 05:25:01 3 63.59 0.00 17.21 10.03 0.14 9.04 05:53:01 05:25:01 4 64.26 0.00 16.74 6.49 0.15 12.35 05:53:01 05:25:01 5 65.51 0.00 15.38 5.53 0.17 13.41 05:53:01 05:25:01 6 65.14 0.00 16.77 4.85 0.14 13.11 05:53:01 05:25:01 7 63.11 0.00 17.54 7.88 0.14 11.32 05:53:01 05:26:01 all 47.87 0.00 10.22 3.21 0.11 38.59 05:53:01 05:26:01 0 45.07 0.00 8.92 1.12 0.10 44.79 05:53:01 05:26:01 1 48.34 0.00 9.85 2.38 0.08 39.35 05:53:01 05:26:01 2 47.04 0.00 9.52 2.91 0.10 40.43 05:53:01 05:26:01 3 49.10 0.00 9.54 2.02 0.10 39.24 05:53:01 05:26:01 4 47.74 0.00 10.76 3.63 0.12 37.76 05:53:01 05:26:01 5 47.94 0.00 10.51 5.61 0.12 35.82 05:53:01 05:26:01 6 48.24 0.00 10.69 6.72 0.12 34.23 05:53:01 05:26:01 7 49.48 0.00 11.94 1.28 0.12 37.17 05:53:01 05:27:01 all 6.87 0.00 1.39 0.64 0.04 91.05 05:53:01 05:27:01 0 6.90 0.00 1.32 0.12 0.05 91.61 05:53:01 05:27:01 1 6.74 0.00 1.12 0.05 0.05 92.04 05:53:01 05:27:01 2 6.97 0.00 1.05 0.05 0.03 91.89 05:53:01 05:27:01 3 6.14 0.00 1.49 0.67 0.05 91.64 05:53:01 05:27:01 4 7.42 0.00 1.61 2.85 0.05 88.08 05:53:01 05:27:01 5 4.24 0.00 1.22 0.08 0.03 94.42 05:53:01 05:27:01 6 8.04 0.00 1.26 0.45 0.03 90.22 05:53:01 05:27:01 7 8.53 0.00 2.07 0.86 0.05 88.49 05:53:01 05:28:01 all 3.02 0.00 0.49 0.05 0.03 96.41 05:53:01 05:28:01 0 2.96 0.00 0.52 0.02 0.02 96.48 05:53:01 05:28:01 1 2.76 0.00 0.43 0.00 0.03 96.77 05:53:01 05:28:01 2 2.60 0.00 0.42 0.02 0.02 96.95 05:53:01 05:28:01 3 3.41 0.00 0.45 0.10 0.02 96.02 05:53:01 05:28:01 4 4.37 0.00 0.47 0.23 0.03 94.89 05:53:01 05:28:01 5 3.44 0.00 0.43 0.03 0.03 96.06 05:53:01 05:28:01 6 2.37 0.00 0.38 0.02 0.03 97.20 05:53:01 05:28:01 7 2.27 0.00 0.79 0.02 0.02 96.91 05:53:01 05:29:01 all 0.02 0.00 0.02 0.00 0.01 99.95 05:53:01 05:29:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:53:01 05:29:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:53:01 05:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:29:01 3 0.03 0.00 0.02 0.02 0.02 99.92 05:53:01 05:29:01 4 0.05 0.00 0.02 0.02 0.00 99.92 05:53:01 05:29:01 5 0.05 0.00 0.02 0.00 0.02 99.92 05:53:01 05:29:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:53:01 05:29:01 7 0.00 0.00 0.03 0.00 0.00 99.97 05:53:01 05:30:01 all 0.02 0.00 0.00 0.01 0.01 99.96 05:53:01 05:30:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:30:01 3 0.03 0.00 0.02 0.03 0.02 99.90 05:53:01 05:30:01 4 0.03 0.00 0.02 0.02 0.00 99.93 05:53:01 05:30:01 5 0.03 0.00 0.00 0.00 0.02 99.95 05:53:01 05:30:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:30:01 7 0.02 0.00 0.00 0.02 0.02 99.95 05:53:01 05:31:01 all 0.01 0.00 0.01 0.01 0.00 99.98 05:53:01 05:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:31:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:53:01 05:31:01 4 0.02 0.00 0.02 0.03 0.00 99.93 05:53:01 05:31:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:53:01 05:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:31:01 7 0.00 0.00 0.02 0.02 0.00 99.97 05:53:01 05:53:01 05:31:01 CPU %user %nice %system %iowait %steal %idle 05:53:01 05:32:01 all 0.02 0.00 0.00 0.01 0.01 99.96 05:53:01 05:32:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:53:01 05:32:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:53:01 05:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:53:01 05:32:01 3 0.03 0.00 0.00 0.00 0.02 99.95 05:53:01 05:32:01 4 0.03 0.00 0.00 0.02 0.02 99.93 05:53:01 05:32:01 5 0.03 0.00 0.02 0.00 0.03 99.92 05:53:01 05:32:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:32:01 7 0.00 0.00 0.00 0.03 0.00 99.97 05:53:01 05:33:01 all 0.01 0.00 0.01 0.01 0.00 99.97 05:53:01 05:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:33:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:33:01 3 0.02 0.00 0.02 0.08 0.00 99.88 05:53:01 05:33:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:53:01 05:33:01 5 0.02 0.00 0.02 0.03 0.02 99.92 05:53:01 05:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:33:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:53:01 05:34:01 all 0.02 0.00 0.01 0.01 0.01 99.95 05:53:01 05:34:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:53:01 05:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:34:01 2 0.03 0.00 0.00 0.00 0.00 99.97 05:53:01 05:34:01 3 0.03 0.00 0.00 0.02 0.02 99.93 05:53:01 05:34:01 4 0.02 0.00 0.02 0.05 0.00 99.92 05:53:01 05:34:01 5 0.03 0.00 0.02 0.03 0.02 99.90 05:53:01 05:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:34:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:53:01 05:35:01 all 0.03 0.00 0.02 0.01 0.00 99.94 05:53:01 05:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:35:01 1 0.02 0.00 0.02 0.02 0.00 99.95 05:53:01 05:35:01 2 0.05 0.00 0.02 0.00 0.00 99.93 05:53:01 05:35:01 3 0.02 0.00 0.02 0.03 0.00 99.93 05:53:01 05:35:01 4 0.03 0.00 0.05 0.05 0.00 99.87 05:53:01 05:35:01 5 0.02 0.00 0.05 0.00 0.02 99.92 05:53:01 05:35:01 6 0.02 0.00 0.03 0.00 0.00 99.95 05:53:01 05:35:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:53:01 05:36:01 all 0.22 0.00 0.02 0.01 0.01 99.74 05:53:01 05:36:01 0 1.53 0.00 0.07 0.00 0.02 98.39 05:53:01 05:36:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:53:01 05:36:01 2 0.05 0.00 0.00 0.00 0.00 99.95 05:53:01 05:36:01 3 0.03 0.00 0.00 0.02 0.00 99.95 05:53:01 05:36:01 4 0.03 0.00 0.00 0.03 0.02 99.92 05:53:01 05:36:01 5 0.03 0.00 0.03 0.00 0.02 99.92 05:53:01 05:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:36:01 7 0.02 0.00 0.03 0.00 0.02 99.93 05:53:01 05:37:01 all 0.14 0.00 0.02 0.01 0.00 99.83 05:53:01 05:37:01 0 1.06 0.00 0.07 0.00 0.00 98.87 05:53:01 05:37:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:53:01 05:37:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:53:01 05:37:01 3 0.00 0.00 0.00 0.02 0.02 99.97 05:53:01 05:37:01 4 0.02 0.00 0.00 0.08 0.00 99.90 05:53:01 05:37:01 5 0.02 0.00 0.03 0.00 0.02 99.93 05:53:01 05:37:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:53:01 05:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:38:01 all 0.01 0.00 0.01 0.02 0.01 99.96 05:53:01 05:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:38:01 2 0.00 0.00 0.02 0.00 0.02 99.97 05:53:01 05:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:38:01 4 0.02 0.00 0.02 0.05 0.00 99.92 05:53:01 05:38:01 5 0.00 0.00 0.02 0.08 0.03 99.87 05:53:01 05:38:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:53:01 05:38:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:53:01 05:39:01 all 0.23 0.00 0.01 0.01 0.00 99.75 05:53:01 05:39:01 0 1.66 0.00 0.00 0.00 0.02 98.32 05:53:01 05:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:39:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:53:01 05:39:01 4 0.05 0.00 0.02 0.03 0.00 99.90 05:53:01 05:39:01 5 0.03 0.00 0.03 0.02 0.00 99.92 05:53:01 05:39:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:40:01 all 0.26 0.00 0.01 0.01 0.01 99.71 05:53:01 05:40:01 0 1.97 0.00 0.02 0.00 0.00 98.01 05:53:01 05:40:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:53:01 05:40:01 2 0.02 0.00 0.03 0.00 0.00 99.95 05:53:01 05:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:40:01 4 0.00 0.00 0.02 0.03 0.02 99.93 05:53:01 05:40:01 5 0.03 0.00 0.02 0.03 0.03 99.88 05:53:01 05:40:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:53:01 05:40:01 7 0.00 0.00 0.00 0.02 0.00 99.98 05:53:01 05:41:01 all 0.27 0.00 0.00 0.01 0.00 99.72 05:53:01 05:41:01 0 1.97 0.00 0.00 0.00 0.00 98.03 05:53:01 05:41:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:53:01 05:41:01 2 0.03 0.00 0.00 0.00 0.00 99.97 05:53:01 05:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:41:01 4 0.03 0.00 0.02 0.05 0.00 99.90 05:53:01 05:41:01 5 0.02 0.00 0.00 0.00 0.02 99.97 05:53:01 05:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:42:01 all 0.04 0.00 0.02 0.01 0.01 99.93 05:53:01 05:42:01 0 0.13 0.00 0.07 0.00 0.02 99.78 05:53:01 05:42:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:53:01 05:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:42:01 3 0.07 0.00 0.02 0.00 0.02 99.90 05:53:01 05:42:01 4 0.02 0.00 0.00 0.08 0.00 99.90 05:53:01 05:42:01 5 0.02 0.00 0.02 0.02 0.02 99.93 05:53:01 05:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:42:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:53:01 05:53:01 05:42:01 CPU %user %nice %system %iowait %steal %idle 05:53:01 05:43:01 all 0.07 0.00 0.02 0.01 0.01 99.89 05:53:01 05:43:01 0 0.20 0.00 0.00 0.00 0.00 99.80 05:53:01 05:43:01 1 0.08 0.00 0.02 0.00 0.00 99.90 05:53:01 05:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:53:01 05:43:01 3 0.10 0.00 0.02 0.00 0.00 99.88 05:53:01 05:43:01 4 0.00 0.00 0.02 0.03 0.02 99.93 05:53:01 05:43:01 5 0.12 0.00 0.07 0.03 0.02 99.77 05:53:01 05:43:01 6 0.05 0.00 0.00 0.00 0.02 99.93 05:53:01 05:43:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:53:01 05:44:01 all 0.22 0.00 0.02 0.01 0.01 99.75 05:53:01 05:44:01 0 0.39 0.00 0.00 0.00 0.02 99.60 05:53:01 05:44:01 1 0.10 0.00 0.02 0.00 0.00 99.88 05:53:01 05:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:53:01 05:44:01 3 0.15 0.00 0.02 0.00 0.00 99.83 05:53:01 05:44:01 4 0.10 0.00 0.02 0.03 0.00 99.85 05:53:01 05:44:01 5 0.73 0.00 0.05 0.03 0.02 99.17 05:53:01 05:44:01 6 0.07 0.00 0.03 0.00 0.00 99.90 05:53:01 05:44:01 7 0.18 0.00 0.02 0.00 0.02 99.78 05:53:01 05:45:01 all 0.02 0.00 0.01 0.01 0.01 99.95 05:53:01 05:45:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:45:01 1 0.05 0.00 0.02 0.00 0.02 99.92 05:53:01 05:45:01 2 0.03 0.00 0.00 0.00 0.00 99.97 05:53:01 05:45:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:53:01 05:45:01 4 0.03 0.00 0.00 0.08 0.02 99.87 05:53:01 05:45:01 5 0.05 0.00 0.03 0.00 0.02 99.90 05:53:01 05:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:45:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:53:01 05:46:01 all 0.19 0.00 0.01 0.02 0.00 99.78 05:53:01 05:46:01 0 1.29 0.00 0.00 0.00 0.00 98.71 05:53:01 05:46:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:53:01 05:46:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:46:01 3 0.03 0.00 0.00 0.13 0.00 99.83 05:53:01 05:46:01 4 0.02 0.00 0.02 0.05 0.02 99.90 05:53:01 05:46:01 5 0.13 0.00 0.02 0.00 0.02 99.83 05:53:01 05:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:47:01 all 0.02 0.00 0.01 0.01 0.01 99.96 05:53:01 05:47:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:53:01 05:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:53:01 05:47:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:47:01 3 0.03 0.00 0.02 0.02 0.02 99.92 05:53:01 05:47:01 4 0.02 0.00 0.00 0.03 0.00 99.95 05:53:01 05:47:01 5 0.02 0.00 0.02 0.00 0.02 99.95 05:53:01 05:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:47:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:48:01 all 0.01 0.00 0.01 0.01 0.01 99.97 05:53:01 05:48:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:48:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:53:01 05:48:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:53:01 05:48:01 3 0.00 0.00 0.02 0.02 0.00 99.97 05:53:01 05:48:01 4 0.00 0.00 0.00 0.03 0.02 99.95 05:53:01 05:48:01 5 0.02 0.00 0.03 0.03 0.02 99.90 05:53:01 05:48:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:53:01 05:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:49:01 all 0.02 0.00 0.01 0.01 0.00 99.96 05:53:01 05:49:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:53:01 05:49:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:53:01 05:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:49:01 4 0.03 0.00 0.03 0.05 0.00 99.88 05:53:01 05:49:01 5 0.02 0.00 0.02 0.02 0.02 99.93 05:53:01 05:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:53:01 05:49:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:53:01 05:50:01 all 0.01 0.00 0.01 0.01 0.00 99.96 05:53:01 05:50:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:53:01 05:50:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:53:01 05:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:53:01 05:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:53:01 05:50:01 4 0.03 0.00 0.02 0.05 0.00 99.90 05:53:01 05:50:01 5 0.02 0.00 0.02 0.03 0.02 99.92 05:53:01 05:50:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:50:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:53:01 05:51:01 all 0.03 0.00 0.01 0.01 0.01 99.94 05:53:01 05:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:51:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:53:01 05:51:01 2 0.05 0.00 0.03 0.00 0.02 99.90 05:53:01 05:51:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:53:01 05:51:01 4 0.03 0.00 0.02 0.03 0.02 99.90 05:53:01 05:51:01 5 0.03 0.00 0.05 0.03 0.02 99.87 05:53:01 05:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:53:01 05:51:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:53:01 05:52:01 all 5.15 0.00 2.38 0.79 0.03 91.66 05:53:01 05:52:01 0 4.07 0.00 2.16 0.25 0.03 93.48 05:53:01 05:52:01 1 6.33 0.00 2.09 0.27 0.03 91.27 05:53:01 05:52:01 2 6.18 0.00 2.34 0.07 0.02 91.39 05:53:01 05:52:01 3 5.97 0.00 2.22 1.21 0.02 90.58 05:53:01 05:52:01 4 4.64 0.00 2.51 0.64 0.02 92.19 05:53:01 05:52:01 5 4.00 0.00 2.48 0.13 0.03 93.35 05:53:01 05:52:01 6 5.04 0.00 2.50 3.63 0.03 88.80 05:53:01 05:52:01 7 4.95 0.00 2.74 0.10 0.02 92.19 05:53:01 05:53:01 all 7.46 0.00 3.22 4.08 0.05 85.20 05:53:01 05:53:01 0 7.75 0.00 3.28 0.05 0.03 88.89 05:53:01 05:53:01 1 7.36 0.00 3.64 0.69 0.05 88.26 05:53:01 05:53:01 2 8.06 0.00 3.05 0.27 0.05 88.57 05:53:01 05:53:01 3 7.14 0.00 3.27 2.41 0.07 87.12 05:53:01 05:53:01 4 7.30 0.00 2.18 0.00 0.03 90.49 05:53:01 05:53:01 5 6.76 0.00 3.39 0.12 0.03 89.69 05:53:01 05:53:01 6 6.10 0.00 3.18 28.77 0.03 61.92 05:53:01 05:53:01 7 9.25 0.00 3.76 0.28 0.07 86.65 05:53:01 05:53:01 Average: CPU %user %nice %system %iowait %steal %idle 05:53:01 Average: all 7.54 0.00 1.92 0.81 0.03 89.71 05:53:01 Average: 0 7.62 0.00 1.79 0.37 0.02 90.19 05:53:01 Average: 1 7.60 0.00 1.82 0.50 0.02 90.05 05:53:01 Average: 2 7.36 0.00 1.83 0.73 0.02 90.06 05:53:01 Average: 3 7.52 0.00 1.95 1.06 0.03 89.44 05:53:01 Average: 4 7.50 0.00 1.99 1.01 0.03 89.48 05:53:01 Average: 5 7.50 0.00 1.90 0.50 0.04 90.07 05:53:01 Average: 6 7.67 0.00 1.95 1.49 0.02 88.87 05:53:01 Average: 7 7.54 0.00 2.14 0.79 0.03 89.51 05:53:01 05:53:01 05:53:01