Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9e386417050e4cffa7025a09e4120fb1660b81d4 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-ssh9108343325062734162.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-ssh9986614078381634347.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-ssh2765272417164314618.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-ssh16840193841540958281.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-ssh3797848346981575090.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/v2], 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/v2 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-3178 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/382 [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/382 # 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 Avoid second fetch Checking out Revision 9e386417050e4cffa7025a09e4120fb1660b81d4 (main) Commit message: "docs(snap): Remove outdated build instructions (#4298)" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9e386417050e4cffa7025a09e4120fb1660b81d4 # timeout=10 > git rev-list --no-walk 9f6c2d12596b055c2e2c9bccf1d135bdf65fffde # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:03:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:03:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:03:20 ========================================================= 10:03:20 EdgeX Global Pipelines Version Info 10:03:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:03:21 ------------------- 10:03:21 stable info: 10:03:21 ------------------- 10:03:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:03:21 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 10:03:21 Message: update stable to v1.0.244 10:03:22 ------------------- 10:03:22 experimental info: 10:03:22 ------------------- 10:03:22 Commited By: **** collab-it+edgex@linuxfoundation.org 10:03:22 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 10:03:22 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9e38641 [Pipeline] echo 10:03:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:03:22 provisioning config files... 10:03:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/382@tmp/config4830066776069127942tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:03:22 ---> docker-login.sh 10:03:22 nexus3.edgexfoundry.org:10001 10:03:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:23 Configure a credential helper to remove this warning. See 10:03:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:23 10:03:23 Login Succeeded 10:03:23 nexus3.edgexfoundry.org:10002 10:03:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:23 Configure a credential helper to remove this warning. See 10:03:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:23 10:03:23 Login Succeeded 10:03:23 nexus3.edgexfoundry.org:10003 10:03:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:23 Configure a credential helper to remove this warning. See 10:03:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:23 10:03:23 Login Succeeded 10:03:23 nexus3.edgexfoundry.org:10004 10:03:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:23 Configure a credential helper to remove this warning. See 10:03:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:23 10:03:23 Login Succeeded 10:03:23 docker.io 10:03:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:24 Configure a credential helper to remove this warning. See 10:03:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:24 10:03:24 Login Succeeded 10:03:24 ---> docker-login.sh ends [Pipeline] } 10:03:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:03:24 + 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 10:03:24 + dirname cmd/core-command/Dockerfile 10:03:24 + cut -d/ -f2 10:03:24 + echo core-command,cmd/core-command/Dockerfile 10:03:24 + dirname cmd/core-common-config-bootstrapper/Dockerfile 10:03:24 + cut -d/ -f2 10:03:24 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 10:03:24 + dirname cmd/core-data/Dockerfile 10:03:24 + cut -d/ -f2 10:03:24 + echo core-data,cmd/core-data/Dockerfile 10:03:24 + dirname cmd/core-metadata/Dockerfile 10:03:24 + cut -d/ -f2 10:03:24 + echo core-metadata,cmd/core-metadata/Dockerfile 10:03:24 + dirname cmd/security-bootstrapper/Dockerfile 10:03:24 + cut -d/ -f2 10:03:24 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:03:24 + dirname cmd/security-proxy-setup/Dockerfile 10:03:24 + cut -d/ -f2 10:03:24 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:03:24 + dirname cmd/security-secretstore-setup/Dockerfile 10:03:24 + cut -d/ -f2 10:03:24 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:03:24 + dirname cmd/security-spiffe-token-provider/Dockerfile 10:03:24 + cut -d/ -f2 10:03:24 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 10:03:24 + dirname cmd/security-spire-agent/Dockerfile 10:03:24 + cut -d/ -f2 10:03:24 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 10:03:24 + dirname cmd/security-spire-config/Dockerfile 10:03:24 + cut -d/ -f2 10:03:24 + echo security-spire-config,cmd/security-spire-config/Dockerfile 10:03:24 + dirname cmd/security-spire-server/Dockerfile 10:03:24 + cut -d/ -f2 10:03:24 + echo security-spire-server,cmd/security-spire-server/Dockerfile 10:03:24 + dirname cmd/support-notifications/Dockerfile 10:03:24 + cut -d/ -f2 10:03:24 + echo support-notifications,cmd/support-notifications/Dockerfile 10:03:24 + + dirname cmd/support-scheduler/Dockerfilecut 10:03:24 -d/ -f2 10:03:24 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 10:03:24 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 10:03:24 + git rev-list -1 --merges 9e386417050e4cffa7025a09e4120fb1660b81d4~1..9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] echo 10:03:24 -----------> git rev-list -1 --merges 9e386417050e4cffa7025a09e4120fb1660b81d4~1..9e386417050e4cffa7025a09e4120fb1660b81d4 9e386417050e4cffa7025a09e4120fb1660b81d4 [false] [Pipeline] sh 10:03:25 + git log --format=format:%s -1 9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] echo 10:03:25 ========================================================= 10:03:25 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:03:25 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 10:03:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:03:25 + grep -v github /etc/ssh/ssh_known_hosts 10:03:25 + [ -e /tmp/ssh_known_hosts ] 10:03:25 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:03:25 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:03:25 + sudo tee -a /etc/ssh/ssh_known_hosts 10:03:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:03:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:03:25 10:03:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:03:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:03:26 0.1.4: Pulling from edgex-devops/py-git-semver 10:03:26 b85a868b505f: Pulling fs layer 10:03:26 e2be974225ed: Pulling fs layer 10:03:26 339a4e72a1f5: Pulling fs layer 10:03:26 988bab9f4d93: Pulling fs layer 10:03:26 1469e6f7b9e6: Pulling fs layer 10:03:26 eaf3925da568: Pulling fs layer 10:03:26 bab4dde63d76: Pulling fs layer 10:03:26 bde34c3a00c8: Pulling fs layer 10:03:26 b352a97aabf1: Pulling fs layer 10:03:26 4872d77fe225: Pulling fs layer 10:03:26 5851b861e8e6: Pulling fs layer 10:03:26 bde34c3a00c8: Waiting 10:03:26 b352a97aabf1: Waiting 10:03:26 bab4dde63d76: Waiting 10:03:26 eaf3925da568: Waiting 10:03:26 5851b861e8e6: Waiting 10:03:26 e2be974225ed: Download complete 10:03:26 988bab9f4d93: Verifying Checksum 10:03:26 988bab9f4d93: Download complete 10:03:26 1469e6f7b9e6: Verifying Checksum 10:03:26 1469e6f7b9e6: Download complete 10:03:26 339a4e72a1f5: Verifying Checksum 10:03:26 339a4e72a1f5: Download complete 10:03:26 eaf3925da568: Verifying Checksum 10:03:26 eaf3925da568: Download complete 10:03:26 bde34c3a00c8: Verifying Checksum 10:03:26 bde34c3a00c8: Download complete 10:03:26 b352a97aabf1: Verifying Checksum 10:03:26 b352a97aabf1: Download complete 10:03:26 4872d77fe225: Verifying Checksum 10:03:26 4872d77fe225: Download complete 10:03:26 5851b861e8e6: Verifying Checksum 10:03:26 5851b861e8e6: Download complete 10:03:26 b85a868b505f: Verifying Checksum 10:03:26 b85a868b505f: Download complete 10:03:26 bab4dde63d76: Verifying Checksum 10:03:26 bab4dde63d76: Download complete 10:03:27 b85a868b505f: Pull complete 10:03:27 e2be974225ed: Pull complete 10:03:28 339a4e72a1f5: Pull complete 10:03:28 988bab9f4d93: Pull complete 10:03:28 1469e6f7b9e6: Pull complete 10:03:28 eaf3925da568: Pull complete 10:03:30 bab4dde63d76: Pull complete 10:03:30 bde34c3a00c8: Pull complete 10:03:30 b352a97aabf1: Pull complete 10:03:30 4872d77fe225: Pull complete 10:03:30 5851b861e8e6: Pull complete 10:03:30 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 10:03:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:03:30 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:03:30 prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container 10:03:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:03:33 $ docker top 8a6f1d6073441b7783b446b74aaf95bed477d7d3502506e964d13fefb2691b6e -eo pid,comm 10:03:33 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). 10:03:33 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:03:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:03:33 [ssh-agent] Looking for ssh-agent implementation... 10:03:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:03:33 $ docker exec 8a6f1d6073441b7783b446b74aaf95bed477d7d3502506e964d13fefb2691b6e ssh-agent 10:03:33 SSH_AUTH_SOCK=/tmp/ssh-qzY9AEhkcllj/agent.31 10:03:33 SSH_AGENT_PID=37 10:03:33 Running ssh-add (command line suppressed) 10:03:33 Identity added: /w/workspace/edgex-go/382@tmp/private_key_1532720760488768139.key (/w/workspace/edgex-go/382@tmp/private_key_1532720760488768139.key) 10:03:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:03:34 + git tag --points-at HEAD [Pipeline] } 10:03:34 $ docker exec --env ******** --env ******** 8a6f1d6073441b7783b446b74aaf95bed477d7d3502506e964d13fefb2691b6e ssh-agent -k 10:03:34 unset SSH_AUTH_SOCK; 10:03:34 unset SSH_AGENT_PID; 10:03:34 echo Agent pid 37 killed; 10:03:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:03:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:03:34 [ssh-agent] Looking for ssh-agent implementation... 10:03:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:03:34 $ docker exec 8a6f1d6073441b7783b446b74aaf95bed477d7d3502506e964d13fefb2691b6e ssh-agent 10:03:34 SSH_AUTH_SOCK=/tmp/ssh-1X4MBj27BPwQ/agent.69 10:03:34 SSH_AGENT_PID=75 10:03:34 Running ssh-add (command line suppressed) 10:03:34 Identity added: /w/workspace/edgex-go/382@tmp/private_key_10017501263218576871.key (/w/workspace/edgex-go/382@tmp/private_key_10017501263218576871.key) 10:03:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:03:34 + git semver init 10:03:35 2023-01-20 10:03:35,000 [run_init] DEBUG init version:0.0.0 force:False 10:03:35 2023-01-20 10:03:35,001 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/382/.semver 10:03:35 2023-01-20 10:03:35,001 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/382/.semver 10:03:35 2023-01-20 10:03:35,001 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/382/.semver'], cwd=/w/workspace/edgex-go/382, universal_newlines=False, shell=None, istream=None) 10:03:45 2023-01-20 10:03:43,343 [append_file] DEBUG append to file:/w/workspace/edgex-go/382/.git/info/exclude 10:03:45 2023-01-20 10:03:43,344 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/382/.semver/main with force:False 10:03:45 2023-01-20 10:03:43,344 [read_version] DEBUG read version from /w/workspace/edgex-go/382/.semver/main 10:03:45 2023-01-20 10:03:43,344 [read_version] DEBUG read version from /w/workspace/edgex-go/382/.semver/main 10:03:45 3.0.0-dev.26 [Pipeline] } 10:03:45 $ docker exec --env ******** --env ******** 8a6f1d6073441b7783b446b74aaf95bed477d7d3502506e964d13fefb2691b6e ssh-agent -k 10:03:45 unset SSH_AUTH_SOCK; 10:03:45 unset SSH_AGENT_PID; 10:03:45 echo Agent pid 75 killed; 10:03:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:03:45 + git semver [Pipeline] } 10:03:45 $ docker stop --time=1 8a6f1d6073441b7783b446b74aaf95bed477d7d3502506e964d13fefb2691b6e 10:03:47 $ docker rm -f --volumes 8a6f1d6073441b7783b446b74aaf95bed477d7d3502506e964d13fefb2691b6e [Pipeline] // withDockerContainer [Pipeline] sh 10:03:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:03:47 Stashed 1 file(s) [Pipeline] echo 10:03:47 [edgeXSemver]: initialized semver on version 3.0.0-dev.26 [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 10:03:47 + git config --global --add safe.directory /w/workspace/edgex-go/382 [Pipeline] echo 10:03:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:03:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:03:48 ========================================================= 10:03:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 10:03:48 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:03:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 10:03:48 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 10:03:48 213ec9aee27d: Pulling fs layer 10:03:48 4583459ba037: Pulling fs layer 10:03:48 93c1e223e6f2: Pulling fs layer 10:03:48 53926ce57604: Pulling fs layer 10:03:48 21b2b0c7a3f4: Pulling fs layer 10:03:48 22ff95d597cd: Pulling fs layer 10:03:48 12d6caf4c0d1: Pulling fs layer 10:03:48 96b7cbca73a9: Pulling fs layer 10:03:48 a7acece74701: Pulling fs layer 10:03:48 21b2b0c7a3f4: Waiting 10:03:48 53926ce57604: Waiting 10:03:48 22ff95d597cd: Waiting 10:03:48 12d6caf4c0d1: Waiting 10:03:48 96b7cbca73a9: Waiting 10:03:48 a7acece74701: Waiting 10:03:48 93c1e223e6f2: Verifying Checksum 10:03:48 93c1e223e6f2: Download complete 10:03:48 4583459ba037: Verifying Checksum 10:03:48 4583459ba037: Download complete 10:03:48 21b2b0c7a3f4: Verifying Checksum 10:03:48 21b2b0c7a3f4: Download complete 10:03:48 22ff95d597cd: Verifying Checksum 10:03:48 22ff95d597cd: Download complete 10:03:48 213ec9aee27d: Verifying Checksum 10:03:48 213ec9aee27d: Download complete 10:03:48 12d6caf4c0d1: Verifying Checksum 10:03:48 12d6caf4c0d1: Download complete 10:03:48 213ec9aee27d: Pull complete 10:03:48 4583459ba037: Pull complete 10:03:48 93c1e223e6f2: Pull complete 10:03:49 a7acece74701: Verifying Checksum 10:03:49 a7acece74701: Download complete 10:03:50 53926ce57604: Download complete 10:03:50 96b7cbca73a9: Verifying Checksum 10:03:50 96b7cbca73a9: Download complete 10:03:53 53926ce57604: Pull complete 10:03:53 21b2b0c7a3f4: Pull complete 10:03:53 22ff95d597cd: Pull complete 10:03:53 12d6caf4c0d1: Pull complete 10:03:55 96b7cbca73a9: Pull complete 10:03:56 a7acece74701: Pull complete 10:03:56 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 10:03:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 10:03:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 10:03:56 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 10:03:56 WORKDIR /edgex 10:03:56 COPY go.mod . 10:03:56 RUN go mod download 10:03:56 + docker build -t ci-base-image-x86_64 -f - . 10:03:57 Sending build context to Docker daemon 170.1MB 10:03:57 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 10:03:57 ---> db6d94c90886 10:03:57 Step 2/4 : WORKDIR /edgex 10:04:01 ---> Running in 7be98aeb6f34 10:04:01 Removing intermediate container 7be98aeb6f34 10:04:01 ---> 9ec39734cb05 10:04:01 Step 3/4 : COPY go.mod . 10:04:01 ---> 08b3bc35ca91 10:04:01 Step 4/4 : RUN go mod download 10:04:01 ---> Running in 6586507866fe 10:04:02 Still waiting to schedule task 10:04:02 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 10:04:19 Removing intermediate container 6586507866fe 10:04:19 ---> ccbce75f8467 10:04:19 Successfully built ccbce75f8467 10:04:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:04:19 + docker inspect -f . ci-base-image-x86_64 10:04:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:04:20 prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container 10:04:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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 ******** ci-base-image-x86_64 cat 10:04:20 $ docker top cd93882a96a7e6a4b35538b9e794c551d596a57c7c3dee20b72f4cde1f1c87b2 -eo pid,comm [Pipeline] { [Pipeline] sh 10:04:21 + go version 10:04:21 go version go1.18.7 linux/amd64 [Pipeline] } 10:04:21 $ docker stop --time=1 cd93882a96a7e6a4b35538b9e794c551d596a57c7c3dee20b72f4cde1f1c87b2 10:04:22 $ docker rm -f --volumes cd93882a96a7e6a4b35538b9e794c551d596a57c7c3dee20b72f4cde1f1c87b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:04:22 + docker inspect -f . ci-base-image-x86_64 10:04:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:04:22 prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container 10:04:22 $ 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/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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 ******** ci-base-image-x86_64 cat 10:04:23 $ docker top 881208b0702865b2a3ac5aae60dc47a2cdffa12d137a9920ede69de655e97f7e -eo pid,comm [Pipeline] { [Pipeline] echo 10:04:23 ========================================================= 10:04:23 [edgeXBuildGoParallel] Running Tests and Build... 10:04:23 ========================================================= [Pipeline] sh 10:04:23 + git config --global --add safe.directory /w/workspace/edgex-go/382 [Pipeline] fileExists [Pipeline] sh 10:04:23 + make test 10:04:23 go test -race -coverprofile=coverage.out ./... 10:04:30 ? github.com/edgexfoundry/edgex-go [no test files] 10:04:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:04:42 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 10:04:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:04:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:04:42 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:04:42 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:04:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:04:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:04:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:04:43 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 10:04:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:04:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:04:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:04:43 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 10:04:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.076s coverage: 28.7% of statements 10:04:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:04:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:04:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.141s coverage: 98.5% of statements 10:04:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.171s coverage: 43.0% of statements 10:04:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 10:04:44 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 10:04:44 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 10:04:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.118s coverage: 54.0% of statements 10:04:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:04:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:04:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.878s coverage: 89.2% of statements 10:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 10:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 10:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 10:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 10:04:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.092s coverage: 2.4% of statements 10:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:04:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.559s coverage: 95.6% of statements 10:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 10:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 10:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 10:04:48 ok github.com/edgexfoundry/edgex-go/internal/io 0.086s coverage: 72.2% of statements 10:04:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:04:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 10:04:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 10:04:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:04:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:04:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.062s coverage: 60.0% of statements 10:04:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:04:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:04:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:04:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.111s coverage: 0.9% of statements 10:04:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 10:04:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.082s coverage: 58.8% of statements 10:04:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.082s coverage: 29.6% of statements 10:04:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:04:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements 10:04:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.071s coverage: 79.5% of statements 10:04:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.074s coverage: 94.1% of statements 10:04:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements 10:04:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.090s coverage: 87.5% of statements 10:04:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.075s coverage: 94.4% of statements 10:04:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements 10:04:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.251s coverage: 79.9% of statements 10:04:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.043s coverage: 65.1% of statements 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.066s coverage: 86.9% of statements 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 77.4% of statements 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.073s coverage: 80.0% of statements 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.227s coverage: 91.2% of statements 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 64.7% of statements 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.324s coverage: 65.3% of statements 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.188s coverage: 41.8% of statements 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.061s coverage: 89.5% of statements 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.063s coverage: 84.8% of statements 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.071s coverage: 17.7% of statements 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.165s coverage: 92.3% of statements 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.065s coverage: 63.2% of statements 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:05:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.106s coverage: 97.7% of statements 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 10:05:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 10:05:07 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 10:05:29 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." 10:05:29 go vet ./... 10:05:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:05:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:05:30 ./bin/test-attribution-txt.sh [Pipeline] echo 10:05:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 10:05:31 + ls -al . 10:05:31 total 748 10:05:31 drwxrwxr-x 11 1001 1001 4096 Jan 20 10:04 . 10:05:31 drwxr-xr-x 4 root root 4096 Jan 20 10:04 .. 10:05:31 drwxrwxr-x 2 1001 1001 4096 Jan 20 10:03 .blubracket 10:05:31 -rw-rw-r-- 1 1001 1001 16 Jan 20 10:03 .dockerignore 10:05:31 drwxrwxr-x 8 1001 1001 4096 Jan 20 10:05 .git 10:05:31 drwxrwxr-x 3 1001 1001 4096 Jan 20 10:03 .github 10:05:31 -rw-rw-r-- 1 1001 1001 1024 Jan 20 10:03 .gitignore 10:05:31 -rw-rw-r-- 1 1001 1001 42 Jan 20 10:03 .golangci.yml 10:05:31 -rw-rw-r-- 1 1001 1001 87 Jan 20 10:03 .hadolint.yml 10:05:31 drwxr-xr-x 3 1001 1001 4096 Jan 20 10:03 .semver 10:05:31 -rw-rw-r-- 1 1001 1001 166 Jan 20 10:03 .sonarcloud.properties 10:05:31 -rw-rw-r-- 1 1001 1001 1171 Jan 20 10:03 ADOPTERS.md 10:05:31 -rw-rw-r-- 1 1001 1001 10825 Jan 20 10:03 Attribution.txt 10:05:31 -rw-rw-r-- 1 1001 1001 73765 Jan 20 10:03 CHANGELOG.md 10:05:31 -rw-rw-r-- 1 1001 1001 3804 Jan 20 10:03 CONTRIBUTING.md 10:05:31 -rw-rw-r-- 1 1001 1001 677 Jan 20 10:03 GOVERNANCE.md 10:05:31 -rw-rw-r-- 1 1001 1001 850 Jan 20 10:03 Jenkinsfile 10:05:31 -rw-rw-r-- 1 1001 1001 10775 Jan 20 10:03 LICENSE 10:05:31 -rw-rw-r-- 1 1001 1001 13388 Jan 20 10:03 Makefile 10:05:31 -rw-rw-r-- 1 1001 1001 582 Jan 20 10:03 OWNERS.md 10:05:31 -rw-rw-r-- 1 1001 1001 9403 Jan 20 10:03 README.md 10:05:31 -rw-rw-r-- 1 1001 1001 6912 Jan 20 10:03 SECURITY.md 10:05:31 -rw-rw-r-- 1 1001 1001 12 Jan 20 10:03 VERSION 10:05:31 drwxrwxr-x 2 1001 1001 4096 Jan 20 10:03 bin 10:05:31 drwxrwxr-x 17 1001 1001 4096 Jan 20 10:03 cmd 10:05:31 -rw-r--r-- 1 root root 489970 Jan 20 10:05 coverage.out 10:05:31 -rw-rw-r-- 1 1001 1001 3377 Jan 20 10:03 go.mod 10:05:31 -rw-rw-r-- 1 1001 1001 34951 Jan 20 10:03 go.sum 10:05:31 drwxrwxr-x 7 1001 1001 4096 Jan 20 10:03 internal 10:05:31 drwxrwxr-x 3 1001 1001 4096 Jan 20 10:03 openapi 10:05:31 drwxrwxr-x 4 1001 1001 4096 Jan 20 10:03 snap 10:05:31 -rw-rw-r-- 1 1001 1001 204 Jan 20 10:03 version.go [Pipeline] sh 10:05:31 + '[' -e coverage.out ] 10:05:31 + chown 1001:1001 coverage.out [Pipeline] stash 10:05:31 Stashed 1 file(s) [Pipeline] sh 10:05:32 + make build 10:05:32 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 10:05:34 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3180 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 10:05:34 Running in /w/workspace/edgex-go/382 [Pipeline] { [Pipeline] checkout 10:05:34 The recommended git tool is: git 10:05:39 using credential edgex-jenkins-ssh 10:05:39 Cloning the remote Git repository 10:05:39 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:05:39 > git init /w/workspace/edgex-go/382 # timeout=10 10:05:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:05:39 > git --version # timeout=10 10:05:39 > git --version # 'git version 2.25.1' 10:05:39 using GIT_SSH to set credentials SSH Credentials for GitHub 10:05:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:05:44 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:05:45 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 10:05:46 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:05:47 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:05:55 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:05:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:05:57 Avoid second fetch 10:05:57 Checking out Revision 9e386417050e4cffa7025a09e4120fb1660b81d4 (main) 10:05:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:05:57 Commit message: "docs(snap): Remove outdated build instructions (#4298)" [Pipeline] withEnv [Pipeline] { 10:05:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:05:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:05:57 > git config core.sparsecheckout # timeout=10 10:05:57 > git checkout -f 9e386417050e4cffa7025a09e4120fb1660b81d4 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:05:58 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:05:58 % Total % Received % Xferd Average Speed Time Time Time Current 10:05:58 Dload Upload Total Spent Left Speed 10:05:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:05:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 48299 0 --:--:-- --:--:-- --:--:-- 48482 [Pipeline] sh 10:05:59 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 10:05:59 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:06:00 + sudo tee /etc/docker/daemon.new 10:06:00 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 10:06:00 { 10:06:00 "registry-mirrors": [ 10:06:00 "https://nexus3.edgexfoundry.org:10001" 10:06:00 ], 10:06:00 "bip": "10.250.0.254/24", 10:06:00 "hosts": [ 10:06:00 "tcp://0.0.0.0:5555", 10:06:00 "unix:///var/run/docker.sock" 10:06:00 ], 10:06:00 "mtu": 1458, 10:06:00 "selinux-enabled": true, 10:06:00 "seccomp-profile": "/etc/docker/seccomp.json" 10:06:00 } [Pipeline] sh 10:06:00 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:06:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:06:00 + sudo service docker restart 10:06:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 10:06:04 $ docker stop --time=1 881208b0702865b2a3ac5aae60dc47a2cdffa12d137a9920ede69de655e97f7e 10:06:07 $ docker rm -f --volumes 881208b0702865b2a3ac5aae60dc47a2cdffa12d137a9920ede69de655e97f7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:06:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:06:08 10:06:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:06:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:06:09 latest: Pulling from edgex-devops/edgex-compose 10:06:09 cbdbe7a5bc2a: Pulling fs layer 10:06:09 ca9280d653b3: Pulling fs layer 10:06:09 7e9c9ca2126c: Pulling fs layer 10:06:09 cbdbe7a5bc2a: Verifying Checksum 10:06:09 cbdbe7a5bc2a: Download complete 10:06:09 cbdbe7a5bc2a: Pull complete 10:06:09 ca9280d653b3: Download complete 10:06:09 7e9c9ca2126c: Verifying Checksum 10:06:09 7e9c9ca2126c: Download complete 10:06:10 ca9280d653b3: Pull complete 10:06:13 7e9c9ca2126c: Pull complete 10:06:13 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:06:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:06:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:06:13 prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container 10:06:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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/edgex-compose:latest cat 10:06:15 $ docker top d863edff04406ad27b2b044b9defba8d87aa777fe9467cb97a9bc6f90f6ebcde -eo pid,comm [Pipeline] { [Pipeline] sh 10:06:16 + + docker-composegrep build parallel --help 10:06:16 10:06:16 --parallel Build images in parallel. [Pipeline] } 10:06:16 $ docker stop --time=1 d863edff04406ad27b2b044b9defba8d87aa777fe9467cb97a9bc6f90f6ebcde 10:06:17 $ docker rm -f --volumes d863edff04406ad27b2b044b9defba8d87aa777fe9467cb97a9bc6f90f6ebcde [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:06:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:06:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:06:18 prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container 10:06:18 $ 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/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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 10:06:18 $ docker top 4bf314a2daa118dc767cc7f4bc69e4887838bffe68aec19d41c1355dc30d56ca -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:06:18 provisioning config files... 10:06:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/382@tmp/config12162210786470741607tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:06:19 + docker-compose -f ./docker-compose-build.yml build --parallel 10:06:19 ---> docker-login.sh 10:06:19 nexus3.edgexfoundry.org:10001 10:06:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:06:19 Building core-command ... 10:06:19 Building core-common-config-bootstrapper ... 10:06:19 Building core-data ... 10:06:19 Building core-metadata ... 10:06:19 Building security-bootstrapper ... 10:06:19 Building security-proxy-setup ... 10:06:19 Building security-secretstore-setup ... 10:06:19 Building security-spiffe-token-provider ... 10:06:19 Building security-spire-agent ... 10:06:19 Building security-spire-config ... 10:06:19 Building security-spire-server ... 10:06:19 Building support-notifications ... 10:06:19 Building support-scheduler ... 10:06:19 Building support-notifications 10:06:19 Building core-metadata 10:06:19 Building security-spire-server 10:06:19 Building security-spire-agent 10:06:19 Building security-bootstrapper 10:06:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:06:19 Configure a credential helper to remove this warning. See 10:06:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:06:19 10:06:19 Login Succeeded 10:06:19 nexus3.edgexfoundry.org:10002 10:06:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:06:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:06:20 Configure a credential helper to remove this warning. See 10:06:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:06:20 10:06:20 Login Succeeded 10:06:20 nexus3.edgexfoundry.org:10003 10:06:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:06:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:06:20 Configure a credential helper to remove this warning. See 10:06:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:06:20 10:06:20 Login Succeeded 10:06:20 nexus3.edgexfoundry.org:10004 10:06:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:06:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:06:20 Configure a credential helper to remove this warning. See 10:06:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:06:20 10:06:20 Login Succeeded 10:06:20 docker.io 10:06:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:06:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:06:21 Configure a credential helper to remove this warning. See 10:06:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:06:21 10:06:21 Login Succeeded 10:06:21 ---> docker-login.sh ends [Pipeline] } 10:06:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 10:06:22 + git config --global --add safe.directory /w/workspace/edgex-go/382 [Pipeline] echo 10:06:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:06:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:06:22 ========================================================= 10:06:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 10:06:22 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:06:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 10:06:22 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:06:22 9b18e9b68314: Pulling fs layer 10:06:22 35d82f9e3411: Pulling fs layer 10:06:22 e16973657156: Pulling fs layer 10:06:22 fc693d55d65f: Pulling fs layer 10:06:22 7e9fc2657dce: Pulling fs layer 10:06:22 dda99020689f: Pulling fs layer 10:06:22 db1c61fa0a46: Pulling fs layer 10:06:22 891c053d2c06: Pulling fs layer 10:06:22 fc693d55d65f: Waiting 10:06:22 7e9fc2657dce: Waiting 10:06:22 dda99020689f: Waiting 10:06:22 db1c61fa0a46: Waiting 10:06:22 891c053d2c06: Waiting 10:06:22 e16973657156: Verifying Checksum 10:06:22 e16973657156: Download complete 10:06:22 35d82f9e3411: Verifying Checksum 10:06:22 35d82f9e3411: Download complete 10:06:22 7e9fc2657dce: Verifying Checksum 10:06:22 7e9fc2657dce: Download complete 10:06:22 dda99020689f: Verifying Checksum 10:06:22 dda99020689f: Download complete 10:06:22 9b18e9b68314: Verifying Checksum 10:06:22 9b18e9b68314: Download complete 10:06:23 9b18e9b68314: Pull complete 10:06:23 891c053d2c06: Verifying Checksum 10:06:23 891c053d2c06: Download complete 10:06:23 35d82f9e3411: Pull complete 10:06:24 e16973657156: Pull complete 10:06:24 db1c61fa0a46: Verifying Checksum 10:06:24 db1c61fa0a46: Download complete 10:06:25 fc693d55d65f: Verifying Checksum 10:06:25 fc693d55d65f: Download complete 10:06:29 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:06:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:06:29 ---> ccbce75f8467 10:06:29 Step 3/24 : ARG ADD_BUILD_TAGS="" 10:06:29 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:06:29 Step 2/32 : FROM ${BUILDER_BASE} AS builder 10:06:29 ---> ccbce75f8467 10:06:29 Step 3/32 : WORKDIR /edgex-go 10:06:29 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:06:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:06:29 ---> ccbce75f8467 10:06:29 Step 3/23 : WORKDIR /edgex-go 10:06:29 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:06:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:06:29 ---> ccbce75f8467 10:06:29 Step 3/24 : WORKDIR /edgex-go 10:06:30 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:06:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:06:30 ---> ccbce75f8467 10:06:30 Step 3/22 : ARG ADD_BUILD_TAGS="" 10:06:37 ---> Running in bb6bf2b87a66 10:06:37 ---> Running in 5ab188e10334 10:06:37 ---> Running in 347d687838aa 10:06:37 ---> Running in f0de73c10a77 10:06:37 ---> Running in d5292ef94490 10:06:37 Removing intermediate container bb6bf2b87a66 10:06:37 ---> 48fa42bd7375 10:06:37 Step 4/24 : WORKDIR /edgex-go 10:06:37 Removing intermediate container 347d687838aa 10:06:37 ---> 62425a2b8e57 10:06:37 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 10:06:37 Removing intermediate container 5ab188e10334 10:06:37 ---> 1c32ada001db 10:06:37 Step 4/22 : WORKDIR /edgex-go 10:06:37 Removing intermediate container f0de73c10a77 10:06:37 ---> e2a4a16ce7d0 10:06:37 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 10:06:37 Removing intermediate container d5292ef94490 10:06:37 ---> f13494fb56c8 10:06:37 Step 4/32 : RUN apk add --update --no-cache make git 10:06:37 ---> Running in 98cdc7f03d25 10:06:37 ---> Running in e87d189b7e80 10:06:37 ---> Running in a117c91ef447 10:06:37 ---> Running in bd4f257c87e4 10:06:37 ---> Running in 2368e952d271 10:06:37 Removing intermediate container 98cdc7f03d25 10:06:37 ---> 24ed1166aa36 10:06:37 Step 5/24 : RUN apk add --update --no-cache make git 10:06:37 Removing intermediate container bd4f257c87e4 10:06:37 ---> f18506d93bd7 10:06:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:06:37 ---> Running in 17114f65973b 10:06:37 ---> Running in da6aca02517a 10:06:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:06:37 fc693d55d65f: Pull complete 10:06:37 7e9fc2657dce: Pull complete 10:06:37 dda99020689f: Pull complete 10:06:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:06:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:06:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:06:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:06:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:06:38 OK: 211 MiB in 51 packages 10:06:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:06:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:06:38 OK: 211 MiB in 51 packages 10:06:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:06:38 OK: 211 MiB in 51 packages 10:06:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:06:38 OK: 211 MiB in 51 packages 10:06:38 OK: 211 MiB in 51 packages 10:06:38 Removing intermediate container e87d189b7e80 10:06:38 ---> cf4bb494c215 10:06:38 Step 5/23 : COPY go.mod vendor* ./ 10:06:38 Removing intermediate container a117c91ef447 10:06:38 ---> d9cfc486ed01 10:06:38 Step 5/24 : COPY go.mod vendor* ./ 10:06:38 ---> 68065e979f10 10:06:38 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:06:38 ---> Running in 0fc8e386cbd5 10:06:38 ---> 2a67987ef3a2 10:06:38 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:06:38 ---> Running in 3d3213f71504 10:06:38 Removing intermediate container 2368e952d271 10:06:38 ---> 6567369511b4 10:06:38 Step 5/32 : COPY go.mod vendor* ./ 10:06:38 Removing intermediate container 17114f65973b 10:06:38 ---> cb85e1f75684 10:06:38 Step 6/24 : COPY go.mod vendor* ./ 10:06:38 Removing intermediate container da6aca02517a 10:06:38 ---> cf64f12c3bcb 10:06:38 Step 6/22 : COPY go.mod vendor* ./ 10:06:39 ---> 06cdf3c7587f 10:06:39 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:06:39 ---> 9d94f93fa9c6 10:06:39 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:06:39 ---> 51b78f40d4ca 10:06:39 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:06:39 ---> Running in 5107238e9a46 10:06:39 ---> Running in 1385395d797b 10:06:39 ---> Running in 512197caf20d 10:06:41 db1c61fa0a46: Pull complete 10:06:42 891c053d2c06: Pull complete 10:06:42 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 10:06:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 10:06:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 10:06:43 + docker build -t ci-base-image-arm64 -f - . 10:06:43 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 10:06:43 WORKDIR /edgex 10:06:43 COPY go.mod . 10:06:43 RUN go mod download 10:06:43 Sending build context to Docker daemon 3.124MB 10:06:43 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 10:06:43 ---> f96f9c87975a 10:06:43 Step 2/4 : WORKDIR /edgex 10:06:45 ---> Running in 6e181bf82f4a 10:06:45 Removing intermediate container 6e181bf82f4a 10:06:45 ---> 3cdb9918c4a8 10:06:45 Step 3/4 : COPY go.mod . 10:06:46 ---> 0e37929cb52c 10:06:46 Step 4/4 : RUN go mod download 10:06:46 ---> Running in 583497079fe8 10:07:18 Removing intermediate container 583497079fe8 10:07:18 ---> 1a761833dd1b 10:07:18 Successfully built 1a761833dd1b 10:07:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:07:19 + docker inspect -f . ci-base-image-arm64 10:07:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:07:19 prd-ubuntu20.04-docker-arm64-4c-16g-3180 does not seem to be running inside a container 10:07:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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 ******** ci-base-image-arm64 cat 10:07:20 $ docker top 4d5b533b2301e7fd45fdfa217d59e4860078576366ce87b647a594b7959f7106 -eo pid,comm [Pipeline] { [Pipeline] sh 10:07:21 + go version 10:07:21 go version go1.18.7 linux/arm64 [Pipeline] } 10:07:21 $ docker stop --time=1 4d5b533b2301e7fd45fdfa217d59e4860078576366ce87b647a594b7959f7106 10:07:22 $ docker rm -f --volumes 4d5b533b2301e7fd45fdfa217d59e4860078576366ce87b647a594b7959f7106 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:07:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:07:23 10:07:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:07:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:07:23 latest: Pulling from edgex-devops/edgex-compose-arm64 10:07:23 29e5d40040c1: Pulling fs layer 10:07:23 1ce36da41761: Pulling fs layer 10:07:23 25b303627fd3: Pulling fs layer 10:07:24 29e5d40040c1: Verifying Checksum 10:07:24 29e5d40040c1: Download complete 10:07:24 1ce36da41761: Verifying Checksum 10:07:24 1ce36da41761: Download complete 10:07:24 29e5d40040c1: Pull complete 10:07:25 1ce36da41761: Pull complete 10:07:25 25b303627fd3: Verifying Checksum 10:07:25 25b303627fd3: Download complete 10:07:35 Removing intermediate container 512197caf20d 10:07:35 ---> dd585bae37ed 10:07:35 Step 8/22 : COPY . . 10:07:35 Removing intermediate container 5107238e9a46 10:07:35 ---> ace92d76482f 10:07:35 Step 7/32 : COPY . . 10:07:35 Removing intermediate container 0fc8e386cbd5 10:07:35 ---> 153425516c13 10:07:35 Step 7/23 : COPY . . 10:07:35 Removing intermediate container 1385395d797b 10:07:35 ---> ccfd2aaf3c8a 10:07:35 Step 8/24 : COPY . . 10:07:35 Removing intermediate container 3d3213f71504 10:07:35 ---> 5067ba4402b9 10:07:35 Step 7/24 : COPY . . 10:07:35 25b303627fd3: Pull complete 10:07:35 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 10:07:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:07:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:07:36 prd-ubuntu20.04-docker-arm64-4c-16g-3180 does not seem to be running inside a container 10:07:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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/edgex-compose-arm64:latest cat 10:07:38 $ docker top 54d3795c831f21c7e3af207f471c62044ac12b26cef0780c08bdc30fd9c2a661 -eo pid,comm [Pipeline] { [Pipeline] sh 10:07:38 + grep parallel 10:07:38 + docker-compose build --help 10:07:43 --parallel Build images in parallel. [Pipeline] } 10:07:43 $ docker stop --time=1 54d3795c831f21c7e3af207f471c62044ac12b26cef0780c08bdc30fd9c2a661 10:07:44 $ docker rm -f --volumes 54d3795c831f21c7e3af207f471c62044ac12b26cef0780c08bdc30fd9c2a661 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:07:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:07:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:07:45 prd-ubuntu20.04-docker-arm64-4c-16g-3180 does not seem to be running inside a container 10:07:45 $ 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/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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 10:07:46 $ docker top faba181bfb1cf28500b3537f0cbac1de0ea35076ccb5463e398df8180f9be1b6 -eo pid,comm [Pipeline] { [Pipeline] sh 10:07:47 + docker-compose -f ./docker-compose-build.yml build --parallel 10:07:52 Building core-command ... 10:07:52 Building core-common-config-bootstrapper ... 10:07:52 Building core-data ... 10:07:52 Building core-metadata ... 10:07:52 Building security-bootstrapper ... 10:07:52 Building security-proxy-setup ... 10:07:52 Building security-secretstore-setup ... 10:07:52 Building security-spiffe-token-provider ... 10:07:52 Building security-spire-agent ... 10:07:52 Building security-spire-config ... 10:07:52 Building security-spire-server ... 10:07:52 Building support-notifications ... 10:07:52 Building support-scheduler ... 10:07:52 Building security-spire-agent 10:07:52 Building core-command 10:07:52 Building support-notifications 10:07:52 Building security-proxy-setup 10:07:52 Building security-secretstore-setup 10:08:02 ---> 16d50a6c3beb 10:08:02 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:08:02 ---> 152dff107933 10:08:02 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 10:08:02 ---> 2745f74e7dee 10:08:02 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 10:08:02 ---> ac2227ae792d 10:08:02 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 10:08:02 ---> ded06a4276d3 10:08:02 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 10:08:02 ---> Running in 656970bbd94c 10:08:02 ---> Running in 545313001e6a 10:08:02 ---> Running in e40396b4b8cd 10:08:02 ---> Running in cf5109c3b798 10:08:02 ---> Running in 734287ff3abe 10:08:02 Removing intermediate container e40396b4b8cd 10:08:02 ---> 0852c71589e0 10:08:02 Step 9/24 : WORKDIR /edgex-go/spire-build 10:08:02 Removing intermediate container cf5109c3b798 10:08:02 ---> 26427467fa7c 10:08:02 Step 9/23 : WORKDIR /edgex-go/spire-build 10:08:02 ---> Running in 61c9d29e384d 10:08:02 ---> Running in a30dc77ec082 10:08:02 Removing intermediate container 61c9d29e384d 10:08:02 ---> da9d21384f03 10:08:02 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 10:08:02 Removing intermediate container a30dc77ec082 10:08:02 ---> cf27fa4a67f2 10:08:02 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 10:08:02 ---> Running in 0f20fe9ff885 10:08:02 ---> Running in f0986a3e01f4 10:08:02 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:08:02 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:08:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:08:02 Removing intermediate container f0986a3e01f4 10:08:02 ---> a7cc3624865c 10:08:02 Step 11/23 : WORKDIR /edgex-go 10:08:02 Removing intermediate container 0f20fe9ff885 10:08:02 ---> 4cd808a0ac98 10:08:02 Step 11/24 : WORKDIR /edgex-go 10:08:02 ---> Running in dcd5d97bb89f 10:08:02 ---> Running in 343551fad07e 10:08:02 Removing intermediate container dcd5d97bb89f 10:08:02 ---> 593356be8301 10:08:02 10:08:02 Step 12/23 : FROM alpine:3.15 10:08:02 Removing intermediate container 343551fad07e 10:08:02 ---> f2ece8a7d404 10:08:02 10:08:02 Step 12/24 : FROM alpine:3.15 10:08:02 3.15: Pulling from library/alpine 10:08:02 3.15: Pulling from library/alpine 10:08:02 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 10:08:02 Status: Downloaded newer image for alpine:3.15 10:08:02 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 10:08:02 Status: Image is up to date for alpine:3.15 10:08:02 ---> c4fc93816858 10:08:02 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:08:02 ---> c4fc93816858 10:08:02 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:08:02 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:08:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:08:02 ---> 1a761833dd1b 10:08:02 Step 3/21 : WORKDIR /edgex-go 10:08:02 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:08:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:08:02 ---> 1a761833dd1b 10:08:02 Step 3/22 : ARG ADD_BUILD_TAGS="" 10:08:02 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:08:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:08:02 ---> 1a761833dd1b 10:08:02 Step 3/23 : ARG ADD_BUILD_TAGS="" 10:08:02 ---> Running in 586deae4b5c3 10:08:02 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:08:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:08:02 ---> 1a761833dd1b 10:08:02 Step 3/24 : WORKDIR /edgex-go 10:08:02 ---> Running in 8eb3e8f33640 10:08:02 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:08:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:08:02 ---> 1a761833dd1b 10:08:02 Step 3/24 : WORKDIR /edgex-go 10:08:02 ---> Running in c0a1587489d4 10:08:02 ---> Running in a60eabe70a5d 10:08:02 ---> Running in ad059db9e5e2 10:08:03 Removing intermediate container 586deae4b5c3 10:08:03 ---> 9a2701021f59 10:08:03 Step 4/21 : RUN apk add --update --no-cache make git 10:08:03 ---> Running in 4f70b38fb0d7 10:08:03 ---> Running in 9b0a21c65e37 10:08:03 ---> Running in dac8805e9da5 10:08:03 Removing intermediate container 8eb3e8f33640 10:08:03 ---> d59b91876a99 10:08:03 Step 4/22 : WORKDIR /edgex-go 10:08:03 Removing intermediate container 9b0a21c65e37 10:08:03 ---> ded8ae50be3a 10:08:03 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:08:03 ---> Running in 714cd4d255be 10:08:03 Removing intermediate container a60eabe70a5d 10:08:03 ---> 2f1f4065ab26 10:08:03 Step 4/24 : RUN apk add --update --no-cache make git 10:08:03 Removing intermediate container ad059db9e5e2 10:08:03 ---> f3d3022be1cd 10:08:03 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 10:08:03 Removing intermediate container c0a1587489d4 10:08:03 ---> 9cd7c93ab8b5 10:08:03 Step 4/23 : WORKDIR /edgex-go 10:08:03 Removing intermediate container 4f70b38fb0d7 10:08:03 ---> 6cd1e3121320 10:08:03 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:08:03 ---> Running in 551dbe192a99 10:08:03 ---> Running in d11179ea8b69 10:08:03 ---> Running in 92c152f64514 10:08:03 ---> Running in ceafb034f157 10:08:03 ---> Running in d6b8aecefc28 10:08:04 Removing intermediate container 714cd4d255be 10:08:04 ---> f5b997b848ce 10:08:04 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:08:04 Removing intermediate container ceafb034f157 10:08:04 ---> eee6f21a4060 10:08:04 Step 5/23 : RUN apk add --update --no-cache make git 10:08:04 ---> Running in 6d77e852d53a 10:08:04 ---> Running in 83d2fe4fa3fd 10:08:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:08:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:08:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:08:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:08:05 v3.15.6-275-gb527327c92 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 10:08:05 v3.15.6-274-gc0598e0c42 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 10:08:05 OK: 15859 distinct packages available 10:08:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:08:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:08:05 v3.15.6-275-gb527327c92 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 10:08:05 v3.15.6-274-gc0598e0c42 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 10:08:05 OK: 15859 distinct packages available 10:08:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:08:05 (1/5) Installing dumb-init (1.2.5-r1) 10:08:05 (2/5) Installing musl-obstack (1.2.3-r0) 10:08:05 (3/5) Installing libucontext (1.1-r0) 10:08:05 (4/5) Installing gcompat (1.0.0-r4) 10:08:05 (5/5) Installing openssl (1.1.1s-r1) 10:08:05 Executing busybox-1.34.1-r7.trigger 10:08:05 OK: 7 MiB in 19 packages 10:08:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:08:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:08:05 (1/5) Installing dumb-init (1.2.5-r1) 10:08:05 (2/5) Installing musl-obstack (1.2.3-r0) 10:08:05 (3/5) Installing libucontext (1.1-r0) 10:08:05 (4/5) Installing gcompat (1.0.0-r4) 10:08:05 (5/5) Installing openssl (1.1.1s-r1) 10:08:05 Executing busybox-1.34.1-r7.trigger 10:08:05 OK: 7 MiB in 19 packages 10:08:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:08:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:08:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:08:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:08:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:08:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:08:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:08:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:08:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:08:07 OK: 221 MiB in 51 packages 10:08:07 OK: 221 MiB in 51 packages 10:08:07 Removing intermediate container d11179ea8b69 10:08:07 ---> 17307060bf0e 10:08:07 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 10:08:07 OK: 221 MiB in 51 packages 10:08:07 Removing intermediate container 551dbe192a99 10:08:07 ---> 3eacad61ec88 10:08:07 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 10:08:08 OK: 221 MiB in 51 packages 10:08:08 OK: 221 MiB in 51 packages 10:08:08 Removing intermediate container dac8805e9da5 10:08:08 ---> 9fe391b21fab 10:08:08 Step 5/21 : COPY go.mod vendor* ./ 10:08:09 Removing intermediate container d6b8aecefc28 10:08:09 ---> 3eece31120a3 10:08:09 Step 5/24 : COPY go.mod vendor* ./ 10:08:09 Removing intermediate container 92c152f64514 10:08:09 ---> 63def256d1a1 10:08:09 Step 5/24 : COPY go.mod vendor* ./ 10:08:09 Removing intermediate container 83d2fe4fa3fd 10:08:09 ---> c85dcb335998 10:08:09 Step 6/23 : COPY go.mod vendor* ./ 10:08:09 ---> a66d437def9e 10:08:09 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:10 Removing intermediate container 6d77e852d53a 10:08:10 ---> 4313b9ddbb4a 10:08:10 Step 6/22 : COPY go.mod vendor* ./ 10:08:10 ---> Running in 836352dbc873 10:08:10 ---> 2e49dea45983 10:08:10 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:10 ---> Running in 091be65ea7c0 10:08:10 ---> 2fc8615d1ab7 10:08:10 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:10 ---> Running in cc1564983e2a 10:08:10 ---> 433cf9073bd4 10:08:10 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:10 ---> Running in 63e202be753c 10:08:11 ---> 812cca289b82 10:08:11 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:11 ---> Running in c5fb582e414f 10:08:15 ---> c01b288a74df 10:08:15 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 10:08:15 ---> a8fb40fa4789 10:08:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:08:15 ---> ebc5175358e6 10:08:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:08:18 ---> c3df642f29e1 10:08:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:08:18 ---> 4b136bc499f8 10:08:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:08:19 ---> 08614c2397b3 10:08:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:08:19 ---> 2f1571022e5f 10:08:19 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:08:19 ---> Running in 5a2b1f608186 10:08:20 Removing intermediate container 5a2b1f608186 10:08:20 ---> 7a57c323a95b 10:08:20 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:08:20 ---> 77b4734d3ea2 10:08:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:08:20 ---> Running in 1be9fcc6c6f5 10:08:20 Removing intermediate container 1be9fcc6c6f5 10:08:20 ---> 7385cdbb06c2 10:08:20 Step 21/23 : LABEL arch=x86_64 10:08:20 ---> 237058d82c9a 10:08:20 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:08:20 ---> Running in 71b9cb2e9a8e 10:08:21 ---> Running in 00f3b41b3839 10:08:21 Removing intermediate container 71b9cb2e9a8e 10:08:21 ---> f863a1842edd 10:08:21 Step 22/23 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:08:21 Removing intermediate container 00f3b41b3839 10:08:21 ---> 5e78799aaf37 10:08:21 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:08:21 ---> Running in ddc5e6a0fb96 10:08:21 ---> Running in 517f06658ca0 10:08:21 Removing intermediate container ddc5e6a0fb96 10:08:21 ---> 1d5a17afc0ae 10:08:21 Step 23/23 : LABEL version=3.0.0-dev.26 10:08:21 ---> Running in 39de17c6f3a9 10:08:21 Removing intermediate container 517f06658ca0 10:08:21 ---> e6ff37256966 10:08:21 Step 22/24 : LABEL arch=x86_64 10:08:22 ---> Running in e228a4397e86 10:08:22 Removing intermediate container 39de17c6f3a9 10:08:22 ---> ae265785ba95 10:08:22 10:08:22 Successfully built ae265785ba95 10:08:22 Successfully tagged security-spire-server:latest 10:08:22 Building support-scheduler 10:08:25  Building security-spire-server ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:08:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:08:25 ---> ccbce75f8467 10:08:25 Step 3/22 : ARG ADD_BUILD_TAGS="" 10:08:25 ---> Using cache 10:08:25 ---> 1c32ada001db 10:08:25 Step 4/22 : WORKDIR /edgex-go 10:08:25 ---> Using cache 10:08:25 ---> f18506d93bd7 10:08:25 Step 5/22 : RUN apk add --update --no-cache make git 10:08:30 Removing intermediate container e228a4397e86 10:08:30 ---> 3fb7447a3cf8 10:08:30 Step 23/24 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:08:30 ---> Running in bab584406bb3 10:08:30 ---> Running in 4992c7ff8095 10:08:30 Removing intermediate container 4992c7ff8095 10:08:30 ---> 67b2db5eedac 10:08:30 Step 24/24 : LABEL version=3.0.0-dev.26 10:08:30 ---> Running in d7e868ba4dd9 10:08:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:08:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:08:34 Removing intermediate container d7e868ba4dd9 10:08:34 ---> 69b824535e18 10:08:34 10:08:34 OK: 211 MiB in 51 packages 10:08:34 Successfully built 69b824535e18 10:08:35 Successfully tagged security-spire-agent:latest 10:08:35  Building security-spire-agent ... done Building core-command 10:08:35 Removing intermediate container 734287ff3abe 10:08:35 ---> 1589710fdcb8 10:08:35 10:08:35 Step 9/32 : FROM alpine:3.16 10:08:35 Removing intermediate container 545313001e6a 10:08:35 ---> 24613b5c11d5 10:08:35 10:08:35 Step 10/24 : FROM alpine:3.16 10:08:35 Removing intermediate container 656970bbd94c 10:08:35 ---> e4949fa76837 10:08:35 10:08:35 Step 10/22 : FROM alpine:3.16 10:08:37 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:08:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:08:37 ---> ccbce75f8467 10:08:37 Step 3/23 : ARG ADD_BUILD_TAGS="" 10:08:37 ---> Using cache 10:08:37 ---> 1c32ada001db 10:08:37 Step 4/23 : WORKDIR /edgex-go 10:08:37 ---> Using cache 10:08:37 ---> f18506d93bd7 10:08:37 Step 5/23 : RUN apk add --update --no-cache make git 10:08:40 ---> Running in c0e32079abd1 10:08:40 3.16: Pulling from library/alpine 10:08:40 3.16: Pulling from library/alpine 10:08:40 3.16: Pulling from library/alpine 10:08:40 Removing intermediate container bab584406bb3 10:08:40 ---> bdcbcaad5b9b 10:08:40 Step 6/22 : COPY go.mod vendor* ./ 10:08:40 ---> a85d7f64d2f5 10:08:40 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:40 ---> Running in e0384d85b561 10:08:41 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 10:08:41 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 10:08:41 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 10:08:41 Status: Image is up to date for alpine:3.16 10:08:41 Status: Downloaded newer image for alpine:3.16 10:08:41 Status: Downloaded newer image for alpine:3.16 10:08:41 ---> bfe296a52501 10:08:41 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:08:42 ---> bfe296a52501 10:08:42 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:08:42 ---> bfe296a52501 10:08:42 Step 11/24 : RUN apk add --update --no-cache dumb-init 10:08:42 ---> Running in 22c4c9d18c62 10:08:42 ---> Running in 5195b570b373 10:08:42 ---> Running in f72b07d35baa 10:08:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:08:42 Removing intermediate container 5195b570b373 10:08:42 ---> fda37200543e 10:08:42 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 10:08:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:08:42 ---> Running in d970c050f388 10:08:42 OK: 211 MiB in 51 packages 10:08:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:08:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:08:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:08:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:08:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:08:42 (1/1) Installing dumb-init (1.2.5-r1) 10:08:42 Executing busybox-1.35.0-r17.trigger 10:08:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:08:43 (1/2) Installing dumb-init (1.2.5-r1) 10:08:43 (2/2) Installing su-exec (0.2-r1) 10:08:43 Executing busybox-1.35.0-r17.trigger 10:08:43 OK: 6 MiB in 16 packages 10:08:43 OK: 6 MiB in 15 packages 10:08:43 (1/2) Installing ca-certificates (20220614-r0) 10:08:43 (2/2) Installing dumb-init (1.2.5-r1) 10:08:43 Executing busybox-1.35.0-r17.trigger 10:08:43 Executing ca-certificates-20220614-r0.trigger 10:08:43 OK: 6 MiB in 16 packages 10:08:44 Removing intermediate container c0e32079abd1 10:08:44 ---> 32bd083d13e6 10:08:44 Step 6/23 : COPY go.mod vendor* ./ 10:08:44 Removing intermediate container d970c050f388 10:08:44 ---> 1d9de297daf6 10:08:44 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 10:08:44 ---> 0c0256894e48 10:08:44 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:44 ---> Running in fad954fe810e 10:08:44 ---> Running in b6b5ccf44dc5 10:08:44 Removing intermediate container f72b07d35baa 10:08:44 ---> a08abeaec6e7 10:08:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:08:44 ---> Running in 655a8b4b8a98 10:08:44 Removing intermediate container b6b5ccf44dc5 10:08:44 ---> 35b03e429e30 10:08:44 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 10:08:44 Removing intermediate container 22c4c9d18c62 10:08:44 ---> 60a979078ef2 10:08:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:08:44 ---> Running in a6e3c63e8fc7 10:08:44 ---> Running in 699c9125ca5c 10:08:44 Removing intermediate container 655a8b4b8a98 10:08:44 ---> bb03c6755028 10:08:44 Step 13/24 : ENV APP_PORT=59881 10:08:44 ---> Running in 991aa0026506 10:08:44 Removing intermediate container a6e3c63e8fc7 10:08:44 ---> 9f03252df731 10:08:44 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 10:08:44 ---> Running in 23722e103a7b 10:08:44 Removing intermediate container 699c9125ca5c 10:08:44 ---> 8a5ef6fee656 10:08:44 Step 13/22 : ENV APP_PORT=59860 10:08:44 Removing intermediate container 991aa0026506 10:08:44 ---> e3be334c357d 10:08:44 Step 14/24 : EXPOSE $APP_PORT 10:08:44 ---> Running in 672e28b2ab71 10:08:44 ---> Running in 35e1d5d05a24 10:08:44 Removing intermediate container 23722e103a7b 10:08:44 ---> 8c622fa1fb82 10:08:44 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 10:08:44 ---> Running in 92fb84a20133 10:08:44 Removing intermediate container 672e28b2ab71 10:08:44 ---> 495712174902 10:08:44 Step 14/22 : EXPOSE $APP_PORT 10:08:44 ---> Running in 2fbe151f2ce1 10:08:44 Removing intermediate container 35e1d5d05a24 10:08:44 ---> 7683070bdc29 10:08:44 Step 15/24 : WORKDIR / 10:08:44 ---> Running in 1373e77eaf2c 10:08:44 Removing intermediate container 92fb84a20133 10:08:44 ---> 8a741a1f6b72 10:08:44 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 10:08:44 Removing intermediate container 2fbe151f2ce1 10:08:44 ---> 85e11e044c45 10:08:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:08:45 ---> Running in 5eeeb833d4b2 10:08:45 Removing intermediate container 1373e77eaf2c 10:08:45 ---> 5fb47377c92e 10:08:45 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 10:08:45 ---> ccbc9ae81c98 10:08:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:08:45 ---> c1e83ca9274b 10:08:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:08:46 ---> 00ddfd50fa0e 10:08:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:08:46 ---> c5d7f798c1ad 10:08:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:08:46 Removing intermediate container 5eeeb833d4b2 10:08:46 ---> bc19b907caf5 10:08:46 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 10:08:46 ---> Running in a206f8629588 10:08:46 Removing intermediate container a206f8629588 10:08:46 ---> 79bc4113dfe7 10:08:46 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 10:08:46 ---> 60ed5f08a91c 10:08:46 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:08:46 ---> 6cacf1a2c042 10:08:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 10:08:46 ---> Running in 6a1976f964fd 10:08:46 Removing intermediate container 6a1976f964fd 10:08:46 ---> b49065bd60ab 10:08:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:08:46 ---> Running in d16c3d91b14d 10:08:46 ---> af261eaafe76 10:08:46 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 10:08:46 ---> a132781deec2 10:08:46 Step 20/24 : ENTRYPOINT ["/core-metadata"] 10:08:46 ---> Running in 3c672313cfa6 10:08:46 ---> Running in f0b99e7175ae 10:08:46 Removing intermediate container d16c3d91b14d 10:08:46 ---> 7e8c083813be 10:08:46 Step 20/22 : LABEL arch=x86_64 10:08:46 ---> Running in 338ecf3dbd82 10:08:46 Removing intermediate container 3c672313cfa6 10:08:46 ---> fb2d5ead2d0b 10:08:46 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:08:46 ---> Running in 65bc7a433746 10:08:46 Removing intermediate container 338ecf3dbd82 10:08:46 ---> 9fb1e3d833b3 10:08:46 Step 21/22 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:08:46 ---> Running in fe834423d905 10:08:46 Removing intermediate container 65bc7a433746 10:08:46 ---> 13ff81a2e8bf 10:08:46 Step 22/24 : LABEL arch=x86_64 10:08:46 ---> Running in 6179cae28ea0 10:08:46 Removing intermediate container fe834423d905 10:08:46 ---> 53ed13bf5e22 10:08:46 Step 22/22 : LABEL version=3.0.0-dev.26 10:08:46 ---> Running in 5cb0d5c4e98f 10:08:46 Removing intermediate container 6179cae28ea0 10:08:46 ---> 2ed54c93785e 10:08:46 Step 23/24 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:08:46 ---> Running in 789ad1890054 10:08:46 Removing intermediate container 5cb0d5c4e98f 10:08:46 ---> 5eaeef0fd9e4 10:08:46 10:08:47 Removing intermediate container 789ad1890054 10:08:47 ---> 7a68cedeed25 10:08:47 Step 24/24 : LABEL version=3.0.0-dev.26 10:08:47 ---> Running in 5de3a9a4f9e1 10:08:47 Successfully built 5eaeef0fd9e4 10:08:47 Successfully tagged support-notifications:latest 10:08:47 Building security-secretstore-setup 10:08:47  Building support-notifications ... done Removing intermediate container 5de3a9a4f9e1 10:08:47 ---> 87520204a2bf 10:08:47 10:08:47 Successfully built 87520204a2bf 10:08:47 Successfully tagged core-metadata:latest 10:08:47 Removing intermediate container f0b99e7175ae 10:08:47  Building core-metadata ... done Building security-proxy-setup 10:08:47 ---> 0312aed0ebf7 10:08:47 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 10:08:52 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:08:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:08:52 ---> ccbce75f8467 10:08:52 Step 3/24 : WORKDIR /edgex-go 10:08:52 ---> Using cache 10:08:52 ---> f13494fb56c8 10:08:52 Step 4/24 : RUN apk add --update --no-cache make git 10:08:52 ---> Using cache 10:08:52 ---> 6567369511b4 10:08:52 Step 5/24 : COPY go.mod vendor* ./ 10:08:52 ---> Using cache 10:08:52 ---> 06cdf3c7587f 10:08:52 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:52 ---> Using cache 10:08:52 ---> ace92d76482f 10:08:52 Step 7/24 : COPY . . 10:08:52 ---> Using cache 10:08:52 ---> ac2227ae792d 10:08:52 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:08:52 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:08:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:08:52 ---> ccbce75f8467 10:08:52 Step 3/21 : WORKDIR /edgex-go 10:08:52 ---> Using cache 10:08:52 ---> f13494fb56c8 10:08:52 Step 4/21 : RUN apk add --update --no-cache make git 10:08:52 ---> Using cache 10:08:52 ---> 6567369511b4 10:08:52 Step 5/21 : COPY go.mod vendor* ./ 10:08:52 ---> Using cache 10:08:52 ---> 06cdf3c7587f 10:08:52 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:52 ---> Using cache 10:08:52 ---> ace92d76482f 10:08:52 Step 7/21 : COPY . . 10:08:52 ---> Using cache 10:08:52 ---> ac2227ae792d 10:08:52 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:08:56 ---> 59296a2f2d37 10:08:56 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:08:56 ---> Running in 6d2282d31c68 10:08:56 ---> Running in b30cc054a9b3 10:08:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:08:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:08:56 ---> 9b47c1f46399 10:08:56 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:08:57 ---> 2028afcdd65f 10:08:57 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:08:57 ---> 8a3c98141896 10:08:57 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 10:08:57 ---> c372c47e2d49 10:08:57 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 10:08:57 ---> c66a4364ca7d 10:08:57 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:08:58 ---> 2db704c95b84 10:08:58 Step 27/32 : RUN chmod +x /entrypoint.sh 10:08:58 ---> Running in 63cf1baf1046 10:09:04 Removing intermediate container 63cf1baf1046 10:09:04 ---> daea1ff02ef4 10:09:04 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 10:09:06 ---> Running in 469b7766f36c 10:09:07 Removing intermediate container 469b7766f36c 10:09:07 ---> 4582957ede90 10:09:07 Step 29/32 : CMD ["gate"] 10:09:15 ---> Running in 19a2509cf71d 10:09:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:09:19 Removing intermediate container 19a2509cf71d 10:09:19 ---> 1f0903f8e535 10:09:19 Step 30/32 : LABEL arch=x86_64 10:09:19 ---> Running in 29a9ce2897fc 10:09:19 Removing intermediate container e0384d85b561 10:09:19 ---> 66d4a1516f90 10:09:19 Step 8/22 : COPY . . 10:09:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 10:09:19 Removing intermediate container 29a9ce2897fc 10:09:19 ---> 4e406b1ec73e 10:09:19 Step 31/32 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:09:32 ---> Running in 3daee90dc105 10:09:32 ---> 8f14e49146cf 10:09:32 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:09:32 Removing intermediate container fad954fe810e 10:09:32 ---> 65a1faaa0513 10:09:32 Step 8/23 : COPY . . 10:09:40 ---> Running in a52bc8b27d67 10:09:40 Removing intermediate container 3daee90dc105 10:09:40 ---> 1822ced70eea 10:09:40 Step 32/32 : LABEL version=3.0.0-dev.26 10:09:40 ---> 7b3fa987b3ff 10:09:40 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 10:09:40 Removing intermediate container 6d2282d31c68 10:09:40 ---> e9d5b13a7137 10:09:40 10:09:40 Step 9/21 : FROM alpine:3.16 10:09:40 ---> bfe296a52501 10:09:40 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 10:09:40 Removing intermediate container b30cc054a9b3 10:09:40 ---> b8c4d70c0267 10:09:40 10:09:40 Step 9/24 : FROM alpine:3.16 10:09:40 ---> bfe296a52501 10:09:40 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 10:09:40 ---> Running in f9519b33cb95 10:09:40 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:09:41 ---> Running in 263607d57998 10:09:41 ---> Running in 4e21d31f8bf1 10:09:41 ---> Running in 273253fa85b9 10:09:41 Removing intermediate container f9519b33cb95 10:09:41 ---> 2205f67cc838 10:09:41 10:09:41 Successfully built 2205f67cc838 10:09:41 Successfully tagged security-bootstrapper:latest 10:09:41  Building security-bootstrapper ... done Building core-data 10:09:45 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:09:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:09:45 ---> ccbce75f8467 10:09:45 Step 3/22 : ARG ADD_BUILD_TAGS="" 10:09:45 ---> Using cache 10:09:45 ---> 1c32ada001db 10:09:45 Step 4/22 : WORKDIR /edgex-go 10:09:45 ---> Using cache 10:09:45 ---> f18506d93bd7 10:09:45 Step 5/22 : RUN apk add --update --no-cache make git 10:09:45 ---> Using cache 10:09:45 ---> 32bd083d13e6 10:09:45 Step 6/22 : COPY go.mod vendor* ./ 10:09:45 ---> Using cache 10:09:45 ---> 0c0256894e48 10:09:45 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:09:45 ---> Using cache 10:09:45 ---> 65a1faaa0513 10:09:45 Step 8/22 : COPY . . 10:09:45 ---> Using cache 10:09:45 ---> 7b3fa987b3ff 10:09:45 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 10:09:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:09:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:09:45 (1/6) Installing ca-certificates (20220614-r0) 10:09:45 (2/6) Installing brotli-libs (1.0.9-r6) 10:09:45 (3/6) Installing nghttp2-libs (1.47.0-r0) 10:09:45 (4/6) Installing libcurl (7.83.1-r5) 10:09:45 (5/6) Installing curl (7.83.1-r5) 10:09:45 (6/6) Installing dumb-init (1.2.5-r1) 10:09:45 Executing busybox-1.35.0-r17.trigger 10:09:45 Executing ca-certificates-20220614-r0.trigger 10:09:45 OK: 8 MiB in 20 packages 10:09:46 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 10:09:49 ---> Running in b3eb5045051b 10:09:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:09:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:09:49 (1/3) Installing ca-certificates (20220614-r0) 10:09:49 (2/3) Installing dumb-init (1.2.5-r1) 10:09:49 (3/3) Installing su-exec (0.2-r1) 10:09:49 Executing busybox-1.35.0-r17.trigger 10:09:49 Executing ca-certificates-20220614-r0.trigger 10:09:49 OK: 6 MiB in 17 packages 10:09:49 Removing intermediate container 263607d57998 10:09:49 ---> 68a86a57771e 10:09:49 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:09:49 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 10:09:49 ---> Running in 45cc811a7499 10:09:50 Removing intermediate container 45cc811a7499 10:09:50 ---> 3d5620e9d76e 10:09:50 Step 12/21 : WORKDIR /edgex 10:09:50 ---> Running in f082b17ec8f3 10:09:50 Removing intermediate container 4e21d31f8bf1 10:09:50 ---> c00050ae2506 10:09:50 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:09:50 ---> Running in 47a1fb3d584e 10:09:50 Removing intermediate container f082b17ec8f3 10:09:50 ---> 2b2344f19076 10:09:50 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:09:50 Removing intermediate container 47a1fb3d584e 10:09:50 ---> 54ce332ac639 10:09:50 Step 12/24 : WORKDIR / 10:09:50 ---> Running in c244b94473b6 10:09:51 ---> 8b60036ef406 10:09:51 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:09:51 Removing intermediate container c244b94473b6 10:09:51 ---> b47f6ac47e62 10:09: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 10:09:53 ---> d501ba88adb6 10:09:53 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:09:53 ---> 47b40b4cc4b2 10:09:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:09:55 ---> 9f0d12d122eb 10:09:55 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:09:56 ---> fa9caba475d3 10:09:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:09:56 ---> d90b36b5cd2a 10:09:56 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 10:09:59 ---> a677798a109a 10:09:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:09:59 ---> 0b271cbf1433 10:09:59 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:09:59 ---> Running in 61bf15394977 10:10:00 ---> 935e19c30c7a 10:10:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:10:01 ---> 7cfa4778d7db 10:10:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:10:01 Removing intermediate container 61bf15394977 10:10:01 ---> 730d8204bcfb 10:10:01 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 10:10:01 ---> Running in 7d2eeedf41b8 10:10:01 Removing intermediate container 7d2eeedf41b8 10:10:01 ---> 24aaf1e9d2de 10:10:01 Step 19/21 : LABEL arch=x86_64 10:10:01 ---> 84a1ad2a4074 10:10:01 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:10:01 ---> Running in 87fa1e59f951 10:10:02 ---> Running in cb75fd558801 10:10:02 Removing intermediate container 87fa1e59f951 10:10:02 ---> 12e22811d0b1 10:10:02 Step 20/21 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:10:03 ---> Running in 78203e619a15 10:10:03 Removing intermediate container c5fb582e414f 10:10:03 ---> 1ff906567b18 10:10:03 Step 8/22 : COPY . . 10:10:03 Removing intermediate container 63e202be753c 10:10:03 ---> 884df8bc5a9f 10:10:03 Step 8/23 : COPY . . 10:10:03 Removing intermediate container 091be65ea7c0 10:10:03 ---> 1fa5df23e8a6 10:10:03 Step 7/24 : COPY . . 10:10:03 Removing intermediate container cc1564983e2a 10:10:03 ---> 0c49d282d585 10:10:03 Step 7/24 : COPY . . 10:10:03 Removing intermediate container 836352dbc873 10:10:03 ---> 8952c25312a6 10:10:03 Step 7/21 : COPY . . 10:10:03 ---> b5b32424cc8c 10:10:03 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 10:10:03 ---> eea41bc67663 10:10:03 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:10:03 ---> Running in abec33d3bcd3 10:10:03 ---> Running in 8aa86addc0d3 10:10:03 ---> 20cd6427e5e8 10:10:03 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:10:03 ---> Running in f764d094416d 10:10:03 ---> 5fbbddb00111 10:10:03 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:10:03 ---> 778612edee9b 10:10:03 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 10:10:03 ---> Running in ecc7389f23db 10:10:03 ---> Running in 78314e73c2bd 10:10:03 Removing intermediate container 78314e73c2bd 10:10:03 ---> 5771efb1163a 10:10:03 Step 9/24 : WORKDIR /edgex-go/spire-build 10:10:03 ---> Running in dece57fb20ee 10:10:03 Removing intermediate container dece57fb20ee 10:10:03 ---> ceed27d5a849 10:10:03 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 10:10:03 ---> Running in 85e948d2b94d 10:10:03 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:10:03 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:10:03 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 10:10:03 Removing intermediate container 78203e619a15 10:10:03 ---> 4ccb2e60e0b1 10:10:03 Step 21/21 : LABEL version=3.0.0-dev.26 10:10:03 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:10:03 Removing intermediate container cb75fd558801 10:10:03 ---> dcdf5522d2c5 10:10:03 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:10:03 ---> Running in e462c301b1e1 10:10:03 ---> Running in caca08e54c4f 10:10:03 Removing intermediate container e462c301b1e1 10:10:03 ---> be5cdccd9030 10:10:03 10:10:04 Successfully built be5cdccd9030 10:10:04 Successfully tagged security-proxy-setup:latest 10:10:04  Building security-proxy-setup ... done Building security-spire-config 10:10:04 Removing intermediate container caca08e54c4f 10:10:04 ---> f02aed8059bd 10:10:04 Step 22/24 : LABEL arch=x86_64 10:10:07 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:10:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:10:07 ---> ccbce75f8467 10:10:07 Step 3/24 : WORKDIR /edgex-go 10:10:07 ---> Using cache 10:10:07 ---> f13494fb56c8 10:10:07 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 10:10:09 Removing intermediate container 85e948d2b94d 10:10:09 ---> ad24aaac1d92 10:10:09 Step 11/24 : WORKDIR /edgex-go 10:10:09 ---> Running in f2960f63041c 10:10:10 Removing intermediate container f2960f63041c 10:10:10 ---> b55073432438 10:10:10 10:10:10 Step 12/24 : FROM alpine:3.15 10:10:10 3.15: Pulling from library/alpine 10:10:12 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 10:10:12 Status: Downloaded newer image for alpine:3.15 10:10:12 ---> 8aa73fd46299 10:10:12 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:10:12 ---> Running in 4624cd391ca4 10:10:13 Removing intermediate container 4624cd391ca4 10:10:13 ---> 1ad25a08daee 10:10:13 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:10:13 ---> Running in d13863e172af 10:10:15 ---> Running in e1c25eb8660b 10:10:15 ---> Running in 90214b4b0b4c 10:10:15 Removing intermediate container e1c25eb8660b 10:10:15 ---> c4488b7b4764 10:10:15 Step 23/24 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:10:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:10:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:10:18 v3.15.6-275-gb527327c92 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 10:10:18 v3.15.6-274-gc0598e0c42 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 10:10:18 OK: 15736 distinct packages available 10:10:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:10:19 ---> Running in 6d2ae447aa11 10:10:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:10:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:10:20 Removing intermediate container 6d2ae447aa11 10:10:20 ---> c2e5fdf37f73 10:10:20 Step 24/24 : LABEL version=3.0.0-dev.26 10:10:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:10:20 Removing intermediate container 273253fa85b9 10:10:20 ---> c10fc1c5d2b4 10:10:20 10:10:20 Step 10/23 : FROM alpine:3.16 10:10:20 ---> bfe296a52501 10:10:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:10:20 ---> Using cache 10:10:20 ---> a08abeaec6e7 10:10:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:10:20 ---> Using cache 10:10:20 ---> bb03c6755028 10:10:20 Step 13/23 : ENV APP_PORT=59882 10:10:20 Removing intermediate container a52bc8b27d67 10:10:20 ---> 4216343970da 10:10:20 10:10:20 Step 10/22 : FROM alpine:3.16 10:10:20 ---> bfe296a52501 10:10:20 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:10:20 ---> Using cache 10:10:20 ---> a08abeaec6e7 10:10:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:10:20 ---> Using cache 10:10:20 ---> bb03c6755028 10:10:20 Step 13/22 : ENV APP_PORT=59861 10:10:20 OK: 211 MiB in 51 packages 10:10:21 (1/5) Installing dumb-init (1.2.5-r1) 10:10:21 (2/5) Installing musl-obstack (1.2.3-r0) 10:10:21 (3/5) Installing libucontext (1.1-r0) 10:10:21 (4/5) Installing gcompat (1.0.0-r4) 10:10:21 (5/5) Installing openssl (1.1.1s-r1) 10:10:21 Executing busybox-1.34.1-r7.trigger 10:10:21 OK: 6 MiB in 19 packages 10:10:22 ---> Running in 99fe41dceef1 10:10:22 ---> Running in 424a49eed5bd 10:10:22 ---> Running in 34b8093c4643 10:10:23 Removing intermediate container 99fe41dceef1 10:10:23 ---> 4e495c0eff8b 10:10:23 10:10:23 Removing intermediate container b3eb5045051b 10:10:23 ---> b9f4399cffc1 10:10:23 10:10:23 Step 10/22 : FROM alpine:3.16 10:10:23 ---> bfe296a52501 10:10:23 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:10:23 Successfully built 4e495c0eff8b 10:10:23 ---> Running in f5a2939d13e2 10:10:23 Successfully tagged security-secretstore-setup:latest 10:10:23  Building security-secretstore-setup ... done Building core-common-config-bootstrapper 10:10:23 Removing intermediate container 424a49eed5bd 10:10:23 ---> 2d454b46335d 10:10:23 Step 14/22 : EXPOSE $APP_PORT 10:10:23 Removing intermediate container 34b8093c4643 10:10:23 ---> e3ad02389ce4 10:10:23 Step 14/23 : EXPOSE $APP_PORT 10:10:23 Removing intermediate container 90214b4b0b4c 10:10:23 ---> 509d856436cc 10:10:23 Step 5/24 : COPY go.mod vendor* ./ 10:10:23 Removing intermediate container d13863e172af 10:10:23 ---> 14a021d1c587 10:10:23 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 10:10:27 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:10:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:10:28 ---> 8e0a901c38e6 10:10:28 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 10:10:28 ---> ccbce75f8467 10:10:28 Step 3/22 : ARG ADD_BUILD_TAGS="" 10:10:28 ---> Using cache 10:10:28 ---> 1c32ada001db 10:10:28 Step 4/22 : WORKDIR /edgex-go 10:10:28 ---> Using cache 10:10:28 ---> f18506d93bd7 10:10:28 Step 5/22 : RUN apk add --update --no-cache make git 10:10:28 ---> Using cache 10:10:28 ---> 32bd083d13e6 10:10:28 Step 6/22 : COPY go.mod vendor* ./ 10:10:28 ---> Running in 683ea4896556 10:10:28 ---> Running in b2d3708f86bc 10:10:28 ---> Using cache 10:10:28 ---> 0c0256894e48 10:10:28 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:10:28 ---> Using cache 10:10:28 ---> 65a1faaa0513 10:10:28 Step 8/22 : COPY . . 10:10:28 ---> Using cache 10:10:28 ---> 7b3fa987b3ff 10:10:28 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:10:28 Removing intermediate container f5a2939d13e2 10:10:28 ---> 23dbf0fa372c 10:10:28 Step 12/22 : ENV APP_PORT=59880 10:10:28 ---> 2f5d443923ff 10:10:28 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:10:28 ---> Running in 99f6547fd84b 10:10:28 ---> Running in 7d9e24e34353 10:10:28 ---> Running in 7bb2240146cb 10:10:28 Removing intermediate container b2d3708f86bc 10:10:28 ---> a41cbe85e90b 10:10:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:10:28 Removing intermediate container 683ea4896556 10:10:28 ---> 3e8be676dcc9 10:10:28 Step 15/23 : WORKDIR / 10:10:28 ---> Running in 5c1f7c977667 10:10:28 Removing intermediate container 99f6547fd84b 10:10:28 ---> 6033416529c4 10:10:28 Step 13/22 : EXPOSE $APP_PORT 10:10:28 Removing intermediate container 5c1f7c977667 10:10:28 ---> 65a37760d5ed 10:10:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:10:28 ---> baca88c1a44d 10:10:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:10:28 ---> Running in e3b1bcfee815 10:10:29 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:10:30 Removing intermediate container e3b1bcfee815 10:10:30 ---> 19fe402035d1 10:10:30 Step 14/22 : RUN apk add --update --no-cache dumb-init 10:10:30 ---> 0c2a0879501b 10:10:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:10:30 ---> Running in 491bc256198a 10:10:30 ---> 21aab6589639 10:10:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:10:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:10:31 ---> dc6be8e3e5f5 10:10:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:10:31 ---> dab90ebd8f24 10:10:31 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:10:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:10:31 ---> Running in 720bc4b64ef0 10:10:31 ---> 3417cc11d6a5 10:10:31 Step 19/23 : ENTRYPOINT ["/core-command"] 10:10:31 ---> Running in dffa6cbbebf4 10:10:31 Removing intermediate container 720bc4b64ef0 10:10:31 ---> 82ec7ea74416 10:10:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:10:31 ---> Running in cd4d77641588 10:10:31 (1/1) Installing dumb-init (1.2.5-r1) 10:10:31 Removing intermediate container dffa6cbbebf4 10:10:31 ---> 867301f2e2f6 10:10:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:10:31 Executing busybox-1.35.0-r17.trigger 10:10:31 OK: 6 MiB in 15 packages 10:10:31 Removing intermediate container cd4d77641588 10:10:31 ---> 08f44e1b1e82 10:10:31 Step 20/22 : LABEL arch=x86_64 10:10:31 ---> Running in 34099ba03d31 10:10:31 ---> Running in faad1179bced 10:10:31 Removing intermediate container 34099ba03d31 10:10:31 ---> 742c7fe0c9d5 10:10:31 Step 21/23 : LABEL arch=x86_64 10:10:31 Removing intermediate container faad1179bced 10:10:31 ---> f335a6b264d6 10:10:31 Step 21/22 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:10:32 ---> Running in b337a85496d6 10:10:32 ---> Running in cccfc03f3fc1 10:10:32 Removing intermediate container cccfc03f3fc1 10:10:32 ---> 12deea40ba73 10:10:32 Step 22/22 : LABEL version=3.0.0-dev.26 10:10:32 Removing intermediate container b337a85496d6 10:10:32 ---> 4242df393fdb 10:10:32 Step 22/23 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:10:32 ---> Running in bc5fa7fade44 10:10:32 ---> Running in d63b7ec63119 10:10:32 Removing intermediate container 491bc256198a 10:10:32 ---> 4481873c8aec 10:10:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:10:32 Removing intermediate container d63b7ec63119 10:10:32 ---> 3c150464c760 10:10:32 10:10:32 Removing intermediate container bc5fa7fade44 10:10:32 ---> 7341958de0be 10:10:32 Step 23/23 : LABEL version=3.0.0-dev.26 10:10:33 Successfully built 3c150464c760 10:10:33 Successfully tagged support-scheduler:latest 10:10:33  Building support-scheduler ... done Building security-spiffe-token-provider 10:10:33 ---> da00c49c15b1 10:10:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:10:33 ---> Running in 970963dbb61b 10:10:35 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:10:35 Step 2/19 : FROM ${BUILDER_BASE} AS builder 10:10:35 ---> ccbce75f8467 10:10:35 Step 3/19 : WORKDIR /edgex-go 10:10:35 ---> Using cache 10:10:35 ---> f13494fb56c8 10:10:35 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 10:10:36 ---> c7382dfef758 10:10:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:10:37 ---> 3db16e6e23f3 10:10:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:10:38 ---> 460751c9e814 10:10:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:10:39 Removing intermediate container 970963dbb61b 10:10:39 ---> aa52e4615750 10:10:39 10:10:39 ---> c9e8c9e0b2dd 10:10:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:10:39 ---> Running in 60c672df5a3c 10:10:39 Successfully built aa52e4615750 10:10:39 Successfully tagged core-command:latest 10:10:39  Building core-command ... done  ---> 914c1750ad04 10:10:39 Step 18/22 : ENTRYPOINT ["/core-data"] 10:10:39 ---> Running in b7c4cfa7fd13 10:10:39 ---> 924f595969db 10:10:39 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:10:39 Removing intermediate container b7c4cfa7fd13 10:10:39 ---> 27ece42b0d32 10:10:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:10:39 ---> Running in 516653b6632a 10:10:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:10:39 Removing intermediate container 516653b6632a 10:10:39 ---> 318aa9706419 10:10:39 Step 20/22 : LABEL arch=x86_64 10:10:39 ---> Running in 6e044bcd462a 10:10:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:10:39 ---> Running in fb923a1265e5 10:10:39 Removing intermediate container 6e044bcd462a 10:10:39 ---> a38700287aa3 10:10:39 Step 21/22 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:10:39 ---> Running in 7adb0b35b9e2 10:10:39 Removing intermediate container 7adb0b35b9e2 10:10:39 ---> c60104017833 10:10:39 Step 22/22 : LABEL version=3.0.0-dev.26 10:10:39 ---> Running in 195ff086b8ad 10:10:39 v3.16.3-136-g69116be59b [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 10:10:39 v3.16.3-135-geaceb73d52 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 10:10:39 OK: 17043 distinct packages available 10:10:39 Removing intermediate container 195ff086b8ad 10:10:39 ---> ecdc573376d7 10:10:39 10:10:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:10:39 Successfully built ecdc573376d7 10:10:39 Successfully tagged core-data:latest 10:10:39  Building core-data ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:10:40 Removing intermediate container fb923a1265e5 10:10:40 ---> 620dda099594 10:10:40 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:10:40 ---> Running in 0db8451d554a 10:10:40 OK: 211 MiB in 51 packages 10:10:40 Removing intermediate container 60c672df5a3c 10:10:40 ---> fc50ca6d32af 10:10:40 Step 5/19 : COPY go.mod vendor* ./ 10:10:41 ---> b5271e33738a 10:10:41 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:10:41 ---> Running in 783e7a87591b 10:10:42 Removing intermediate container 0db8451d554a 10:10:42 ---> 57da2fcb3c80 10:10:42 Step 22/24 : LABEL arch=arm64 10:10:42 ---> Running in ac426ac6d3fe 10:10:42 Removing intermediate container ac426ac6d3fe 10:10:42 ---> 25d313172803 10:10:42 Step 23/24 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:10:42 ---> Running in f7b85b8c9c4c 10:10:43 Removing intermediate container f7b85b8c9c4c 10:10:43 ---> 4ba9389902c6 10:10:43 Step 24/24 : LABEL version=3.0.0-dev.26 10:10:43 ---> Running in 87f55ed28bfd 10:10:44 Removing intermediate container 87f55ed28bfd 10:10:44 ---> d992a2562a58 10:10:44 10:10:44 Successfully built d992a2562a58 10:10:44 Successfully tagged security-spire-agent-arm64:latest 10:10:44  Building security-spire-agent ... done Building core-metadata 10:10:48 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:10:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:10:48 ---> 1a761833dd1b 10:10:48 Step 3/24 : ARG ADD_BUILD_TAGS="" 10:10:48 ---> Using cache 10:10:48 ---> 9cd7c93ab8b5 10:10:48 Step 4/24 : WORKDIR /edgex-go 10:10:48 ---> Using cache 10:10:48 ---> eee6f21a4060 10:10:48 Step 5/24 : RUN apk add --update --no-cache make git 10:10:49 ---> Using cache 10:10:49 ---> c85dcb335998 10:10:49 Step 6/24 : COPY go.mod vendor* ./ 10:10:49 ---> Using cache 10:10:49 ---> 433cf9073bd4 10:10:49 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:10:49 ---> Using cache 10:10:49 ---> 884df8bc5a9f 10:10:49 Step 8/24 : COPY . . 10:10:49 ---> Using cache 10:10:49 ---> b5b32424cc8c 10:10:49 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 10:10:49 ---> Running in 24fc3198c965 10:10:52 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:10:59 Removing intermediate container 7d9e24e34353 10:10:59 ---> 5708c24a85e4 10:10:59 10:10:59 Step 10/22 : FROM alpine:3.16 10:10:59 ---> bfe296a52501 10:10:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 10:10:59 Removing intermediate container 7bb2240146cb 10:10:59 ---> 61cca8138676 10:10:59 Step 7/24 : COPY . . 10:11:01 ---> Running in 7191b246dcb0 10:11:07 Removing intermediate container 7191b246dcb0 10:11:07 ---> b597c37695d0 10:11:07 Step 12/22 : RUN apk add --update --no-cache dumb-init 10:11:07 ---> Running in 365cd2f0fb45 10:11:07 ---> 27d53427d98a 10:11:07 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 10:11:07 ---> Running in ec8614fcf1a0 10:11:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:11:07 Removing intermediate container ec8614fcf1a0 10:11:07 ---> 1ae2dca134a3 10:11:07 Step 9/24 : WORKDIR /edgex-go/spire-build 10:11:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:11:07 ---> Running in d3f50d384465 10:11:07 (1/1) Installing dumb-init (1.2.5-r1) 10:11:07 Executing busybox-1.35.0-r17.trigger 10:11:07 OK: 6 MiB in 15 packages 10:11:07 Removing intermediate container d3f50d384465 10:11:07 ---> e89da7b54e07 10:11:07 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 10:11:08 ---> Running in 79c12dc21e6b 10:11:08 Removing intermediate container 365cd2f0fb45 10:11:08 ---> 629dc1135a11 10:11:08 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:11:08 ---> 2d645f32af9c 10:11:08 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 10:11:09 Removing intermediate container 79c12dc21e6b 10:11:09 ---> f97908bea3a4 10:11:09 Step 11/24 : WORKDIR /edgex-go 10:11:10 ---> ae8cf5a24705 10:11:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 10:11:10 ---> Running in 0937d4e76475 10:11:11 ---> b5a28fe36031 10:11:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 10:11:11 Removing intermediate container 0937d4e76475 10:11:11 ---> 1f64fd00001a 10:11:11 10:11:11 Step 12/24 : FROM alpine:3.15 10:11:11 ---> c4fc93816858 10:11:11 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:11:11 ---> Using cache 10:11:11 ---> 6cd1e3121320 10:11:11 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 10:11:11 ---> 36dab55507d4 10:11:11 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:11:11 ---> Running in 264187eca2e6 10:11:11 ---> Running in 905b45040f0c 10:11:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:11:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:11:12 v3.15.6-275-gb527327c92 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 10:11:12 v3.15.6-274-gc0598e0c42 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 10:11:12 OK: 15859 distinct packages available 10:11:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:11:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:11:12 (1/4) Installing dumb-init (1.2.5-r1) 10:11:12 (2/4) Installing musl-obstack (1.2.3-r0) 10:11:12 (3/4) Installing libucontext (1.1-r0) 10:11:12 (4/4) Installing gcompat (1.0.0-r4) 10:11:13 Executing busybox-1.34.1-r7.trigger 10:11:13 OK: 6 MiB in 18 packages 10:11:13 Removing intermediate container 905b45040f0c 10:11:13 ---> a3b6f8ef553c 10:11:13 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 10:11:13 ---> Running in 77e5a1cabd59 10:11:13 Removing intermediate container 77e5a1cabd59 10:11:13 ---> c84a90d0b4fd 10:11:13 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 10:11:13 Removing intermediate container 264187eca2e6 10:11:13 ---> c112f97ae46a 10:11:13 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 10:11:13 ---> Running in 5bb84fb811bb 10:11:13 Removing intermediate container 5bb84fb811bb 10:11:13 ---> 45cd12ebb568 10:11:13 Step 20/22 : LABEL arch=x86_64 10:11:13 ---> Running in dcacc945a998 10:11:13 Removing intermediate container 783e7a87591b 10:11:13 ---> f6258a4090e8 10:11:13 Step 7/19 : COPY . . 10:11:18 Removing intermediate container dcacc945a998 10:11:18 ---> 3538eeb407e6 10:11:18 Step 21/22 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:11:19 ---> 56a029af4d24 10:11:19 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:11:19 ---> Running in 36f0c12dd20b 10:11:19 ---> 51ab887e39d0 10:11:19 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:11:19 ---> Running in 8c198417572d 10:11:19 Removing intermediate container 36f0c12dd20b 10:11:19 ---> 8f7adef262ac 10:11:19 Step 22/22 : LABEL version=3.0.0-dev.26 10:11:19 ---> Running in 4def61ad373c 10:11:19 ---> 5957ce1944a9 10:11:19 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 10:11:19 ---> Running in a88c6398042c 10:11:19 Removing intermediate container 4def61ad373c 10:11:19 ---> ce7cf4dcbb3e 10:11:19 10:11:19 Successfully built ce7cf4dcbb3e 10:11:19 Removing intermediate container a88c6398042c 10:11:19 ---> 7dccf1462a29 10:11:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.dSuccessfully tagged core-common-config-bootstrapper:latest 10:11:19 10:11:19  Building core-common-config-bootstrapper ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:11:19 ---> 98d3f85aceda 10:11:19 Step 19/24 : WORKDIR / 10:11:19 ---> Running in b0d81f039beb 10:11:19 Removing intermediate container b0d81f039beb 10:11:19 ---> b4bdc088af2a 10:11:19 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:11:19 ---> Running in 97afe3f520b4 10:11:19 Removing intermediate container 97afe3f520b4 10:11:19 ---> 0994f910c102 10:11:19 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:11:20 ---> Running in 986aa6877609 10:11:20 Removing intermediate container 986aa6877609 10:11:20 ---> ef5c84153cea 10:11:20 Step 22/24 : LABEL arch=x86_64 10:11:20 ---> Running in 506d5338d26c 10:11:20 Removing intermediate container 506d5338d26c 10:11:20 ---> 01ffa14df0be 10:11:20 Step 23/24 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:11:20 ---> Running in 616cd25ebc32 10:11:20 Removing intermediate container 616cd25ebc32 10:11:20 ---> 4144ef2e66d4 10:11:20 Step 24/24 : LABEL version=3.0.0-dev.26 10:11:20 ---> Running in ab418249d0fc 10:11:20 Removing intermediate container ab418249d0fc 10:11:20 ---> 600c81499fe9 10:11:20 10:11:20 Successfully built 600c81499fe9 10:11:20 Successfully tagged security-spire-config:latest 10:11:38  Building security-spire-config ... done Removing intermediate container 8c198417572d 10:11:38 ---> e318bd674228 10:11:38 10:11:38 Step 9/19 : FROM alpine:3.15 10:11:38 ---> c4fc93816858 10:11:38 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:11:38 ---> Using cache 10:11:38 ---> 6cd1e3121320 10:11:38 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:11:38 ---> Running in 96f309c9aafb 10:11:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:11:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:11:38 v3.15.6-275-gb527327c92 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 10:11:38 v3.15.6-274-gc0598e0c42 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 10:11:38 OK: 15859 distinct packages available 10:11:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:11:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:11:39 (1/9) Installing ca-certificates (20220614-r0) 10:11:39 (2/9) Installing brotli-libs (1.0.9-r5) 10:11:39 (3/9) Installing nghttp2-libs (1.46.0-r0) 10:11:39 (4/9) Installing libcurl (7.80.0-r5) 10:11:39 (5/9) Installing curl (7.80.0-r5) 10:11:39 (6/9) Installing dumb-init (1.2.5-r1) 10:11:39 (7/9) Installing musl-obstack (1.2.3-r0) 10:11:39 (8/9) Installing libucontext (1.1-r0) 10:11:39 (9/9) Installing gcompat (1.0.0-r4) 10:11:39 Executing busybox-1.34.1-r7.trigger 10:11:39 Executing ca-certificates-20220614-r0.trigger 10:11:39 OK: 8 MiB in 23 packages 10:11:39 Removing intermediate container 96f309c9aafb 10:11:39 ---> 94116cc9a12c 10:11:39 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 10:11:39 ---> 013035599864 10:11:39 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:11:40 ---> 3da788cd745d 10:11:40 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 10:11:40 ---> 822c4e9ba141 10:11:40 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 10:11:40 ---> Running in ced298b343e8 10:11:40 Removing intermediate container ced298b343e8 10:11:40 ---> b856baf5ff36 10:11:40 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:11:40 ---> Running in 5fea17fee57b 10:11:41 Removing intermediate container 5fea17fee57b 10:11:41 ---> 50af35f7a5f1 10:11:41 Step 17/19 : LABEL arch=x86_64 10:11:41 ---> Running in b4e8b7e12838 10:11:41 Removing intermediate container b4e8b7e12838 10:11:41 ---> 591e7648325d 10:11:41 Step 18/19 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:11:41 ---> Running in 7c8231a286c5 10:11:41 Removing intermediate container 7c8231a286c5 10:11:41 ---> 70bfa708f3be 10:11:41 Step 19/19 : LABEL version=3.0.0-dev.26 10:11:41 ---> Running in 53e25c9064d6 10:11:41 Removing intermediate container 53e25c9064d6 10:11:41 ---> bfd07cee398d 10:11:41 10:11:41 Successfully built bfd07cee398d 10:11:41 Successfully tagged security-spiffe-token-provider:latest 10:11:41  Building security-spiffe-token-provider ... done  [Pipeline] } 10:11:41 $ docker stop --time=1 4bf314a2daa118dc767cc7f4bc69e4887838bffe68aec19d41c1355dc30d56ca 10:11:42 $ docker rm -f --volumes 4bf314a2daa118dc767cc7f4bc69e4887838bffe68aec19d41c1355dc30d56ca [Pipeline] // withDockerContainer [Pipeline] sh 10:11:42 + docker images 10:11:42 REPOSITORY TAG IMAGE ID CREATED SIZE 10:11:42 security-spiffe-token-provider latest bfd07cee398d 1 second ago 29.8MB 10:11:42 e318bd674228 6 seconds ago 1.71GB 10:11:42 security-spire-config latest 600c81499fe9 22 seconds ago 85.8MB 10:11:42 core-common-config-bootstrapper latest ce7cf4dcbb3e 23 seconds ago 14.9MB 10:11:42 1f64fd00001a 31 seconds ago 1.55GB 10:11:42 5708c24a85e4 50 seconds ago 1.67GB 10:11:42 core-data latest ecdc573376d7 About a minute ago 17.9MB 10:11:42 support-scheduler latest 3c150464c760 About a minute ago 30MB 10:11:42 core-command latest aa52e4615750 About a minute ago 17.7MB 10:11:42 b9f4399cffc1 About a minute ago 1.69GB 10:11:42 security-secretstore-setup latest 4e495c0eff8b About a minute ago 29.9MB 10:11:42 c10fc1c5d2b4 About a minute ago 1.68GB 10:11:42 4216343970da About a minute ago 1.74GB 10:11:42 security-proxy-setup latest be5cdccd9030 About a minute ago 27.8MB 10:11:42 security-bootstrapper latest 2205f67cc838 2 minutes ago 20.3MB 10:11:42 e9d5b13a7137 2 minutes ago 1.67GB 10:11:42 b8c4d70c0267 2 minutes ago 1.67GB 10:11:42 core-metadata latest 87520204a2bf 2 minutes ago 18.6MB 10:11:42 support-notifications latest 5eaeef0fd9e4 2 minutes ago 30.6MB 10:11:42 e4949fa76837 3 minutes ago 1.75GB 10:11:42 24613b5c11d5 3 minutes ago 1.69GB 10:11:42 security-spire-agent latest 69b824535e18 3 minutes ago 125MB 10:11:42 1589710fdcb8 3 minutes ago 1.67GB 10:11:42 security-spire-server latest ae265785ba95 3 minutes ago 86.5MB 10:11:42 593356be8301 3 minutes ago 1.55GB 10:11:42 f2ece8a7d404 3 minutes ago 1.55GB 10:11:42 ci-base-image-x86_64 latest ccbce75f8467 7 minutes ago 904MB 10:11:42 alpine 3.16 bfe296a52501 2 months ago 5.54MB 10:11:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB 10:11:42 alpine 3.15 c4fc93816858 5 months ago 5.59MB 10:11:42 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB 10:11:42 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 10:11:43 provisioning config files... 10:11:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/382@tmp/config2199872786164666130tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:11:43 ---> docker-login.sh 10:11:43 nexus3.edgexfoundry.org:10001 10:11:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:11:43 Configure a credential helper to remove this warning. See 10:11:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:11:43 10:11:43 Login Succeeded 10:11:43 nexus3.edgexfoundry.org:10002 10:11:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:11:43 Configure a credential helper to remove this warning. See 10:11:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:11:43 10:11:43 Login Succeeded 10:11:43 nexus3.edgexfoundry.org:10003 10:11:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:11:43 Configure a credential helper to remove this warning. See 10:11:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:11:43 10:11:43 Login Succeeded 10:11:43 nexus3.edgexfoundry.org:10004 10:11:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:11:43 Configure a credential helper to remove this warning. See 10:11:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:11:43 10:11:43 Login Succeeded 10:11:43 docker.io 10:11:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:11:44 Configure a credential helper to remove this warning. See 10:11:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:11:44 10:11:44 Login Succeeded 10:11:44 ---> docker-login.sh ends [Pipeline] } 10:11:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:11:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:11:44 [edgeXDocker.push] Tagging docker image core-command with the following tags: 10:11:44 9e386417050e4cffa7025a09e4120fb1660b81d4 10:11:44 latest 10:11:44 3.0.0-dev.26 10:11:44 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:11:44 main 10:11:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:44 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:44 + docker push nexus3.edgexfoundry.org:10004/core-command:9e386417050e4cffa7025a09e4120fb1660b81d4 10:11:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:11:44 c1062f5c717b: Preparing 10:11:44 3e9a865b91bd: Preparing 10:11:44 883620779292: Preparing 10:11:44 0c0e7b0aa19c: Preparing 10:11:44 e5e13b0c77cb: Preparing 10:11:44 e5e13b0c77cb: Layer already exists 10:11:44 c1062f5c717b: Pushed 10:11:44 0c0e7b0aa19c: Pushed 10:11:44 883620779292: Pushed 10:11:46 3e9a865b91bd: Pushed 10:11:46 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:8942ac46fe8019570e55b898bb297cac8bf3577d7b61f1182d131653d36e6233 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:46 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:46 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 10:11:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:11:46 c1062f5c717b: Preparing 10:11:46 3e9a865b91bd: Preparing 10:11:46 883620779292: Preparing 10:11:46 0c0e7b0aa19c: Preparing 10:11:46 e5e13b0c77cb: Preparing 10:11:46 c1062f5c717b: Layer already exists 10:11:46 0c0e7b0aa19c: Layer already exists 10:11:46 e5e13b0c77cb: Layer already exists 10:11:46 883620779292: Layer already exists 10:11:46 3e9a865b91bd: Layer already exists 10:11:46 latest: digest: sha256:8942ac46fe8019570e55b898bb297cac8bf3577d7b61f1182d131653d36e6233 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:47 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:47 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.26 10:11:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:11:47 c1062f5c717b: Preparing 10:11:47 3e9a865b91bd: Preparing 10:11:47 883620779292: Preparing 10:11:47 0c0e7b0aa19c: Preparing 10:11:47 e5e13b0c77cb: Preparing 10:11:47 883620779292: Layer already exists 10:11:47 0c0e7b0aa19c: Layer already exists 10:11:47 3e9a865b91bd: Layer already exists 10:11:47 c1062f5c717b: Layer already exists 10:11:47 e5e13b0c77cb: Layer already exists 10:11:47 3.0.0-dev.26: digest: sha256:8942ac46fe8019570e55b898bb297cac8bf3577d7b61f1182d131653d36e6233 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:47 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:48 + docker push nexus3.edgexfoundry.org:10004/core-command:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:11:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:11:48 c1062f5c717b: Preparing 10:11:48 3e9a865b91bd: Preparing 10:11:48 883620779292: Preparing 10:11:48 0c0e7b0aa19c: Preparing 10:11:48 e5e13b0c77cb: Preparing 10:11:48 3e9a865b91bd: Layer already exists 10:11:48 e5e13b0c77cb: Layer already exists 10:11:48 883620779292: Layer already exists 10:11:48 0c0e7b0aa19c: Layer already exists 10:11:48 c1062f5c717b: Layer already exists 10:11:48 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:8942ac46fe8019570e55b898bb297cac8bf3577d7b61f1182d131653d36e6233 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:48 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:48 + docker push nexus3.edgexfoundry.org:10004/core-command:main 10:11:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:11:48 c1062f5c717b: Preparing 10:11:48 3e9a865b91bd: Preparing 10:11:48 883620779292: Preparing 10:11:48 0c0e7b0aa19c: Preparing 10:11:48 e5e13b0c77cb: Preparing 10:11:48 e5e13b0c77cb: Layer already exists 10:11:48 883620779292: Layer already exists 10:11:48 3e9a865b91bd: Layer already exists 10:11:48 c1062f5c717b: Layer already exists 10:11:48 0c0e7b0aa19c: Layer already exists 10:11:48 main: digest: sha256:8942ac46fe8019570e55b898bb297cac8bf3577d7b61f1182d131653d36e6233 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:11:48 ===================================================== [Pipeline] echo 10:11:48 taggedImages: 10:11:48 - nexus3.edgexfoundry.org:10004/core-command:9e386417050e4cffa7025a09e4120fb1660b81d4 10:11:48 - nexus3.edgexfoundry.org:10004/core-command:latest 10:11:48 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.26 10:11:48 - nexus3.edgexfoundry.org:10004/core-command:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:11:48 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 10:11:48 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 10:11:48 9e386417050e4cffa7025a09e4120fb1660b81d4 10:11:48 latest 10:11:48 3.0.0-dev.26 10:11:48 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:11:48 main 10:11:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:49 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:49 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4 10:11:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:11:49 044d0ada06df: Preparing 10:11:49 eb37f0882f20: Preparing 10:11:49 07298265507e: Preparing 10:11:49 1e41da2df06c: Preparing 10:11:49 883620779292: Preparing 10:11:49 9d0aba3c1631: Preparing 10:11:49 e5e13b0c77cb: Preparing 10:11:49 9d0aba3c1631: Waiting 10:11:49 e5e13b0c77cb: Waiting 10:11:49 883620779292: Layer already exists 10:11:49 eb37f0882f20: Pushed 10:11:49 9d0aba3c1631: Pushed 10:11:49 07298265507e: Pushed 10:11:49 044d0ada06df: Pushed 10:11:49 e5e13b0c77cb: Layer already exists 10:11:50 1e41da2df06c: Pushed 10:11:50 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:5bd1a4ee95bd7e9febad46b63185d4d7becc03cfd9472c9552e42a5e85e80728 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:50 + 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 10:11:51 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:11:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:11:51 044d0ada06df: Preparing 10:11:51 eb37f0882f20: Preparing 10:11:51 07298265507e: Preparing 10:11:51 1e41da2df06c: Preparing 10:11:51 883620779292: Preparing 10:11:51 9d0aba3c1631: Preparing 10:11:51 e5e13b0c77cb: Preparing 10:11:51 9d0aba3c1631: Waiting 10:11:51 e5e13b0c77cb: Waiting 10:11:51 07298265507e: Layer already exists 10:11:51 1e41da2df06c: Layer already exists 10:11:51 883620779292: Layer already exists 10:11:51 eb37f0882f20: Layer already exists 10:11:51 044d0ada06df: Layer already exists 10:11:51 9d0aba3c1631: Layer already exists 10:11:51 e5e13b0c77cb: Layer already exists 10:11:51 latest: digest: sha256:5bd1a4ee95bd7e9febad46b63185d4d7becc03cfd9472c9552e42a5e85e80728 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:51 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:51 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.26 10:11:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:11:51 044d0ada06df: Preparing 10:11:51 eb37f0882f20: Preparing 10:11:51 07298265507e: Preparing 10:11:51 1e41da2df06c: Preparing 10:11:51 883620779292: Preparing 10:11:51 9d0aba3c1631: Preparing 10:11:51 e5e13b0c77cb: Preparing 10:11:51 9d0aba3c1631: Waiting 10:11:51 e5e13b0c77cb: Waiting 10:11:51 07298265507e: Layer already exists 10:11:51 eb37f0882f20: Layer already exists 10:11:51 883620779292: Layer already exists 10:11:51 044d0ada06df: Layer already exists 10:11:51 1e41da2df06c: Layer already exists 10:11:51 e5e13b0c77cb: Layer already exists 10:11:51 9d0aba3c1631: Layer already exists 10:11:51 3.0.0-dev.26: digest: sha256:5bd1a4ee95bd7e9febad46b63185d4d7becc03cfd9472c9552e42a5e85e80728 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:52 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:52 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:11:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:11:52 044d0ada06df: Preparing 10:11:52 eb37f0882f20: Preparing 10:11:52 07298265507e: Preparing 10:11:52 1e41da2df06c: Preparing 10:11:52 883620779292: Preparing 10:11:52 9d0aba3c1631: Preparing 10:11:52 e5e13b0c77cb: Preparing 10:11:52 e5e13b0c77cb: Waiting 10:11:52 9d0aba3c1631: Waiting 10:11:52 883620779292: Layer already exists 10:11:52 044d0ada06df: Layer already exists 10:11:52 07298265507e: Layer already exists 10:11:52 eb37f0882f20: Layer already exists 10:11:52 1e41da2df06c: Layer already exists 10:11:52 9d0aba3c1631: Layer already exists 10:11:52 e5e13b0c77cb: Layer already exists 10:11:52 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:5bd1a4ee95bd7e9febad46b63185d4d7becc03cfd9472c9552e42a5e85e80728 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:52 + 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 10:11:53 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:11:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:11:53 044d0ada06df: Preparing 10:11:53 eb37f0882f20: Preparing 10:11:53 07298265507e: Preparing 10:11:53 1e41da2df06c: Preparing 10:11:53 883620779292: Preparing 10:11:53 9d0aba3c1631: Preparing 10:11:53 e5e13b0c77cb: Preparing 10:11:53 e5e13b0c77cb: Waiting 10:11:53 9d0aba3c1631: Waiting 10:11:53 1e41da2df06c: Layer already exists 10:11:53 044d0ada06df: Layer already exists 10:11:53 eb37f0882f20: Layer already exists 10:11:53 883620779292: Layer already exists 10:11:53 07298265507e: Layer already exists 10:11:53 9d0aba3c1631: Layer already exists 10:11:53 e5e13b0c77cb: Layer already exists 10:11:53 main: digest: sha256:5bd1a4ee95bd7e9febad46b63185d4d7becc03cfd9472c9552e42a5e85e80728 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:11:53 ===================================================== [Pipeline] echo 10:11:53 taggedImages: 10:11:53 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4 10:11:53 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:11:53 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.26 10:11:53 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:11:53 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 10:11:53 [edgeXDocker.push] Tagging docker image core-data with the following tags: 10:11:53 9e386417050e4cffa7025a09e4120fb1660b81d4 10:11:53 latest 10:11:53 3.0.0-dev.26 10:11:53 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:11:53 main 10:11:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:53 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:53 + docker push nexus3.edgexfoundry.org:10004/core-data:9e386417050e4cffa7025a09e4120fb1660b81d4 10:11:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:11:53 51e1291f2c45: Preparing 10:11:53 7afe979a7aca: Preparing 10:11:53 883620779292: Preparing 10:11:53 4ab6ef080195: Preparing 10:11:53 e5e13b0c77cb: Preparing 10:11:53 e5e13b0c77cb: Layer already exists 10:11:53 883620779292: Layer already exists 10:11:53 51e1291f2c45: Pushed 10:11:53 4ab6ef080195: Pushed 10:11:55 7afe979a7aca: Pushed 10:11:55 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:ccf443c874b12a01a15a8f3e214a23f514810b24da6390f8210633a9638f180a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:55 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:55 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 10:11:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:11:55 51e1291f2c45: Preparing 10:11:55 7afe979a7aca: Preparing 10:11:55 883620779292: Preparing 10:11:55 4ab6ef080195: Preparing 10:11:55 e5e13b0c77cb: Preparing 10:11:55 7afe979a7aca: Layer already exists 10:11:55 4ab6ef080195: Layer already exists 10:11:55 e5e13b0c77cb: Layer already exists 10:11:55 51e1291f2c45: Layer already exists 10:11:55 883620779292: Layer already exists 10:11:55 latest: digest: sha256:ccf443c874b12a01a15a8f3e214a23f514810b24da6390f8210633a9638f180a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:56 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:56 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.26 10:11:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:11:56 51e1291f2c45: Preparing 10:11:56 7afe979a7aca: Preparing 10:11:56 883620779292: Preparing 10:11:56 4ab6ef080195: Preparing 10:11:56 e5e13b0c77cb: Preparing 10:11:56 e5e13b0c77cb: Layer already exists 10:11:56 51e1291f2c45: Layer already exists 10:11:56 883620779292: Layer already exists 10:11:56 4ab6ef080195: Layer already exists 10:11:56 7afe979a7aca: Layer already exists 10:11:56 3.0.0-dev.26: digest: sha256:ccf443c874b12a01a15a8f3e214a23f514810b24da6390f8210633a9638f180a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:56 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:56 + docker push nexus3.edgexfoundry.org:10004/core-data:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:11:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:11:56 51e1291f2c45: Preparing 10:11:56 7afe979a7aca: Preparing 10:11:56 883620779292: Preparing 10:11:56 4ab6ef080195: Preparing 10:11:56 e5e13b0c77cb: Preparing 10:11:56 883620779292: Layer already exists 10:11:56 7afe979a7aca: Layer already exists 10:11:56 4ab6ef080195: Layer already exists 10:11:56 e5e13b0c77cb: Layer already exists 10:11:56 51e1291f2c45: Layer already exists 10:11:56 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:ccf443c874b12a01a15a8f3e214a23f514810b24da6390f8210633a9638f180a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:57 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:57 + docker push nexus3.edgexfoundry.org:10004/core-data:main 10:11:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:11:57 51e1291f2c45: Preparing 10:11:57 7afe979a7aca: Preparing 10:11:57 883620779292: Preparing 10:11:57 4ab6ef080195: Preparing 10:11:57 e5e13b0c77cb: Preparing 10:11:57 7afe979a7aca: Layer already exists 10:11:57 883620779292: Layer already exists 10:11:57 51e1291f2c45: Layer already exists 10:11:57 e5e13b0c77cb: Layer already exists 10:11:57 4ab6ef080195: Layer already exists 10:11:57 main: digest: sha256:ccf443c874b12a01a15a8f3e214a23f514810b24da6390f8210633a9638f180a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:11:57 ===================================================== [Pipeline] echo 10:11:57 taggedImages: 10:11:57 - nexus3.edgexfoundry.org:10004/core-data:9e386417050e4cffa7025a09e4120fb1660b81d4 10:11:57 - nexus3.edgexfoundry.org:10004/core-data:latest 10:11:57 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.26 10:11:57 - nexus3.edgexfoundry.org:10004/core-data:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:11:57 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 10:11:57 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 10:11:57 9e386417050e4cffa7025a09e4120fb1660b81d4 10:11:57 latest 10:11:57 3.0.0-dev.26 10:11:57 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:11:57 main 10:11:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:57 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata:9e386417050e4cffa7025a09e4120fb1660b81d4 10:11:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:11:58 6eda2af53ff1: Preparing 10:11:58 21e66dd10179: Preparing 10:11:58 c2d1093b0cd8: Preparing 10:11:58 883620779292: Preparing 10:11:58 0c0e7b0aa19c: Preparing 10:11:58 e5e13b0c77cb: Preparing 10:11:58 e5e13b0c77cb: Waiting 10:11:58 0c0e7b0aa19c: Layer already exists 10:11:58 883620779292: Layer already exists 10:11:58 e5e13b0c77cb: Layer already exists 10:11:58 6eda2af53ff1: Pushed 10:11:58 21e66dd10179: Pushed 10:11:59 c2d1093b0cd8: Pushed 10:11:59 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:1ba155b232485b566fedf192c23b08dc93cf152ad42b9c04c937b316c7e72fde size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:00 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 10:12:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:12:00 6eda2af53ff1: Preparing 10:12:00 21e66dd10179: Preparing 10:12:00 c2d1093b0cd8: Preparing 10:12:00 883620779292: Preparing 10:12:00 0c0e7b0aa19c: Preparing 10:12:00 e5e13b0c77cb: Preparing 10:12:00 e5e13b0c77cb: Waiting 10:12:00 0c0e7b0aa19c: Layer already exists 10:12:00 c2d1093b0cd8: Layer already exists 10:12:00 21e66dd10179: Layer already exists 10:12:00 6eda2af53ff1: Layer already exists 10:12:00 883620779292: Layer already exists 10:12:00 e5e13b0c77cb: Layer already exists 10:12:00 latest: digest: sha256:1ba155b232485b566fedf192c23b08dc93cf152ad42b9c04c937b316c7e72fde size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:00 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:01 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.26 10:12:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:12:01 6eda2af53ff1: Preparing 10:12:01 21e66dd10179: Preparing 10:12:01 c2d1093b0cd8: Preparing 10:12:01 883620779292: Preparing 10:12:01 0c0e7b0aa19c: Preparing 10:12:01 e5e13b0c77cb: Preparing 10:12:01 e5e13b0c77cb: Waiting 10:12:01 21e66dd10179: Layer already exists 10:12:01 c2d1093b0cd8: Layer already exists 10:12:01 883620779292: Layer already exists 10:12:01 0c0e7b0aa19c: Layer already exists 10:12:01 6eda2af53ff1: Layer already exists 10:12:01 e5e13b0c77cb: Layer already exists 10:12:01 3.0.0-dev.26: digest: sha256:1ba155b232485b566fedf192c23b08dc93cf152ad42b9c04c937b316c7e72fde size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:01 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:01 + docker push nexus3.edgexfoundry.org:10004/core-metadata:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:12:01 6eda2af53ff1: Preparing 10:12:01 21e66dd10179: Preparing 10:12:01 c2d1093b0cd8: Preparing 10:12:01 883620779292: Preparing 10:12:01 0c0e7b0aa19c: Preparing 10:12:01 e5e13b0c77cb: Preparing 10:12:01 883620779292: Layer already exists 10:12:01 6eda2af53ff1: Layer already exists 10:12:01 0c0e7b0aa19c: Layer already exists 10:12:01 21e66dd10179: Layer already exists 10:12:01 c2d1093b0cd8: Layer already exists 10:12:01 e5e13b0c77cb: Layer already exists 10:12:01 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:1ba155b232485b566fedf192c23b08dc93cf152ad42b9c04c937b316c7e72fde size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:01 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:02 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 10:12:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:12:02 6eda2af53ff1: Preparing 10:12:02 21e66dd10179: Preparing 10:12:02 c2d1093b0cd8: Preparing 10:12:02 883620779292: Preparing 10:12:02 0c0e7b0aa19c: Preparing 10:12:02 e5e13b0c77cb: Preparing 10:12:02 e5e13b0c77cb: Waiting 10:12:02 883620779292: Layer already exists 10:12:02 c2d1093b0cd8: Layer already exists 10:12:02 0c0e7b0aa19c: Layer already exists 10:12:02 21e66dd10179: Layer already exists 10:12:02 6eda2af53ff1: Layer already exists 10:12:02 e5e13b0c77cb: Layer already exists 10:12:02 main: digest: sha256:1ba155b232485b566fedf192c23b08dc93cf152ad42b9c04c937b316c7e72fde size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:02 ===================================================== [Pipeline] echo 10:12:02 taggedImages: 10:12:02 - nexus3.edgexfoundry.org:10004/core-metadata:9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:02 - nexus3.edgexfoundry.org:10004/core-metadata:latest 10:12:02 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.26 10:12:02 - nexus3.edgexfoundry.org:10004/core-metadata:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:02 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 10:12:02 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 10:12:02 9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:02 latest 10:12:02 3.0.0-dev.26 10:12:02 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:02 main 10:12:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:02 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:12:02 e037d99f152c: Preparing 10:12:02 e037d99f152c: Preparing 10:12:02 05bbe37aeead: Preparing 10:12:02 8fa417b4a25f: Preparing 10:12:02 9258c2a57ab9: Preparing 10:12:02 1097fbbb5905: Preparing 10:12:02 734a416e007b: Preparing 10:12:02 883620779292: Preparing 10:12:02 e07876581af7: Preparing 10:12:02 692c2ef15949: Preparing 10:12:02 f1f7e2168478: Preparing 10:12:02 ad23f5d7aacc: Preparing 10:12:02 e5e13b0c77cb: Preparing 10:12:02 734a416e007b: Waiting 10:12:02 883620779292: Waiting 10:12:02 e07876581af7: Waiting 10:12:02 692c2ef15949: Waiting 10:12:02 f1f7e2168478: Waiting 10:12:02 ad23f5d7aacc: Waiting 10:12:02 e5e13b0c77cb: Waiting 10:12:02 8fa417b4a25f: Pushed 10:12:02 05bbe37aeead: Pushed 10:12:02 e037d99f152c: Pushed 10:12:02 1097fbbb5905: Pushed 10:12:02 9258c2a57ab9: Pushed 10:12:02 883620779292: Layer already exists 10:12:03 e07876581af7: Pushed 10:12:03 f1f7e2168478: Pushed 10:12:03 692c2ef15949: Pushed 10:12:03 e5e13b0c77cb: Layer already exists 10:12:03 ad23f5d7aacc: Pushed 10:12:04 734a416e007b: Pushed 10:12:04 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:6f783c12b613252370a3e854d27dc45b085311b84b5b123a2dc8d6bbe0691cf5 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:05 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:12:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:12:05 e037d99f152c: Preparing 10:12:05 e037d99f152c: Preparing 10:12:05 05bbe37aeead: Preparing 10:12:05 8fa417b4a25f: Preparing 10:12:05 9258c2a57ab9: Preparing 10:12:05 1097fbbb5905: Preparing 10:12:05 734a416e007b: Preparing 10:12:05 883620779292: Preparing 10:12:05 e07876581af7: Preparing 10:12:05 692c2ef15949: Preparing 10:12:05 f1f7e2168478: Preparing 10:12:05 ad23f5d7aacc: Preparing 10:12:05 e5e13b0c77cb: Preparing 10:12:05 692c2ef15949: Waiting 10:12:05 734a416e007b: Waiting 10:12:05 883620779292: Waiting 10:12:05 f1f7e2168478: Waiting 10:12:05 e07876581af7: Waiting 10:12:05 e5e13b0c77cb: Waiting 10:12:05 05bbe37aeead: Layer already exists 10:12:05 1097fbbb5905: Layer already exists 10:12:05 8fa417b4a25f: Layer already exists 10:12:05 e037d99f152c: Layer already exists 10:12:05 9258c2a57ab9: Layer already exists 10:12:05 734a416e007b: Layer already exists 10:12:05 f1f7e2168478: Layer already exists 10:12:05 883620779292: Layer already exists 10:12:05 e07876581af7: Layer already exists 10:12:05 692c2ef15949: Layer already exists 10:12:05 ad23f5d7aacc: Layer already exists 10:12:05 e5e13b0c77cb: Layer already exists 10:12:05 latest: digest: sha256:6f783c12b613252370a3e854d27dc45b085311b84b5b123a2dc8d6bbe0691cf5 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:05 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.26 10:12:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:12:06 e037d99f152c: Preparing 10:12:06 e037d99f152c: Preparing 10:12:06 05bbe37aeead: Preparing 10:12:06 8fa417b4a25f: Preparing 10:12:06 9258c2a57ab9: Preparing 10:12:06 1097fbbb5905: Preparing 10:12:06 734a416e007b: Preparing 10:12:06 883620779292: Preparing 10:12:06 e07876581af7: Preparing 10:12:06 692c2ef15949: Preparing 10:12:06 734a416e007b: Waiting 10:12:06 883620779292: Waiting 10:12:06 e07876581af7: Waiting 10:12:06 f1f7e2168478: Preparing 10:12:06 ad23f5d7aacc: Preparing 10:12:06 e5e13b0c77cb: Preparing 10:12:06 692c2ef15949: Waiting 10:12:06 e5e13b0c77cb: Waiting 10:12:06 f1f7e2168478: Waiting 10:12:06 ad23f5d7aacc: Waiting 10:12:06 9258c2a57ab9: Layer already exists 10:12:06 1097fbbb5905: Layer already exists 10:12:06 05bbe37aeead: Layer already exists 10:12:06 e037d99f152c: Layer already exists 10:12:06 8fa417b4a25f: Layer already exists 10:12:06 734a416e007b: Layer already exists 10:12:06 f1f7e2168478: Layer already exists 10:12:06 883620779292: Layer already exists 10:12:06 e07876581af7: Layer already exists 10:12:06 692c2ef15949: Layer already exists 10:12:06 ad23f5d7aacc: Layer already exists 10:12:06 e5e13b0c77cb: Layer already exists 10:12:06 3.0.0-dev.26: digest: sha256:6f783c12b613252370a3e854d27dc45b085311b84b5b123a2dc8d6bbe0691cf5 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:06 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:12:06 e037d99f152c: Preparing 10:12:06 e037d99f152c: Preparing 10:12:06 05bbe37aeead: Preparing 10:12:06 8fa417b4a25f: Preparing 10:12:06 9258c2a57ab9: Preparing 10:12:06 1097fbbb5905: Preparing 10:12:06 734a416e007b: Preparing 10:12:06 883620779292: Preparing 10:12:06 e07876581af7: Preparing 10:12:06 692c2ef15949: Preparing 10:12:06 f1f7e2168478: Preparing 10:12:06 ad23f5d7aacc: Preparing 10:12:06 e5e13b0c77cb: Preparing 10:12:06 e07876581af7: Waiting 10:12:06 ad23f5d7aacc: Waiting 10:12:06 692c2ef15949: Waiting 10:12:06 f1f7e2168478: Waiting 10:12:06 e5e13b0c77cb: Waiting 10:12:06 734a416e007b: Waiting 10:12:06 883620779292: Waiting 10:12:06 1097fbbb5905: Layer already exists 10:12:06 8fa417b4a25f: Layer already exists 10:12:06 e037d99f152c: Layer already exists 10:12:06 9258c2a57ab9: Layer already exists 10:12:06 05bbe37aeead: Layer already exists 10:12:06 734a416e007b: Layer already exists 10:12:06 883620779292: Layer already exists 10:12:06 f1f7e2168478: Layer already exists 10:12:06 e07876581af7: Layer already exists 10:12:06 692c2ef15949: Layer already exists 10:12:06 e5e13b0c77cb: Layer already exists 10:12:06 ad23f5d7aacc: Layer already exists 10:12:06 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:6f783c12b613252370a3e854d27dc45b085311b84b5b123a2dc8d6bbe0691cf5 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:06 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:12:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:12:07 e037d99f152c: Preparing 10:12:07 e037d99f152c: Preparing 10:12:07 05bbe37aeead: Preparing 10:12:07 8fa417b4a25f: Preparing 10:12:07 9258c2a57ab9: Preparing 10:12:07 1097fbbb5905: Preparing 10:12:07 734a416e007b: Preparing 10:12:07 883620779292: Preparing 10:12:07 e07876581af7: Preparing 10:12:07 692c2ef15949: Preparing 10:12:07 f1f7e2168478: Preparing 10:12:07 ad23f5d7aacc: Preparing 10:12:07 e5e13b0c77cb: Preparing 10:12:07 734a416e007b: Waiting 10:12:07 883620779292: Waiting 10:12:07 e07876581af7: Waiting 10:12:07 692c2ef15949: Waiting 10:12:07 f1f7e2168478: Waiting 10:12:07 ad23f5d7aacc: Waiting 10:12:07 e5e13b0c77cb: Waiting 10:12:07 e037d99f152c: Layer already exists 10:12:07 05bbe37aeead: Layer already exists 10:12:07 9258c2a57ab9: Layer already exists 10:12:07 1097fbbb5905: Layer already exists 10:12:07 8fa417b4a25f: Layer already exists 10:12:07 883620779292: Layer already exists 10:12:07 734a416e007b: Layer already exists 10:12:07 f1f7e2168478: Layer already exists 10:12:07 692c2ef15949: Layer already exists 10:12:07 e07876581af7: Layer already exists 10:12:07 ad23f5d7aacc: Layer already exists 10:12:07 e5e13b0c77cb: Layer already exists 10:12:07 main: digest: sha256:6f783c12b613252370a3e854d27dc45b085311b84b5b123a2dc8d6bbe0691cf5 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:07 ===================================================== [Pipeline] echo 10:12:07 taggedImages: 10:12:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:12:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.26 10:12:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 10:12:07 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 10:12:07 9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:07 latest 10:12:07 3.0.0-dev.26 10:12:07 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:07 main 10:12:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:07 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:12:07 72812686e013: Preparing 10:12:07 fd972e43b3e0: Preparing 10:12:07 1507cbdb6420: Preparing 10:12:07 e6c766b893e3: Preparing 10:12:07 9ca031157d93: Preparing 10:12:07 5caa728b205f: Preparing 10:12:07 2b778112c03e: Preparing 10:12:07 e5e13b0c77cb: Preparing 10:12:07 5caa728b205f: Waiting 10:12:07 2b778112c03e: Waiting 10:12:07 e5e13b0c77cb: Waiting 10:12:07 72812686e013: Pushed 10:12:07 9ca031157d93: Pushed 10:12:07 fd972e43b3e0: Pushed 10:12:08 e5e13b0c77cb: Layer already exists 10:12:08 5caa728b205f: Pushed 10:12:08 2b778112c03e: Pushed 10:12:09 1507cbdb6420: Pushed 10:12:09 e6c766b893e3: Pushed 10:12:09 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:814ce10585c1768c05475b93be897172bd82abd0ef8ee4ca913d5ff60ca1ef41 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:09 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:12:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:12:09 72812686e013: Preparing 10:12:09 fd972e43b3e0: Preparing 10:12:09 1507cbdb6420: Preparing 10:12:09 e6c766b893e3: Preparing 10:12:09 9ca031157d93: Preparing 10:12:09 5caa728b205f: Preparing 10:12:09 2b778112c03e: Preparing 10:12:09 e5e13b0c77cb: Preparing 10:12:09 5caa728b205f: Waiting 10:12:09 2b778112c03e: Waiting 10:12:09 fd972e43b3e0: Layer already exists 10:12:09 1507cbdb6420: Layer already exists 10:12:09 9ca031157d93: Layer already exists 10:12:09 e6c766b893e3: Layer already exists 10:12:09 72812686e013: Layer already exists 10:12:09 5caa728b205f: Layer already exists 10:12:09 2b778112c03e: Layer already exists 10:12:09 e5e13b0c77cb: Layer already exists 10:12:09 latest: digest: sha256:814ce10585c1768c05475b93be897172bd82abd0ef8ee4ca913d5ff60ca1ef41 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:10 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.26 10:12:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:12:10 72812686e013: Preparing 10:12:10 fd972e43b3e0: Preparing 10:12:10 1507cbdb6420: Preparing 10:12:10 e6c766b893e3: Preparing 10:12:10 9ca031157d93: Preparing 10:12:10 5caa728b205f: Preparing 10:12:10 2b778112c03e: Preparing 10:12:10 5caa728b205f: Waiting 10:12:10 e5e13b0c77cb: Preparing 10:12:10 2b778112c03e: Waiting 10:12:10 e5e13b0c77cb: Waiting 10:12:10 1507cbdb6420: Layer already exists 10:12:10 9ca031157d93: Layer already exists 10:12:10 e6c766b893e3: Layer already exists 10:12:10 fd972e43b3e0: Layer already exists 10:12:10 72812686e013: Layer already exists 10:12:10 5caa728b205f: Layer already exists 10:12:10 e5e13b0c77cb: Layer already exists 10:12:10 2b778112c03e: Layer already exists 10:12:10 3.0.0-dev.26: digest: sha256:814ce10585c1768c05475b93be897172bd82abd0ef8ee4ca913d5ff60ca1ef41 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:10 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:12:11 72812686e013: Preparing 10:12:11 fd972e43b3e0: Preparing 10:12:11 1507cbdb6420: Preparing 10:12:11 e6c766b893e3: Preparing 10:12:11 9ca031157d93: Preparing 10:12:11 5caa728b205f: Preparing 10:12:11 2b778112c03e: Preparing 10:12:11 e5e13b0c77cb: Preparing 10:12:11 5caa728b205f: Waiting 10:12:11 2b778112c03e: Waiting 10:12:11 e5e13b0c77cb: Waiting 10:12:11 9ca031157d93: Layer already exists 10:12:11 72812686e013: Layer already exists 10:12:11 fd972e43b3e0: Layer already exists 10:12:11 e6c766b893e3: Layer already exists 10:12:11 1507cbdb6420: Layer already exists 10:12:11 2b778112c03e: Layer already exists 10:12:11 5caa728b205f: Layer already exists 10:12:11 e5e13b0c77cb: Layer already exists 10:12:11 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:814ce10585c1768c05475b93be897172bd82abd0ef8ee4ca913d5ff60ca1ef41 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:11 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:12:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:12:11 72812686e013: Preparing 10:12:11 fd972e43b3e0: Preparing 10:12:11 1507cbdb6420: Preparing 10:12:11 e6c766b893e3: Preparing 10:12:11 9ca031157d93: Preparing 10:12:11 5caa728b205f: Preparing 10:12:11 2b778112c03e: Preparing 10:12:11 e5e13b0c77cb: Preparing 10:12:11 5caa728b205f: Waiting 10:12:11 2b778112c03e: Waiting 10:12:11 e5e13b0c77cb: Waiting 10:12:11 72812686e013: Layer already exists 10:12:11 9ca031157d93: Layer already exists 10:12:11 fd972e43b3e0: Layer already exists 10:12:11 1507cbdb6420: Layer already exists 10:12:11 e6c766b893e3: Layer already exists 10:12:11 5caa728b205f: Layer already exists 10:12:11 2b778112c03e: Layer already exists 10:12:11 e5e13b0c77cb: Layer already exists 10:12:11 main: digest: sha256:814ce10585c1768c05475b93be897172bd82abd0ef8ee4ca913d5ff60ca1ef41 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:11 ===================================================== [Pipeline] echo 10:12:11 taggedImages: 10:12:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup:9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:12:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.26 10:12:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 10:12:11 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 10:12:11 9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:11 latest 10:12:11 3.0.0-dev.26 10:12:11 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:11 main 10:12:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:12 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:12:12 d94e21918b99: Preparing 10:12:12 09abe11e3038: Preparing 10:12:12 9d3208331755: Preparing 10:12:12 38078e424ebc: Preparing 10:12:12 dfaeca5f7388: Preparing 10:12:12 7fbefcfdaf2a: Preparing 10:12:12 bd4ca4d95708: Preparing 10:12:12 fb47e4d447e1: Preparing 10:12:12 6bca8a27d12d: Preparing 10:12:12 e5e13b0c77cb: Preparing 10:12:12 6bca8a27d12d: Waiting 10:12:12 e5e13b0c77cb: Waiting 10:12:12 fb47e4d447e1: Waiting 10:12:12 7fbefcfdaf2a: Waiting 10:12:12 d94e21918b99: Pushed 10:12:12 09abe11e3038: Pushed 10:12:12 dfaeca5f7388: Pushed 10:12:12 fb47e4d447e1: Pushed 10:12:12 7fbefcfdaf2a: Pushed 10:12:12 bd4ca4d95708: Pushed 10:12:12 e5e13b0c77cb: Layer already exists 10:12:12 6bca8a27d12d: Pushed 10:12:13 38078e424ebc: Pushed 10:12:13 9d3208331755: Pushed 10:12:13 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:58cdc1a225f391cd9ff42a23d46251a293c58173e642033845999900a7f4afa1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:14 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:14 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:12:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:12:14 d94e21918b99: Preparing 10:12:14 09abe11e3038: Preparing 10:12:14 9d3208331755: Preparing 10:12:14 38078e424ebc: Preparing 10:12:14 dfaeca5f7388: Preparing 10:12:14 7fbefcfdaf2a: Preparing 10:12:14 bd4ca4d95708: Preparing 10:12:14 fb47e4d447e1: Preparing 10:12:14 6bca8a27d12d: Preparing 10:12:14 e5e13b0c77cb: Preparing 10:12:14 bd4ca4d95708: Waiting 10:12:14 fb47e4d447e1: Waiting 10:12:14 6bca8a27d12d: Waiting 10:12:14 e5e13b0c77cb: Waiting 10:12:14 7fbefcfdaf2a: Waiting 10:12:14 09abe11e3038: Layer already exists 10:12:14 dfaeca5f7388: Layer already exists 10:12:14 38078e424ebc: Layer already exists 10:12:14 d94e21918b99: Layer already exists 10:12:14 9d3208331755: Layer already exists 10:12:14 bd4ca4d95708: Layer already exists 10:12:14 7fbefcfdaf2a: Layer already exists 10:12:14 fb47e4d447e1: Layer already exists 10:12:14 e5e13b0c77cb: Layer already exists 10:12:14 6bca8a27d12d: Layer already exists 10:12:14 latest: digest: sha256:58cdc1a225f391cd9ff42a23d46251a293c58173e642033845999900a7f4afa1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:14 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:15 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.26 10:12:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:12:15 d94e21918b99: Preparing 10:12:15 09abe11e3038: Preparing 10:12:15 9d3208331755: Preparing 10:12:15 38078e424ebc: Preparing 10:12:15 dfaeca5f7388: Preparing 10:12:15 7fbefcfdaf2a: Preparing 10:12:15 bd4ca4d95708: Preparing 10:12:15 fb47e4d447e1: Preparing 10:12:15 6bca8a27d12d: Preparing 10:12:15 e5e13b0c77cb: Preparing 10:12:15 7fbefcfdaf2a: Waiting 10:12:15 bd4ca4d95708: Waiting 10:12:15 fb47e4d447e1: Waiting 10:12:15 6bca8a27d12d: Waiting 10:12:15 9d3208331755: Layer already exists 10:12:15 09abe11e3038: Layer already exists 10:12:15 38078e424ebc: Layer already exists 10:12:15 dfaeca5f7388: Layer already exists 10:12:15 d94e21918b99: Layer already exists 10:12:15 fb47e4d447e1: Layer already exists 10:12:15 7fbefcfdaf2a: Layer already exists 10:12:15 e5e13b0c77cb: Layer already exists 10:12:15 6bca8a27d12d: Layer already exists 10:12:15 bd4ca4d95708: Layer already exists 10:12:15 3.0.0-dev.26: digest: sha256:58cdc1a225f391cd9ff42a23d46251a293c58173e642033845999900a7f4afa1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:15 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:15 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:12:15 d94e21918b99: Preparing 10:12:15 09abe11e3038: Preparing 10:12:15 9d3208331755: Preparing 10:12:15 38078e424ebc: Preparing 10:12:15 dfaeca5f7388: Preparing 10:12:15 7fbefcfdaf2a: Preparing 10:12:15 bd4ca4d95708: Preparing 10:12:15 fb47e4d447e1: Preparing 10:12:15 6bca8a27d12d: Preparing 10:12:15 e5e13b0c77cb: Preparing 10:12:15 bd4ca4d95708: Waiting 10:12:15 7fbefcfdaf2a: Waiting 10:12:15 fb47e4d447e1: Waiting 10:12:15 6bca8a27d12d: Waiting 10:12:15 e5e13b0c77cb: Waiting 10:12:15 38078e424ebc: Layer already exists 10:12:15 09abe11e3038: Layer already exists 10:12:15 dfaeca5f7388: Layer already exists 10:12:15 d94e21918b99: Layer already exists 10:12:15 9d3208331755: Layer already exists 10:12:15 7fbefcfdaf2a: Layer already exists 10:12:15 6bca8a27d12d: Layer already exists 10:12:15 bd4ca4d95708: Layer already exists 10:12:15 e5e13b0c77cb: Layer already exists 10:12:15 fb47e4d447e1: Layer already exists 10:12:15 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:58cdc1a225f391cd9ff42a23d46251a293c58173e642033845999900a7f4afa1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:16 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:16 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:12:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:12:16 d94e21918b99: Preparing 10:12:16 09abe11e3038: Preparing 10:12:16 9d3208331755: Preparing 10:12:16 38078e424ebc: Preparing 10:12:16 dfaeca5f7388: Preparing 10:12:16 7fbefcfdaf2a: Preparing 10:12:16 bd4ca4d95708: Preparing 10:12:16 fb47e4d447e1: Preparing 10:12:16 6bca8a27d12d: Preparing 10:12:16 e5e13b0c77cb: Preparing 10:12:16 7fbefcfdaf2a: Waiting 10:12:16 bd4ca4d95708: Waiting 10:12:16 fb47e4d447e1: Waiting 10:12:16 e5e13b0c77cb: Waiting 10:12:16 09abe11e3038: Layer already exists 10:12:16 dfaeca5f7388: Layer already exists 10:12:16 9d3208331755: Layer already exists 10:12:16 38078e424ebc: Layer already exists 10:12:16 d94e21918b99: Layer already exists 10:12:16 7fbefcfdaf2a: Layer already exists 10:12:16 bd4ca4d95708: Layer already exists 10:12:16 fb47e4d447e1: Layer already exists 10:12:16 e5e13b0c77cb: Layer already exists 10:12:16 6bca8a27d12d: Layer already exists 10:12:16 main: digest: sha256:58cdc1a225f391cd9ff42a23d46251a293c58173e642033845999900a7f4afa1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:16 ===================================================== [Pipeline] echo 10:12:16 taggedImages: 10:12:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:12:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.26 10:12:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 10:12:16 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 10:12:16 9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:16 latest 10:12:16 3.0.0-dev.26 10:12:16 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:16 main 10:12:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:16 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:17 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:12:17 cea60be4d006: Preparing 10:12:17 1292c6e89255: Preparing 10:12:17 883620779292: Preparing 10:12:17 5a089f017bf0: Preparing 10:12:17 34d5ebaa5410: Preparing 10:12:17 883620779292: Layer already exists 10:12:17 34d5ebaa5410: Layer already exists 10:12:17 cea60be4d006: Pushed 10:12:17 5a089f017bf0: Pushed 10:12:18 1292c6e89255: Pushed 10:12:19 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:3245c353c1ef25cd8a3b9f6e38072ac1a917ced20c53dda92fab8233ff29f880 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:19 + 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 10:12:19 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:12:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:12:19 cea60be4d006: Preparing 10:12:19 1292c6e89255: Preparing 10:12:19 883620779292: Preparing 10:12:19 5a089f017bf0: Preparing 10:12:19 34d5ebaa5410: Preparing 10:12:19 1292c6e89255: Layer already exists 10:12:19 34d5ebaa5410: Layer already exists 10:12:19 cea60be4d006: Layer already exists 10:12:19 883620779292: Layer already exists 10:12:19 5a089f017bf0: Layer already exists 10:12:19 latest: digest: sha256:3245c353c1ef25cd8a3b9f6e38072ac1a917ced20c53dda92fab8233ff29f880 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:20 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.26 10:12:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:12:20 cea60be4d006: Preparing 10:12:20 1292c6e89255: Preparing 10:12:20 883620779292: Preparing 10:12:20 5a089f017bf0: Preparing 10:12:20 34d5ebaa5410: Preparing 10:12:20 5a089f017bf0: Layer already exists 10:12:20 883620779292: Layer already exists 10:12:20 1292c6e89255: Layer already exists 10:12:20 cea60be4d006: Layer already exists 10:12:20 34d5ebaa5410: Layer already exists 10:12:20 3.0.0-dev.26: digest: sha256:3245c353c1ef25cd8a3b9f6e38072ac1a917ced20c53dda92fab8233ff29f880 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:20 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:12:21 cea60be4d006: Preparing 10:12:21 1292c6e89255: Preparing 10:12:21 883620779292: Preparing 10:12:21 5a089f017bf0: Preparing 10:12:21 34d5ebaa5410: Preparing 10:12:21 883620779292: Layer already exists 10:12:21 5a089f017bf0: Layer already exists 10:12:21 1292c6e89255: Layer already exists 10:12:21 34d5ebaa5410: Layer already exists 10:12:21 cea60be4d006: Layer already exists 10:12:21 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:3245c353c1ef25cd8a3b9f6e38072ac1a917ced20c53dda92fab8233ff29f880 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:21 + 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 10:12:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:12:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:12:21 cea60be4d006: Preparing 10:12:21 1292c6e89255: Preparing 10:12:21 883620779292: Preparing 10:12:21 5a089f017bf0: Preparing 10:12:21 34d5ebaa5410: Preparing 10:12:21 5a089f017bf0: Layer already exists 10:12:21 34d5ebaa5410: Layer already exists 10:12:21 1292c6e89255: Layer already exists 10:12:21 883620779292: Layer already exists 10:12:21 cea60be4d006: Layer already exists 10:12:21 main: digest: sha256:3245c353c1ef25cd8a3b9f6e38072ac1a917ced20c53dda92fab8233ff29f880 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:21 ===================================================== [Pipeline] echo 10:12:21 taggedImages: 10:12:21 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:21 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:12:21 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.26 10:12:21 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:21 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 10:12:21 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 10:12:21 9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:21 latest 10:12:21 3.0.0-dev.26 10:12:21 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:21 main 10:12:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:22 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:12:22 0bb5f58ba8b7: Preparing 10:12:22 3556136430a1: Preparing 10:12:22 2f1dcc9ab558: Preparing 10:12:22 f1ade3f9fe84: Preparing 10:12:22 20a641818495: Preparing 10:12:22 770cdbd000a2: Preparing 10:12:22 34d5ebaa5410: Preparing 10:12:22 34d5ebaa5410: Waiting 10:12:22 770cdbd000a2: Waiting 10:12:22 3556136430a1: Pushed 10:12:22 2f1dcc9ab558: Pushed 10:12:22 0bb5f58ba8b7: Pushed 10:12:22 34d5ebaa5410: Layer already exists 10:12:22 770cdbd000a2: Pushed 10:12:26 20a641818495: Pushed 10:12:28 f1ade3f9fe84: Pushed 10:12:29 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:c71059f7437e9d677d2f8eeb17f4bd8559b4a3d166349764bcf6c05f4c5733c9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:29 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:12:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:12:29 0bb5f58ba8b7: Preparing 10:12:29 3556136430a1: Preparing 10:12:29 2f1dcc9ab558: Preparing 10:12:29 f1ade3f9fe84: Preparing 10:12:29 20a641818495: Preparing 10:12:29 770cdbd000a2: Preparing 10:12:29 34d5ebaa5410: Preparing 10:12:29 770cdbd000a2: Waiting 10:12:29 34d5ebaa5410: Waiting 10:12:29 20a641818495: Layer already exists 10:12:29 0bb5f58ba8b7: Layer already exists 10:12:29 2f1dcc9ab558: Layer already exists 10:12:29 3556136430a1: Layer already exists 10:12:29 f1ade3f9fe84: Layer already exists 10:12:29 770cdbd000a2: Layer already exists 10:12:29 34d5ebaa5410: Layer already exists 10:12:29 latest: digest: sha256:c71059f7437e9d677d2f8eeb17f4bd8559b4a3d166349764bcf6c05f4c5733c9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:29 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.26 10:12:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:12:30 0bb5f58ba8b7: Preparing 10:12:30 3556136430a1: Preparing 10:12:30 2f1dcc9ab558: Preparing 10:12:30 f1ade3f9fe84: Preparing 10:12:30 20a641818495: Preparing 10:12:30 770cdbd000a2: Preparing 10:12:30 34d5ebaa5410: Preparing 10:12:30 770cdbd000a2: Waiting 10:12:30 34d5ebaa5410: Waiting 10:12:30 2f1dcc9ab558: Layer already exists 10:12:30 3556136430a1: Layer already exists 10:12:30 0bb5f58ba8b7: Layer already exists 10:12:30 20a641818495: Layer already exists 10:12:30 f1ade3f9fe84: Layer already exists 10:12:30 770cdbd000a2: Layer already exists 10:12:30 34d5ebaa5410: Layer already exists 10:12:30 3.0.0-dev.26: digest: sha256:c71059f7437e9d677d2f8eeb17f4bd8559b4a3d166349764bcf6c05f4c5733c9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:30 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:12:30 0bb5f58ba8b7: Preparing 10:12:30 3556136430a1: Preparing 10:12:30 2f1dcc9ab558: Preparing 10:12:30 f1ade3f9fe84: Preparing 10:12:30 20a641818495: Preparing 10:12:30 770cdbd000a2: Preparing 10:12:30 34d5ebaa5410: Preparing 10:12:30 770cdbd000a2: Waiting 10:12:30 2f1dcc9ab558: Layer already exists 10:12:30 3556136430a1: Layer already exists 10:12:30 0bb5f58ba8b7: Layer already exists 10:12:30 20a641818495: Layer already exists 10:12:30 f1ade3f9fe84: Layer already exists 10:12:30 770cdbd000a2: Layer already exists 10:12:30 34d5ebaa5410: Layer already exists 10:12:30 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:c71059f7437e9d677d2f8eeb17f4bd8559b4a3d166349764bcf6c05f4c5733c9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:31 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:12:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:12:31 0bb5f58ba8b7: Preparing 10:12:31 3556136430a1: Preparing 10:12:31 2f1dcc9ab558: Preparing 10:12:31 f1ade3f9fe84: Preparing 10:12:31 20a641818495: Preparing 10:12:31 770cdbd000a2: Preparing 10:12:31 34d5ebaa5410: Preparing 10:12:31 34d5ebaa5410: Waiting 10:12:31 770cdbd000a2: Waiting 10:12:31 f1ade3f9fe84: Layer already exists 10:12:31 0bb5f58ba8b7: Layer already exists 10:12:31 20a641818495: Layer already exists 10:12:31 3556136430a1: Layer already exists 10:12:31 2f1dcc9ab558: Layer already exists 10:12:31 770cdbd000a2: Layer already exists 10:12:31 34d5ebaa5410: Layer already exists 10:12:31 main: digest: sha256:c71059f7437e9d677d2f8eeb17f4bd8559b4a3d166349764bcf6c05f4c5733c9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:31 ===================================================== [Pipeline] echo 10:12:31 taggedImages: 10:12:31 - nexus3.edgexfoundry.org:10004/security-spire-agent:9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:31 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:12:31 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.26 10:12:31 - nexus3.edgexfoundry.org:10004/security-spire-agent:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:31 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 10:12:31 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 10:12:31 9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:31 latest 10:12:31 3.0.0-dev.26 10:12:31 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:31 main 10:12:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:31 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:12:32 e4ae9acb1e0a: Preparing 10:12:32 acb2d6df36a4: Preparing 10:12:32 243fc265cb3f: Preparing 10:12:32 7249c36116fe: Preparing 10:12:32 f1fd62f97834: Preparing 10:12:32 34d5ebaa5410: Preparing 10:12:32 34d5ebaa5410: Waiting 10:12:32 e4ae9acb1e0a: Pushed 10:12:32 acb2d6df36a4: Pushed 10:12:32 243fc265cb3f: Pushed 10:12:32 34d5ebaa5410: Layer already exists 10:12:32 f1fd62f97834: Pushed 10:12:39 7249c36116fe: Pushed 10:12:39 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:94e14bc2fe2cc0b858b1aa55304e9cabfd2fa7a0b4d70da79aeeb9e46a63c21d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:39 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:12:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:12:39 e4ae9acb1e0a: Preparing 10:12:39 acb2d6df36a4: Preparing 10:12:39 243fc265cb3f: Preparing 10:12:39 7249c36116fe: Preparing 10:12:39 f1fd62f97834: Preparing 10:12:39 34d5ebaa5410: Preparing 10:12:39 34d5ebaa5410: Waiting 10:12:39 f1fd62f97834: Layer already exists 10:12:39 acb2d6df36a4: Layer already exists 10:12:39 7249c36116fe: Layer already exists 10:12:39 243fc265cb3f: Layer already exists 10:12:39 e4ae9acb1e0a: Layer already exists 10:12:39 34d5ebaa5410: Layer already exists 10:12:39 latest: digest: sha256:94e14bc2fe2cc0b858b1aa55304e9cabfd2fa7a0b4d70da79aeeb9e46a63c21d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:39 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.26 10:12:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:12:40 e4ae9acb1e0a: Preparing 10:12:40 acb2d6df36a4: Preparing 10:12:40 243fc265cb3f: Preparing 10:12:40 7249c36116fe: Preparing 10:12:40 f1fd62f97834: Preparing 10:12:40 34d5ebaa5410: Preparing 10:12:40 34d5ebaa5410: Waiting 10:12:40 acb2d6df36a4: Layer already exists 10:12:40 243fc265cb3f: Layer already exists 10:12:40 f1fd62f97834: Layer already exists 10:12:40 e4ae9acb1e0a: Layer already exists 10:12:40 7249c36116fe: Layer already exists 10:12:40 34d5ebaa5410: Layer already exists 10:12:40 3.0.0-dev.26: digest: sha256:94e14bc2fe2cc0b858b1aa55304e9cabfd2fa7a0b4d70da79aeeb9e46a63c21d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:40 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:12:40 e4ae9acb1e0a: Preparing 10:12:40 acb2d6df36a4: Preparing 10:12:40 243fc265cb3f: Preparing 10:12:40 7249c36116fe: Preparing 10:12:40 f1fd62f97834: Preparing 10:12:40 34d5ebaa5410: Preparing 10:12:40 34d5ebaa5410: Waiting 10:12:40 7249c36116fe: Layer already exists 10:12:40 f1fd62f97834: Layer already exists 10:12:40 243fc265cb3f: Layer already exists 10:12:40 acb2d6df36a4: Layer already exists 10:12:40 e4ae9acb1e0a: Layer already exists 10:12:40 34d5ebaa5410: Layer already exists 10:12:40 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:94e14bc2fe2cc0b858b1aa55304e9cabfd2fa7a0b4d70da79aeeb9e46a63c21d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:41 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 10:12:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:12:41 e4ae9acb1e0a: Preparing 10:12:41 acb2d6df36a4: Preparing 10:12:41 243fc265cb3f: Preparing 10:12:41 7249c36116fe: Preparing 10:12:41 f1fd62f97834: Preparing 10:12:41 34d5ebaa5410: Preparing 10:12:41 34d5ebaa5410: Waiting 10:12:41 f1fd62f97834: Layer already exists 10:12:41 e4ae9acb1e0a: Layer already exists 10:12:41 acb2d6df36a4: Layer already exists 10:12:41 243fc265cb3f: Layer already exists 10:12:41 7249c36116fe: Layer already exists 10:12:41 34d5ebaa5410: Layer already exists 10:12:41 main: digest: sha256:94e14bc2fe2cc0b858b1aa55304e9cabfd2fa7a0b4d70da79aeeb9e46a63c21d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:41 ===================================================== [Pipeline] echo 10:12:41 taggedImages: 10:12:41 - nexus3.edgexfoundry.org:10004/security-spire-config:9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:41 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:12:41 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.26 10:12:41 - nexus3.edgexfoundry.org:10004/security-spire-config:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:41 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 10:12:41 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 10:12:41 9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:41 latest 10:12:41 3.0.0-dev.26 10:12:41 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:41 main 10:12:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:41 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:12:42 4df7ad75886f: Preparing 10:12:42 42396bccc503: Preparing 10:12:42 dd424adccbfb: Preparing 10:12:42 68315c81c597: Preparing 10:12:42 19f6c4c01d52: Preparing 10:12:42 34d5ebaa5410: Preparing 10:12:42 34d5ebaa5410: Waiting 10:12:42 4df7ad75886f: Pushed 10:12:42 dd424adccbfb: Pushed 10:12:42 42396bccc503: Pushed 10:12:42 34d5ebaa5410: Layer already exists 10:12:42 19f6c4c01d52: Pushed 10:12:48 68315c81c597: Pushed 10:12:48 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:8779525978b4508ff7eed22dbff24a3f2cc8389bedc9a950db2055c8154b1ba3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:49 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:12:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:12:49 4df7ad75886f: Preparing 10:12:49 42396bccc503: Preparing 10:12:49 dd424adccbfb: Preparing 10:12:49 68315c81c597: Preparing 10:12:49 19f6c4c01d52: Preparing 10:12:49 34d5ebaa5410: Preparing 10:12:49 34d5ebaa5410: Waiting 10:12:49 19f6c4c01d52: Layer already exists 10:12:49 4df7ad75886f: Layer already exists 10:12:49 42396bccc503: Layer already exists 10:12:49 dd424adccbfb: Layer already exists 10:12:49 68315c81c597: Layer already exists 10:12:49 34d5ebaa5410: Layer already exists 10:12:49 latest: digest: sha256:8779525978b4508ff7eed22dbff24a3f2cc8389bedc9a950db2055c8154b1ba3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:50 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.26 10:12:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:12:50 4df7ad75886f: Preparing 10:12:50 42396bccc503: Preparing 10:12:50 dd424adccbfb: Preparing 10:12:50 68315c81c597: Preparing 10:12:50 19f6c4c01d52: Preparing 10:12:50 34d5ebaa5410: Preparing 10:12:50 34d5ebaa5410: Waiting 10:12:50 4df7ad75886f: Layer already exists 10:12:50 68315c81c597: Layer already exists 10:12:50 42396bccc503: Layer already exists 10:12:50 dd424adccbfb: Layer already exists 10:12:50 19f6c4c01d52: Layer already exists 10:12:50 34d5ebaa5410: Layer already exists 10:12:50 3.0.0-dev.26: digest: sha256:8779525978b4508ff7eed22dbff24a3f2cc8389bedc9a950db2055c8154b1ba3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:50 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:12:51 4df7ad75886f: Preparing 10:12:51 42396bccc503: Preparing 10:12:51 dd424adccbfb: Preparing 10:12:51 68315c81c597: Preparing 10:12:51 19f6c4c01d52: Preparing 10:12:51 34d5ebaa5410: Preparing 10:12:51 34d5ebaa5410: Waiting 10:12:51 19f6c4c01d52: Layer already exists 10:12:51 4df7ad75886f: Layer already exists 10:12:51 42396bccc503: Layer already exists 10:12:51 dd424adccbfb: Layer already exists 10:12:51 68315c81c597: Layer already exists 10:12:51 34d5ebaa5410: Layer already exists 10:12:51 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:8779525978b4508ff7eed22dbff24a3f2cc8389bedc9a950db2055c8154b1ba3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:51 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 10:12:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:12:51 4df7ad75886f: Preparing 10:12:51 42396bccc503: Preparing 10:12:51 dd424adccbfb: Preparing 10:12:51 68315c81c597: Preparing 10:12:51 19f6c4c01d52: Preparing 10:12:51 34d5ebaa5410: Preparing 10:12:51 34d5ebaa5410: Waiting 10:12:51 19f6c4c01d52: Layer already exists 10:12:51 dd424adccbfb: Layer already exists 10:12:51 4df7ad75886f: Layer already exists 10:12:51 68315c81c597: Layer already exists 10:12:51 42396bccc503: Layer already exists 10:12:51 34d5ebaa5410: Layer already exists 10:12:51 main: digest: sha256:8779525978b4508ff7eed22dbff24a3f2cc8389bedc9a950db2055c8154b1ba3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:51 ===================================================== [Pipeline] echo 10:12:51 taggedImages: 10:12:51 - nexus3.edgexfoundry.org:10004/security-spire-server:9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:51 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:12:51 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.26 10:12:51 - nexus3.edgexfoundry.org:10004/security-spire-server:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:51 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 10:12:51 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 10:12:51 9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:51 latest 10:12:51 3.0.0-dev.26 10:12:51 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:51 main 10:12:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:51 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:52 + docker push nexus3.edgexfoundry.org:10004/support-notifications:9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:12:52 e0db96917371: Preparing 10:12:52 08a363ac2998: Preparing 10:12:52 883620779292: Preparing 10:12:52 fce4536640ea: Preparing 10:12:52 e5e13b0c77cb: Preparing 10:12:52 e5e13b0c77cb: Layer already exists 10:12:52 883620779292: Layer already exists 10:12:52 e0db96917371: Pushed 10:12:52 fce4536640ea: Pushed 10:12:54 08a363ac2998: Pushed 10:12:54 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:82066e3c4d9c400bdfd170262ded6b7bc29304e68b402d8b7a3161e8e8218cb4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:55 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:55 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 10:12:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:12:55 e0db96917371: Preparing 10:12:55 08a363ac2998: Preparing 10:12:55 883620779292: Preparing 10:12:55 fce4536640ea: Preparing 10:12:55 e5e13b0c77cb: Preparing 10:12:55 883620779292: Layer already exists 10:12:55 e0db96917371: Layer already exists 10:12:55 e5e13b0c77cb: Layer already exists 10:12:55 08a363ac2998: Layer already exists 10:12:55 fce4536640ea: Layer already exists 10:12:55 latest: digest: sha256:82066e3c4d9c400bdfd170262ded6b7bc29304e68b402d8b7a3161e8e8218cb4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:55 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:56 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.26 10:12:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:12:56 e0db96917371: Preparing 10:12:56 08a363ac2998: Preparing 10:12:56 883620779292: Preparing 10:12:56 fce4536640ea: Preparing 10:12:56 e5e13b0c77cb: Preparing 10:12:56 e5e13b0c77cb: Layer already exists 10:12:56 883620779292: Layer already exists 10:12:56 fce4536640ea: Layer already exists 10:12:56 e0db96917371: Layer already exists 10:12:56 08a363ac2998: Layer already exists 10:12:56 3.0.0-dev.26: digest: sha256:82066e3c4d9c400bdfd170262ded6b7bc29304e68b402d8b7a3161e8e8218cb4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:56 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:56 + docker push nexus3.edgexfoundry.org:10004/support-notifications:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:12:56 e0db96917371: Preparing 10:12:56 08a363ac2998: Preparing 10:12:56 883620779292: Preparing 10:12:56 fce4536640ea: Preparing 10:12:56 e5e13b0c77cb: Preparing 10:12:56 fce4536640ea: Layer already exists 10:12:56 08a363ac2998: Layer already exists 10:12:56 e5e13b0c77cb: Layer already exists 10:12:56 e0db96917371: Layer already exists 10:12:56 883620779292: Layer already exists 10:12:56 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:82066e3c4d9c400bdfd170262ded6b7bc29304e68b402d8b7a3161e8e8218cb4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:56 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 10:12:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:12:57 e0db96917371: Preparing 10:12:57 08a363ac2998: Preparing 10:12:57 883620779292: Preparing 10:12:57 fce4536640ea: Preparing 10:12:57 e5e13b0c77cb: Preparing 10:12:57 e0db96917371: Layer already exists 10:12:57 08a363ac2998: Layer already exists 10:12:57 883620779292: Layer already exists 10:12:57 e5e13b0c77cb: Layer already exists 10:12:57 fce4536640ea: Layer already exists 10:12:57 main: digest: sha256:82066e3c4d9c400bdfd170262ded6b7bc29304e68b402d8b7a3161e8e8218cb4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:57 ===================================================== [Pipeline] echo 10:12:57 taggedImages: 10:12:57 - nexus3.edgexfoundry.org:10004/support-notifications:9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:57 - nexus3.edgexfoundry.org:10004/support-notifications:latest 10:12:57 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.26 10:12:57 - nexus3.edgexfoundry.org:10004/support-notifications:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:57 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 10:12:57 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 10:12:57 9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:57 latest 10:12:57 3.0.0-dev.26 10:12:57 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:12:57 main 10:12:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:57 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9e386417050e4cffa7025a09e4120fb1660b81d4 10:12:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:12:58 d8b8f4d06893: Preparing 10:12:58 77c3b4f635eb: Preparing 10:12:58 883620779292: Preparing 10:12:58 0c0e7b0aa19c: Preparing 10:12:58 e5e13b0c77cb: Preparing 10:12:58 0c0e7b0aa19c: Layer already exists 10:12:58 883620779292: Layer already exists 10:12:58 e5e13b0c77cb: Layer already exists 10:12:58 d8b8f4d06893: Pushed 10:13:00 77c3b4f635eb: Pushed 10:13:00 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:6650910d8fc221954367f33d341663ffcf2d159d0fc513b5e01ff2864a14461a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:00 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:13:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:13:01 d8b8f4d06893: Preparing 10:13:01 77c3b4f635eb: Preparing 10:13:01 883620779292: Preparing 10:13:01 0c0e7b0aa19c: Preparing 10:13:01 e5e13b0c77cb: Preparing 10:13:01 883620779292: Layer already exists 10:13:01 d8b8f4d06893: Layer already exists 10:13:01 77c3b4f635eb: Layer already exists 10:13:01 0c0e7b0aa19c: Layer already exists 10:13:01 e5e13b0c77cb: Layer already exists 10:13:01 latest: digest: sha256:6650910d8fc221954367f33d341663ffcf2d159d0fc513b5e01ff2864a14461a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:01 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.26 10:13:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:13:01 d8b8f4d06893: Preparing 10:13:01 77c3b4f635eb: Preparing 10:13:01 883620779292: Preparing 10:13:01 0c0e7b0aa19c: Preparing 10:13:01 e5e13b0c77cb: Preparing 10:13:01 e5e13b0c77cb: Layer already exists 10:13:01 77c3b4f635eb: Layer already exists 10:13:01 883620779292: Layer already exists 10:13:01 0c0e7b0aa19c: Layer already exists 10:13:01 d8b8f4d06893: Layer already exists 10:13:01 3.0.0-dev.26: digest: sha256:6650910d8fc221954367f33d341663ffcf2d159d0fc513b5e01ff2864a14461a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:02 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:13:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:13:02 d8b8f4d06893: Preparing 10:13:02 77c3b4f635eb: Preparing 10:13:02 883620779292: Preparing 10:13:02 0c0e7b0aa19c: Preparing 10:13:02 e5e13b0c77cb: Preparing 10:13:02 e5e13b0c77cb: Layer already exists 10:13:02 0c0e7b0aa19c: Layer already exists 10:13:02 77c3b4f635eb: Layer already exists 10:13:02 d8b8f4d06893: Layer already exists 10:13:02 883620779292: Layer already exists 10:13:02 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:6650910d8fc221954367f33d341663ffcf2d159d0fc513b5e01ff2864a14461a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:02 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 10:13:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:13:02 d8b8f4d06893: Preparing 10:13:02 77c3b4f635eb: Preparing 10:13:02 883620779292: Preparing 10:13:02 0c0e7b0aa19c: Preparing 10:13:02 e5e13b0c77cb: Preparing 10:13:02 d8b8f4d06893: Layer already exists 10:13:02 0c0e7b0aa19c: Layer already exists 10:13:02 e5e13b0c77cb: Layer already exists 10:13:02 883620779292: Layer already exists 10:13:02 77c3b4f635eb: Layer already exists 10:13:02 main: digest: sha256:6650910d8fc221954367f33d341663ffcf2d159d0fc513b5e01ff2864a14461a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:13:03 ===================================================== [Pipeline] echo 10:13:03 taggedImages: 10:13:03 - nexus3.edgexfoundry.org:10004/support-scheduler:9e386417050e4cffa7025a09e4120fb1660b81d4 10:13:03 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:13:03 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.26 10:13:03 - nexus3.edgexfoundry.org:10004/support-scheduler:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:13:03 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:16:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 10:16:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:16:40 Removing intermediate container ecc7389f23db 10:16:40 ---> 6137c736e7af 10:16:40 10:16:40 Step 9/21 : FROM alpine:3.16 10:16:40 3.16: Pulling from library/alpine 10:16:40 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 10:16:40 Status: Downloaded newer image for alpine:3.16 10:16:40 ---> 2b4661558fb8 10:16:40 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 10:16:40 ---> Running in d36a413e7a75 10:16:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:16:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:16:44 (1/6) Installing ca-certificates (20220614-r0) 10:16:44 (2/6) Installing brotli-libs (1.0.9-r6) 10:16:44 (3/6) Installing nghttp2-libs (1.47.0-r0) 10:16:44 (4/6) Installing libcurl (7.83.1-r5) 10:16:44 (5/6) Installing curl (7.83.1-r5) 10:16:44 (6/6) Installing dumb-init (1.2.5-r1) 10:16:44 Executing busybox-1.35.0-r17.trigger 10:16:44 Executing ca-certificates-20220614-r0.trigger 10:16:45 OK: 8 MiB in 20 packages 10:16:45 Removing intermediate container abec33d3bcd3 10:16:45 ---> c89c84511e98 10:16:45 10:16:45 Step 9/24 : FROM alpine:3.16 10:16:45 ---> 2b4661558fb8 10:16:45 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 10:16:46 ---> Running in 4a1834866670 10:16:48 Removing intermediate container d36a413e7a75 10:16:48 ---> 3141b875b75c 10:16:48 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:16:48 ---> Running in 1dc6bb458ab7 10:16:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:16:48 Removing intermediate container 1dc6bb458ab7 10:16:48 ---> 559523d310af 10:16:48 Step 12/21 : WORKDIR /edgex 10:16:49 ---> Running in 758754d8b4bc 10:16:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:16:49 Removing intermediate container 758754d8b4bc 10:16:49 ---> 907141f991c8 10:16:49 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:16:50 ---> d8bb0a51b3e2 10:16:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:16:50 (1/3) Installing ca-certificates (20220614-r0) 10:16:50 (2/3) Installing dumb-init (1.2.5-r1) 10:16:50 (3/3) Installing su-exec (0.2-r1) 10:16:51 Executing busybox-1.35.0-r17.trigger 10:16:51 Executing ca-certificates-20220614-r0.trigger 10:16:51 OK: 6 MiB in 17 packages 10:16:52 ---> 94605d9562a5 10:16:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:16:54 Removing intermediate container 4a1834866670 10:16:54 ---> f4c1bdd4bc85 10:16:54 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:16:54 ---> 5466b491cc70 10:16:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:16:54 ---> Running in 026a200c9589 10:16:55 Removing intermediate container 026a200c9589 10:16:55 ---> 6082e3fb3ab7 10:16:55 Step 12/24 : WORKDIR / 10:16:55 ---> Running in 0c94ff463c51 10:16:55 ---> 07985330e0b4 10:16:55 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:16:55 ---> Running in 5f9163ac0e72 10:16:55 Removing intermediate container 0c94ff463c51 10:16:55 ---> e002f2a07624 10:16:55 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:16:57 ---> 6eb920721721 10:16:57 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:16:58 ---> 0736e5b403ee 10:16:58 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:16:59 ---> 114aab9cbaf3 10:16:59 Removing intermediate container 5f9163ac0e72 10:16:59 ---> fd37859b9670 10:16:59 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 10:16:59 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 10:16:59 ---> Running in 19d5a8c8a8f4 10:17:00 Removing intermediate container 19d5a8c8a8f4 10:17:00 ---> 06a9577c9f12 10:17:00 Step 19/21 : LABEL arch=arm64 10:17:00 ---> Running in 0ed35ccca765 10:17:00 ---> 4cd814fbaeed 10:17:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:17:01 Removing intermediate container 0ed35ccca765 10:17:01 ---> e4d5c7251cae 10:17:01 Step 20/21 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:17:01 ---> Running in 61bdd1fabbfc 10:17:02 Removing intermediate container 61bdd1fabbfc 10:17:02 ---> fb6489ac57d4 10:17:02 Step 21/21 : LABEL version=3.0.0-dev.26 10:17:02 ---> Running in 9ad005290087 10:17:02 ---> 849f371b8843 10:17:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:17:03 Removing intermediate container 9ad005290087 10:17:03 ---> 393a761c16f7 10:17:03 10:17:04 Successfully built 393a761c16f7 10:17:04 Successfully tagged security-proxy-setup-arm64:latest 10:17:04  Building security-proxy-setup ... done Building security-spire-server 10:17:05 ---> 4763fa04e17b 10:17:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:17:06 ---> 59e5ca66896a 10:17:06 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:17:06 ---> Running in acfc92a595ec 10:17:09 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:17:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:17:09 ---> 1a761833dd1b 10:17:09 Step 3/23 : WORKDIR /edgex-go 10:17:09 ---> Using cache 10:17:09 ---> f3d3022be1cd 10:17:09 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 10:17:09 ---> Using cache 10:17:09 ---> 3eece31120a3 10:17:09 Step 5/23 : COPY go.mod vendor* ./ 10:17:09 ---> Using cache 10:17:09 ---> 2e49dea45983 10:17:09 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:17:09 ---> Using cache 10:17:09 ---> 1fa5df23e8a6 10:17:09 Step 7/23 : COPY . . 10:17:10 ---> Using cache 10:17:10 ---> 778612edee9b 10:17:10 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 10:17:10 ---> Using cache 10:17:10 ---> 5771efb1163a 10:17:10 Step 9/23 : WORKDIR /edgex-go/spire-build 10:17:10 ---> Using cache 10:17:10 ---> ceed27d5a849 10:17:10 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 10:17:10 ---> Running in 95424eef79f2 10:17:12 Removing intermediate container acfc92a595ec 10:17:12 ---> 5319a5a6f247 10:17:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:17:12 ---> Running in 75224239a1e5 10:17:13 Removing intermediate container 75224239a1e5 10:17:13 ---> 6e885821bb21 10:17:13 Step 22/24 : LABEL arch=arm64 10:17:13 ---> Running in 0a57e0a67b5f 10:17:14 Removing intermediate container 0a57e0a67b5f 10:17:14 ---> 1cc61fbab6a2 10:17:14 Step 23/24 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:17:14 Removing intermediate container 95424eef79f2 10:17:14 ---> c9733e32f479 10:17:14 Step 11/23 : WORKDIR /edgex-go 10:17:14 ---> Running in 592dac10ae89 10:17:14 ---> Running in 25b59d726b5d 10:17:15 Removing intermediate container 592dac10ae89 10:17:15 ---> cce62840ab4e 10:17:15 Step 24/24 : LABEL version=3.0.0-dev.26 10:17:15 Removing intermediate container 25b59d726b5d 10:17:15 ---> 120a7f852f95 10:17:15 10:17:15 Step 12/23 : FROM alpine:3.15 10:17:15 ---> 8aa73fd46299 10:17:15 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:17:15 ---> Using cache 10:17:15 ---> 1ad25a08daee 10:17:15 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:17:15 ---> Using cache 10:17:15 ---> 14a021d1c587 10:17:15 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 10:17:16 ---> Running in 3eeffd83f974 10:17:16 Removing intermediate container 3eeffd83f974 10:17:16 ---> 8a560572626c 10:17:16 10:17:17 Successfully built 8a560572626c 10:17:17 Successfully tagged security-secretstore-setup-arm64:latest 10:17:17  Building security-secretstore-setup ... done Building security-spiffe-token-provider 10:17:17 Removing intermediate container 8aa86addc0d3 10:17:17 ---> aa8252369650 10:17:17 10:17:17 Step 10/23 : FROM alpine:3.16 10:17:17 ---> 2b4661558fb8 10:17:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:17:17 ---> Running in fa0a50d3bb1f 10:17:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:17:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:17:21 (1/1) Installing dumb-init (1.2.5-r1) 10:17:21 Executing busybox-1.35.0-r17.trigger 10:17:21 OK: 5 MiB in 15 packages 10:17:21 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:17:21 Step 2/19 : FROM ${BUILDER_BASE} AS builder 10:17:21 ---> 1a761833dd1b 10:17:21 Step 3/19 : WORKDIR /edgex-go 10:17:21 ---> Using cache 10:17:21 ---> f3d3022be1cd 10:17:21 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 10:17:22 ---> Running in ba357ad2ba42 10:17:24 Removing intermediate container fa0a50d3bb1f 10:17:24 ---> d047e7e8c9e5 10:17:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:17:24 ---> Running in dbb05623878a 10:17:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:17:25 Removing intermediate container dbb05623878a 10:17:25 ---> 9922b7dbf796 10:17:25 Step 13/23 : ENV APP_PORT=59882 10:17:25 ---> Running in 036aac7b8ffb 10:17:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:17:25 ---> 8e01cbe27f9a 10:17:25 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:17:26 Removing intermediate container 036aac7b8ffb 10:17:26 ---> 84b10782f212 10:17:26 Step 14/23 : EXPOSE $APP_PORT 10:17:26 ---> Running in 9da0b0cd560b 10:17:26 v3.16.3-136-g69116be59b [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 10:17:26 v3.16.3-135-geaceb73d52 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 10:17:26 OK: 16900 distinct packages available 10:17:26 ---> bb3efeaa291c 10:17:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:17:27 Removing intermediate container 9da0b0cd560b 10:17:27 ---> 4d260d921c03 10:17:27 Step 15/23 : WORKDIR / 10:17:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:17:27 ---> Running in 2cecce12b25d 10:17:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:17:27 Removing intermediate container 2cecce12b25d 10:17:27 ---> b6de26d29901 10:17:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:17:28 ---> 305588b5c14a 10:17:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:17:28 ---> 5c5bb470c03c 10:17:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:17:28 OK: 221 MiB in 51 packages 10:17:29 ---> d03005972a15 10:17:29 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:17:29 ---> Running in 29f40a44a688 10:17:30 Removing intermediate container 29f40a44a688 10:17:30 ---> 7ac29928d9be 10:17:30 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:17:30 ---> Running in c75e04c5ac2b 10:17:31 Removing intermediate container ba357ad2ba42 10:17:31 ---> 4d807082c66c 10:17:31 Step 5/19 : COPY go.mod vendor* ./ 10:17:31 Removing intermediate container c75e04c5ac2b 10:17:31 ---> a19a80f7cca3 10:17:31 Step 21/23 : LABEL arch=arm64 10:17:31 ---> 5d4958d9a955 10:17:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:17:32 ---> Running in 3b73ff67d936 10:17:32 Removing intermediate container 3b73ff67d936 10:17:32 ---> c5746ac0ca12 10:17:32 Step 22/23 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:17:32 ---> 6967a80c35ba 10:17:32 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:17:33 ---> Running in 243c2bab756e 10:17:33 ---> Running in 2c7cf2add549 10:17:33 ---> f3254d835f8f 10:17:33 Step 19/23 : ENTRYPOINT ["/core-command"] 10:17:34 ---> Running in 41373815211c 10:17:34 Removing intermediate container 2c7cf2add549 10:17:34 ---> 048c5c38a1a8 10:17:34 Step 23/23 : LABEL version=3.0.0-dev.26 10:17:34 ---> Running in f39ee812a907 10:17:34 Removing intermediate container 41373815211c 10:17:34 ---> 2e49fc4cf601 10:17:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:17:35 ---> Running in 280834342b41 10:17:35 Removing intermediate container f39ee812a907 10:17:35 ---> 283ed6b33165 10:17:35 10:17:35 Successfully built 283ed6b33165 10:17:35 Successfully tagged security-spire-server-arm64:latest 10:17:35  Building security-spire-server ... done Building security-bootstrapper 10:17:35 Removing intermediate container 280834342b41 10:17:35 ---> 34992df9bccf 10:17:35 Step 21/23 : LABEL arch=arm64 10:17:35 ---> Running in 9570c8b5155a 10:17:36 Removing intermediate container 9570c8b5155a 10:17:36 ---> c3f4c4a42514 10:17:36 Step 22/23 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:17:36 ---> Running in 2475b91d39da 10:17:37 Removing intermediate container 2475b91d39da 10:17:37 ---> 58959b9cad28 10:17:37 Step 23/23 : LABEL version=3.0.0-dev.26 10:17:37 ---> Running in 841041e1f184 10:17:37 Removing intermediate container 841041e1f184 10:17:37 ---> e5a6cbdcc141 10:17:37 10:17:37 Successfully built e5a6cbdcc141 10:17:37 Successfully tagged core-command-arm64:latest 10:17:37 Building core-common-config-bootstrapper 10:17:40  Building core-command ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:17:40 Step 2/32 : FROM ${BUILDER_BASE} AS builder 10:17:40 ---> 1a761833dd1b 10:17:40 Step 3/32 : WORKDIR /edgex-go 10:17:40 ---> Using cache 10:17:40 ---> f3d3022be1cd 10:17:40 Step 4/32 : RUN apk add --update --no-cache make git 10:17:40 ---> Running in 6b20a035f6b5 10:17:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:17:42 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:17:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:17:42 ---> 1a761833dd1b 10:17:42 Step 3/22 : ARG ADD_BUILD_TAGS="" 10:17:42 ---> Using cache 10:17:42 ---> 9cd7c93ab8b5 10:17:42 Step 4/22 : WORKDIR /edgex-go 10:17:42 ---> Using cache 10:17:42 ---> eee6f21a4060 10:17:42 Step 5/22 : RUN apk add --update --no-cache make git 10:17:42 ---> Using cache 10:17:42 ---> c85dcb335998 10:17:42 Step 6/22 : COPY go.mod vendor* ./ 10:17:42 ---> Using cache 10:17:42 ---> 433cf9073bd4 10:17:42 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:17:42 ---> Using cache 10:17:42 ---> 884df8bc5a9f 10:17:42 Step 8/22 : COPY . . 10:17:42 ---> Using cache 10:17:42 ---> b5b32424cc8c 10:17:42 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:17:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:17:43 ---> Running in 5c19c94494e6 10:17:44 OK: 221 MiB in 51 packages 10:17:45 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:17:45 Removing intermediate container 6b20a035f6b5 10:17:45 ---> e1ff81879e3f 10:17:45 Step 5/32 : COPY go.mod vendor* ./ 10:17:46 ---> 44359954899e 10:17:46 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:17:46 ---> Running in a1549d9c502f 10:17:58 Removing intermediate container 24fc3198c965 10:17:58 ---> d2319dd27858 10:17:58 10:17:58 Step 10/24 : FROM alpine:3.16 10:17:58 ---> 2b4661558fb8 10:17:58 Step 11/24 : RUN apk add --update --no-cache dumb-init 10:17:58 ---> Using cache 10:17:58 ---> d047e7e8c9e5 10:17:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:17:58 ---> Using cache 10:17:58 ---> 9922b7dbf796 10:17:58 Step 13/24 : ENV APP_PORT=59881 10:17:58 ---> Running in ed75952c6468 10:17:58 Removing intermediate container ed75952c6468 10:17:58 ---> 5f5805867099 10:17:58 Step 14/24 : EXPOSE $APP_PORT 10:17:58 ---> Running in 23bac6c49bb0 10:17:58 Removing intermediate container 23bac6c49bb0 10:17:58 ---> 5c0fe0061502 10:17:58 Step 15/24 : WORKDIR / 10:17:58 ---> Running in 57ace4d6fd96 10:17:58 Removing intermediate container 57ace4d6fd96 10:17:58 ---> b7f6c6f43f8f 10:17:58 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 10:17:59 ---> f033e6b7efcd 10:17:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:18:01 ---> 6385b0023e7e 10:18:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:18:02 ---> 3d17765afe95 10:18:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 10:18:03 ---> fcb2688277ab 10:18:03 Step 20/24 : ENTRYPOINT ["/core-metadata"] 10:18:03 ---> Running in 4a065f766698 10:18:03 Removing intermediate container 4a065f766698 10:18:03 ---> 9585ea6c7970 10:18:03 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:18:04 ---> Running in 5792dd07c790 10:18:04 Removing intermediate container 5792dd07c790 10:18:04 ---> cae760ed1f4d 10:18:04 Step 22/24 : LABEL arch=arm64 10:18:05 ---> Running in d543d6d1171b 10:18:05 Removing intermediate container d543d6d1171b 10:18:05 ---> 9d7e5346e4ae 10:18:05 Step 23/24 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:18:05 ---> Running in 87fa71150f3c 10:18:06 Removing intermediate container 87fa71150f3c 10:18:06 ---> de985664bd55 10:18:06 Step 24/24 : LABEL version=3.0.0-dev.26 10:18:06 ---> Running in 29757fe2be77 10:18:06 Removing intermediate container 29757fe2be77 10:18:06 ---> d4779a4e9d74 10:18:06 10:18:07 Successfully built d4779a4e9d74 10:18:07 Successfully tagged core-metadata-arm64:latest 10:18:07  Building core-metadata ... done Building support-scheduler 10:18:10 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:18:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:18:10 ---> 1a761833dd1b 10:18:10 Step 3/22 : ARG ADD_BUILD_TAGS="" 10:18:10 ---> Using cache 10:18:10 ---> 9cd7c93ab8b5 10:18:10 Step 4/22 : WORKDIR /edgex-go 10:18:10 ---> Using cache 10:18:10 ---> eee6f21a4060 10:18:10 Step 5/22 : RUN apk add --update --no-cache make git 10:18:10 ---> Using cache 10:18:10 ---> c85dcb335998 10:18:10 Step 6/22 : COPY go.mod vendor* ./ 10:18:10 ---> Using cache 10:18:10 ---> 433cf9073bd4 10:18:10 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:18:10 ---> Using cache 10:18:10 ---> 884df8bc5a9f 10:18:10 Step 8/22 : COPY . . 10:18:10 ---> Using cache 10:18:10 ---> b5b32424cc8c 10:18:10 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:18:10 ---> Running in 58e0e130553b 10:18:12 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:19:49 Removing intermediate container a1549d9c502f 10:19:49 ---> c4300b90b2b0 10:19:49 Step 7/32 : COPY . . 10:19:49 Removing intermediate container 243c2bab756e 10:19:49 ---> 3a5146234422 10:19:49 Step 7/19 : COPY . . 10:19:49 ---> 99aa87084763 10:19:49 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:19:49 ---> 06b4e1f9d624 10:19:49 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 10:19:49 ---> Running in 7543609444e1 10:19:49 ---> Running in d38ba765ccb2 10:19:49 Removing intermediate container f764d094416d 10:19:49 ---> c8ada9dcbe4e 10:19:49 10:19:49 Step 10/22 : FROM alpine:3.16 10:19:49 ---> 2b4661558fb8 10:19:49 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:19:49 ---> Running in 9c1717c3de5b 10:19:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:19:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:19:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:19:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:19:49 (1/2) Installing ca-certificates (20220614-r0) 10:19:49 (2/2) Installing dumb-init (1.2.5-r1) 10:19:49 Executing busybox-1.35.0-r17.trigger 10:19:49 Executing ca-certificates-20220614-r0.trigger 10:19:49 OK: 6 MiB in 16 packages 10:19:53 Removing intermediate container 9c1717c3de5b 10:19:53 ---> 8d18713b19e9 10:19:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:19:53 ---> Running in be3cc3b69cfa 10:19:53 Removing intermediate container be3cc3b69cfa 10:19:53 ---> 5ec2677aa0fa 10:19:53 Step 13/22 : ENV APP_PORT=59860 10:19:53 ---> Running in 61ed297eb796 10:19:54 Removing intermediate container 61ed297eb796 10:19:54 ---> 7112d1b29c1c 10:19:54 Step 14/22 : EXPOSE $APP_PORT 10:19:54 ---> Running in c49d87f1c698 10:19:55 Removing intermediate container c49d87f1c698 10:19:55 ---> 0a1cdf72cadd 10:19:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:19:56 ---> f0fab198132f 10:19:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:19:58 ---> 8b06293a67de 10:19:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:19:59 ---> 2815310fe860 10:19:59 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:19:59 ---> Running in 27526d762dc8 10:19:59 Removing intermediate container 27526d762dc8 10:19:59 ---> 2e2e8a5688ed 10:19:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:19:59 ---> Running in 2ea962c802f1 10:20:00 Removing intermediate container 2ea962c802f1 10:20:00 ---> 10d10559c677 10:20:00 Step 20/22 : LABEL arch=arm64 10:20:00 ---> Running in e056bccf0b77 10:20:00 Removing intermediate container e056bccf0b77 10:20:00 ---> bddace2f1fa3 10:20:00 Step 21/22 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:20:00 ---> Running in 5fd2c1a3fca9 10:20:01 Removing intermediate container 5fd2c1a3fca9 10:20:01 ---> 3236b7b1ef23 10:20:01 Step 22/22 : LABEL version=3.0.0-dev.26 10:20:01 ---> Running in 18d3160ab62c 10:20:02 Removing intermediate container 18d3160ab62c 10:20:02 ---> 7f113e94176c 10:20:02 10:20:02 Successfully built 7f113e94176c 10:20:02 Successfully tagged support-notifications-arm64:latest 10:20:02 Building core-data 10:20:05  Building support-notifications ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:20:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:20:05 ---> 1a761833dd1b 10:20:05 Step 3/22 : ARG ADD_BUILD_TAGS="" 10:20:05 ---> Using cache 10:20:05 ---> 9cd7c93ab8b5 10:20:05 Step 4/22 : WORKDIR /edgex-go 10:20:05 ---> Using cache 10:20:05 ---> eee6f21a4060 10:20:05 Step 5/22 : RUN apk add --update --no-cache make git 10:20:05 ---> Using cache 10:20:05 ---> c85dcb335998 10:20:05 Step 6/22 : COPY go.mod vendor* ./ 10:20:05 ---> Using cache 10:20:05 ---> 433cf9073bd4 10:20:05 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:20:05 ---> Using cache 10:20:05 ---> 884df8bc5a9f 10:20:05 Step 8/22 : COPY . . 10:20:05 ---> Using cache 10:20:05 ---> b5b32424cc8c 10:20:05 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 10:20:05 ---> Running in 5be8d1639174 10:20:07 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.26" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 10:23:29 Removing intermediate container 5c19c94494e6 10:23:29 ---> e8e501a6e89a 10:23:29 10:23:29 Step 10/22 : FROM alpine:3.16 10:23:29 ---> 2b4661558fb8 10:23:29 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 10:23:29 ---> Running in 8353e9173b04 10:23:29 Removing intermediate container 8353e9173b04 10:23:29 ---> c1342f73734c 10:23:29 Step 12/22 : RUN apk add --update --no-cache dumb-init 10:23:29 ---> Running in cf27a24c0d88 10:23:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:23:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:23:29 (1/1) Installing dumb-init (1.2.5-r1) 10:23:29 Executing busybox-1.35.0-r17.trigger 10:23:29 OK: 5 MiB in 15 packages 10:23:29 Removing intermediate container cf27a24c0d88 10:23:29 ---> 930f5e5e1068 10:23:29 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:23:29 ---> 5f34cdd9b356 10:23:29 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 10:23:30 ---> 45a6e4c97d0d 10:23:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 10:23:31 ---> e88f1b1e6ed8 10:23:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 10:23:31 ---> 4597e7e4397d 10:23:31 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:23:32 ---> Running in 3adebbc5109c 10:23:34 Removing intermediate container 3adebbc5109c 10:23:34 ---> de3fb21390b3 10:23:34 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 10:23:34 ---> Running in 82ecd5f33169 10:23:35 Removing intermediate container 82ecd5f33169 10:23:35 ---> e284ab8e2c76 10:23:35 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 10:23:35 ---> Running in a08ba9a00b5c 10:23:36 Removing intermediate container a08ba9a00b5c 10:23:36 ---> cdd754aabb93 10:23:36 Step 20/22 : LABEL arch=arm64 10:23:36 ---> Running in b2624e21a918 10:23:36 Removing intermediate container b2624e21a918 10:23:36 ---> f3259d7270e2 10:23:36 Step 21/22 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:23:36 ---> Running in e191121ec3f7 10:23:37 Removing intermediate container e191121ec3f7 10:23:37 ---> 1e0c4142096a 10:23:37 Step 22/22 : LABEL version=3.0.0-dev.26 10:23:37 ---> Running in 7cfdc2fc93b7 10:23:37 Removing intermediate container 7cfdc2fc93b7 10:23:37 ---> 2a56d0f292c5 10:23:37 10:23:37 Successfully built 2a56d0f292c5 10:23:37 Successfully tagged core-common-config-bootstrapper-arm64:latest 10:23:37  Building core-common-config-bootstrapper ... done Building security-spire-config 10:23:41 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:23:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:23:41 ---> 1a761833dd1b 10:23:41 Step 3/24 : WORKDIR /edgex-go 10:23:41 ---> Using cache 10:23:41 ---> f3d3022be1cd 10:23:41 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 10:23:41 ---> Using cache 10:23:41 ---> 3eece31120a3 10:23:41 Step 5/24 : COPY go.mod vendor* ./ 10:23:41 ---> Using cache 10:23:41 ---> 2e49dea45983 10:23:41 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:23:41 ---> Using cache 10:23:41 ---> 1fa5df23e8a6 10:23:41 Step 7/24 : COPY . . 10:23:41 ---> Using cache 10:23:41 ---> 778612edee9b 10:23:41 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 10:23:41 ---> Using cache 10:23:41 ---> 5771efb1163a 10:23:41 Step 9/24 : WORKDIR /edgex-go/spire-build 10:23:41 ---> Using cache 10:23:41 ---> ceed27d5a849 10:23:41 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 10:23:41 ---> Using cache 10:23:41 ---> ad24aaac1d92 10:23:41 Step 11/24 : WORKDIR /edgex-go 10:23:41 ---> Using cache 10:23:41 ---> b55073432438 10:23:41 10:23:41 Step 12/24 : FROM alpine:3.15 10:23:41 ---> 8aa73fd46299 10:23:41 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:23:41 ---> Using cache 10:23:41 ---> 1ad25a08daee 10:23:41 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 10:23:41 ---> Running in 7b09049800b0 10:23:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:23:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:23:45 v3.15.6-275-gb527327c92 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 10:23:45 v3.15.6-274-gc0598e0c42 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 10:23:45 OK: 15736 distinct packages available 10:23:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:23:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:23:46 (1/4) Installing dumb-init (1.2.5-r1) 10:23:46 (2/4) Installing musl-obstack (1.2.3-r0) 10:23:46 (3/4) Installing libucontext (1.1-r0) 10:23:46 (4/4) Installing gcompat (1.0.0-r4) 10:23:46 Executing busybox-1.34.1-r7.trigger 10:23:46 OK: 6 MiB in 18 packages 10:23:48 Removing intermediate container 7b09049800b0 10:23:48 ---> 65fb4d2ae7a7 10:23:48 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 10:23:54 ---> 71a9ad2fded2 10:23:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:23:54 ---> 05569b91679f 10:23:54 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 10:23:54 ---> Running in 203c87376e1c 10:23:54 Removing intermediate container 203c87376e1c 10:23:54 ---> f074b9a01ac5 10:23:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:23:55 ---> 08cb2472cfdb 10:23:55 Step 19/24 : WORKDIR / 10:23:55 ---> Running in 12744624f3e8 10:23:56 Removing intermediate container 12744624f3e8 10:23:56 ---> 988731534a3e 10:23:56 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:23:56 ---> Running in acafea242924 10:23:57 Removing intermediate container acafea242924 10:23:57 ---> 2dfa3449d4df 10:23:57 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:23:57 ---> Running in fd2e7504a587 10:23:57 Removing intermediate container fd2e7504a587 10:23:57 ---> e5c90cc365bb 10:23:57 Step 22/24 : LABEL arch=arm64 10:23:57 ---> Running in e6e9e5348e03 10:23:58 Removing intermediate container e6e9e5348e03 10:23:58 ---> 52591f491f37 10:23:58 Step 23/24 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:23:58 ---> Running in 1c4ed9fb65c3 10:23:58 Removing intermediate container 1c4ed9fb65c3 10:23:58 ---> fddaacc4c42e 10:23:58 Step 24/24 : LABEL version=3.0.0-dev.26 10:23:58 ---> Running in ef87f8a02942 10:23:59 Removing intermediate container ef87f8a02942 10:23:59 ---> 26fac7b89218 10:23:59 10:23:59 Successfully built 26fac7b89218 10:23:59 Successfully tagged security-spire-config-arm64:latest 10:25:36  Building security-spire-config ... done Removing intermediate container d38ba765ccb2 10:25:36 ---> 9a8a88c23fca 10:25:36 10:25:36 Step 9/32 : FROM alpine:3.16 10:25:36 ---> 2b4661558fb8 10:25:36 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:25:36 ---> Running in 653251d53634 10:25:36 Removing intermediate container 653251d53634 10:25:36 ---> 8d2efce6603c 10:25:36 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 10:25:36 ---> Running in 4c00d2ebd038 10:25:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:25:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:25:36 (1/2) Installing dumb-init (1.2.5-r1) 10:25:36 (2/2) Installing su-exec (0.2-r1) 10:25:36 Executing busybox-1.35.0-r17.trigger 10:25:36 OK: 5 MiB in 16 packages 10:25:36 Removing intermediate container 4c00d2ebd038 10:25:36 ---> 5e9feb03837c 10:25:36 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 10:25:36 ---> Running in e68c8d2e7c75 10:25:36 Removing intermediate container e68c8d2e7c75 10:25:36 ---> b76d882f00c2 10:25:36 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 10:25:36 ---> Running in 357fa6ea20a1 10:25:36 Removing intermediate container 357fa6ea20a1 10:25:36 ---> 8d51dc129f81 10:25:36 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 10:25:36 ---> Running in f9588b9b0ad1 10:25:37 Removing intermediate container f9588b9b0ad1 10:25:37 ---> 4e3f083de99c 10:25:37 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 10:25:37 ---> Running in 9004a183f366 10:25:37 Removing intermediate container 9004a183f366 10:25:37 ---> 54ff1acc255a 10:25:37 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 10:25:37 ---> Running in 3f173d64abb9 10:25:44 Removing intermediate container 3f173d64abb9 10:25:44 ---> 42b64944f812 10:25:44 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 10:25:44 ---> Running in 77bce36e0b91 10:25:44 Removing intermediate container 77bce36e0b91 10:25:44 ---> 5003cf6d19e6 10:25:44 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 10:25:45 ---> 5e7d85cc2afb 10:25:45 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 10:25:45 ---> Running in 02add722e22f 10:25:47 Removing intermediate container 02add722e22f 10:25:47 ---> 6a609a9eef6a 10:25:47 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 10:25:48 ---> 2156c32eb457 10:25:48 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:25:50 ---> 90f11282afba 10:25:50 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:25:51 ---> f6fc24289aba 10:25:51 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:25:52 ---> 56085e57234a 10:25:52 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 10:25:53 ---> a7dd0b09d6f1 10:25:53 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 10:25:56 ---> 66f1227febfb 10:25:56 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:25:57 ---> 3d385e4b0800 10:25:57 Step 27/32 : RUN chmod +x /entrypoint.sh 10:25:57 ---> Running in 24ffc13efb52 10:26:00 Removing intermediate container 24ffc13efb52 10:26:00 ---> 49f0efc6c638 10:26:00 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 10:26:00 ---> Running in 3185eab3e1fc 10:26:00 Removing intermediate container 3185eab3e1fc 10:26:00 ---> b4a3b4b6d892 10:26:00 Step 29/32 : CMD ["gate"] 10:26:00 ---> Running in f4e870a29d9c 10:26:01 Removing intermediate container f4e870a29d9c 10:26:01 ---> 9d8f69436154 10:26:01 Step 30/32 : LABEL arch=arm64 10:26:01 ---> Running in 2c907c0f6a33 10:26:01 Removing intermediate container 2c907c0f6a33 10:26:01 ---> bd1088a381f4 10:26:01 Step 31/32 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:26:02 ---> Running in c41d0977e6a8 10:26:02 Removing intermediate container c41d0977e6a8 10:26:02 ---> 07b6c8cdc140 10:26:02 Step 32/32 : LABEL version=3.0.0-dev.26 10:26:02 ---> Running in 1af5bc7f5433 10:26:03 Removing intermediate container 1af5bc7f5433 10:26:03 ---> 319e28995d29 10:26:03 10:26:03 Successfully built 319e28995d29 10:26:03 Successfully tagged security-bootstrapper-arm64:latest 10:26:13  Building security-bootstrapper ... done Removing intermediate container 5be8d1639174 10:26:13 ---> 31fe62e12c3c 10:26:13 10:26:13 Step 10/22 : FROM alpine:3.16 10:26:13 ---> 2b4661558fb8 10:26:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:26:13 ---> Running in 6d562e65a0f1 10:26:13 Removing intermediate container 6d562e65a0f1 10:26:13 ---> 04a2d49ea35d 10:26:13 Step 12/22 : ENV APP_PORT=59880 10:26:13 ---> Running in 3e587cdb47e2 10:26:13 Removing intermediate container 3e587cdb47e2 10:26:13 ---> cb3af6d469c5 10:26:13 Step 13/22 : EXPOSE $APP_PORT 10:26:13 ---> Running in a16ffff1ceef 10:26:13 Removing intermediate container a16ffff1ceef 10:26:13 ---> 8071a7f9e795 10:26:13 Step 14/22 : RUN apk add --update --no-cache dumb-init 10:26:13 ---> Running in 4cbad203cf02 10:26:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:26:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:26:16 (1/1) Installing dumb-init (1.2.5-r1) 10:26:16 Executing busybox-1.35.0-r17.trigger 10:26:16 OK: 5 MiB in 15 packages 10:26:17 Removing intermediate container 4cbad203cf02 10:26:17 ---> 49d805fc384f 10:26:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:26:18 ---> d9158072997c 10:26:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:26:20 ---> bbd8113533ce 10:26:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:26:22 ---> a627305fe7fd 10:26:22 Step 18/22 : ENTRYPOINT ["/core-data"] 10:26:22 ---> Running in e7e6209c7162 10:26:22 Removing intermediate container e7e6209c7162 10:26:22 ---> 9103a5859c5e 10:26:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:26:22 ---> Running in 66663a3710cf 10:26:23 Removing intermediate container 66663a3710cf 10:26:23 ---> 4f2e7cacb2ab 10:26:23 Step 20/22 : LABEL arch=arm64 10:26:23 ---> Running in f631034517ef 10:26:23 Removing intermediate container f631034517ef 10:26:23 ---> e8a4398cfc39 10:26:23 Step 21/22 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:26:24 ---> Running in 167656de02c3 10:26:24 Removing intermediate container 167656de02c3 10:26:24 ---> 81bcec72127b 10:26:24 Step 22/22 : LABEL version=3.0.0-dev.26 10:26:24 ---> Running in 476ea1176b40 10:26:25 Removing intermediate container 476ea1176b40 10:26:25 ---> 6bccb95534f2 10:26:25 10:26:25 Successfully built 6bccb95534f2 10:26:25 Successfully tagged core-data-arm64:latest 10:26:26  Building core-data ... done Removing intermediate container 58e0e130553b 10:26:26 ---> 8dd820edd4fc 10:26:26 10:26:26 Step 10/22 : FROM alpine:3.16 10:26:26 ---> 2b4661558fb8 10:26:26 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:26:26 ---> Using cache 10:26:26 ---> d047e7e8c9e5 10:26:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:26:26 ---> Using cache 10:26:26 ---> 9922b7dbf796 10:26:26 Step 13/22 : ENV APP_PORT=59861 10:26:27 ---> Running in e5518c5c80b5 10:26:27 Removing intermediate container e5518c5c80b5 10:26:27 ---> e2577141cfd6 10:26:27 Step 14/22 : EXPOSE $APP_PORT 10:26:27 ---> Running in f66058fd14e7 10:26:27 Removing intermediate container f66058fd14e7 10:26:27 ---> ddec08af9e5f 10:26:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:26:28 ---> b2e978c9e2b5 10:26:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:26:30 ---> b20396cce234 10:26:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:26:31 ---> 60b4d3121d99 10:26:31 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:26:31 ---> Running in ef84597bb5d0 10:26:31 Removing intermediate container ef84597bb5d0 10:26:31 ---> f9898b2fa7fe 10:26:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:26:31 ---> Running in 09eeb66e565b 10:26:32 Removing intermediate container 09eeb66e565b 10:26:32 ---> 4233d515cd72 10:26:32 Step 20/22 : LABEL arch=arm64 10:26:32 ---> Running in df35f7e56219 10:26:32 Removing intermediate container df35f7e56219 10:26:32 ---> 931efb66f055 10:26:32 Step 21/22 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:26:32 ---> Running in 51686ff048c9 10:26:33 Removing intermediate container 51686ff048c9 10:26:33 ---> d6d6fbe509d9 10:26:33 Step 22/22 : LABEL version=3.0.0-dev.26 10:26:33 ---> Running in 57d77cd3162a 10:26:33 Removing intermediate container 57d77cd3162a 10:26:33 ---> 721247e28693 10:26:33 10:26:33 Successfully built 721247e28693 10:26:33 Successfully tagged support-scheduler-arm64:latest 10:26:33  Building support-scheduler ... done Removing intermediate container 7543609444e1 10:26:33 ---> 26b6d0dc72c7 10:26:33 10:26:33 Step 9/19 : FROM alpine:3.15 10:26:33 ---> 8aa73fd46299 10:26:33 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:26:33 ---> Using cache 10:26:33 ---> 1ad25a08daee 10:26:33 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:26:33 ---> Running in 57474620d97c 10:26:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:26:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:26:36 v3.15.6-275-gb527327c92 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 10:26:36 v3.15.6-274-gc0598e0c42 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 10:26:36 OK: 15736 distinct packages available 10:26:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:26:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:26:37 (1/9) Installing ca-certificates (20220614-r0) 10:26:37 (2/9) Installing brotli-libs (1.0.9-r5) 10:26:37 (3/9) Installing nghttp2-libs (1.46.0-r0) 10:26:37 (4/9) Installing libcurl (7.80.0-r5) 10:26:37 (5/9) Installing curl (7.80.0-r5) 10:26:37 (6/9) Installing dumb-init (1.2.5-r1) 10:26:37 (7/9) Installing musl-obstack (1.2.3-r0) 10:26:37 (8/9) Installing libucontext (1.1-r0) 10:26:37 (9/9) Installing gcompat (1.0.0-r4) 10:26:37 Executing busybox-1.34.1-r7.trigger 10:26:37 Executing ca-certificates-20220614-r0.trigger 10:26:37 OK: 8 MiB in 23 packages 10:26:39 Removing intermediate container 57474620d97c 10:26:39 ---> b8b565c5e151 10:26:39 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 10:26:39 ---> 3680aa80c1b0 10:26:39 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:26:40 ---> 8aaf09fbe64f 10:26:40 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 10:26:41 ---> cb8b07b39727 10:26:41 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 10:26:41 ---> Running in b531728d32f2 10:26:41 Removing intermediate container b531728d32f2 10:26:41 ---> 4f5bed65a31b 10:26:41 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:26:41 ---> Running in 74c9af893f8c 10:26:41 Removing intermediate container 74c9af893f8c 10:26:41 ---> b5303e58da63 10:26:41 Step 17/19 : LABEL arch=arm64 10:26:41 ---> Running in 5c362cc9e8b7 10:26:42 Removing intermediate container 5c362cc9e8b7 10:26:42 ---> 2fd6eb581a51 10:26:42 Step 18/19 : LABEL git_sha=9e386417050e4cffa7025a09e4120fb1660b81d4 10:26:42 ---> Running in b37cc99d7305 10:26:42 Removing intermediate container b37cc99d7305 10:26:42 ---> 086bd6ba4dd2 10:26:42 Step 19/19 : LABEL version=3.0.0-dev.26 10:26:42 ---> Running in 580425a9d09a 10:26:42 Removing intermediate container 580425a9d09a 10:26:42 ---> 3e9b734a0709 10:26:42 10:26:43 Successfully built 3e9b734a0709 10:26:43 Successfully tagged security-spiffe-token-provider-arm64:latest 10:26:43  Building security-spiffe-token-provider ... done  [Pipeline] } 10:26:43 $ docker stop --time=1 faba181bfb1cf28500b3537f0cbac1de0ea35076ccb5463e398df8180f9be1b6 10:26:44 $ docker rm -f --volumes faba181bfb1cf28500b3537f0cbac1de0ea35076ccb5463e398df8180f9be1b6 [Pipeline] // withDockerContainer [Pipeline] sh 10:26:45 + docker images 10:26:45 REPOSITORY TAG IMAGE ID CREATED SIZE 10:26:45 security-spiffe-token-provider-arm64 latest 3e9b734a0709 3 seconds ago 28.9MB 10:26:45 support-scheduler-arm64 latest 721247e28693 12 seconds ago 29MB 10:26:45 26b6d0dc72c7 12 seconds ago 1.37GB 10:26:45 8dd820edd4fc 20 seconds ago 1.4GB 10:26:45 core-data-arm64 latest 6bccb95534f2 21 seconds ago 17.2MB 10:26:45 31fe62e12c3c 35 seconds ago 1.35GB 10:26:45 security-bootstrapper-arm64 latest 319e28995d29 43 seconds ago 19.5MB 10:26:45 9a8a88c23fca About a minute ago 1.33GB 10:26:45 security-spire-config-arm64 latest 26fac7b89218 2 minutes ago 83.6MB 10:26:45 core-common-config-bootstrapper-arm64 latest 2a56d0f292c5 3 minutes ago 14.4MB 10:26:45 e8e501a6e89a 3 minutes ago 1.33GB 10:26:45 support-notifications-arm64 latest 7f113e94176c 6 minutes ago 29.6MB 10:26:45 c8ada9dcbe4e 7 minutes ago 1.41GB 10:26:45 core-metadata-arm64 latest d4779a4e9d74 8 minutes ago 17.8MB 10:26:45 d2319dd27858 8 minutes ago 1.35GB 10:26:45 core-command-arm64 latest e5a6cbdcc141 9 minutes ago 17MB 10:26:45 security-spire-server-arm64 latest 283ed6b33165 9 minutes ago 84.3MB 10:26:45 aa8252369650 9 minutes ago 1.34GB 10:26:45 security-secretstore-setup-arm64 latest 8a560572626c 9 minutes ago 28.7MB 10:26:45 120a7f852f95 9 minutes ago 1.21GB 10:26:45 security-proxy-setup-arm64 latest 393a761c16f7 9 minutes ago 26.8MB 10:26:45 c89c84511e98 10 minutes ago 1.33GB 10:26:45 6137c736e7af 10 minutes ago 1.33GB 10:26:45 security-spire-agent-arm64 latest d992a2562a58 16 minutes ago 122MB 10:26:45 b55073432438 16 minutes ago 1.21GB 10:26:45 ci-base-image-arm64 latest 1a761833dd1b 19 minutes ago 905MB 10:26:45 alpine 3.16 2b4661558fb8 2 months ago 5.29MB 10:26:45 alpine 3.15 8aa73fd46299 2 months ago 5.33MB 10:26:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB 10:26:45 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 10:26:45 provisioning config files... 10:26:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/382@tmp/config10680482641324343399tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:26:46 ---> docker-login.sh 10:26:46 nexus3.edgexfoundry.org:10001 10:26:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:46 Configure a credential helper to remove this warning. See 10:26:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:46 10:26:46 Login Succeeded 10:26:46 nexus3.edgexfoundry.org:10002 10:26:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:46 Configure a credential helper to remove this warning. See 10:26:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:46 10:26:46 Login Succeeded 10:26:46 nexus3.edgexfoundry.org:10003 10:26:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:47 Configure a credential helper to remove this warning. See 10:26:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:47 10:26:47 Login Succeeded 10:26:47 nexus3.edgexfoundry.org:10004 10:26:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:47 Configure a credential helper to remove this warning. See 10:26:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:47 10:26:47 Login Succeeded 10:26:47 docker.io 10:26:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:48 Configure a credential helper to remove this warning. See 10:26:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:48 10:26:48 Login Succeeded 10:26:48 ---> docker-login.sh ends [Pipeline] } 10:26:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:26:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:26:48 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 10:26:48 9e386417050e4cffa7025a09e4120fb1660b81d4 10:26:48 latest 10:26:48 3.0.0-dev.26 10:26:48 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:26:48 main 10:26:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:48 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:49 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:26:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:26:49 254cb84fa7fb: Preparing 10:26:49 e762a226549e: Preparing 10:26:49 c111d89c4bf5: Preparing 10:26:49 8c2cc30dd61c: Preparing 10:26:49 17bec77d7fdc: Preparing 10:26:49 17bec77d7fdc: Layer already exists 10:26:49 8c2cc30dd61c: Pushed 10:26:49 254cb84fa7fb: Pushed 10:26:49 c111d89c4bf5: Pushed 10:26:52 e762a226549e: Pushed 10:26:52 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:1dc399767f7e30c010079d66d6ce32c9276ee99ffa121bd99c1ea4139c6e45bd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:52 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:53 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:26:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:26:53 254cb84fa7fb: Preparing 10:26:53 e762a226549e: Preparing 10:26:53 c111d89c4bf5: Preparing 10:26:53 8c2cc30dd61c: Preparing 10:26:53 17bec77d7fdc: Preparing 10:26:53 254cb84fa7fb: Layer already exists 10:26:53 17bec77d7fdc: Layer already exists 10:26:53 c111d89c4bf5: Layer already exists 10:26:53 e762a226549e: Layer already exists 10:26:53 8c2cc30dd61c: Layer already exists 10:26:53 latest: digest: sha256:1dc399767f7e30c010079d66d6ce32c9276ee99ffa121bd99c1ea4139c6e45bd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:53 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:54 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.26 10:26:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:26:54 254cb84fa7fb: Preparing 10:26:54 e762a226549e: Preparing 10:26:54 c111d89c4bf5: Preparing 10:26:54 8c2cc30dd61c: Preparing 10:26:54 17bec77d7fdc: Preparing 10:26:54 e762a226549e: Layer already exists 10:26:54 254cb84fa7fb: Layer already exists 10:26:54 8c2cc30dd61c: Layer already exists 10:26:54 c111d89c4bf5: Layer already exists 10:26:54 17bec77d7fdc: Layer already exists 10:26:54 3.0.0-dev.26: digest: sha256:1dc399767f7e30c010079d66d6ce32c9276ee99ffa121bd99c1ea4139c6e45bd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:54 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:55 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:26:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:26:55 254cb84fa7fb: Preparing 10:26:55 e762a226549e: Preparing 10:26:55 c111d89c4bf5: Preparing 10:26:55 8c2cc30dd61c: Preparing 10:26:55 17bec77d7fdc: Preparing 10:26:55 c111d89c4bf5: Layer already exists 10:26:55 254cb84fa7fb: Layer already exists 10:26:55 e762a226549e: Layer already exists 10:26:55 17bec77d7fdc: Layer already exists 10:26:55 8c2cc30dd61c: Layer already exists 10:26:55 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:1dc399767f7e30c010079d66d6ce32c9276ee99ffa121bd99c1ea4139c6e45bd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:55 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:56 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 10:26:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:26:56 254cb84fa7fb: Preparing 10:26:56 e762a226549e: Preparing 10:26:56 c111d89c4bf5: Preparing 10:26:56 8c2cc30dd61c: Preparing 10:26:56 17bec77d7fdc: Preparing 10:26:56 17bec77d7fdc: Layer already exists 10:26:56 e762a226549e: Layer already exists 10:26:56 254cb84fa7fb: Layer already exists 10:26:56 8c2cc30dd61c: Layer already exists 10:26:56 c111d89c4bf5: Layer already exists 10:26:56 main: digest: sha256:1dc399767f7e30c010079d66d6ce32c9276ee99ffa121bd99c1ea4139c6e45bd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:26:56 ===================================================== [Pipeline] echo 10:26:56 taggedImages: 10:26:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:26:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:26:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.26 10:26:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:26:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 10:26:56 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 10:26:56 9e386417050e4cffa7025a09e4120fb1660b81d4 10:26:56 latest 10:26:56 3.0.0-dev.26 10:26:56 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:26:56 main 10:26:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:56 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:57 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:26:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:26:57 492f99ecc8cf: Preparing 10:26:57 9f4a4f9242b4: Preparing 10:26:57 a31fe0e5f54c: Preparing 10:26:57 7421dbd7aeb9: Preparing 10:26:57 c111d89c4bf5: Preparing 10:26:57 af70ae9e2ec5: Preparing 10:26:57 17bec77d7fdc: Preparing 10:26:57 af70ae9e2ec5: Waiting 10:26:57 17bec77d7fdc: Waiting 10:26:57 c111d89c4bf5: Layer already exists 10:26:57 a31fe0e5f54c: Pushed 10:26:57 492f99ecc8cf: Pushed 10:26:57 9f4a4f9242b4: Pushed 10:26:57 af70ae9e2ec5: Pushed 10:26:58 17bec77d7fdc: Layer already exists 10:26:59 7421dbd7aeb9: Pushed 10:26:59 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:3135430cdd3fa37287bf32a807d7092e799e487d2ceed8ee38af4e64d8b7e261 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:00 + 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 10:27:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 10:27:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:27:00 492f99ecc8cf: Preparing 10:27:00 9f4a4f9242b4: Preparing 10:27:00 a31fe0e5f54c: Preparing 10:27:00 7421dbd7aeb9: Preparing 10:27:00 c111d89c4bf5: Preparing 10:27:00 af70ae9e2ec5: Preparing 10:27:00 17bec77d7fdc: Preparing 10:27:00 af70ae9e2ec5: Waiting 10:27:00 17bec77d7fdc: Waiting 10:27:00 c111d89c4bf5: Layer already exists 10:27:00 9f4a4f9242b4: Layer already exists 10:27:00 492f99ecc8cf: Layer already exists 10:27:00 7421dbd7aeb9: Layer already exists 10:27:00 a31fe0e5f54c: Layer already exists 10:27:00 17bec77d7fdc: Layer already exists 10:27:00 af70ae9e2ec5: Layer already exists 10:27:00 latest: digest: sha256:3135430cdd3fa37287bf32a807d7092e799e487d2ceed8ee38af4e64d8b7e261 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:01 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:01 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.26 10:27:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:27:01 492f99ecc8cf: Preparing 10:27:01 9f4a4f9242b4: Preparing 10:27:01 a31fe0e5f54c: Preparing 10:27:01 7421dbd7aeb9: Preparing 10:27:01 c111d89c4bf5: Preparing 10:27:01 af70ae9e2ec5: Preparing 10:27:01 17bec77d7fdc: Preparing 10:27:01 af70ae9e2ec5: Waiting 10:27:01 7421dbd7aeb9: Layer already exists 10:27:01 c111d89c4bf5: Layer already exists 10:27:01 492f99ecc8cf: Layer already exists 10:27:01 a31fe0e5f54c: Layer already exists 10:27:01 9f4a4f9242b4: Layer already exists 10:27:01 17bec77d7fdc: Layer already exists 10:27:01 af70ae9e2ec5: Layer already exists 10:27:01 3.0.0-dev.26: digest: sha256:3135430cdd3fa37287bf32a807d7092e799e487d2ceed8ee38af4e64d8b7e261 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:02 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:02 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:27:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:27:02 492f99ecc8cf: Preparing 10:27:02 9f4a4f9242b4: Preparing 10:27:02 a31fe0e5f54c: Preparing 10:27:02 7421dbd7aeb9: Preparing 10:27:02 c111d89c4bf5: Preparing 10:27:02 af70ae9e2ec5: Preparing 10:27:02 17bec77d7fdc: Preparing 10:27:02 af70ae9e2ec5: Waiting 10:27:02 17bec77d7fdc: Waiting 10:27:02 a31fe0e5f54c: Layer already exists 10:27:02 492f99ecc8cf: Layer already exists 10:27:02 9f4a4f9242b4: Layer already exists 10:27:02 c111d89c4bf5: Layer already exists 10:27:02 7421dbd7aeb9: Layer already exists 10:27:02 17bec77d7fdc: Layer already exists 10:27:02 af70ae9e2ec5: Layer already exists 10:27:02 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:3135430cdd3fa37287bf32a807d7092e799e487d2ceed8ee38af4e64d8b7e261 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:03 + 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 10:27:03 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 10:27:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:27:03 492f99ecc8cf: Preparing 10:27:03 9f4a4f9242b4: Preparing 10:27:03 a31fe0e5f54c: Preparing 10:27:03 7421dbd7aeb9: Preparing 10:27:03 c111d89c4bf5: Preparing 10:27:03 af70ae9e2ec5: Preparing 10:27:03 17bec77d7fdc: Preparing 10:27:03 af70ae9e2ec5: Waiting 10:27:03 17bec77d7fdc: Waiting 10:27:03 a31fe0e5f54c: Layer already exists 10:27:03 9f4a4f9242b4: Layer already exists 10:27:03 c111d89c4bf5: Layer already exists 10:27:03 492f99ecc8cf: Layer already exists 10:27:03 7421dbd7aeb9: Layer already exists 10:27:03 17bec77d7fdc: Layer already exists 10:27:03 af70ae9e2ec5: Layer already exists 10:27:03 main: digest: sha256:3135430cdd3fa37287bf32a807d7092e799e487d2ceed8ee38af4e64d8b7e261 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:27:03 ===================================================== [Pipeline] echo 10:27:03 taggedImages: 10:27:03 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:27:03 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 10:27:03 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.26 10:27:03 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:27:03 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 10:27:03 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 10:27:03 9e386417050e4cffa7025a09e4120fb1660b81d4 10:27:03 latest 10:27:03 3.0.0-dev.26 10:27:03 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:27:03 main 10:27:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:04 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:04 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:27:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:27:04 fb9054c0381d: Preparing 10:27:04 6f9717fb5c09: Preparing 10:27:04 c111d89c4bf5: Preparing 10:27:04 059bb34fa289: Preparing 10:27:04 17bec77d7fdc: Preparing 10:27:04 17bec77d7fdc: Layer already exists 10:27:04 c111d89c4bf5: Layer already exists 10:27:04 fb9054c0381d: Pushed 10:27:04 059bb34fa289: Pushed 10:27:07 6f9717fb5c09: Pushed 10:27:07 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:ea467c5945ea7f262a3a2febeac7310ac9babc4c3a870c16a6b0c4b0486d503a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:08 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:08 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 10:27:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:27:08 fb9054c0381d: Preparing 10:27:08 6f9717fb5c09: Preparing 10:27:08 c111d89c4bf5: Preparing 10:27:08 059bb34fa289: Preparing 10:27:08 17bec77d7fdc: Preparing 10:27:08 fb9054c0381d: Layer already exists 10:27:08 6f9717fb5c09: Layer already exists 10:27:08 059bb34fa289: Layer already exists 10:27:08 17bec77d7fdc: Layer already exists 10:27:08 c111d89c4bf5: Layer already exists 10:27:08 latest: digest: sha256:ea467c5945ea7f262a3a2febeac7310ac9babc4c3a870c16a6b0c4b0486d503a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:09 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:10 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.26 10:27:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:27:10 fb9054c0381d: Preparing 10:27:10 6f9717fb5c09: Preparing 10:27:10 c111d89c4bf5: Preparing 10:27:10 059bb34fa289: Preparing 10:27:10 17bec77d7fdc: Preparing 10:27:10 17bec77d7fdc: Layer already exists 10:27:10 6f9717fb5c09: Layer already exists 10:27:10 c111d89c4bf5: Layer already exists 10:27:10 059bb34fa289: Layer already exists 10:27:10 fb9054c0381d: Layer already exists 10:27:11 3.0.0-dev.26: digest: sha256:ea467c5945ea7f262a3a2febeac7310ac9babc4c3a870c16a6b0c4b0486d503a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:11 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:11 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:27:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:27:11 fb9054c0381d: Preparing 10:27:11 6f9717fb5c09: Preparing 10:27:11 c111d89c4bf5: Preparing 10:27:11 059bb34fa289: Preparing 10:27:11 17bec77d7fdc: Preparing 10:27:11 059bb34fa289: Layer already exists 10:27:11 fb9054c0381d: Layer already exists 10:27:11 c111d89c4bf5: Layer already exists 10:27:11 17bec77d7fdc: Layer already exists 10:27:11 6f9717fb5c09: Layer already exists 10:27:11 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:ea467c5945ea7f262a3a2febeac7310ac9babc4c3a870c16a6b0c4b0486d503a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:12 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:12 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 10:27:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:27:12 fb9054c0381d: Preparing 10:27:12 6f9717fb5c09: Preparing 10:27:12 c111d89c4bf5: Preparing 10:27:12 059bb34fa289: Preparing 10:27:12 17bec77d7fdc: Preparing 10:27:12 c111d89c4bf5: Layer already exists 10:27:12 17bec77d7fdc: Layer already exists 10:27:12 fb9054c0381d: Layer already exists 10:27:12 059bb34fa289: Layer already exists 10:27:12 6f9717fb5c09: Layer already exists 10:27:13 main: digest: sha256:ea467c5945ea7f262a3a2febeac7310ac9babc4c3a870c16a6b0c4b0486d503a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:27:13 ===================================================== [Pipeline] echo 10:27:13 taggedImages: 10:27:13 - nexus3.edgexfoundry.org:10004/core-data-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:27:13 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 10:27:13 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.26 10:27:13 - nexus3.edgexfoundry.org:10004/core-data-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:27:13 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 10:27:13 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 10:27:13 9e386417050e4cffa7025a09e4120fb1660b81d4 10:27:13 latest 10:27:13 3.0.0-dev.26 10:27:13 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:27:13 main 10:27:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:13 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:27:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:27:13 463bb7983a50: Preparing 10:27:13 babb9f030474: Preparing 10:27:13 a85a38aaaf71: Preparing 10:27:13 c111d89c4bf5: Preparing 10:27:13 8c2cc30dd61c: Preparing 10:27:13 17bec77d7fdc: Preparing 10:27:13 17bec77d7fdc: Waiting 10:27:13 c111d89c4bf5: Layer already exists 10:27:13 8c2cc30dd61c: Layer already exists 10:27:14 17bec77d7fdc: Layer already exists 10:27:14 463bb7983a50: Pushed 10:27:14 babb9f030474: Pushed 10:27:17 a85a38aaaf71: Pushed 10:27:17 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:9793653d58b17ebd8646f440651e81c4287a3b69b8bab794bdfe863f551d5b1a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:17 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:18 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 10:27:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:27:18 463bb7983a50: Preparing 10:27:18 babb9f030474: Preparing 10:27:18 a85a38aaaf71: Preparing 10:27:18 c111d89c4bf5: Preparing 10:27:18 8c2cc30dd61c: Preparing 10:27:18 17bec77d7fdc: Preparing 10:27:18 17bec77d7fdc: Waiting 10:27:18 babb9f030474: Layer already exists 10:27:18 c111d89c4bf5: Layer already exists 10:27:18 463bb7983a50: Layer already exists 10:27:18 a85a38aaaf71: Layer already exists 10:27:18 8c2cc30dd61c: Layer already exists 10:27:18 17bec77d7fdc: Layer already exists 10:27:18 latest: digest: sha256:9793653d58b17ebd8646f440651e81c4287a3b69b8bab794bdfe863f551d5b1a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:18 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.26 10:27:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:27:19 463bb7983a50: Preparing 10:27:19 babb9f030474: Preparing 10:27:19 a85a38aaaf71: Preparing 10:27:19 c111d89c4bf5: Preparing 10:27:19 8c2cc30dd61c: Preparing 10:27:19 17bec77d7fdc: Preparing 10:27:19 17bec77d7fdc: Waiting 10:27:19 463bb7983a50: Layer already exists 10:27:19 a85a38aaaf71: Layer already exists 10:27:19 babb9f030474: Layer already exists 10:27:19 8c2cc30dd61c: Layer already exists 10:27:19 c111d89c4bf5: Layer already exists 10:27:19 17bec77d7fdc: Layer already exists 10:27:19 3.0.0-dev.26: digest: sha256:9793653d58b17ebd8646f440651e81c4287a3b69b8bab794bdfe863f551d5b1a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:19 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:27:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:27:19 463bb7983a50: Preparing 10:27:19 babb9f030474: Preparing 10:27:19 a85a38aaaf71: Preparing 10:27:19 c111d89c4bf5: Preparing 10:27:19 8c2cc30dd61c: Preparing 10:27:19 17bec77d7fdc: Preparing 10:27:19 17bec77d7fdc: Waiting 10:27:19 a85a38aaaf71: Layer already exists 10:27:19 463bb7983a50: Layer already exists 10:27:19 babb9f030474: Layer already exists 10:27:19 8c2cc30dd61c: Layer already exists 10:27:19 c111d89c4bf5: Layer already exists 10:27:19 17bec77d7fdc: Layer already exists 10:27:19 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:9793653d58b17ebd8646f440651e81c4287a3b69b8bab794bdfe863f551d5b1a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:20 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 10:27:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:27:20 463bb7983a50: Preparing 10:27:20 babb9f030474: Preparing 10:27:20 a85a38aaaf71: Preparing 10:27:20 c111d89c4bf5: Preparing 10:27:20 8c2cc30dd61c: Preparing 10:27:20 17bec77d7fdc: Preparing 10:27:20 17bec77d7fdc: Waiting 10:27:20 babb9f030474: Layer already exists 10:27:20 463bb7983a50: Layer already exists 10:27:20 8c2cc30dd61c: Layer already exists 10:27:20 a85a38aaaf71: Layer already exists 10:27:20 c111d89c4bf5: Layer already exists 10:27:20 17bec77d7fdc: Layer already exists 10:27:21 main: digest: sha256:9793653d58b17ebd8646f440651e81c4287a3b69b8bab794bdfe863f551d5b1a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:27:21 ===================================================== [Pipeline] echo 10:27:21 taggedImages: 10:27:21 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:27:21 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 10:27:21 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.26 10:27:21 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:27:21 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 10:27:21 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 10:27:21 9e386417050e4cffa7025a09e4120fb1660b81d4 10:27:21 latest 10:27:21 3.0.0-dev.26 10:27:21 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:27:21 main 10:27:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:21 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:23 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:27:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:27:23 ed40fb729ed3: Preparing 10:27:23 ed40fb729ed3: Preparing 10:27:23 581a15c94606: Preparing 10:27:23 af21b8e68931: Preparing 10:27:23 335f4407142d: Preparing 10:27:23 84e88d674616: Preparing 10:27:23 f06f83f68aa2: Preparing 10:27:23 c111d89c4bf5: Preparing 10:27:23 51a1e1aa7e06: Preparing 10:27:23 ff741654f17f: Preparing 10:27:23 c92bde45ea49: Preparing 10:27:23 a7c8245cd8f6: Preparing 10:27:23 17bec77d7fdc: Preparing 10:27:23 51a1e1aa7e06: Waiting 10:27:23 f06f83f68aa2: Waiting 10:27:23 c111d89c4bf5: Waiting 10:27:23 a7c8245cd8f6: Waiting 10:27:23 ff741654f17f: Waiting 10:27:23 c92bde45ea49: Waiting 10:27:23 17bec77d7fdc: Waiting 10:27:23 581a15c94606: Pushed 10:27:23 335f4407142d: Pushed 10:27:23 af21b8e68931: Pushed 10:27:23 ed40fb729ed3: Pushed 10:27:23 c111d89c4bf5: Layer already exists 10:27:23 84e88d674616: Pushed 10:27:23 ff741654f17f: Pushed 10:27:23 51a1e1aa7e06: Pushed 10:27:23 17bec77d7fdc: Layer already exists 10:27:23 c92bde45ea49: Pushed 10:27:23 a7c8245cd8f6: Pushed 10:27:27 f06f83f68aa2: Pushed 10:27:27 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:0e46cf83a94f1247642fe07f9ee09e1139fbf9e9769178f73de7b374cff27a94 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:27 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 10:27:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:27:27 ed40fb729ed3: Preparing 10:27:27 ed40fb729ed3: Preparing 10:27:27 581a15c94606: Preparing 10:27:27 af21b8e68931: Preparing 10:27:27 335f4407142d: Preparing 10:27:27 84e88d674616: Preparing 10:27:27 f06f83f68aa2: Preparing 10:27:27 c111d89c4bf5: Preparing 10:27:27 51a1e1aa7e06: Preparing 10:27:27 ff741654f17f: Preparing 10:27:27 c92bde45ea49: Preparing 10:27:27 a7c8245cd8f6: Preparing 10:27:27 17bec77d7fdc: Preparing 10:27:27 f06f83f68aa2: Waiting 10:27:27 c111d89c4bf5: Waiting 10:27:27 51a1e1aa7e06: Waiting 10:27:27 a7c8245cd8f6: Waiting 10:27:27 ff741654f17f: Waiting 10:27:27 c92bde45ea49: Waiting 10:27:27 17bec77d7fdc: Waiting 10:27:27 84e88d674616: Layer already exists 10:27:27 335f4407142d: Layer already exists 10:27:27 581a15c94606: Layer already exists 10:27:27 af21b8e68931: Layer already exists 10:27:27 ed40fb729ed3: Layer already exists 10:27:27 c92bde45ea49: Layer already exists 10:27:27 f06f83f68aa2: Layer already exists 10:27:27 c111d89c4bf5: Layer already exists 10:27:27 51a1e1aa7e06: Layer already exists 10:27:27 ff741654f17f: Layer already exists 10:27:27 a7c8245cd8f6: Layer already exists 10:27:27 17bec77d7fdc: Layer already exists 10:27:28 latest: digest: sha256:0e46cf83a94f1247642fe07f9ee09e1139fbf9e9769178f73de7b374cff27a94 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:28 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:28 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.26 10:27:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:27:28 ed40fb729ed3: Preparing 10:27:28 ed40fb729ed3: Preparing 10:27:28 581a15c94606: Preparing 10:27:28 af21b8e68931: Preparing 10:27:28 335f4407142d: Preparing 10:27:28 84e88d674616: Preparing 10:27:28 f06f83f68aa2: Preparing 10:27:28 c111d89c4bf5: Preparing 10:27:28 51a1e1aa7e06: Preparing 10:27:28 ff741654f17f: Preparing 10:27:28 c92bde45ea49: Preparing 10:27:28 a7c8245cd8f6: Preparing 10:27:28 17bec77d7fdc: Preparing 10:27:28 f06f83f68aa2: Waiting 10:27:28 c111d89c4bf5: Waiting 10:27:28 51a1e1aa7e06: Waiting 10:27:28 ff741654f17f: Waiting 10:27:28 c92bde45ea49: Waiting 10:27:28 a7c8245cd8f6: Waiting 10:27:28 17bec77d7fdc: Waiting 10:27:28 335f4407142d: Layer already exists 10:27:28 ed40fb729ed3: Layer already exists 10:27:28 84e88d674616: Layer already exists 10:27:28 af21b8e68931: Layer already exists 10:27:28 581a15c94606: Layer already exists 10:27:28 f06f83f68aa2: Layer already exists 10:27:28 c111d89c4bf5: Layer already exists 10:27:28 51a1e1aa7e06: Layer already exists 10:27:28 c92bde45ea49: Layer already exists 10:27:28 ff741654f17f: Layer already exists 10:27:28 a7c8245cd8f6: Layer already exists 10:27:28 17bec77d7fdc: Layer already exists 10:27:29 3.0.0-dev.26: digest: sha256:0e46cf83a94f1247642fe07f9ee09e1139fbf9e9769178f73de7b374cff27a94 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:29 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:27:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:27:29 ed40fb729ed3: Preparing 10:27:29 ed40fb729ed3: Preparing 10:27:29 581a15c94606: Preparing 10:27:29 af21b8e68931: Preparing 10:27:29 335f4407142d: Preparing 10:27:29 84e88d674616: Preparing 10:27:29 f06f83f68aa2: Preparing 10:27:29 c111d89c4bf5: Preparing 10:27:29 51a1e1aa7e06: Preparing 10:27:29 ff741654f17f: Preparing 10:27:29 c92bde45ea49: Preparing 10:27:29 a7c8245cd8f6: Preparing 10:27:29 17bec77d7fdc: Preparing 10:27:29 c111d89c4bf5: Waiting 10:27:29 51a1e1aa7e06: Waiting 10:27:29 ff741654f17f: Waiting 10:27:29 c92bde45ea49: Waiting 10:27:29 a7c8245cd8f6: Waiting 10:27:29 17bec77d7fdc: Waiting 10:27:29 f06f83f68aa2: Waiting 10:27:29 335f4407142d: Layer already exists 10:27:29 ed40fb729ed3: Layer already exists 10:27:29 af21b8e68931: Layer already exists 10:27:29 84e88d674616: Layer already exists 10:27:29 581a15c94606: Layer already exists 10:27:29 c111d89c4bf5: Layer already exists 10:27:29 f06f83f68aa2: Layer already exists 10:27:29 ff741654f17f: Layer already exists 10:27:29 51a1e1aa7e06: Layer already exists 10:27:29 c92bde45ea49: Layer already exists 10:27:29 17bec77d7fdc: Layer already exists 10:27:29 a7c8245cd8f6: Layer already exists 10:27:29 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:0e46cf83a94f1247642fe07f9ee09e1139fbf9e9769178f73de7b374cff27a94 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:30 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:30 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 10:27:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:27:30 ed40fb729ed3: Preparing 10:27:30 ed40fb729ed3: Preparing 10:27:30 581a15c94606: Preparing 10:27:30 af21b8e68931: Preparing 10:27:30 335f4407142d: Preparing 10:27:30 84e88d674616: Preparing 10:27:30 f06f83f68aa2: Preparing 10:27:30 c111d89c4bf5: Preparing 10:27:30 51a1e1aa7e06: Preparing 10:27:30 ff741654f17f: Preparing 10:27:30 c92bde45ea49: Preparing 10:27:30 a7c8245cd8f6: Preparing 10:27:30 17bec77d7fdc: Preparing 10:27:30 51a1e1aa7e06: Waiting 10:27:30 ff741654f17f: Waiting 10:27:30 f06f83f68aa2: Waiting 10:27:30 c111d89c4bf5: Waiting 10:27:30 c92bde45ea49: Waiting 10:27:30 17bec77d7fdc: Waiting 10:27:30 a7c8245cd8f6: Waiting 10:27:30 581a15c94606: Layer already exists 10:27:30 ed40fb729ed3: Layer already exists 10:27:30 84e88d674616: Layer already exists 10:27:30 335f4407142d: Layer already exists 10:27:30 af21b8e68931: Layer already exists 10:27:30 c111d89c4bf5: Layer already exists 10:27:30 51a1e1aa7e06: Layer already exists 10:27:30 f06f83f68aa2: Layer already exists 10:27:30 ff741654f17f: Layer already exists 10:27:30 c92bde45ea49: Layer already exists 10:27:30 a7c8245cd8f6: Layer already exists 10:27:30 17bec77d7fdc: Layer already exists 10:27:30 main: digest: sha256:0e46cf83a94f1247642fe07f9ee09e1139fbf9e9769178f73de7b374cff27a94 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:27:30 ===================================================== [Pipeline] echo 10:27:30 taggedImages: 10:27:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:27:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 10:27:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.26 10:27:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:27:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 10:27:30 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 10:27:30 9e386417050e4cffa7025a09e4120fb1660b81d4 10:27:30 latest 10:27:30 3.0.0-dev.26 10:27:30 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:27:30 main 10:27:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:31 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:27:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:27:31 cf5c1bf7f101: Preparing 10:27:31 1c34762d5e4b: Preparing 10:27:31 5311c0c7216d: Preparing 10:27:31 89cff02c3394: Preparing 10:27:31 33ee0bcca3bf: Preparing 10:27:31 f33930ea7150: Preparing 10:27:31 4b0da18a7bae: Preparing 10:27:31 17bec77d7fdc: Preparing 10:27:31 f33930ea7150: Waiting 10:27:31 4b0da18a7bae: Waiting 10:27:31 17bec77d7fdc: Waiting 10:27:31 1c34762d5e4b: Pushed 10:27:31 33ee0bcca3bf: Pushed 10:27:31 cf5c1bf7f101: Pushed 10:27:31 17bec77d7fdc: Layer already exists 10:27:31 f33930ea7150: Pushed 10:27:32 4b0da18a7bae: Pushed 10:27:34 89cff02c3394: Pushed 10:27:34 5311c0c7216d: Pushed 10:27:34 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:dd0e1b687c479e026b99e60704bf5be60b2d9dd9f49276bbb3baa6e07316a669 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:34 + 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 10:27:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 10:27:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:27:35 cf5c1bf7f101: Preparing 10:27:35 1c34762d5e4b: Preparing 10:27:35 5311c0c7216d: Preparing 10:27:35 89cff02c3394: Preparing 10:27:35 33ee0bcca3bf: Preparing 10:27:35 f33930ea7150: Preparing 10:27:35 4b0da18a7bae: Preparing 10:27:35 17bec77d7fdc: Preparing 10:27:35 f33930ea7150: Waiting 10:27:35 4b0da18a7bae: Waiting 10:27:35 17bec77d7fdc: Waiting 10:27:35 5311c0c7216d: Layer already exists 10:27:35 33ee0bcca3bf: Layer already exists 10:27:35 1c34762d5e4b: Layer already exists 10:27:35 cf5c1bf7f101: Layer already exists 10:27:35 89cff02c3394: Layer already exists 10:27:35 17bec77d7fdc: Layer already exists 10:27:35 4b0da18a7bae: Layer already exists 10:27:35 f33930ea7150: Layer already exists 10:27:35 latest: digest: sha256:dd0e1b687c479e026b99e60704bf5be60b2d9dd9f49276bbb3baa6e07316a669 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:35 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.26 10:27:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:27:36 cf5c1bf7f101: Preparing 10:27:36 1c34762d5e4b: Preparing 10:27:36 5311c0c7216d: Preparing 10:27:36 89cff02c3394: Preparing 10:27:36 33ee0bcca3bf: Preparing 10:27:36 f33930ea7150: Preparing 10:27:36 4b0da18a7bae: Preparing 10:27:36 17bec77d7fdc: Preparing 10:27:36 f33930ea7150: Waiting 10:27:36 4b0da18a7bae: Waiting 10:27:36 17bec77d7fdc: Waiting 10:27:36 1c34762d5e4b: Layer already exists 10:27:36 33ee0bcca3bf: Layer already exists 10:27:36 89cff02c3394: Layer already exists 10:27:36 5311c0c7216d: Layer already exists 10:27:36 cf5c1bf7f101: Layer already exists 10:27:36 4b0da18a7bae: Layer already exists 10:27:36 17bec77d7fdc: Layer already exists 10:27:36 f33930ea7150: Layer already exists 10:27:36 3.0.0-dev.26: digest: sha256:dd0e1b687c479e026b99e60704bf5be60b2d9dd9f49276bbb3baa6e07316a669 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:36 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:27:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:27:37 cf5c1bf7f101: Preparing 10:27:37 1c34762d5e4b: Preparing 10:27:37 5311c0c7216d: Preparing 10:27:37 89cff02c3394: Preparing 10:27:37 33ee0bcca3bf: Preparing 10:27:37 f33930ea7150: Preparing 10:27:37 4b0da18a7bae: Preparing 10:27:37 17bec77d7fdc: Preparing 10:27:37 f33930ea7150: Waiting 10:27:37 4b0da18a7bae: Waiting 10:27:37 17bec77d7fdc: Waiting 10:27:37 cf5c1bf7f101: Layer already exists 10:27:37 1c34762d5e4b: Layer already exists 10:27:37 5311c0c7216d: Layer already exists 10:27:37 33ee0bcca3bf: Layer already exists 10:27:37 89cff02c3394: Layer already exists 10:27:37 f33930ea7150: Layer already exists 10:27:37 17bec77d7fdc: Layer already exists 10:27:37 4b0da18a7bae: Layer already exists 10:27:37 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:dd0e1b687c479e026b99e60704bf5be60b2d9dd9f49276bbb3baa6e07316a669 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:37 + 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 10:27:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 10:27:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:27:37 cf5c1bf7f101: Preparing 10:27:37 1c34762d5e4b: Preparing 10:27:37 5311c0c7216d: Preparing 10:27:37 89cff02c3394: Preparing 10:27:37 33ee0bcca3bf: Preparing 10:27:37 f33930ea7150: Preparing 10:27:37 4b0da18a7bae: Preparing 10:27:37 17bec77d7fdc: Preparing 10:27:37 4b0da18a7bae: Waiting 10:27:37 17bec77d7fdc: Waiting 10:27:37 f33930ea7150: Waiting 10:27:37 1c34762d5e4b: Layer already exists 10:27:37 89cff02c3394: Layer already exists 10:27:37 5311c0c7216d: Layer already exists 10:27:37 cf5c1bf7f101: Layer already exists 10:27:37 33ee0bcca3bf: Layer already exists 10:27:37 17bec77d7fdc: Layer already exists 10:27:37 f33930ea7150: Layer already exists 10:27:37 4b0da18a7bae: Layer already exists 10:27:38 main: digest: sha256:dd0e1b687c479e026b99e60704bf5be60b2d9dd9f49276bbb3baa6e07316a669 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:27:38 ===================================================== [Pipeline] echo 10:27:38 taggedImages: 10:27:38 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:27:38 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 10:27:38 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.26 10:27:38 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:27:38 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 10:27:38 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 10:27:38 9e386417050e4cffa7025a09e4120fb1660b81d4 10:27:38 latest 10:27:38 3.0.0-dev.26 10:27:38 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:27:38 main 10:27:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:38 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:38 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:27:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:27:38 17ac6e4cae21: Preparing 10:27:38 7fcd34119daf: Preparing 10:27:38 fe663ead4ae5: Preparing 10:27:38 55ff13a98500: Preparing 10:27:38 eeea799069af: Preparing 10:27:38 c9ae9b4db438: Preparing 10:27:38 a5cb17b1b272: Preparing 10:27:38 43bd2bb7d92a: Preparing 10:27:38 fe53e96f651e: Preparing 10:27:38 17bec77d7fdc: Preparing 10:27:38 c9ae9b4db438: Waiting 10:27:38 a5cb17b1b272: Waiting 10:27:38 43bd2bb7d92a: Waiting 10:27:38 fe53e96f651e: Waiting 10:27:38 17bec77d7fdc: Waiting 10:27:39 17ac6e4cae21: Pushed 10:27:39 7fcd34119daf: Pushed 10:27:39 eeea799069af: Pushed 10:27:39 43bd2bb7d92a: Pushed 10:27:39 c9ae9b4db438: Pushed 10:27:39 a5cb17b1b272: Pushed 10:27:39 17bec77d7fdc: Layer already exists 10:27:40 fe53e96f651e: Pushed 10:27:41 55ff13a98500: Pushed 10:27:42 fe663ead4ae5: Pushed 10:27:42 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:749c089f1bae8c7ac4ad773bd2549e617af7eca587e350f6a5b89a861c9e1599 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:42 + 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 10:27:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 10:27:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:27:43 17ac6e4cae21: Preparing 10:27:43 7fcd34119daf: Preparing 10:27:43 fe663ead4ae5: Preparing 10:27:43 55ff13a98500: Preparing 10:27:43 eeea799069af: Preparing 10:27:43 c9ae9b4db438: Preparing 10:27:43 a5cb17b1b272: Preparing 10:27:43 43bd2bb7d92a: Preparing 10:27:43 fe53e96f651e: Preparing 10:27:43 a5cb17b1b272: Waiting 10:27:43 43bd2bb7d92a: Waiting 10:27:43 c9ae9b4db438: Waiting 10:27:43 fe53e96f651e: Waiting 10:27:43 17bec77d7fdc: Preparing 10:27:43 17ac6e4cae21: Layer already exists 10:27:43 55ff13a98500: Layer already exists 10:27:43 fe663ead4ae5: Layer already exists 10:27:43 eeea799069af: Layer already exists 10:27:43 7fcd34119daf: Layer already exists 10:27:43 43bd2bb7d92a: Layer already exists 10:27:43 fe53e96f651e: Layer already exists 10:27:43 c9ae9b4db438: Layer already exists 10:27:43 a5cb17b1b272: Layer already exists 10:27:43 17bec77d7fdc: Layer already exists 10:27:43 latest: digest: sha256:749c089f1bae8c7ac4ad773bd2549e617af7eca587e350f6a5b89a861c9e1599 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:43 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.26 10:27:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:27:44 17ac6e4cae21: Preparing 10:27:44 7fcd34119daf: Preparing 10:27:44 fe663ead4ae5: Preparing 10:27:44 55ff13a98500: Preparing 10:27:44 eeea799069af: Preparing 10:27:44 c9ae9b4db438: Preparing 10:27:44 a5cb17b1b272: Preparing 10:27:44 43bd2bb7d92a: Preparing 10:27:44 fe53e96f651e: Preparing 10:27:44 17bec77d7fdc: Preparing 10:27:44 c9ae9b4db438: Waiting 10:27:44 17bec77d7fdc: Waiting 10:27:44 a5cb17b1b272: Waiting 10:27:44 43bd2bb7d92a: Waiting 10:27:44 fe663ead4ae5: Layer already exists 10:27:44 17ac6e4cae21: Layer already exists 10:27:44 eeea799069af: Layer already exists 10:27:44 55ff13a98500: Layer already exists 10:27:44 7fcd34119daf: Layer already exists 10:27:44 43bd2bb7d92a: Layer already exists 10:27:44 c9ae9b4db438: Layer already exists 10:27:44 fe53e96f651e: Layer already exists 10:27:44 a5cb17b1b272: Layer already exists 10:27:44 17bec77d7fdc: Layer already exists 10:27:44 3.0.0-dev.26: digest: sha256:749c089f1bae8c7ac4ad773bd2549e617af7eca587e350f6a5b89a861c9e1599 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:44 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:27:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:27:44 17ac6e4cae21: Preparing 10:27:44 7fcd34119daf: Preparing 10:27:44 fe663ead4ae5: Preparing 10:27:44 55ff13a98500: Preparing 10:27:44 eeea799069af: Preparing 10:27:44 c9ae9b4db438: Preparing 10:27:44 a5cb17b1b272: Preparing 10:27:44 43bd2bb7d92a: Preparing 10:27:44 fe53e96f651e: Preparing 10:27:44 17bec77d7fdc: Preparing 10:27:44 c9ae9b4db438: Waiting 10:27:44 a5cb17b1b272: Waiting 10:27:44 43bd2bb7d92a: Waiting 10:27:44 fe53e96f651e: Waiting 10:27:44 17bec77d7fdc: Waiting 10:27:44 7fcd34119daf: Layer already exists 10:27:44 eeea799069af: Layer already exists 10:27:44 fe663ead4ae5: Layer already exists 10:27:44 17ac6e4cae21: Layer already exists 10:27:44 55ff13a98500: Layer already exists 10:27:44 c9ae9b4db438: Layer already exists 10:27:44 43bd2bb7d92a: Layer already exists 10:27:44 a5cb17b1b272: Layer already exists 10:27:44 17bec77d7fdc: Layer already exists 10:27:44 fe53e96f651e: Layer already exists 10:27:44 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:749c089f1bae8c7ac4ad773bd2549e617af7eca587e350f6a5b89a861c9e1599 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:45 + 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 10:27:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 10:27:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:27:45 17ac6e4cae21: Preparing 10:27:45 7fcd34119daf: Preparing 10:27:45 fe663ead4ae5: Preparing 10:27:45 55ff13a98500: Preparing 10:27:45 eeea799069af: Preparing 10:27:45 c9ae9b4db438: Preparing 10:27:45 a5cb17b1b272: Preparing 10:27:45 43bd2bb7d92a: Preparing 10:27:45 fe53e96f651e: Preparing 10:27:45 17bec77d7fdc: Preparing 10:27:45 43bd2bb7d92a: Waiting 10:27:45 c9ae9b4db438: Waiting 10:27:45 a5cb17b1b272: Waiting 10:27:45 fe53e96f651e: Waiting 10:27:45 17bec77d7fdc: Waiting 10:27:45 17ac6e4cae21: Layer already exists 10:27:45 55ff13a98500: Layer already exists 10:27:45 eeea799069af: Layer already exists 10:27:45 fe663ead4ae5: Layer already exists 10:27:45 7fcd34119daf: Layer already exists 10:27:45 a5cb17b1b272: Layer already exists 10:27:45 fe53e96f651e: Layer already exists 10:27:45 c9ae9b4db438: Layer already exists 10:27:45 43bd2bb7d92a: Layer already exists 10:27:45 17bec77d7fdc: Layer already exists 10:27:46 main: digest: sha256:749c089f1bae8c7ac4ad773bd2549e617af7eca587e350f6a5b89a861c9e1599 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:27:46 ===================================================== [Pipeline] echo 10:27:46 taggedImages: 10:27:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:27:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 10:27:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.26 10:27:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:27:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 10:27:46 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 10:27:46 9e386417050e4cffa7025a09e4120fb1660b81d4 10:27:46 latest 10:27:46 3.0.0-dev.26 10:27:46 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:27:46 main 10:27:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:46 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:46 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:27:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:27:46 15e85419bade: Preparing 10:27:46 2d24436f570d: Preparing 10:27:46 c111d89c4bf5: Preparing 10:27:46 74427d8fc9d2: Preparing 10:27:46 9833f26c6bda: Preparing 10:27:46 c111d89c4bf5: Layer already exists 10:27:46 9833f26c6bda: Layer already exists 10:27:47 15e85419bade: Pushed 10:27:48 74427d8fc9d2: Pushed 10:27:51 2d24436f570d: Pushed 10:27:51 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:2b93e8e77b670087d2a494877fa225a234b910b5f55b8fb3730b82f8e5e6572d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:51 + 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 10:27:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 10:27:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:27:52 15e85419bade: Preparing 10:27:52 2d24436f570d: Preparing 10:27:52 c111d89c4bf5: Preparing 10:27:52 74427d8fc9d2: Preparing 10:27:52 9833f26c6bda: Preparing 10:27:52 9833f26c6bda: Layer already exists 10:27:52 15e85419bade: Layer already exists 10:27:52 2d24436f570d: Layer already exists 10:27:52 c111d89c4bf5: Layer already exists 10:27:52 74427d8fc9d2: Layer already exists 10:27:52 latest: digest: sha256:2b93e8e77b670087d2a494877fa225a234b910b5f55b8fb3730b82f8e5e6572d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:52 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.26 10:27:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:27:52 15e85419bade: Preparing 10:27:52 2d24436f570d: Preparing 10:27:52 c111d89c4bf5: Preparing 10:27:52 74427d8fc9d2: Preparing 10:27:52 9833f26c6bda: Preparing 10:27:52 74427d8fc9d2: Layer already exists 10:27:52 9833f26c6bda: Layer already exists 10:27:52 2d24436f570d: Layer already exists 10:27:52 15e85419bade: Layer already exists 10:27:52 c111d89c4bf5: Layer already exists 10:27:52 3.0.0-dev.26: digest: sha256:2b93e8e77b670087d2a494877fa225a234b910b5f55b8fb3730b82f8e5e6572d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:53 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:27:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:27:53 15e85419bade: Preparing 10:27:53 2d24436f570d: Preparing 10:27:53 c111d89c4bf5: Preparing 10:27:53 74427d8fc9d2: Preparing 10:27:53 9833f26c6bda: Preparing 10:27:53 c111d89c4bf5: Layer already exists 10:27:53 2d24436f570d: Layer already exists 10:27:53 74427d8fc9d2: Layer already exists 10:27:53 9833f26c6bda: Layer already exists 10:27:53 15e85419bade: Layer already exists 10:27:53 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:2b93e8e77b670087d2a494877fa225a234b910b5f55b8fb3730b82f8e5e6572d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:54 + 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 10:27:54 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 10:27:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:27:54 15e85419bade: Preparing 10:27:54 2d24436f570d: Preparing 10:27:54 c111d89c4bf5: Preparing 10:27:54 74427d8fc9d2: Preparing 10:27:54 9833f26c6bda: Preparing 10:27:54 9833f26c6bda: Layer already exists 10:27:54 74427d8fc9d2: Layer already exists 10:27:54 15e85419bade: Layer already exists 10:27:54 c111d89c4bf5: Layer already exists 10:27:54 2d24436f570d: Layer already exists 10:27:54 main: digest: sha256:2b93e8e77b670087d2a494877fa225a234b910b5f55b8fb3730b82f8e5e6572d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:27:54 ===================================================== [Pipeline] echo 10:27:54 taggedImages: 10:27:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:27:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 10:27:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.26 10:27:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:27:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 10:27:54 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 10:27:54 9e386417050e4cffa7025a09e4120fb1660b81d4 10:27:54 latest 10:27:54 3.0.0-dev.26 10:27:54 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:27:54 main 10:27:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:55 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:27:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:27:55 677aaca4e67a: Preparing 10:27:55 61057e9a03e3: Preparing 10:27:55 9f108922ae39: Preparing 10:27:55 8b3d9c95cfff: Preparing 10:27:55 79da4c930cbf: Preparing 10:27:55 5788a970815d: Preparing 10:27:55 9833f26c6bda: Preparing 10:27:55 5788a970815d: Waiting 10:27:55 9833f26c6bda: Waiting 10:27:55 9f108922ae39: Pushed 10:27:55 61057e9a03e3: Pushed 10:27:55 677aaca4e67a: Pushed 10:27:55 9833f26c6bda: Layer already exists 10:27:56 5788a970815d: Pushed 10:28:03 79da4c930cbf: Pushed 10:28:11 8b3d9c95cfff: Pushed 10:28:11 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:ad284f3168404bae4a7e713daf577843ca62d6b2dc11e2871b9d1dc09ea49088 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:12 + 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 10:28:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 10:28:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:28:12 677aaca4e67a: Preparing 10:28:12 61057e9a03e3: Preparing 10:28:12 9f108922ae39: Preparing 10:28:12 8b3d9c95cfff: Preparing 10:28:12 79da4c930cbf: Preparing 10:28:12 5788a970815d: Preparing 10:28:12 9833f26c6bda: Preparing 10:28:12 5788a970815d: Waiting 10:28:12 9833f26c6bda: Waiting 10:28:12 61057e9a03e3: Layer already exists 10:28:12 79da4c930cbf: Layer already exists 10:28:12 8b3d9c95cfff: Layer already exists 10:28:12 9f108922ae39: Layer already exists 10:28:12 677aaca4e67a: Layer already exists 10:28:12 9833f26c6bda: Layer already exists 10:28:12 5788a970815d: Layer already exists 10:28:12 latest: digest: sha256:ad284f3168404bae4a7e713daf577843ca62d6b2dc11e2871b9d1dc09ea49088 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:12 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.26 10:28:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:28:13 677aaca4e67a: Preparing 10:28:13 61057e9a03e3: Preparing 10:28:13 9f108922ae39: Preparing 10:28:13 8b3d9c95cfff: Preparing 10:28:13 79da4c930cbf: Preparing 10:28:13 5788a970815d: Preparing 10:28:13 9833f26c6bda: Preparing 10:28:13 5788a970815d: Waiting 10:28:13 9833f26c6bda: Waiting 10:28:13 8b3d9c95cfff: Layer already exists 10:28:13 79da4c930cbf: Layer already exists 10:28:13 9f108922ae39: Layer already exists 10:28:13 677aaca4e67a: Layer already exists 10:28:13 61057e9a03e3: Layer already exists 10:28:13 9833f26c6bda: Layer already exists 10:28:13 5788a970815d: Layer already exists 10:28:13 3.0.0-dev.26: digest: sha256:ad284f3168404bae4a7e713daf577843ca62d6b2dc11e2871b9d1dc09ea49088 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:13 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:28:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:28:13 677aaca4e67a: Preparing 10:28:13 61057e9a03e3: Preparing 10:28:13 9f108922ae39: Preparing 10:28:13 8b3d9c95cfff: Preparing 10:28:13 79da4c930cbf: Preparing 10:28:13 5788a970815d: Preparing 10:28:13 9833f26c6bda: Preparing 10:28:13 5788a970815d: Waiting 10:28:13 9833f26c6bda: Waiting 10:28:13 9f108922ae39: Layer already exists 10:28:13 61057e9a03e3: Layer already exists 10:28:13 8b3d9c95cfff: Layer already exists 10:28:13 79da4c930cbf: Layer already exists 10:28:13 677aaca4e67a: Layer already exists 10:28:13 9833f26c6bda: Layer already exists 10:28:13 5788a970815d: Layer already exists 10:28:13 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:ad284f3168404bae4a7e713daf577843ca62d6b2dc11e2871b9d1dc09ea49088 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:14 + 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 10:28:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 10:28:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:28:14 677aaca4e67a: Preparing 10:28:14 61057e9a03e3: Preparing 10:28:14 9f108922ae39: Preparing 10:28:14 8b3d9c95cfff: Preparing 10:28:14 79da4c930cbf: Preparing 10:28:14 5788a970815d: Preparing 10:28:14 9833f26c6bda: Preparing 10:28:14 5788a970815d: Waiting 10:28:14 9833f26c6bda: Waiting 10:28:14 79da4c930cbf: Layer already exists 10:28:14 9f108922ae39: Layer already exists 10:28:14 61057e9a03e3: Layer already exists 10:28:14 677aaca4e67a: Layer already exists 10:28:14 8b3d9c95cfff: Layer already exists 10:28:14 9833f26c6bda: Layer already exists 10:28:14 5788a970815d: Layer already exists 10:28:14 main: digest: sha256:ad284f3168404bae4a7e713daf577843ca62d6b2dc11e2871b9d1dc09ea49088 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:28:14 ===================================================== [Pipeline] echo 10:28:14 taggedImages: 10:28:14 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:28:14 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 10:28:14 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.26 10:28:14 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:28:14 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 10:28:14 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 10:28:14 9e386417050e4cffa7025a09e4120fb1660b81d4 10:28:14 latest 10:28:14 3.0.0-dev.26 10:28:14 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:28:14 main 10:28:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:15 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:28:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:28:15 2512c416b2b7: Preparing 10:28:15 f53f0b519706: Preparing 10:28:15 94798e129b61: Preparing 10:28:15 4bbaa530f9f9: Preparing 10:28:15 5a4a48ccbeef: Preparing 10:28:15 9833f26c6bda: Preparing 10:28:15 9833f26c6bda: Waiting 10:28:15 2512c416b2b7: Pushed 10:28:15 94798e129b61: Pushed 10:28:15 f53f0b519706: Pushed 10:28:15 9833f26c6bda: Layer already exists 10:28:16 5a4a48ccbeef: Pushed 10:28:31 4bbaa530f9f9: Pushed 10:28:31 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:9b028322080e8434e72972ad65d4a1a4c752df7312397a8c480740fe8c101a84 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:31 + 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 10:28:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 10:28:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:28:31 2512c416b2b7: Preparing 10:28:31 f53f0b519706: Preparing 10:28:31 94798e129b61: Preparing 10:28:31 4bbaa530f9f9: Preparing 10:28:31 5a4a48ccbeef: Preparing 10:28:31 9833f26c6bda: Preparing 10:28:31 9833f26c6bda: Waiting 10:28:31 4bbaa530f9f9: Layer already exists 10:28:31 f53f0b519706: Layer already exists 10:28:31 5a4a48ccbeef: Layer already exists 10:28:31 2512c416b2b7: Layer already exists 10:28:31 94798e129b61: Layer already exists 10:28:31 9833f26c6bda: Layer already exists 10:28:31 latest: digest: sha256:9b028322080e8434e72972ad65d4a1a4c752df7312397a8c480740fe8c101a84 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:32 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.26 10:28:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:28:32 2512c416b2b7: Preparing 10:28:32 f53f0b519706: Preparing 10:28:32 94798e129b61: Preparing 10:28:32 4bbaa530f9f9: Preparing 10:28:32 5a4a48ccbeef: Preparing 10:28:32 9833f26c6bda: Preparing 10:28:32 9833f26c6bda: Waiting 10:28:32 5a4a48ccbeef: Layer already exists 10:28:32 4bbaa530f9f9: Layer already exists 10:28:32 94798e129b61: Layer already exists 10:28:32 f53f0b519706: Layer already exists 10:28:32 2512c416b2b7: Layer already exists 10:28:32 9833f26c6bda: Layer already exists 10:28:32 3.0.0-dev.26: digest: sha256:9b028322080e8434e72972ad65d4a1a4c752df7312397a8c480740fe8c101a84 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:32 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:28:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:28:33 2512c416b2b7: Preparing 10:28:33 f53f0b519706: Preparing 10:28:33 94798e129b61: Preparing 10:28:33 4bbaa530f9f9: Preparing 10:28:33 5a4a48ccbeef: Preparing 10:28:33 9833f26c6bda: Preparing 10:28:33 9833f26c6bda: Waiting 10:28:33 f53f0b519706: Layer already exists 10:28:33 94798e129b61: Layer already exists 10:28:33 4bbaa530f9f9: Layer already exists 10:28:33 2512c416b2b7: Layer already exists 10:28:33 5a4a48ccbeef: Layer already exists 10:28:33 9833f26c6bda: Layer already exists 10:28:33 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:9b028322080e8434e72972ad65d4a1a4c752df7312397a8c480740fe8c101a84 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:33 + 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 10:28:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 10:28:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:28:33 2512c416b2b7: Preparing 10:28:33 f53f0b519706: Preparing 10:28:33 94798e129b61: Preparing 10:28:33 4bbaa530f9f9: Preparing 10:28:33 5a4a48ccbeef: Preparing 10:28:33 9833f26c6bda: Preparing 10:28:33 9833f26c6bda: Waiting 10:28:33 f53f0b519706: Layer already exists 10:28:33 4bbaa530f9f9: Layer already exists 10:28:33 94798e129b61: Layer already exists 10:28:33 5a4a48ccbeef: Layer already exists 10:28:33 2512c416b2b7: Layer already exists 10:28:33 9833f26c6bda: Layer already exists 10:28:33 main: digest: sha256:9b028322080e8434e72972ad65d4a1a4c752df7312397a8c480740fe8c101a84 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:28:33 ===================================================== [Pipeline] echo 10:28:33 taggedImages: 10:28:33 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:28:33 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 10:28:33 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.26 10:28:33 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:28:33 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 10:28:33 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 10:28:33 9e386417050e4cffa7025a09e4120fb1660b81d4 10:28:33 latest 10:28:33 3.0.0-dev.26 10:28:33 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:28:33 main 10:28:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:34 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:28:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:28:34 1559c18fb302: Preparing 10:28:34 9421fc427a3f: Preparing 10:28:34 cd044afd4944: Preparing 10:28:34 e0fe916416a0: Preparing 10:28:34 5788a970815d: Preparing 10:28:34 9833f26c6bda: Preparing 10:28:34 9833f26c6bda: Waiting 10:28:34 5788a970815d: Layer already exists 10:28:34 9833f26c6bda: Layer already exists 10:28:34 9421fc427a3f: Pushed 10:28:34 1559c18fb302: Pushed 10:28:34 cd044afd4944: Pushed 10:28:49 e0fe916416a0: Pushed 10:28:49 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:18f483841dc17d838f472a8322332300a5883bd50cbea9fe0ead06f2c9207954 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:50 + 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 10:28:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 10:28:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:28:50 1559c18fb302: Preparing 10:28:50 9421fc427a3f: Preparing 10:28:50 cd044afd4944: Preparing 10:28:50 e0fe916416a0: Preparing 10:28:50 5788a970815d: Preparing 10:28:50 9833f26c6bda: Preparing 10:28:50 9833f26c6bda: Waiting 10:28:50 5788a970815d: Layer already exists 10:28:50 e0fe916416a0: Layer already exists 10:28:50 1559c18fb302: Layer already exists 10:28:50 cd044afd4944: Layer already exists 10:28:50 9421fc427a3f: Layer already exists 10:28:50 9833f26c6bda: Layer already exists 10:28:50 latest: digest: sha256:18f483841dc17d838f472a8322332300a5883bd50cbea9fe0ead06f2c9207954 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:51 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.26 10:28:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:28:51 1559c18fb302: Preparing 10:28:51 9421fc427a3f: Preparing 10:28:51 cd044afd4944: Preparing 10:28:51 e0fe916416a0: Preparing 10:28:51 5788a970815d: Preparing 10:28:51 9833f26c6bda: Preparing 10:28:51 9833f26c6bda: Waiting 10:28:51 1559c18fb302: Layer already exists 10:28:51 e0fe916416a0: Layer already exists 10:28:51 5788a970815d: Layer already exists 10:28:51 cd044afd4944: Layer already exists 10:28:51 9421fc427a3f: Layer already exists 10:28:51 9833f26c6bda: Layer already exists 10:28:51 3.0.0-dev.26: digest: sha256:18f483841dc17d838f472a8322332300a5883bd50cbea9fe0ead06f2c9207954 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:52 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:28:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:28:52 1559c18fb302: Preparing 10:28:52 9421fc427a3f: Preparing 10:28:52 cd044afd4944: Preparing 10:28:52 e0fe916416a0: Preparing 10:28:52 5788a970815d: Preparing 10:28:52 9833f26c6bda: Preparing 10:28:52 9833f26c6bda: Waiting 10:28:52 9421fc427a3f: Layer already exists 10:28:52 5788a970815d: Layer already exists 10:28:52 cd044afd4944: Layer already exists 10:28:52 e0fe916416a0: Layer already exists 10:28:52 1559c18fb302: Layer already exists 10:28:52 9833f26c6bda: Layer already exists 10:28:52 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:18f483841dc17d838f472a8322332300a5883bd50cbea9fe0ead06f2c9207954 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:52 + 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 10:28:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 10:28:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:28:53 1559c18fb302: Preparing 10:28:53 9421fc427a3f: Preparing 10:28:53 cd044afd4944: Preparing 10:28:53 e0fe916416a0: Preparing 10:28:53 5788a970815d: Preparing 10:28:53 9833f26c6bda: Preparing 10:28:53 9833f26c6bda: Waiting 10:28:53 cd044afd4944: Layer already exists 10:28:53 1559c18fb302: Layer already exists 10:28:53 9421fc427a3f: Layer already exists 10:28:53 e0fe916416a0: Layer already exists 10:28:53 5788a970815d: Layer already exists 10:28:53 9833f26c6bda: Layer already exists 10:28:53 main: digest: sha256:18f483841dc17d838f472a8322332300a5883bd50cbea9fe0ead06f2c9207954 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:28:53 ===================================================== [Pipeline] echo 10:28:53 taggedImages: 10:28:53 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:28:53 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 10:28:53 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.26 10:28:53 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:28:53 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 10:28:53 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 10:28:53 9e386417050e4cffa7025a09e4120fb1660b81d4 10:28:53 latest 10:28:53 3.0.0-dev.26 10:28:53 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:28:53 main 10:28:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:53 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:54 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:28:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:28:54 6ad354b31f89: Preparing 10:28:54 f9011ee0201a: Preparing 10:28:54 c111d89c4bf5: Preparing 10:28:54 fb2e6b7d34f2: Preparing 10:28:54 17bec77d7fdc: Preparing 10:28:54 17bec77d7fdc: Layer already exists 10:28:54 c111d89c4bf5: Layer already exists 10:28:54 6ad354b31f89: Pushed 10:28:54 fb2e6b7d34f2: Pushed 10:28:59 f9011ee0201a: Pushed 10:28:59 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:d80000f832333d5dbe84eec2e2a72c63a9af05b3004a7b8a7e7ef4b439471556 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:00 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 10:29:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:29:00 6ad354b31f89: Preparing 10:29:00 f9011ee0201a: Preparing 10:29:00 c111d89c4bf5: Preparing 10:29:00 fb2e6b7d34f2: Preparing 10:29:00 17bec77d7fdc: Preparing 10:29:00 c111d89c4bf5: Layer already exists 10:29:00 17bec77d7fdc: Layer already exists 10:29:00 6ad354b31f89: Layer already exists 10:29:00 fb2e6b7d34f2: Layer already exists 10:29:00 f9011ee0201a: Layer already exists 10:29:00 latest: digest: sha256:d80000f832333d5dbe84eec2e2a72c63a9af05b3004a7b8a7e7ef4b439471556 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:00 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.26 10:29:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:29:01 6ad354b31f89: Preparing 10:29:01 f9011ee0201a: Preparing 10:29:01 c111d89c4bf5: Preparing 10:29:01 fb2e6b7d34f2: Preparing 10:29:01 17bec77d7fdc: Preparing 10:29:01 6ad354b31f89: Layer already exists 10:29:01 17bec77d7fdc: Layer already exists 10:29:01 f9011ee0201a: Layer already exists 10:29:01 c111d89c4bf5: Layer already exists 10:29:01 fb2e6b7d34f2: Layer already exists 10:29:01 3.0.0-dev.26: digest: sha256:d80000f832333d5dbe84eec2e2a72c63a9af05b3004a7b8a7e7ef4b439471556 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:01 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:29:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:29:01 6ad354b31f89: Preparing 10:29:01 f9011ee0201a: Preparing 10:29:01 c111d89c4bf5: Preparing 10:29:01 fb2e6b7d34f2: Preparing 10:29:01 17bec77d7fdc: Preparing 10:29:01 17bec77d7fdc: Layer already exists 10:29:01 fb2e6b7d34f2: Layer already exists 10:29:01 6ad354b31f89: Layer already exists 10:29:01 f9011ee0201a: Layer already exists 10:29:01 c111d89c4bf5: Layer already exists 10:29:01 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:d80000f832333d5dbe84eec2e2a72c63a9af05b3004a7b8a7e7ef4b439471556 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:02 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:03 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 10:29:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:29:03 6ad354b31f89: Preparing 10:29:03 f9011ee0201a: Preparing 10:29:03 c111d89c4bf5: Preparing 10:29:03 fb2e6b7d34f2: Preparing 10:29:03 17bec77d7fdc: Preparing 10:29:03 f9011ee0201a: Layer already exists 10:29:03 17bec77d7fdc: Layer already exists 10:29:03 fb2e6b7d34f2: Layer already exists 10:29:03 6ad354b31f89: Layer already exists 10:29:03 c111d89c4bf5: Layer already exists 10:29:03 main: digest: sha256:d80000f832333d5dbe84eec2e2a72c63a9af05b3004a7b8a7e7ef4b439471556 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:29:03 ===================================================== [Pipeline] echo 10:29:03 taggedImages: 10:29:03 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:29:03 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 10:29:03 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.26 10:29:03 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:29:03 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 10:29:03 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 10:29:03 9e386417050e4cffa7025a09e4120fb1660b81d4 10:29:03 latest 10:29:03 3.0.0-dev.26 10:29:03 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:29:03 main 10:29:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:04 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:04 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:29:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:29:04 45a71fdd9c58: Preparing 10:29:04 485c4b5cab52: Preparing 10:29:04 c111d89c4bf5: Preparing 10:29:04 8c2cc30dd61c: Preparing 10:29:04 17bec77d7fdc: Preparing 10:29:04 17bec77d7fdc: Layer already exists 10:29:04 8c2cc30dd61c: Layer already exists 10:29:04 c111d89c4bf5: Layer already exists 10:29:04 45a71fdd9c58: Pushed 10:29:09 485c4b5cab52: Pushed 10:29:10 9e386417050e4cffa7025a09e4120fb1660b81d4: digest: sha256:d2c0d02609cce468dda8803ae91c67ad93ec4651e0293abcf101b01ed0708d4f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:10 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 10:29:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:29:10 45a71fdd9c58: Preparing 10:29:10 485c4b5cab52: Preparing 10:29:10 c111d89c4bf5: Preparing 10:29:10 8c2cc30dd61c: Preparing 10:29:10 17bec77d7fdc: Preparing 10:29:10 17bec77d7fdc: Layer already exists 10:29:10 c111d89c4bf5: Layer already exists 10:29:10 485c4b5cab52: Layer already exists 10:29:10 45a71fdd9c58: Layer already exists 10:29:10 8c2cc30dd61c: Layer already exists 10:29:10 latest: digest: sha256:d2c0d02609cce468dda8803ae91c67ad93ec4651e0293abcf101b01ed0708d4f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:11 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.26 10:29:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:29:11 45a71fdd9c58: Preparing 10:29:11 485c4b5cab52: Preparing 10:29:11 c111d89c4bf5: Preparing 10:29:11 8c2cc30dd61c: Preparing 10:29:11 17bec77d7fdc: Preparing 10:29:11 17bec77d7fdc: Layer already exists 10:29:11 c111d89c4bf5: Layer already exists 10:29:11 45a71fdd9c58: Layer already exists 10:29:11 485c4b5cab52: Layer already exists 10:29:11 8c2cc30dd61c: Layer already exists 10:29:11 3.0.0-dev.26: digest: sha256:d2c0d02609cce468dda8803ae91c67ad93ec4651e0293abcf101b01ed0708d4f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:12 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:12 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:29:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:29:12 45a71fdd9c58: Preparing 10:29:12 485c4b5cab52: Preparing 10:29:12 c111d89c4bf5: Preparing 10:29:12 8c2cc30dd61c: Preparing 10:29:12 17bec77d7fdc: Preparing 10:29:12 c111d89c4bf5: Layer already exists 10:29:12 45a71fdd9c58: Layer already exists 10:29:12 17bec77d7fdc: Layer already exists 10:29:12 8c2cc30dd61c: Layer already exists 10:29:12 485c4b5cab52: Layer already exists 10:29:12 9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26: digest: sha256:d2c0d02609cce468dda8803ae91c67ad93ec4651e0293abcf101b01ed0708d4f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:13 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:13 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 10:29:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:29:13 45a71fdd9c58: Preparing 10:29:13 485c4b5cab52: Preparing 10:29:13 c111d89c4bf5: Preparing 10:29:13 8c2cc30dd61c: Preparing 10:29:13 17bec77d7fdc: Preparing 10:29:13 485c4b5cab52: Layer already exists 10:29:13 17bec77d7fdc: Layer already exists 10:29:13 45a71fdd9c58: Layer already exists 10:29:13 8c2cc30dd61c: Layer already exists 10:29:13 c111d89c4bf5: Layer already exists 10:29:13 main: digest: sha256:d2c0d02609cce468dda8803ae91c67ad93ec4651e0293abcf101b01ed0708d4f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:29:13 ===================================================== [Pipeline] echo 10:29:13 taggedImages: 10:29:13 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4 10:29:13 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 10:29:13 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.26 10:29:13 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9e386417050e4cffa7025a09e4120fb1660b81d4-3.0.0-dev.26 10:29:13 - 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 10:29:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:29:14 10:29:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:29:14 arm64: Pulling from edgex-lftools-log-publisher 10:29:14 8998bd30e6a1: Pulling fs layer 10:29:14 04944245beec: Pulling fs layer 10:29:14 699f458cf7ca: Pulling fs layer 10:29:14 765212b225bb: Pulling fs layer 10:29:14 f23df028b6ca: Pulling fs layer 10:29:14 d65c8cfc05b1: Pulling fs layer 10:29:14 2437ff75d9bd: Pulling fs layer 10:29:14 f23df028b6ca: Waiting 10:29:14 765212b225bb: Waiting 10:29:14 d65c8cfc05b1: Waiting 10:29:14 2437ff75d9bd: Waiting 10:29:14 04944245beec: Verifying Checksum 10:29:14 04944245beec: Download complete 10:29:14 765212b225bb: Verifying Checksum 10:29:14 765212b225bb: Download complete 10:29:14 f23df028b6ca: Download complete 10:29:14 d65c8cfc05b1: Verifying Checksum 10:29:14 d65c8cfc05b1: Download complete 10:29:15 699f458cf7ca: Verifying Checksum 10:29:15 699f458cf7ca: Download complete 10:29:15 8998bd30e6a1: Verifying Checksum 10:29:15 8998bd30e6a1: Download complete 10:29:17 2437ff75d9bd: Verifying Checksum 10:29:17 2437ff75d9bd: Download complete 10:29:19 8998bd30e6a1: Pull complete 10:29:19 04944245beec: Pull complete 10:29:21 699f458cf7ca: Pull complete 10:29:21 765212b225bb: Pull complete 10:29:22 f23df028b6ca: Pull complete 10:29:22 d65c8cfc05b1: Pull complete 10:29:37 2437ff75d9bd: Pull complete 10:29:37 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:29:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:29:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:29:37 prd-ubuntu20.04-docker-arm64-4c-16g-3180 does not seem to be running inside a container 10:29:37 $ 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/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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:arm64 cat 10:29:40 $ docker top fef070b06dc279f9a77e88941bc7cb4efb0197b8e16793260e08f5bac51f49ae -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:29:40 ---> job-cost.sh 10:29:41 lf-activate-venv: SKIPPING 10:29:41 INFO: No Stack... 10:29:41 INFO: Retrieving Pricing Info for: v3-standard-4 10:29:42 INFO: Archiving Costs [Pipeline] sh 10:29:42 + cat /w/workspace/edgex-go/382/archives/cost.csv 10:29:42 + cut -d, -f6 [Pipeline] lock 10:29:42 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-382-stack-cost] 10:29:42 Resource [jenkins-edgexfoundry-edgex-go-main-382-stack-cost] did not exist. Created. 10:29:42 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-382-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:29:42 + echo total: 0.10999999940395355 [Pipeline] stash 10:29:43 Stashed 1 file(s) [Pipeline] } 10:29:43 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-382-stack-cost] [Pipeline] // lock [Pipeline] } 10:29:43 $ docker stop --time=1 fef070b06dc279f9a77e88941bc7cb4efb0197b8e16793260e08f5bac51f49ae 10:29:44 $ docker rm -f --volumes fef070b06dc279f9a77e88941bc7cb4efb0197b8e16793260e08f5bac51f49ae [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 10:29:45 provisioning config files... 10:29:45 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/382@tmp/config14942589815891918629tmp [Pipeline] { [Pipeline] sh 10:29:45 + set +x 10:29:45 + + curlbash -s -s https://codecov.io/bash -- 10:29:45 10:29:45 10:29:45 _____ _ 10:29:45 / ____| | | 10:29:45 | | ___ __| | ___ ___ _____ __ 10:29:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:29:45 | |___| (_) | (_| | __/ (_| (_) \ V / 10:29:45 \_____\___/ \__,_|\___|\___\___/ \_/ 10:29:45 Bash-1.0.6 10:29:45 10:29:45 10:29:45 ==> git version 2.25.1 found 10:29:45 ==> 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 10:29:45 Release-Date: 2020-01-08 10:29:45 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 10:29:45 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:29:45 ==> Jenkins CI detected. 10:29:45 current dir:  /w/workspace/edgex-go/382 10:29:45 project root: . 10:29:45 --> token set from env 10:29:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:29:45 ==> Running gcov in . (disable via -X gcov) 10:29:45 ==> Python coveragepy not found 10:29:45 ==> Searching for coverage reports in: 10:29:45 + . 10:29:45 -> Found 1 reports 10:29:45 ==> Detecting git/mercurial file structure 10:29:45 ==> Reading reports 10:29:45 + ./coverage.out bytes=489970 10:29:45 ==> Appending adjustments 10:29:45 https://docs.codecov.io/docs/fixing-reports 10:29:46 + Found adjustments 10:29:46 ==> Gzipping contents 10:29:46 64K /tmp/codecov.kBc6zk.gz 10:29:46 ==> Uploading reports 10:29:46 url: https://codecov.io 10:29:46 query: branch=main&commit=9e386417050e4cffa7025a09e4120fb1660b81d4&build=382&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F382%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:29:46 -> Pinging Codecov 10:29:46 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=9e386417050e4cffa7025a09e4120fb1660b81d4&build=382&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F382%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:29:47 -> Uploading to 10:29:47 https://storage.googleapis.com/codecov/v4/raw/2023-01-20/00271124DB129430A58F1EEE437C3FCB/9e386417050e4cffa7025a09e4120fb1660b81d4/fd514df2-738f-434a-acb2-5b40c4564a7e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230120T102947Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e5eaddf3c577487ead20a30137c3132c8c7a1e5ffc290c141e670376196eb46b 10:29:47 % Total % Received % Xferd Average Speed Time Time Time Current 10:29:47 Dload Upload Total Spent Left Speed 10:29:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63369 0 0 100 63369 0 208k --:--:-- --:--:-- --:--:-- 209k 10:29:47 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9e386417050e4cffa7025a09e4120fb1660b81d4 [Pipeline] } 10:29:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 10:29:47 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:29:47 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:29:48 10:29:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:29:48 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:29:48 df9b9388f04a: Pulling fs layer 10:29:48 52dc419b0ee2: Pulling fs layer 10:29:48 25bc292e5bac: Pulling fs layer 10:29:48 114826534d7a: Pulling fs layer 10:29:48 4657fd5d0bcf: Pulling fs layer 10:29:48 6ad1cebc031e: Pulling fs layer 10:29:48 8a3aa393b2d8: Pulling fs layer 10:29:48 4657fd5d0bcf: Waiting 10:29:48 6ad1cebc031e: Waiting 10:29:48 8a3aa393b2d8: Waiting 10:29:48 25bc292e5bac: Verifying Checksum 10:29:48 25bc292e5bac: Download complete 10:29:48 52dc419b0ee2: Verifying Checksum 10:29:48 52dc419b0ee2: Download complete 10:29:48 4657fd5d0bcf: Verifying Checksum 10:29:48 4657fd5d0bcf: Download complete 10:29:48 df9b9388f04a: Download complete 10:29:48 df9b9388f04a: Pull complete 10:29:49 6ad1cebc031e: Verifying Checksum 10:29:49 6ad1cebc031e: Download complete 10:29:49 52dc419b0ee2: Pull complete 10:29:49 25bc292e5bac: Pull complete 10:29:50 114826534d7a: Verifying Checksum 10:29:50 114826534d7a: Download complete 10:29:50 8a3aa393b2d8: Verifying Checksum 10:29:50 8a3aa393b2d8: Download complete 10:29:53 114826534d7a: Pull complete 10:29:53 4657fd5d0bcf: Pull complete 10:29:53 6ad1cebc031e: Pull complete 10:29:55 8a3aa393b2d8: Pull complete 10:29:55 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 10:29:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:29:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:29:55 prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container 10:29:55 $ 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/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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/edgex-snyk-go:1.410.4 cat 10:30:00 $ docker top e9080533a19dd7b007b6d1ad803a934720aa2e30649f53cde8f3502fc594fbe1 -eo pid,comm [Pipeline] { [Pipeline] echo 10:30:00 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 10:30:00 + set -o pipefail 10:30:00 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 10:30:06 10:30:06 Monitoring /w/workspace/edgex-go/382 (github.com/edgexfoundry/edgex-go)... 10:30:06 10:30:06 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/1254ed2e-1785-4a78-837d-3fc2027428cd 10:30:06 10:30:06 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 10:30:06 10:30:06 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:30:06 10:30:06 10:30:06 A medium severity vulnerability was found in the Snyk CLI versions you are using. 10:30:06 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 10:30:06 More details here: https://snyk.co/ue1NS [Pipeline] } 10:30:06 $ docker stop --time=1 e9080533a19dd7b007b6d1ad803a934720aa2e30649f53cde8f3502fc594fbe1 10:30:09 $ docker rm -f --volumes e9080533a19dd7b007b6d1ad803a934720aa2e30649f53cde8f3502fc594fbe1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 10:30:09 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:30:09 provisioning config files... 10:30:09 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/382@tmp/config3801836132233487184tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:30:09 --> edgex-publish-swagger.sh 10:30:09 === Publish openapi/v2 API === 10:30:09 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 10:30:09 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/382/openapi/v2/core-command.yaml] 10:30:09 % Total % Received % Xferd Average Speed Time Time Time Current 10:30:09 Dload Upload Total Spent Left Speed 10:30:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33880 100 38 100 33842 43 38369 --:--:-- --:--:-- --:--:-- 38369 10:30:10 {"code":403,"message":"Access Denied"} 10:30:10 10:30:10 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/382/openapi/v2/core-data.yaml] 10:30:10 % Total % Received % Xferd Average Speed Time Time Time Current 10:30:10 Dload Upload Total Spent Left Speed 10:30:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71710 0 0 100 71710 0 344k --:--:-- --:--:-- --:--:-- 343k 100 71748 100 38 100 71710 46 88530 --:--:-- --:--:-- --:--:-- 88468 10:30:11 {"code":403,"message":"Access Denied"} 10:30:11 10:30:11 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/382/openapi/v2/core-metadata.yaml] 10:30:11 % Total % Received % Xferd Average Speed Time Time Time Current 10:30:11 Dload Upload Total Spent Left Speed 10:30:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 100 38 100 144k 45 174k --:--:-- --:--:-- --:--:-- 174k 100 144k 100 38 100 144k 45 174k --:--:-- --:--:-- --:--:-- 174k 10:30:12 {"code":403,"message":"Access Denied"} 10:30:12 10:30:12 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/382/openapi/v2/support-notifications.yaml] 10:30:12 % Total % Received % Xferd Average Speed Time Time Time Current 10:30:12 Dload Upload Total Spent Left Speed 10:30:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89347 100 38 100 89309 44 102k --:--:-- --:--:-- --:--:-- 102k 100 89347 100 38 100 89309 44 102k --:--:-- --:--:-- --:--:-- 102k 10:30:13 {"code":403,"message":"Access Denied"} 10:30:13 10:30:13 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/382/openapi/v2/support-scheduler.yaml] 10:30:13 % Total % Received % Xferd Average Speed Time Time Time Current 10:30:13 Dload Upload Total Spent Left Speed 10:30:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39585 100 38 100 39547 43 44837 --:--:-- --:--:-- --:--:-- 44830 100 39585 100 38 100 39547 43 44787 --:--:-- --:--:-- --:--:-- 44830 10:30:13 {"code":403,"message":"Access Denied"} 10:30:13 [Pipeline] } 10:30:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 10:30:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:30:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:30:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:30:14 prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container 10:30:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:30:15 $ docker top c50f967f007d706a377209d98dc4534c31632856d425332ea24a910c90671c37 -eo pid,comm 10:30:15 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). 10:30:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:30:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:30:15 [ssh-agent] Looking for ssh-agent implementation... 10:30:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:30:15 $ docker exec c50f967f007d706a377209d98dc4534c31632856d425332ea24a910c90671c37 ssh-agent 10:30:15 SSH_AUTH_SOCK=/tmp/ssh-CoJPffLAgH6l/agent.32 10:30:15 SSH_AGENT_PID=38 10:30:15 Running ssh-add (command line suppressed) 10:30:15 Identity added: /w/workspace/edgex-go/382@tmp/private_key_2836036801033327878.key (/w/workspace/edgex-go/382@tmp/private_key_2836036801033327878.key) 10:30:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:30:16 + git semver tag 10:30:16 2023-01-20 10:30:16,241 [run_tag] DEBUG tag force:False 10:30:16 2023-01-20 10:30:16,241 [check_head_tag] DEBUG check head tag 10:30:16 2023-01-20 10:30:16,244 [execute] INFO git cat-file --batch-check 10:30:16 2023-01-20 10:30:16,245 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/382, universal_newlines=False, shell=None, istream=) 10:30:16 2023-01-20 10:30:16,248 [execute] INFO git cat-file --batch 10:30:16 2023-01-20 10:30:16,248 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/382, universal_newlines=False, shell=None, istream=) 10:30:16 2023-01-20 10:30:16,288 [read_version] DEBUG read version from /w/workspace/edgex-go/382/.semver/main 10:30:16 2023-01-20 10:30:16,289 [execute] INFO git tag -a v3.0.0-dev.26 -m v3.0.0-dev.26 10:30:16 2023-01-20 10:30:16,289 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.26', '-m', 'v3.0.0-dev.26'], cwd=/w/workspace/edgex-go/382, universal_newlines=False, shell=None, istream=None) 10:30:16 2023-01-20 10:30:16,293 [read_version] DEBUG read version from /w/workspace/edgex-go/382/.semver/main 10:30:16 3.0.0-dev.26 [Pipeline] } 10:30:16 $ docker exec --env ******** --env ******** c50f967f007d706a377209d98dc4534c31632856d425332ea24a910c90671c37 ssh-agent -k 10:30:16 unset SSH_AUTH_SOCK; 10:30:16 unset SSH_AGENT_PID; 10:30:16 echo Agent pid 38 killed; 10:30:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:30:16 + git semver [Pipeline] } 10:30:17 $ docker stop --time=1 c50f967f007d706a377209d98dc4534c31632856d425332ea24a910c90671c37 10:30:18 $ docker rm -f --volumes c50f967f007d706a377209d98dc4534c31632856d425332ea24a910c90671c37 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:30:18 10:30:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:30:19 0.23.1-centos7: Pulling from edgex-lftools 10:30:19 ab5ef0e58194: Pulling fs layer 10:30:19 9712f1f96733: Pulling fs layer 10:30:19 63f879dbbcfc: Pulling fs layer 10:30:19 0d9ebad4ef96: Pulling fs layer 10:30:19 e9a5061849ea: Pulling fs layer 10:30:19 d747dcd14b5f: Pulling fs layer 10:30:19 2de7ff778b66: Pulling fs layer 10:30:19 e9a5061849ea: Waiting 10:30:19 2de7ff778b66: Waiting 10:30:19 d747dcd14b5f: Waiting 10:30:19 0d9ebad4ef96: Waiting 10:30:19 9712f1f96733: Download complete 10:30:20 63f879dbbcfc: Verifying Checksum 10:30:20 63f879dbbcfc: Download complete 10:30:20 e9a5061849ea: Verifying Checksum 10:30:20 e9a5061849ea: Download complete 10:30:20 ab5ef0e58194: Verifying Checksum 10:30:20 ab5ef0e58194: Download complete 10:30:20 d747dcd14b5f: Verifying Checksum 10:30:20 d747dcd14b5f: Download complete 10:30:20 0d9ebad4ef96: Verifying Checksum 10:30:20 0d9ebad4ef96: Download complete 10:30:20 2de7ff778b66: Verifying Checksum 10:30:20 2de7ff778b66: Download complete 10:30:22 ab5ef0e58194: Pull complete 10:30:22 9712f1f96733: Pull complete 10:30:23 63f879dbbcfc: Pull complete 10:30:26 0d9ebad4ef96: Pull complete 10:30:26 e9a5061849ea: Pull complete 10:30:26 d747dcd14b5f: Pull complete 10:30:27 2de7ff778b66: Pull complete 10:30:27 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:30:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:30:27 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:30:27 prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container 10:30:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:30:33 $ docker top 47478ca76520981f2ed30feb05b5c4db9547aa9e4d0f60b8ace12bd6c8d01119 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:30:33 provisioning config files... 10:30:33 copy managed file [sigul-config] to file:/w/workspace/edgex-go/382@tmp/config14638242852292065784tmp 10:30:33 copy managed file [sigul-password] to file:/w/workspace/edgex-go/382@tmp/config7002176429197157995tmp 10:30:33 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/382@tmp/config13723966644024818082tmp [Pipeline] { [Pipeline] echo 10:30:33 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:30:33 ---> sigul-configuration.sh 10:30:33 gpg: directory `/root/.gnupg' created 10:30:33 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:30:33 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:30:33 gpg: keyring `/root/.gnupg/secring.gpg' created 10:30:33 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:30:33 gpg: CAST5 encrypted data 10:30:33 gpg: encrypted with 1 passphrase 10:30:33 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:30:34 + mkdir /home/jenkins 10:30:34 + mkdir /home/jenkins/sigul [Pipeline] sh 10:30:34 + 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 10:30:34 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:30:34 ---> sigul-install.sh 10:30:34 Sigul already installed; skipping installation. [Pipeline] sh 10:30:34 + git tag --list 10:30:34 0.6.0 10:30:34 0.6.1 10:30:34 0.7.0 10:30:34 0.7.1 10:30:34 v1.0.0 10:30:34 v1.0.1 10:30:34 v1.1.0 10:30:34 v1.2.0 10:30:34 v1.2.1 10:30:34 v1.3.0 10:30:34 v1.3.1 10:30:34 v2.0.0 10:30:34 v2.1.0 10:30:34 v2.1.1 10:30:34 v2.1.1-dev.1 10:30:34 v2.1.1-dev.2 10:30:34 v2.1.1-dev.3 10:30:34 v2.1.1-dev.4 10:30:34 v2.1.1-dev.5 10:30:34 v2.1.1-dev.6 10:30:34 v2.1.1-dev.7 10:30:34 v2.1.1-dev.8 10:30:34 v2.1.2-dev.1 10:30:34 v2.2.0 10:30:34 v2.2.1-dev.1 10:30:34 v2.2.1-dev.10 10:30:34 v2.2.1-dev.11 10:30:34 v2.2.1-dev.12 10:30:34 v2.2.1-dev.13 10:30:34 v2.2.1-dev.14 10:30:34 v2.2.1-dev.15 10:30:34 v2.2.1-dev.16 10:30:34 v2.2.1-dev.17 10:30:34 v2.2.1-dev.18 10:30:34 v2.2.1-dev.19 10:30:34 v2.2.1-dev.2 10:30:34 v2.2.1-dev.20 10:30:34 v2.2.1-dev.21 10:30:34 v2.2.1-dev.22 10:30:34 v2.2.1-dev.23 10:30:34 v2.2.1-dev.24 10:30:34 v2.2.1-dev.25 10:30:34 v2.2.1-dev.26 10:30:34 v2.2.1-dev.27 10:30:34 v2.2.1-dev.28 10:30:34 v2.2.1-dev.29 10:30:34 v2.2.1-dev.3 10:30:34 v2.2.1-dev.4 10:30:34 v2.2.1-dev.5 10:30:34 v2.2.1-dev.6 10:30:34 v2.2.1-dev.7 10:30:34 v2.2.1-dev.8 10:30:34 v2.2.1-dev.9 10:30:34 v2.3.0 10:30:34 v2.3.0-dev.100 10:30:34 v2.3.0-dev.101 10:30:34 v2.3.0-dev.102 10:30:34 v2.3.0-dev.103 10:30:34 v2.3.0-dev.104 10:30:34 v2.3.0-dev.105 10:30:34 v2.3.0-dev.106 10:30:34 v2.3.0-dev.29 10:30:34 v2.3.0-dev.30 10:30:34 v2.3.0-dev.31 10:30:34 v2.3.0-dev.32 10:30:34 v2.3.0-dev.33 10:30:34 v2.3.0-dev.34 10:30:34 v2.3.0-dev.35 10:30:34 v2.3.0-dev.36 10:30:34 v2.3.0-dev.37 10:30:34 v2.3.0-dev.38 10:30:34 v2.3.0-dev.39 10:30:34 v2.3.0-dev.40 10:30:34 v2.3.0-dev.41 10:30:34 v2.3.0-dev.42 10:30:34 v2.3.0-dev.43 10:30:34 v2.3.0-dev.44 10:30:34 v2.3.0-dev.45 10:30:34 v2.3.0-dev.46 10:30:34 v2.3.0-dev.47 10:30:34 v2.3.0-dev.48 10:30:34 v2.3.0-dev.49 10:30:34 v2.3.0-dev.50 10:30:34 v2.3.0-dev.51 10:30:34 v2.3.0-dev.52 10:30:34 v2.3.0-dev.53 10:30:34 v2.3.0-dev.54 10:30:34 v2.3.0-dev.55 10:30:34 v2.3.0-dev.56 10:30:34 v2.3.0-dev.57 10:30:34 v2.3.0-dev.58 10:30:34 v2.3.0-dev.59 10:30:34 v2.3.0-dev.60 10:30:34 v2.3.0-dev.61 10:30:34 v2.3.0-dev.62 10:30:34 v2.3.0-dev.63 10:30:34 v2.3.0-dev.64 10:30:34 v2.3.0-dev.65 10:30:34 v2.3.0-dev.66 10:30:34 v2.3.0-dev.67 10:30:34 v2.3.0-dev.68 10:30:34 v2.3.0-dev.69 10:30:34 v2.3.0-dev.70 10:30:34 v2.3.0-dev.71 10:30:34 v2.3.0-dev.72 10:30:34 v2.3.0-dev.73 10:30:34 v2.3.0-dev.74 10:30:34 v2.3.0-dev.75 10:30:34 v2.3.0-dev.76 10:30:34 v2.3.0-dev.77 10:30:34 v2.3.0-dev.78 10:30:34 v2.3.0-dev.79 10:30:34 v2.3.0-dev.80 10:30:34 v2.3.0-dev.81 10:30:34 v2.3.0-dev.82 10:30:34 v2.3.0-dev.83 10:30:34 v2.3.0-dev.84 10:30:34 v2.3.0-dev.85 10:30:34 v2.3.0-dev.86 10:30:34 v2.3.0-dev.87 10:30:34 v2.3.0-dev.88 10:30:34 v2.3.0-dev.89 10:30:34 v2.3.0-dev.90 10:30:34 v2.3.0-dev.91 10:30:34 v2.3.0-dev.92 10:30:34 v2.3.0-dev.93 10:30:34 v2.3.0-dev.94 10:30:34 v2.3.0-dev.95 10:30:34 v2.3.0-dev.96 10:30:34 v2.3.0-dev.97 10:30:34 v2.3.0-dev.98 10:30:34 v2.3.0-dev.99 10:30:34 v2.3.1-dev.1 10:30:34 v2.3.1-dev.2 10:30:34 v2.3.1-dev.3 10:30:34 v2.3.1-dev.4 10:30:34 v2.3.1-dev.5 10:30:34 v3.0.0-dev.1 10:30:34 v3.0.0-dev.10 10:30:34 v3.0.0-dev.11 10:30:34 v3.0.0-dev.12 10:30:34 v3.0.0-dev.13 10:30:34 v3.0.0-dev.14 10:30:34 v3.0.0-dev.15 10:30:34 v3.0.0-dev.16 10:30:34 v3.0.0-dev.17 10:30:34 v3.0.0-dev.18 10:30:34 v3.0.0-dev.19 10:30:34 v3.0.0-dev.2 10:30:34 v3.0.0-dev.20 10:30:34 v3.0.0-dev.21 10:30:34 v3.0.0-dev.22 10:30:34 v3.0.0-dev.23 10:30:34 v3.0.0-dev.24 10:30:34 v3.0.0-dev.25 10:30:34 v3.0.0-dev.26 10:30:34 v3.0.0-dev.3 10:30:34 v3.0.0-dev.4 10:30:34 v3.0.0-dev.5 10:30:34 v3.0.0-dev.6 10:30:34 v3.0.0-dev.7 10:30:34 v3.0.0-dev.8 10:30:34 v3.0.0-dev.9 [Pipeline] sh 10:30:35 + lftools sign git-tag v3.0.0-dev.26 10:30:35 Signing Git tag with Sigul... 10:30:35 Signing v3.0.0-dev.26 [Pipeline] echo 10:30:36 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:30:36 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:30:36 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:30:36 $ docker stop --time=1 47478ca76520981f2ed30feb05b5c4db9547aa9e4d0f60b8ace12bd6c8d01119 10:30:37 $ docker rm -f --volumes 47478ca76520981f2ed30feb05b5c4db9547aa9e4d0f60b8ace12bd6c8d01119 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 10:30:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:30:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:30:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:30:38 prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container 10:30:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:30:38 $ docker top cea369686393182ba80ba32f6305886b37887c49d37c1369f5d614b19695460e -eo pid,comm 10:30:38 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). 10:30:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:30:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:30:38 [ssh-agent] Looking for ssh-agent implementation... 10:30:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:30:38 $ docker exec cea369686393182ba80ba32f6305886b37887c49d37c1369f5d614b19695460e ssh-agent 10:30:39 SSH_AUTH_SOCK=/tmp/ssh-EGqf4kOOv0du/agent.32 10:30:39 SSH_AGENT_PID=38 10:30:39 Running ssh-add (command line suppressed) 10:30:39 Identity added: /w/workspace/edgex-go/382@tmp/private_key_11657079442788509801.key (/w/workspace/edgex-go/382@tmp/private_key_11657079442788509801.key) 10:30:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:30:39 + git semver bump pre 10:30:39 2023-01-20 10:30:39,603 [read_version] DEBUG read version from /w/workspace/edgex-go/382/.semver/main 10:30:39 2023-01-20 10:30:39,603 [bump_version] DEBUG bumping version:3.0.0-dev.26 on axis:pre with prefix:dev 10:30:39 2023-01-20 10:30:39,603 [bump_version] DEBUG bumped version:3.0.0-dev.27 10:30:39 2023-01-20 10:30:39,604 [write_version] DEBUG write version:3.0.0-dev.27 to path:/w/workspace/edgex-go/382/.semver/main with force:True 10:30:39 2023-01-20 10:30:39,604 [read_version] DEBUG read version from /w/workspace/edgex-go/382/.semver/main 10:30:39 2023-01-20 10:30:39,604 [write_file] DEBUG write to file:/w/workspace/edgex-go/382/.semver/main 10:30:39 2023-01-20 10:30:39,606 [execute] INFO git cat-file --batch-check 10:30:39 2023-01-20 10:30:39,606 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/382/.semver, universal_newlines=False, shell=None, istream=) 10:30:39 2023-01-20 10:30:39,611 [execute] INFO git cat-file --batch 10:30:39 2023-01-20 10:30:39,612 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/382/.semver, universal_newlines=False, shell=None, istream=) 10:30:39 2023-01-20 10:30:39,616 [read_version] DEBUG read version from /w/workspace/edgex-go/382/.semver/main 10:30:39 3.0.0-dev.27 [Pipeline] } 10:30:39 $ docker exec --env ******** --env ******** cea369686393182ba80ba32f6305886b37887c49d37c1369f5d614b19695460e ssh-agent -k 10:30:39 unset SSH_AUTH_SOCK; 10:30:39 unset SSH_AGENT_PID; 10:30:39 echo Agent pid 38 killed; 10:30:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:30:40 + git semver [Pipeline] } 10:30:40 $ docker stop --time=1 cea369686393182ba80ba32f6305886b37887c49d37c1369f5d614b19695460e 10:30:41 $ docker rm -f --volumes cea369686393182ba80ba32f6305886b37887c49d37c1369f5d614b19695460e [Pipeline] // withDockerContainer [Pipeline] sh 10:30:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:30:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:30:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:30:42 prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container 10:30:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:30:42 $ docker top 0cf6c85f170d916c2ae949f4863a1112e70b18676b9c07e39a4f47ef6ece2f5d -eo pid,comm 10:30:42 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). 10:30:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:30:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:30:42 [ssh-agent] Looking for ssh-agent implementation... 10:30:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:30:42 $ docker exec 0cf6c85f170d916c2ae949f4863a1112e70b18676b9c07e39a4f47ef6ece2f5d ssh-agent 10:30:43 SSH_AUTH_SOCK=/tmp/ssh-8Dz1SuzRsG5O/agent.32 10:30:43 SSH_AGENT_PID=38 10:30:43 Running ssh-add (command line suppressed) 10:30:43 Identity added: /w/workspace/edgex-go/382@tmp/private_key_2721986150579592896.key (/w/workspace/edgex-go/382@tmp/private_key_2721986150579592896.key) 10:30:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:30:43 + git semver push 10:30:43 2023-01-20 10:30:43,593 [run_push] DEBUG push 10:30:43 2023-01-20 10:30:43,593 [execute] INFO git cat-file --batch-check 10:30:43 2023-01-20 10:30:43,593 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/382/.semver, universal_newlines=False, shell=None, istream=) 10:30:43 2023-01-20 10:30:43,597 [execute] INFO git rev-list 91282e0a0fcb4a92f1c6ff9bdb586162db8fa530 -- 10:30:43 2023-01-20 10:30:43,597 [execute] DEBUG Popen(['git', 'rev-list', '91282e0a0fcb4a92f1c6ff9bdb586162db8fa530', '--'], cwd=/w/workspace/edgex-go/382/.semver, universal_newlines=False, shell=None, istream=None) 10:30:43 2023-01-20 10:30:43,615 [execute] INFO git fetch -v origin 10:30:43 2023-01-20 10:30:43,616 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/382/.semver, universal_newlines=True, shell=None, istream=None) 10:30:44 2023-01-20 10:30:44,112 [run_push] DEBUG no remote changes detected 10:30:44 2023-01-20 10:30:44,112 [execute] INFO git push origin semver 10:30:44 2023-01-20 10:30:44,113 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/382/.semver, universal_newlines=False, shell=None, istream=None) 10:30:45 2023-01-20 10:30:45,002 [run_push] DEBUG push all version tags 10:30:45 2023-01-20 10:30:45,002 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 10:30:45 2023-01-20 10:30:45,003 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/382, universal_newlines=False, shell=None, istream=None) 10:30:46 2023-01-20 10:30:45,882 [read_version] DEBUG read version from /w/workspace/edgex-go/382/.semver/main 10:30:46 3.0.0-dev.27 [Pipeline] } 10:30:46 $ docker exec --env ******** --env ******** 0cf6c85f170d916c2ae949f4863a1112e70b18676b9c07e39a4f47ef6ece2f5d ssh-agent -k 10:30:46 unset SSH_AUTH_SOCK; 10:30:46 unset SSH_AGENT_PID; 10:30:46 echo Agent pid 38 killed; 10:30:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:30:46 + git semver [Pipeline] } 10:30:46 $ docker stop --time=1 0cf6c85f170d916c2ae949f4863a1112e70b18676b9c07e39a4f47ef6ece2f5d 10:30:48 $ docker rm -f --volumes 0cf6c85f170d916c2ae949f4863a1112e70b18676b9c07e39a4f47ef6ece2f5d [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 10:30:48 + [ -d /w/workspace/edgex-go/382/archives ] [Pipeline] libraryResource [Pipeline] sh 10:30:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:30:49 ---> package-listing.sh 10:30:49 ++ facter osfamily 10:30:49 ++ tr '[:upper:]' '[:lower:]' 10:30:50 + OS_FAMILY=debian 10:30:50 + workspace=/w/workspace/edgex-go/382 10:30:50 + START_PACKAGES=/tmp/packages_start.txt 10:30:50 + END_PACKAGES=/tmp/packages_end.txt 10:30:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:30:50 + PACKAGES=/tmp/packages_start.txt 10:30:50 + '[' /w/workspace/edgex-go/382 ']' 10:30:50 + PACKAGES=/tmp/packages_end.txt 10:30:50 + case "${OS_FAMILY}" in 10:30:50 + dpkg -l 10:30:50 + grep '^ii' 10:30:50 + '[' -f /tmp/packages_start.txt ']' 10:30:50 + '[' -f /tmp/packages_end.txt ']' 10:30:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:30:50 + '[' /w/workspace/edgex-go/382 ']' 10:30:50 + mkdir -p /w/workspace/edgex-go/382/archives/ 10:30:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/382/archives/ [Pipeline] echo 10:30:50 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/382/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:30:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:30:50 10:30:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:30:51 latest: Pulling from edgex-lftools-log-publisher 10:30:51 5eb5b503b376: Pulling fs layer 10:30:51 5c69ac0246d0: Pulling fs layer 10:30:51 ec43610c2a17: Pulling fs layer 10:30:51 3a2ae6a8a46f: Pulling fs layer 10:30:51 33b1e0a273af: Pulling fs layer 10:30:51 5d3b04190fa2: Pulling fs layer 10:30:51 2f39f015ded8: Pulling fs layer 10:30:51 3a2ae6a8a46f: Waiting 10:30:51 5d3b04190fa2: Waiting 10:30:51 33b1e0a273af: Waiting 10:30:51 2f39f015ded8: Waiting 10:30:51 5c69ac0246d0: Verifying Checksum 10:30:51 5c69ac0246d0: Download complete 10:30:51 3a2ae6a8a46f: Download complete 10:30:51 33b1e0a273af: Verifying Checksum 10:30:51 33b1e0a273af: Download complete 10:30:51 5d3b04190fa2: Verifying Checksum 10:30:51 5d3b04190fa2: Download complete 10:30:51 ec43610c2a17: Verifying Checksum 10:30:51 ec43610c2a17: Download complete 10:30:51 5eb5b503b376: Verifying Checksum 10:30:51 5eb5b503b376: Download complete 10:30:52 2f39f015ded8: Download complete 10:30:52 5eb5b503b376: Pull complete 10:30:52 5c69ac0246d0: Pull complete 10:30:53 ec43610c2a17: Pull complete 10:30:53 3a2ae6a8a46f: Pull complete 10:30:53 33b1e0a273af: Pull complete 10:30:53 5d3b04190fa2: Pull complete 10:30:57 2f39f015ded8: Pull complete 10:30:57 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:30:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:30:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:30:58 prd-ubuntu20.04-docker-8c-8g-3178 does not seem to be running inside a container 10:30:58 $ 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/382/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/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:31:02 $ docker top 8ba33b2187c545f7d87d123ef82802003178433462c51f26f165ef3c6202ba6e -eo pid,comm [Pipeline] { [Pipeline] sh 10:31:03 + touch /tmp/pre-build-complete [Pipeline] sh 10:31:03 + mkdir -p /var/log/sysstat [Pipeline] sh 10:31:03 + ls /var/log/sa-host 10:31:03 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:31:03 provisioning config files... 10:31:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/382@tmp/config7515663349727833161tmp [Pipeline] { [Pipeline] echo 10:31:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:31:04 ---> create-netrc.sh [Pipeline] } 10:31:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:31:04 ---> python-tools-install.sh [Pipeline] echo 10:31:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:31:04 ---> sudo-logs.sh 10:31:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:31:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:31:05 ---> job-cost.sh 10:31:05 lf-activate-venv: SKIPPING 10:31:05 DEBUG: total: 0.10999999940395355 10:31:05 INFO: Retrieving Stack Cost... 10:31:05 INFO: Retrieving Pricing Info for: v3-standard-8 10:31:06 INFO: Archiving Costs [Pipeline] echo 10:31:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:31:06 ---> logs-deploy.sh 10:31:06 lf-activate-venv: SKIPPING 10:31:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/382 10:31:06 INFO: archiving workspace using pattern(s): 10:31:07 Archives upload complete. 10:31:07 INFO: archiving logs to Nexus 10:31:08 ---> uname -a: 10:31:08 Linux prd-ubuntu20-04-docker-8c-8g-3178 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 10:31:08 10:31:08 10:31:08 ---> lscpu: 10:31:08 Architecture: x86_64 10:31:08 CPU op-mode(s): 32-bit, 64-bit 10:31:08 Byte Order: Little Endian 10:31:08 Address sizes: 40 bits physical, 48 bits virtual 10:31:08 CPU(s): 8 10:31:08 On-line CPU(s) list: 0-7 10:31:08 Thread(s) per core: 1 10:31:08 Core(s) per socket: 1 10:31:08 Socket(s): 8 10:31:08 NUMA node(s): 1 10:31:08 Vendor ID: AuthenticAMD 10:31:08 CPU family: 23 10:31:08 Model: 49 10:31:08 Model name: AMD EPYC-Rome Processor 10:31:08 Stepping: 0 10:31:08 CPU MHz: 2800.002 10:31:08 BogoMIPS: 5600.00 10:31:08 Virtualization: AMD-V 10:31:08 Hypervisor vendor: KVM 10:31:08 Virtualization type: full 10:31:08 L1d cache: 256 KiB 10:31:08 L1i cache: 256 KiB 10:31:08 L2 cache: 4 MiB 10:31:08 L3 cache: 128 MiB 10:31:08 NUMA node0 CPU(s): 0-7 10:31:08 Vulnerability Itlb multihit: Not affected 10:31:08 Vulnerability L1tf: Not affected 10:31:08 Vulnerability Mds: Not affected 10:31:08 Vulnerability Meltdown: Not affected 10:31:08 Vulnerability Mmio stale data: Not affected 10:31:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:31:08 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 10:31:08 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 10:31:08 Vulnerability Srbds: Not affected 10:31:08 Vulnerability Tsx async abort: Not affected 10:31:08 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 10:31:08 10:31:08 10:31:08 ---> nproc: 10:31:08 8 10:31:08 10:31:08 10:31:08 ---> df -h: 10:31:08 Filesystem Size Used Avail Use% Mounted on 10:31:08 overlay 155G 21G 135G 14% / 10:31:08 tmpfs 64M 0 64M 0% /dev 10:31:08 tmpfs 16G 0 16G 0% /sys/fs/cgroup 10:31:08 shm 64M 0 64M 0% /dev/shm 10:31:08 /dev/vda1 155G 21G 135G 14% /facter-os 10:31:08 10:31:08 10:31:08 ---> sar -b -r -n DEV: 10:31:08 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3178) 01/20/23 _x86_64_ (8 CPU) 10:31:08 10:31:08 10:02:39 LINUX RESTART (8 CPU) 10:31:08 10:31:08 10:03:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:31:08 10:04:01 130.36 39.49 90.86 0.00 4422.00 79882.78 0.00 10:31:08 10:05:01 80.12 0.55 79.57 0.00 14.13 22924.45 0.00 10:31:08 10:06:01 48.40 0.28 48.12 0.00 7.60 17266.39 0.00 10:31:08 10:07:01 350.56 3.82 346.74 0.00 40.26 132912.51 0.00 10:31:08 10:08:01 367.59 5.07 362.52 0.00 111.85 210791.53 0.00 10:31:08 10:09:01 701.13 9.84 691.30 0.00 2828.29 160002.93 0.00 10:31:08 10:10:01 548.10 1.74 546.35 0.00 2270.45 160684.14 0.00 10:31:08 10:11:01 550.65 0.72 549.93 0.00 5.73 153924.56 0.00 10:31:08 10:12:01 351.14 0.10 351.04 0.00 7.47 82246.03 0.00 10:31:08 10:13:01 29.28 0.07 29.21 0.00 10.53 784.67 0.00 10:31:08 10:14:01 2.75 0.00 2.75 0.00 0.00 44.26 0.00 10:31:08 10:15:01 1.10 0.00 1.10 0.00 0.00 12.66 0.00 10:31:08 10:16:01 1.13 0.00 1.13 0.00 0.00 12.13 0.00 10:31:08 10:17:01 0.95 0.02 0.93 0.00 0.13 11.60 0.00 10:31:08 10:18:01 2.18 0.02 2.17 0.00 0.13 22.53 0.00 10:31:08 10:19:01 1.70 0.00 1.70 0.00 0.00 23.46 0.00 10:31:08 10:20:01 1.18 0.00 1.18 0.00 0.00 12.66 0.00 10:31:08 10:21:01 1.55 0.00 1.55 0.00 0.00 18.00 0.00 10:31:08 10:22:01 1.17 0.00 1.17 0.00 0.00 12.13 0.00 10:31:08 10:23:01 1.65 0.00 1.65 0.00 0.00 18.93 0.00 10:31:08 10:24:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 10:31:08 10:25:01 1.03 0.00 1.03 0.00 0.00 12.40 0.00 10:31:08 10:26:01 1.23 0.00 1.23 0.00 0.00 13.46 0.00 10:31:08 10:27:01 1.53 0.00 1.53 0.00 0.00 17.20 0.00 10:31:08 10:28:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 10:31:08 10:29:01 1.72 0.00 1.72 0.00 0.00 18.93 0.00 10:31:08 10:30:01 34.38 0.18 34.19 0.00 10.93 24740.68 0.00 10:31:08 10:31:01 115.30 0.33 114.96 0.00 19.73 45940.48 0.00 10:31:08 Average: 119.00 2.18 116.82 0.00 343.67 38985.27 0.00 10:31:08 10:31:08 10:03:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:31:08 10:04:01 28713972 31610612 707580 2.15 73388 3093412 1794960 5.29 1032604 2775648 8 10:31:08 10:05:01 27927332 31533008 770716 2.34 113700 3692264 1927360 5.68 1486392 3020588 453628 10:31:08 10:06:01 27686716 31557260 744732 2.26 116760 3929760 1855560 5.47 1363272 3356992 330508 10:31:08 10:07:01 24264812 31493196 795868 2.42 199948 6988072 1934120 5.70 2013944 5895468 840088 10:31:08 10:08:01 21901276 31017536 1259276 3.83 289416 8697208 2803148 8.26 2225860 7947872 1600 10:31:08 10:09:01 20704208 31164780 1092112 3.32 320016 9944312 3138356 9.25 2436680 8835896 91460 10:31:08 10:10:01 18318368 30899972 1351616 4.11 358624 11914356 3257760 9.60 3090972 10451968 164 10:31:08 10:11:01 18052104 31423640 834788 2.54 408364 12596676 2273748 6.70 2498752 11264624 510320 10:31:08 10:12:01 18724908 31518656 747412 2.27 428924 12011348 1954044 5.76 2441312 10674112 1452 10:31:08 10:13:01 18719488 31515428 750304 2.28 430148 12012356 1848612 5.45 2445216 10674656 736 10:31:08 10:14:01 18723804 31519744 745956 2.27 430160 12012352 1851296 5.46 2441452 10674636 8 10:31:08 10:15:01 18723456 31519456 746168 2.27 430180 12012356 1851296 5.46 2441320 10674640 176 10:31:08 10:16:01 18727392 31523424 742772 2.26 430188 12012356 1851296 5.46 2436448 10674664 8 10:31:08 10:17:01 18726988 31523100 743012 2.26 430208 12012360 1851296 5.46 2437020 10674672 328 10:31:08 10:18:01 18720940 31517116 749048 2.28 430232 12012360 1871984 5.52 2446800 10674672 0 10:31:08 10:19:01 18728976 31525132 741184 2.25 430252 12012340 1871984 5.52 2434988 10674652 44 10:31:08 10:20:01 18728708 31524868 741300 2.25 430268 12012344 1871984 5.52 2434824 10674656 16 10:31:08 10:21:01 18728792 31525000 741128 2.25 430292 12012348 1871984 5.52 2434860 10674660 48 10:31:08 10:22:01 18728736 31524948 741096 2.25 430308 12012352 1871984 5.52 2434860 10674664 8 10:31:08 10:23:01 18728688 31524904 741068 2.25 430332 12012344 1871984 5.52 2434872 10674668 44 10:31:08 10:24:01 18728672 31524944 740996 2.25 430344 12012356 1871984 5.52 2435020 10674668 4 10:31:08 10:25:01 18729092 31525368 740720 2.25 430352 12012360 1871984 5.52 2434960 10674672 180 10:31:08 10:26:01 18728824 31525100 740944 2.25 430364 12012364 1871984 5.52 2434944 10674672 4 10:31:08 10:27:01 18728840 31525168 740852 2.25 430380 12012368 1871984 5.52 2435120 10674684 48 10:31:08 10:28:01 18728540 31524876 741060 2.25 430404 12012372 1871984 5.52 2435012 10674688 16 10:31:08 10:29:01 18728668 31525044 741040 2.25 430444 12012368 1871984 5.52 2435112 10674684 4 10:31:08 10:30:01 17833728 31402064 857360 2.61 443832 12725268 2053028 6.05 2575252 11372700 8632 10:31:08 10:31:01 16689412 31487420 768188 2.34 496184 13773332 1979184 5.83 2594028 12370660 71544 10:31:08 Average: 19970551 31464349 805653 2.45 377286 10842002 2024603 5.97 2328282 9622708 82538 10:31:08 10:31:08 10:03:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:31:08 10:04:01 lo 4.96 4.96 0.48 0.48 0.00 0.00 0.00 0.00 10:31:08 10:04:01 ens3 1204.86 1086.02 12194.72 147.23 0.00 0.00 0.00 0.00 10:31:08 10:04:01 docker0 253.34 242.35 17.94 2810.09 0.00 0.00 0.00 0.00 10:31:08 10:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:31:08 10:05:01 ens3 139.96 99.40 727.00 22.75 0.00 0.00 0.00 0.00 10:31:08 10:05:01 docker0 77.60 104.95 6.41 692.88 0.00 0.00 0.00 0.00 10:31:08 10:05:01 veth69a959c 0.63 0.82 0.05 0.06 0.00 0.00 0.00 0.00 10:31:08 10:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:06:01 ens3 48.32 47.58 34.17 105.49 0.00 0.00 0.00 0.00 10:31:08 10:06:01 docker0 0.80 0.80 0.05 0.06 0.00 0.00 0.00 0.00 10:31:08 10:06:01 veth69a959c 0.80 0.82 0.06 0.06 0.00 0.00 0.00 0.00 10:31:08 10:07:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 10:31:08 10:07:01 ens3 947.28 624.96 7748.52 71.21 0.00 0.00 0.00 0.00 10:31:08 10:07:01 docker0 562.06 852.37 45.45 6054.26 0.00 0.00 0.00 0.00 10:31:08 10:07:01 veth509db96 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 10:31:08 10:08:01 vethfcd2ccd 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 10:31:08 10:08:01 veth386e666 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:08:01 lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 10:31:08 10:08:01 ens3 7.52 5.03 6.03 3.02 0.00 0.00 0.00 0.00 10:31:08 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:08:01 vethcee0c9f 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 10:31:08 10:08:01 veth509db96 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:09:01 veth251e5c4 25.43 36.03 2.47 11.40 0.00 0.00 0.00 0.00 10:31:08 10:09:01 vethfddc6be 51.92 89.55 5.11 433.09 0.00 0.00 0.00 0.04 10:31:08 10:09:01 lo 2.13 2.13 0.20 0.20 0.00 0.00 0.00 0.00 10:31:08 10:09:01 ens3 346.56 198.10 3438.31 32.84 0.00 0.00 0.00 0.00 10:31:08 10:09:01 docker0 91.68 153.94 7.45 812.66 0.00 0.00 0.00 0.00 10:31:08 10:09:01 veth509db96 0.00 0.47 0.00 0.02 0.00 0.00 0.00 0.00 10:31:08 10:09:01 vethac207af 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 10:31:08 10:09:01 veth6a3422d 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 10:31:08 10:10:01 veth2254f65 0.02 0.18 0.00 0.01 0.00 0.00 0.00 0.00 10:31:08 10:10:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 10:31:08 10:10:01 ens3 336.11 130.74 2271.68 24.54 0.00 0.00 0.00 0.00 10:31:08 10:10:01 docker0 87.71 172.45 7.81 1986.21 0.00 0.00 0.00 0.00 10:31:08 10:10:01 veth509db96 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 10:31:08 10:10:01 veth5358b5c 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 10:31:08 10:10:01 vethbc4255c 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 10:31:08 10:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:31:08 10:11:01 ens3 317.66 195.68 2489.60 31.58 0.00 0.00 0.00 0.00 10:31:08 10:11:01 docker0 175.99 284.12 14.69 2463.27 0.00 0.00 0.00 0.00 10:31:08 10:11:01 veth509db96 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 10:31:08 10:11:01 vethd342558 82.62 133.06 8.16 1132.74 0.00 0.00 0.00 0.09 10:31:08 10:12:01 lo 17.13 17.13 1.69 1.69 0.00 0.00 0.00 0.00 10:31:08 10:12:01 ens3 210.83 227.71 349.79 654.54 0.00 0.00 0.00 0.00 10:31:08 10:12:01 docker0 13.08 22.68 0.88 244.49 0.00 0.00 0.00 0.00 10:31:08 10:13:01 lo 43.53 43.53 4.29 4.29 0.00 0.00 0.00 0.00 10:31:08 10:13:01 ens3 483.74 491.47 216.71 2785.03 0.00 0.00 0.00 0.00 10:31:08 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:14:01 lo 1.80 1.80 0.18 0.18 0.00 0.00 0.00 0.00 10:31:08 10:14:01 ens3 10.46 8.80 9.91 3.38 0.00 0.00 0.00 0.00 10:31:08 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:31:08 10:15:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:31:08 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:31:08 10:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:31:08 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:31:08 10:19:01 ens3 0.25 0.17 0.08 0.07 0.00 0.00 0.00 0.00 10:31:08 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:20:01 ens3 1.18 1.12 8.13 0.09 0.00 0.00 0.00 0.00 10:31:08 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:31:08 10:21:01 ens3 4.83 2.18 5.43 0.15 0.00 0.00 0.00 0.00 10:31:08 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:22:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:31:08 10:23:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:31:08 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:24:01 ens3 0.13 0.13 0.08 0.07 0.00 0.00 0.00 0.00 10:31:08 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:31:08 10:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:31:08 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:31:08 10:27:01 ens3 0.53 0.52 0.26 0.22 0.00 0.00 0.00 0.00 10:31:08 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:31:08 10:29:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 10:31:08 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:31:08 10:30:01 vethfbcba38 4.43 5.87 0.37 27.67 0.00 0.00 0.00 0.00 10:31:08 10:30:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 10:31:08 10:30:01 ens3 160.77 123.88 4003.52 15.70 0.00 0.00 0.00 0.00 10:31:08 10:30:01 docker0 4.43 5.78 0.31 27.66 0.00 0.00 0.00 0.00 10:31:08 10:31:01 lo 2.27 2.27 0.23 0.23 0.00 0.00 0.00 0.00 10:31:08 10:31:01 ens3 363.47 309.18 6335.55 155.33 0.00 0.00 0.00 0.00 10:31:08 10:31:01 docker0 34.28 40.81 3.16 560.83 0.00 0.00 0.00 0.00 10:31:08 Average: lo 2.73 2.73 0.27 0.27 0.00 0.00 0.00 0.00 10:31:08 Average: ens3 162.54 125.76 1410.20 144.74 0.00 0.00 0.00 0.00 10:31:08 Average: docker0 46.22 66.96 3.70 556.52 0.00 0.00 0.00 0.00 10:31:08 10:31:08 10:31:08 ---> sar -P ALL: 10:31:08 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3178) 01/20/23 _x86_64_ (8 CPU) 10:31:08 10:31:08 10:02:39 LINUX RESTART (8 CPU) 10:31:08 10:31:08 10:03:03 CPU %user %nice %system %iowait %steal %idle 10:31:08 10:04:01 all 10.37 0.00 3.46 2.65 0.06 83.45 10:31:08 10:04:01 0 10.40 0.00 3.73 0.59 0.03 85.24 10:31:08 10:04:01 1 9.82 0.00 3.24 0.67 0.07 86.20 10:31:08 10:04:01 2 9.03 0.00 2.90 2.67 0.05 85.35 10:31:08 10:04:01 3 9.80 0.00 3.52 1.07 0.07 85.54 10:31:08 10:04:01 4 11.85 0.00 3.58 3.81 0.05 80.71 10:31:08 10:04:01 5 9.32 0.00 3.14 1.67 0.05 85.82 10:31:08 10:04:01 6 10.61 0.00 3.73 8.62 0.05 76.99 10:31:08 10:04:01 7 12.19 0.00 3.88 2.18 0.07 81.69 10:31:08 10:05:01 all 30.16 0.00 5.55 1.60 0.06 62.62 10:31:08 10:05:01 0 28.69 0.00 6.12 0.35 0.07 64.77 10:31:08 10:05:01 1 31.24 0.00 4.69 0.35 0.05 63.67 10:31:08 10:05:01 2 29.96 0.00 5.42 6.05 0.07 58.50 10:31:08 10:05:01 3 28.99 0.00 5.75 0.93 0.07 64.27 10:31:08 10:05:01 4 30.22 0.00 5.72 3.25 0.07 60.74 10:31:08 10:05:01 5 31.34 0.00 5.44 0.59 0.05 62.58 10:31:08 10:05:01 6 29.70 0.00 6.44 1.18 0.07 62.62 10:31:08 10:05:01 7 31.16 0.00 4.85 0.12 0.07 63.80 10:31:08 10:06:01 all 47.16 0.00 6.34 0.68 0.09 45.73 10:31:08 10:06:01 0 47.18 0.00 6.27 0.34 0.08 46.13 10:31:08 10:06:01 1 47.09 0.00 6.27 0.19 0.08 46.38 10:31:08 10:06:01 2 46.61 0.00 6.18 0.07 0.08 47.06 10:31:08 10:06:01 3 48.00 0.00 6.30 0.25 0.08 45.37 10:31:08 10:06:01 4 48.65 0.00 7.02 0.63 0.10 43.61 10:31:08 10:06:01 5 47.68 0.00 6.28 0.25 0.12 45.66 10:31:08 10:06:01 6 45.02 0.00 6.20 3.63 0.08 45.06 10:31:08 10:06:01 7 47.07 0.00 6.23 0.05 0.08 46.56 10:31:08 10:07:01 all 12.61 0.00 6.92 9.45 0.10 70.92 10:31:08 10:07:01 0 13.46 0.00 7.46 8.86 0.10 70.12 10:31:08 10:07:01 1 11.86 0.00 6.00 10.15 0.08 71.90 10:31:08 10:07:01 2 13.30 0.00 6.09 6.96 0.10 73.55 10:31:08 10:07:01 3 13.10 0.00 7.19 3.88 0.12 75.71 10:31:08 10:07:01 4 12.36 0.00 6.66 19.34 0.12 61.52 10:31:08 10:07:01 5 11.76 0.00 6.07 5.43 0.10 76.64 10:31:08 10:07:01 6 12.22 0.00 7.89 13.68 0.07 66.13 10:31:08 10:07:01 7 12.79 0.00 8.04 7.29 0.10 71.78 10:31:08 10:08:01 all 8.01 0.00 4.97 15.20 0.03 71.78 10:31:08 10:08:01 0 8.50 0.00 4.90 34.32 0.03 52.25 10:31:08 10:08:01 1 7.69 0.00 6.43 50.70 0.03 35.14 10:31:08 10:08:01 2 8.09 0.00 4.99 3.67 0.02 83.24 10:31:08 10:08:01 3 7.35 0.00 5.13 8.31 0.03 79.18 10:31:08 10:08:01 4 7.71 0.00 5.80 16.04 0.02 70.43 10:31:08 10:08:01 5 8.02 0.00 4.39 3.20 0.02 84.37 10:31:08 10:08:01 6 7.98 0.00 3.96 1.64 0.03 86.39 10:31:08 10:08:01 7 8.78 0.00 4.21 4.08 0.05 82.88 10:31:08 10:09:01 all 42.94 0.00 9.79 15.19 0.11 31.96 10:31:08 10:09:01 0 43.19 0.00 9.63 7.89 0.12 39.18 10:31:08 10:09:01 1 41.61 0.00 10.17 8.38 0.12 39.72 10:31:08 10:09:01 2 42.64 0.00 9.85 24.42 0.12 22.97 10:31:08 10:09:01 3 42.89 0.00 10.04 11.05 0.17 35.85 10:31:08 10:09:01 4 43.31 0.00 9.34 12.90 0.10 34.35 10:31:08 10:09:01 5 43.74 0.00 9.74 15.00 0.10 31.42 10:31:08 10:09:01 6 41.98 0.00 10.13 26.01 0.08 21.79 10:31:08 10:09:01 7 44.16 0.00 9.44 15.80 0.10 30.50 10:31:08 10:10:01 all 43.66 0.00 9.81 18.62 0.12 27.79 10:31:08 10:10:01 0 42.79 0.00 10.54 30.45 0.10 16.11 10:31:08 10:10:01 1 43.20 0.00 10.44 9.66 0.17 36.53 10:31:08 10:10:01 2 44.00 0.00 9.68 34.56 0.10 11.65 10:31:08 10:10:01 3 42.94 0.00 8.90 18.87 0.14 29.15 10:31:08 10:10:01 4 43.34 0.00 9.70 14.38 0.12 32.46 10:31:08 10:10:01 5 43.71 0.00 10.04 14.01 0.08 32.15 10:31:08 10:10:01 6 44.29 0.00 9.91 9.89 0.10 35.81 10:31:08 10:10:01 7 45.03 0.00 9.26 17.06 0.12 28.54 10:31:08 10:11:01 all 31.31 0.00 7.89 19.67 0.10 41.02 10:31:08 10:11:01 0 31.54 0.00 8.44 19.71 0.10 40.20 10:31:08 10:11:01 1 32.32 0.00 6.97 27.17 0.10 33.44 10:31:08 10:11:01 2 32.15 0.00 7.90 19.54 0.08 40.33 10:31:08 10:11:01 3 30.29 0.00 7.98 14.76 0.12 46.85 10:31:08 10:11:01 4 29.28 0.00 8.97 11.23 0.08 50.43 10:31:08 10:11:01 5 32.21 0.00 7.65 26.24 0.12 33.79 10:31:08 10:11:01 6 30.63 0.00 6.78 21.54 0.08 40.96 10:31:08 10:11:01 7 32.07 0.00 8.45 17.08 0.14 42.25 10:31:08 10:12:01 all 18.06 0.00 4.51 7.39 0.08 69.96 10:31:08 10:12:01 0 18.90 0.00 3.99 5.87 0.07 71.16 10:31:08 10:12:01 1 19.94 0.00 5.10 13.00 0.14 61.83 10:31:08 10:12:01 2 19.88 0.00 4.73 11.07 0.07 64.26 10:31:08 10:12:01 3 18.06 0.00 4.94 2.64 0.08 74.28 10:31:08 10:12:01 4 14.11 0.00 3.44 1.45 0.07 80.94 10:31:08 10:12:01 5 18.07 0.00 5.04 11.73 0.07 65.08 10:31:08 10:12:01 6 18.97 0.00 4.58 9.00 0.08 67.36 10:31:08 10:12:01 7 16.55 0.00 4.23 4.42 0.08 74.72 10:31:08 10:13:01 all 8.73 0.00 0.93 0.22 0.05 90.07 10:31:08 10:13:01 0 7.64 0.00 1.03 0.02 0.03 91.27 10:31:08 10:13:01 1 6.77 0.00 0.87 0.23 0.05 92.07 10:31:08 10:13:01 2 11.72 0.00 0.90 0.10 0.05 87.23 10:31:08 10:13:01 3 5.77 0.00 0.88 0.02 0.07 93.27 10:31:08 10:13:01 4 8.68 0.00 0.60 0.03 0.05 90.63 10:31:08 10:13:01 5 8.78 0.00 0.68 0.95 0.05 89.53 10:31:08 10:13:01 6 9.44 0.00 0.87 0.13 0.05 89.51 10:31:08 10:13:01 7 11.06 0.00 1.60 0.29 0.07 86.99 10:31:08 10:14:01 all 0.09 0.00 0.05 0.01 0.01 99.84 10:31:08 10:14:01 0 0.02 0.00 0.03 0.00 0.02 99.93 10:31:08 10:14:01 1 0.08 0.00 0.12 0.05 0.02 99.73 10:31:08 10:14:01 2 0.08 0.00 0.05 0.00 0.00 99.87 10:31:08 10:14:01 3 0.12 0.00 0.03 0.00 0.00 99.85 10:31:08 10:14:01 4 0.07 0.00 0.05 0.00 0.02 99.87 10:31:08 10:14:01 5 0.08 0.00 0.03 0.00 0.00 99.88 10:31:08 10:14:01 6 0.03 0.00 0.02 0.07 0.00 99.88 10:31:08 10:14:01 7 0.23 0.00 0.03 0.00 0.00 99.73 10:31:08 10:31:08 10:14:01 CPU %user %nice %system %iowait %steal %idle 10:31:08 10:15:01 all 0.19 0.00 0.02 0.00 0.00 99.79 10:31:08 10:15:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:31:08 10:15:01 1 0.05 0.00 0.03 0.00 0.02 99.90 10:31:08 10:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:31:08 10:15:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:31:08 10:15:01 4 0.03 0.00 0.02 0.00 0.00 99.95 10:31:08 10:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:31:08 10:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:31:08 10:15:01 7 1.37 0.00 0.10 0.00 0.00 98.53 10:31:08 10:16:01 all 0.27 0.00 0.01 0.01 0.01 99.70 10:31:08 10:16:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:31:08 10:16:01 1 0.03 0.00 0.03 0.08 0.02 99.83 10:31:08 10:16:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:31:08 10:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:31:08 10:16:01 4 0.03 0.00 0.00 0.00 0.00 99.97 10:31:08 10:16:01 5 0.00 0.00 0.03 0.00 0.00 99.97 10:31:08 10:16:01 6 0.02 0.00 0.00 0.00 0.02 99.97 10:31:08 10:16:01 7 2.00 0.00 0.02 0.00 0.02 97.97 10:31:08 10:17:01 all 0.27 0.00 0.01 0.01 0.00 99.71 10:31:08 10:17:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:31:08 10:17:01 1 0.03 0.00 0.03 0.02 0.00 99.92 10:31:08 10:17:01 2 0.02 0.00 0.00 0.00 0.02 99.97 10:31:08 10:17:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:31:08 10:17:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:31:08 10:17:01 5 0.03 0.00 0.00 0.00 0.00 99.97 10:31:08 10:17:01 6 0.02 0.00 0.00 0.03 0.00 99.95 10:31:08 10:17:01 7 1.99 0.00 0.00 0.00 0.00 98.01 10:31:08 10:18:01 all 0.08 0.00 0.02 0.01 0.00 99.89 10:31:08 10:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:31:08 10:18:01 1 0.03 0.00 0.03 0.02 0.02 99.90 10:31:08 10:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:31:08 10:18:01 3 0.02 0.00 0.03 0.00 0.00 99.95 10:31:08 10:18:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:31:08 10:18:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:31:08 10:18:01 6 0.02 0.00 0.02 0.03 0.00 99.93 10:31:08 10:18:01 7 0.50 0.00 0.03 0.00 0.00 99.47 10:31:08 10:19:01 all 0.02 0.00 0.01 0.00 0.00 99.96 10:31:08 10:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:31:08 10:19:01 1 0.03 0.00 0.05 0.00 0.00 99.92 10:31:08 10:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:31:08 10:19:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:31:08 10:19:01 4 0.03 0.00 0.00 0.00 0.00 99.97 10:31:08 10:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:31:08 10:19:01 6 0.00 0.00 0.02 0.02 0.00 99.97 10:31:08 10:19:01 7 0.02 0.00 0.00 0.02 0.02 99.95 10:31:08 10:20:01 all 0.02 0.00 0.03 0.00 0.00 99.95 10:31:08 10:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:31:08 10:20:01 1 0.03 0.00 0.07 0.02 0.00 99.88 10:31:08 10:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:31:08 10:20:01 3 0.02 0.00 0.03 0.00 0.00 99.95 10:31:08 10:20:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:31:08 10:20:01 5 0.02 0.00 0.03 0.00 0.02 99.93 10:31:08 10:20:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:31:08 10:20:01 7 0.07 0.00 0.03 0.02 0.00 99.88 10:31:08 10:21:01 all 0.02 0.00 0.01 0.01 0.00 99.96 10:31:08 10:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:31:08 10:21:01 1 0.03 0.00 0.02 0.02 0.02 99.92 10:31:08 10:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:31:08 10:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:31:08 10:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:31:08 10:21:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:31:08 10:21:01 6 0.02 0.00 0.02 0.02 0.00 99.95 10:31:08 10:21:01 7 0.07 0.00 0.00 0.03 0.00 99.90 10:31:08 10:22:01 all 0.02 0.00 0.02 0.00 0.01 99.95 10:31:08 10:22:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:31:08 10:22:01 1 0.07 0.00 0.05 0.00 0.02 99.87 10:31:08 10:22:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:31:08 10:22:01 3 0.02 0.00 0.03 0.00 0.00 99.95 10:31:08 10:22:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:31:08 10:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:31:08 10:22:01 6 0.00 0.00 0.00 0.02 0.02 99.97 10:31:08 10:22:01 7 0.02 0.00 0.02 0.02 0.02 99.93 10:31:08 10:23:01 all 0.03 0.00 0.01 0.03 0.00 99.92 10:31:08 10:23:01 0 0.02 0.00 0.02 0.02 0.02 99.93 10:31:08 10:23:01 1 0.17 0.00 0.02 0.00 0.00 99.82 10:31:08 10:23:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:31:08 10:23:01 3 0.00 0.00 0.02 0.00 0.02 99.97 10:31:08 10:23:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:31:08 10:23:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:31:08 10:23:01 6 0.00 0.00 0.02 0.18 0.00 99.80 10:31:08 10:23:01 7 0.02 0.00 0.00 0.02 0.00 99.97 10:31:08 10:24:01 all 0.02 0.00 0.01 0.05 0.00 99.91 10:31:08 10:24:01 0 0.03 0.00 0.05 0.00 0.02 99.90 10:31:08 10:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:31:08 10:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:31:08 10:24:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:31:08 10:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:31:08 10:24:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:31:08 10:24:01 6 0.02 0.00 0.00 0.35 0.00 99.63 10:31:08 10:24:01 7 0.03 0.00 0.02 0.08 0.00 99.87 10:31:08 10:25:01 all 0.19 0.00 0.01 0.01 0.00 99.80 10:31:08 10:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:31:08 10:25:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:31:08 10:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:31:08 10:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:31:08 10:25:01 4 0.02 0.00 0.03 0.00 0.00 99.95 10:31:08 10:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:31:08 10:25:01 6 0.00 0.00 0.00 0.07 0.00 99.93 10:31:08 10:25:01 7 1.40 0.00 0.00 0.02 0.00 98.58 10:31:08 10:31:08 10:25:01 CPU %user %nice %system %iowait %steal %idle 10:31:08 10:26:01 all 0.03 0.00 0.01 0.01 0.00 99.95 10:31:08 10:26:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:31:08 10:26:01 1 0.05 0.00 0.00 0.00 0.02 99.93 10:31:08 10:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:31:08 10:26:01 3 0.07 0.00 0.03 0.00 0.00 99.90 10:31:08 10:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:31:08 10:26:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:31:08 10:26:01 6 0.02 0.00 0.02 0.02 0.00 99.95 10:31:08 10:26:01 7 0.02 0.00 0.00 0.07 0.00 99.92 10:31:08 10:27:01 all 0.01 0.00 0.01 0.01 0.01 99.96 10:31:08 10:27:01 0 0.02 0.00 0.02 0.00 0.02 99.95 10:31:08 10:27:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:31:08 10:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:31:08 10:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:31:08 10:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:31:08 10:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:31:08 10:27:01 6 0.00 0.00 0.00 0.03 0.02 99.95 10:31:08 10:27:01 7 0.03 0.00 0.03 0.03 0.02 99.88 10:31:08 10:28:01 all 0.09 0.00 0.01 0.03 0.00 99.88 10:31:08 10:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:31:08 10:28:01 1 0.10 0.00 0.00 0.00 0.00 99.90 10:31:08 10:28:01 2 0.03 0.00 0.00 0.00 0.02 99.95 10:31:08 10:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:31:08 10:28:01 4 0.03 0.00 0.02 0.00 0.00 99.95 10:31:08 10:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:31:08 10:28:01 6 0.02 0.00 0.00 0.02 0.00 99.97 10:31:08 10:28:01 7 0.45 0.00 0.02 0.18 0.00 99.35 10:31:08 10:29:01 all 0.15 0.00 0.01 0.02 0.00 99.82 10:31:08 10:29:01 0 0.05 0.00 0.03 0.00 0.02 99.90 10:31:08 10:29:01 1 0.00 0.00 0.03 0.00 0.00 99.97 10:31:08 10:29:01 2 0.00 0.00 0.00 0.07 0.00 99.93 10:31:08 10:29:01 3 0.03 0.00 0.02 0.00 0.02 99.93 10:31:08 10:29:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:31:08 10:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:31:08 10:29:01 6 0.00 0.00 0.00 0.03 0.00 99.97 10:31:08 10:29:01 7 1.08 0.00 0.02 0.03 0.00 98.87 10:31:08 10:30:01 all 3.07 0.00 1.33 1.01 0.02 94.58 10:31:08 10:30:01 0 3.10 0.00 1.37 0.05 0.02 95.46 10:31:08 10:30:01 1 3.41 0.00 1.52 0.10 0.02 94.95 10:31:08 10:30:01 2 2.75 0.00 1.51 0.40 0.00 95.34 10:31:08 10:30:01 3 2.60 0.00 1.39 5.72 0.02 90.27 10:31:08 10:30:01 4 2.81 0.00 0.95 0.42 0.02 95.80 10:31:08 10:30:01 5 3.61 0.00 1.30 0.00 0.02 95.07 10:31:08 10:30:01 6 2.79 0.00 1.39 0.03 0.02 95.77 10:31:08 10:30:01 7 3.46 0.00 1.19 1.33 0.03 93.98 10:31:08 10:31:01 all 8.02 0.00 3.46 2.57 0.06 85.90 10:31:08 10:31:01 0 9.10 0.00 3.03 1.98 0.07 85.82 10:31:08 10:31:01 1 7.16 0.00 3.08 0.83 0.05 88.88 10:31:08 10:31:01 2 8.09 0.00 3.68 0.08 0.05 88.09 10:31:08 10:31:01 3 7.14 0.00 3.66 0.10 0.05 89.04 10:31:08 10:31:01 4 10.02 0.00 4.31 0.20 0.08 85.38 10:31:08 10:31:01 5 6.79 0.00 2.42 1.09 0.03 89.66 10:31:08 10:31:01 6 8.06 0.00 3.99 13.35 0.07 74.53 10:31:08 10:31:01 7 7.80 0.00 3.49 2.92 0.05 85.74 10:31:08 Average: all 9.40 0.00 2.31 3.34 0.03 84.92 10:31:08 Average: 0 9.39 0.00 2.37 3.92 0.03 84.29 10:31:08 Average: 1 9.31 0.00 2.31 4.30 0.04 84.04 10:31:08 Average: 2 9.51 0.00 2.26 3.87 0.03 84.32 10:31:08 Average: 3 9.09 0.00 2.33 2.38 0.04 86.16 10:31:08 Average: 4 9.29 0.00 2.34 2.96 0.03 85.38 10:31:08 Average: 5 9.39 0.00 2.20 2.83 0.03 85.55 10:31:08 Average: 6 9.27 0.00 2.34 3.87 0.03 84.49 10:31:08 Average: 7 9.95 0.00 2.30 2.57 0.04 85.14 10:31:08 10:31:08 10:31:08