Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 97ead1fc80aa095b46845053832efa05950d1120 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-ssh15386392621773137430.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-ssh18357603087920542901.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-ssh4576823529997469599.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-ssh12518950550263346121.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-ssh7440800121753831589.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-9547 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/450 [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/450 # 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 97ead1fc80aa095b46845053832efa05950d1120 (main) > 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 97ead1fc80aa095b46845053832efa05950d1120 # timeout=10 Commit message: "Merge pull request #4427 from hahattan/dp-update" > git rev-list --no-walk 5942442abc70018486e4a97ccf80bb65ff67be19 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:46:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:46:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:46:14 ========================================================= 00:46:14 EdgeX Global Pipelines Version Info 00:46:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:46:14 ------------------- 00:46:14 stable info: 00:46:14 ------------------- 00:46:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:46:14 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 00:46:14 Message: update stable to v1.0.244 00:46:15 ------------------- 00:46:15 experimental info: 00:46:15 ------------------- 00:46:15 Commited By: **** collab-it+edgex@linuxfoundation.org 00:46:15 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 00:46:15 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 97ead1f [Pipeline] echo 00:46:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:46:15 provisioning config files... 00:46:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/450@tmp/config14522556016235772390tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:46:16 ---> docker-login.sh 00:46:16 nexus3.edgexfoundry.org:10001 00:46:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:46:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:46:16 Configure a credential helper to remove this warning. See 00:46:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:46:16 00:46:16 Login Succeeded 00:46:16 nexus3.edgexfoundry.org:10002 00:46:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:46:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:46:16 Configure a credential helper to remove this warning. See 00:46:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:46:16 00:46:16 Login Succeeded 00:46:16 nexus3.edgexfoundry.org:10003 00:46:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:46:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:46:16 Configure a credential helper to remove this warning. See 00:46:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:46:16 00:46:16 Login Succeeded 00:46:16 nexus3.edgexfoundry.org:10004 00:46:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:46:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:46:17 Configure a credential helper to remove this warning. See 00:46:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:46:17 00:46:17 Login Succeeded 00:46:17 docker.io 00:46:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:46:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:46:17 Configure a credential helper to remove this warning. See 00:46:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:46:17 00:46:17 Login Succeeded 00:46:17 ---> docker-login.sh ends [Pipeline] } 00:46:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:46:17 + 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-auth/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 00:46:17 + dirname cmd/core-command/Dockerfile 00:46:17 + cut -d/ -f2 00:46:17 + echo core-command,cmd/core-command/Dockerfile 00:46:17 + + dirname cmd/core-common-config-bootstrapper/Dockerfile 00:46:17 cut -d/ -f2 00:46:17 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 00:46:17 + dirname cmd/core-data/Dockerfile 00:46:17 + cut -d/ -f2 00:46:17 + echo core-data,cmd/core-data/Dockerfile 00:46:17 + dirname cmd/core-metadata/Dockerfile 00:46:17 + cut -d/ -f2 00:46:17 + echo core-metadata,cmd/core-metadata/Dockerfile 00:46:17 + dirname cmd/security-bootstrapper/Dockerfile 00:46:17 + cut -d/ -f2 00:46:17 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:46:17 + dirname cmd/security-proxy-auth/Dockerfile 00:46:17 + cut -d/ -f2 00:46:17 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 00:46:17 + dirname cmd/security-proxy-setup/Dockerfile 00:46:17 + cut -d/ -f2 00:46:17 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:46:17 + dirname+ cmd/security-secretstore-setup/Dockerfile 00:46:17 cut -d/ -f2 00:46:17 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:46:17 + dirname cmd/security-spiffe-token-provider/Dockerfile 00:46:17 + cut -d/ -f2 00:46:17 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 00:46:17 + dirname cmd/security-spire-agent/Dockerfile 00:46:17 + cut -d/ -f2 00:46:17 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 00:46:17 + dirname cmd/security-spire-config/Dockerfile 00:46:17 + cut -d/ -f2 00:46:17 + echo security-spire-config,cmd/security-spire-config/Dockerfile 00:46:17 + dirname cmd/security-spire-server/Dockerfile 00:46:17 + cut -d/ -f2 00:46:17 + echo security-spire-server,cmd/security-spire-server/Dockerfile 00:46:17 + dirname cmd/support-notifications/Dockerfile 00:46:17 + cut -d/ -f2 00:46:17 + echo support-notifications,cmd/support-notifications/Dockerfile 00:46:17 + dirname cmd/support-scheduler/Dockerfile+ 00:46:17 cut -d/ -f2 00:46:17 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 00:46:17 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-auth, dockerfile:cmd/security-proxy-auth/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 00:46:17 + git rev-list -1 --merges 97ead1fc80aa095b46845053832efa05950d1120~1..97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] echo 00:46:18 -----------> git rev-list -1 --merges 97ead1fc80aa095b46845053832efa05950d1120~1..97ead1fc80aa095b46845053832efa05950d1120 97ead1fc80aa095b46845053832efa05950d1120 00:46:18 97ead1fc80aa095b46845053832efa05950d1120 [false] [Pipeline] sh 00:46:18 + git log --format=format:%s -1 97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] echo 00:46:18 ========================================================= 00:46:18 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 00:46:18 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 00:46:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:46:18 + grep -v github /etc/ssh/ssh_known_hosts 00:46:18 + [ -e /tmp/ssh_known_hosts ] 00:46:18 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:46:18 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:46:18 + sudo tee -a /etc/ssh/ssh_known_hosts 00:46:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:46:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:46:19 00:46:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:46:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:46:19 0.1.4: Pulling from edgex-devops/py-git-semver 00:46:19 b85a868b505f: Pulling fs layer 00:46:19 e2be974225ed: Pulling fs layer 00:46:19 339a4e72a1f5: Pulling fs layer 00:46:19 988bab9f4d93: Pulling fs layer 00:46:19 1469e6f7b9e6: Pulling fs layer 00:46:19 eaf3925da568: Pulling fs layer 00:46:19 bab4dde63d76: Pulling fs layer 00:46:19 bde34c3a00c8: Pulling fs layer 00:46:19 b352a97aabf1: Pulling fs layer 00:46:19 988bab9f4d93: Waiting 00:46:19 1469e6f7b9e6: Waiting 00:46:19 eaf3925da568: Waiting 00:46:19 bab4dde63d76: Waiting 00:46:19 bde34c3a00c8: Waiting 00:46:19 b352a97aabf1: Waiting 00:46:19 4872d77fe225: Pulling fs layer 00:46:19 5851b861e8e6: Pulling fs layer 00:46:19 5851b861e8e6: Waiting 00:46:19 e2be974225ed: Download complete 00:46:19 988bab9f4d93: Verifying Checksum 00:46:19 988bab9f4d93: Download complete 00:46:19 1469e6f7b9e6: Verifying Checksum 00:46:19 1469e6f7b9e6: Download complete 00:46:19 eaf3925da568: Verifying Checksum 00:46:19 eaf3925da568: Download complete 00:46:19 339a4e72a1f5: Verifying Checksum 00:46:19 339a4e72a1f5: Download complete 00:46:19 bde34c3a00c8: Verifying Checksum 00:46:19 bde34c3a00c8: Download complete 00:46:19 b352a97aabf1: Verifying Checksum 00:46:19 b352a97aabf1: Download complete 00:46:19 4872d77fe225: Verifying Checksum 00:46:19 4872d77fe225: Download complete 00:46:19 5851b861e8e6: Verifying Checksum 00:46:19 5851b861e8e6: Download complete 00:46:19 b85a868b505f: Verifying Checksum 00:46:19 b85a868b505f: Download complete 00:46:19 bab4dde63d76: Verifying Checksum 00:46:19 bab4dde63d76: Download complete 00:46:21 b85a868b505f: Pull complete 00:46:21 e2be974225ed: Pull complete 00:46:21 339a4e72a1f5: Pull complete 00:46:21 988bab9f4d93: Pull complete 00:46:22 1469e6f7b9e6: Pull complete 00:46:22 eaf3925da568: Pull complete 00:46:24 bab4dde63d76: Pull complete 00:46:24 bde34c3a00c8: Pull complete 00:46:24 b352a97aabf1: Pull complete 00:46:24 4872d77fe225: Pull complete 00:46:24 5851b861e8e6: Pull complete 00:46:24 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 00:46:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:46:24 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:46:24 prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container 00:46:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 00:46:28 $ docker top ed06c15ca8bc0b0b2d35539eb22c41a77e6057fbf1b2f3a0c5b85c0824c21b55 -eo pid,comm 00:46:28 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). 00:46:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:46:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:46:28 [ssh-agent] Looking for ssh-agent implementation... 00:46:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:46:28 $ docker exec ed06c15ca8bc0b0b2d35539eb22c41a77e6057fbf1b2f3a0c5b85c0824c21b55 ssh-agent 00:46:28 SSH_AUTH_SOCK=/tmp/ssh-Y8GmwJQyiU5j/agent.31 00:46:28 SSH_AGENT_PID=37 00:46:28 Running ssh-add (command line suppressed) 00:46:28 Identity added: /w/workspace/edgex-go/450@tmp/private_key_9844459343789367303.key (/w/workspace/edgex-go/450@tmp/private_key_9844459343789367303.key) 00:46:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:46:29 + git tag --points-at HEAD [Pipeline] } 00:46:29 $ docker exec --env ******** --env ******** ed06c15ca8bc0b0b2d35539eb22c41a77e6057fbf1b2f3a0c5b85c0824c21b55 ssh-agent -k 00:46:29 unset SSH_AUTH_SOCK; 00:46:29 unset SSH_AGENT_PID; 00:46:29 echo Agent pid 37 killed; 00:46:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:46:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:46:29 [ssh-agent] Looking for ssh-agent implementation... 00:46:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:46:29 $ docker exec ed06c15ca8bc0b0b2d35539eb22c41a77e6057fbf1b2f3a0c5b85c0824c21b55 ssh-agent 00:46:29 SSH_AUTH_SOCK=/tmp/ssh-pDJF6dNMkKa7/agent.69 00:46:29 SSH_AGENT_PID=75 00:46:29 Running ssh-add (command line suppressed) 00:46:29 Identity added: /w/workspace/edgex-go/450@tmp/private_key_11619412002859635536.key (/w/workspace/edgex-go/450@tmp/private_key_11619412002859635536.key) 00:46:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:46:29 + git semver init 00:46:30 2023-03-10 00:46:30,060 [run_init] DEBUG init version:0.0.0 force:False 00:46:30 2023-03-10 00:46:30,061 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/450/.semver 00:46:30 2023-03-10 00:46:30,061 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/450/.semver 00:46:30 2023-03-10 00:46:30,062 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/450/.semver'], cwd=/w/workspace/edgex-go/450, universal_newlines=False, shell=None, istream=None) 00:46:35 2023-03-10 00:46:35,081 [append_file] DEBUG append to file:/w/workspace/edgex-go/450/.git/info/exclude 00:46:35 2023-03-10 00:46:35,082 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/450/.semver/main with force:False 00:46:35 2023-03-10 00:46:35,082 [read_version] DEBUG read version from /w/workspace/edgex-go/450/.semver/main 00:46:35 2023-03-10 00:46:35,082 [read_version] DEBUG read version from /w/workspace/edgex-go/450/.semver/main 00:46:35 3.0.0-dev.88 [Pipeline] } 00:46:35 $ docker exec --env ******** --env ******** ed06c15ca8bc0b0b2d35539eb22c41a77e6057fbf1b2f3a0c5b85c0824c21b55 ssh-agent -k 00:46:35 unset SSH_AUTH_SOCK; 00:46:35 unset SSH_AGENT_PID; 00:46:35 echo Agent pid 75 killed; 00:46:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:46:35 + git semver [Pipeline] } 00:46:36 $ docker stop --time=1 ed06c15ca8bc0b0b2d35539eb22c41a77e6057fbf1b2f3a0c5b85c0824c21b55 00:46:37 $ docker rm -f --volumes ed06c15ca8bc0b0b2d35539eb22c41a77e6057fbf1b2f3a0c5b85c0824c21b55 [Pipeline] // withDockerContainer [Pipeline] sh 00:46:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:46:37 Stashed 1 file(s) [Pipeline] echo 00:46:37 [edgeXSemver]: initialized semver on version 3.0.0-dev.88 [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 00:46:38 + git config --global --add safe.directory /w/workspace/edgex-go/450 [Pipeline] echo 00:46:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:46:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:46:38 ========================================================= 00:46:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 00:46:38 ========================================================= [Pipeline] fileExists [Pipeline] sh 00:46:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:46:38 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 00:46:38 213ec9aee27d: Pulling fs layer 00:46:38 4583459ba037: Pulling fs layer 00:46:38 93c1e223e6f2: Pulling fs layer 00:46:38 53926ce57604: Pulling fs layer 00:46:38 21b2b0c7a3f4: Pulling fs layer 00:46:38 22ff95d597cd: Pulling fs layer 00:46:38 12d6caf4c0d1: Pulling fs layer 00:46:38 96b7cbca73a9: Pulling fs layer 00:46:38 a7acece74701: Pulling fs layer 00:46:38 96b7cbca73a9: Waiting 00:46:38 21b2b0c7a3f4: Waiting 00:46:38 22ff95d597cd: Waiting 00:46:38 12d6caf4c0d1: Waiting 00:46:38 a7acece74701: Waiting 00:46:38 53926ce57604: Waiting 00:46:38 93c1e223e6f2: Verifying Checksum 00:46:38 93c1e223e6f2: Download complete 00:46:38 4583459ba037: Verifying Checksum 00:46:38 4583459ba037: Download complete 00:46:38 21b2b0c7a3f4: Verifying Checksum 00:46:38 21b2b0c7a3f4: Download complete 00:46:38 22ff95d597cd: Verifying Checksum 00:46:38 22ff95d597cd: Download complete 00:46:38 213ec9aee27d: Verifying Checksum 00:46:38 213ec9aee27d: Download complete 00:46:38 12d6caf4c0d1: Verifying Checksum 00:46:38 12d6caf4c0d1: Download complete 00:46:38 213ec9aee27d: Pull complete 00:46:39 4583459ba037: Pull complete 00:46:39 93c1e223e6f2: Pull complete 00:46:39 a7acece74701: Verifying Checksum 00:46:39 a7acece74701: Download complete 00:46:39 96b7cbca73a9: Download complete 00:46:39 53926ce57604: Verifying Checksum 00:46:39 53926ce57604: Download complete 00:46:43 53926ce57604: Pull complete 00:46:43 21b2b0c7a3f4: Pull complete 00:46:43 22ff95d597cd: Pull complete 00:46:43 12d6caf4c0d1: Pull complete 00:46:45 96b7cbca73a9: Pull complete 00:46:46 a7acece74701: Pull complete 00:46:46 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 00:46:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:46:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 00:46:46 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:46:46 WORKDIR /edgex 00:46:46 COPY go.mod . 00:46:46 RUN go mod download 00:46:46 + docker build -t ci-base-image-x86_64 -f - . 00:46:47 Sending build context to Docker daemon 170.4MB 00:46:47 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:46:47 ---> db6d94c90886 00:46:47 Step 2/4 : WORKDIR /edgex 00:46:53 Still waiting to schedule task 00:46:53 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 00:46:53 ---> Running in b734e56f7719 00:46:53 Removing intermediate container b734e56f7719 00:46:53 ---> dc6b07248c84 00:46:53 Step 3/4 : COPY go.mod . 00:46:53 ---> 05fb99374cb7 00:46:53 Step 4/4 : RUN go mod download 00:46:53 ---> Running in 4af84e3057e0 00:47:08 Removing intermediate container 4af84e3057e0 00:47:08 ---> 4ce4a8311a38 00:47:08 Successfully built 4ce4a8311a38 00:47:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:47:09 + docker inspect -f . ci-base-image-x86_64 00:47:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:47:09 prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container 00:47:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:47:09 $ docker top de4e968a0cf0a6b290b3d23791498d25771f127a1bd0e9005755f7d6836923ec -eo pid,comm [Pipeline] { [Pipeline] sh 00:47:09 + go version 00:47:09 go version go1.18.7 linux/amd64 [Pipeline] } 00:47:09 $ docker stop --time=1 de4e968a0cf0a6b290b3d23791498d25771f127a1bd0e9005755f7d6836923ec 00:47:11 $ docker rm -f --volumes de4e968a0cf0a6b290b3d23791498d25771f127a1bd0e9005755f7d6836923ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:47:11 + docker inspect -f . ci-base-image-x86_64 00:47:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:47:11 prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container 00:47:11 $ 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/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:47:11 $ docker top 472bf7dac74ab9ab739aaf0f39cc00427247b14106ff4c90fe31fec86edbe55a -eo pid,comm [Pipeline] { [Pipeline] echo 00:47:12 ========================================================= 00:47:12 [edgeXBuildGoParallel] Running Tests and Build... 00:47:12 ========================================================= [Pipeline] sh 00:47:12 + git config --global --add safe.directory /w/workspace/edgex-go/450 [Pipeline] fileExists [Pipeline] sh 00:47:12 + make test 00:47:12 go test -race -coverprofile=coverage.out ./... 00:47:18 ? github.com/edgexfoundry/edgex-go [no test files] 00:47:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:47:33 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 00:47:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:47:33 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:47:33 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:47:33 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:47:33 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:47:33 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 00:47:33 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:47:33 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 00:47:33 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:47:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:47:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:47:33 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 00:47:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.061s coverage: 28.7% of statements 00:47:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:47:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:47:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.080s coverage: 98.5% of statements 00:47:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.120s coverage: 71.2% of statements 00:47:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 00:47:36 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 00:47:36 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 00:47:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.099s coverage: 54.0% of statements 00:47:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:47:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:47:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.455s coverage: 88.5% of statements 00:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 00:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 00:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 00:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 00:47:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.073s coverage: 3.9% of statements 00:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:47:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.486s coverage: 95.6% of statements 00:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 00:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 00:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 00:47:37 ok github.com/edgexfoundry/edgex-go/internal/io 0.052s coverage: 72.2% of statements 00:47:37 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:47:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 00:47:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 00:47:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:47:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:47:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.060s coverage: 65.9% of statements 00:47:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:47:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:47:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:47:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.053s coverage: 0.9% of statements 00:47:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 00:47:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.062s coverage: 29.0% of statements 00:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 45.5% of statements 00:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.071s coverage: 82.9% of statements 00:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.091s coverage: 94.1% of statements 00:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements 00:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 00:47:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.091s coverage: 94.4% of statements 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.434s coverage: 79.9% of statements 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.101s coverage: 92.9% of statements 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.025s coverage: 64.4% of statements 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.097s coverage: 86.9% of statements 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.047s coverage: 20.0% of statements 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 81.2% of statements 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.097s coverage: 82.1% of statements 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.064s coverage: 84.8% of statements 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 63.1% of statements 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 89.4% of statements 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.155s coverage: 38.4% of statements 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.066s coverage: 89.5% of statements 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.086s coverage: 17.7% of statements 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.151s coverage: 92.3% of statements 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.068s coverage: 61.5% of statements 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:48:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.100s coverage: 97.7% of statements 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 00:48:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 00:48:00 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 00:48:22 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." 00:48:22 go vet ./... 00:48:22 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:48:23 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:48:23 ./bin/test-attribution-txt.sh [Pipeline] echo 00:48:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 00:48:23 + ls -al . 00:48:23 total 704 00:48:23 drwxrwxr-x 11 1001 1001 4096 Mar 10 00:47 . 00:48:23 drwxr-xr-x 4 root root 4096 Mar 10 00:47 .. 00:48:23 drwxrwxr-x 2 1001 1001 4096 Mar 10 00:46 .blubracket 00:48:23 -rw-rw-r-- 1 1001 1001 16 Mar 10 00:46 .dockerignore 00:48:23 drwxrwxr-x 8 1001 1001 4096 Mar 10 00:48 .git 00:48:23 drwxrwxr-x 3 1001 1001 4096 Mar 10 00:46 .github 00:48:23 -rw-rw-r-- 1 1001 1001 1112 Mar 10 00:46 .gitignore 00:48:23 -rw-rw-r-- 1 1001 1001 42 Mar 10 00:46 .golangci.yml 00:48:23 -rw-rw-r-- 1 1001 1001 87 Mar 10 00:46 .hadolint.yml 00:48:23 drwxr-xr-x 3 1001 1001 4096 Mar 10 00:46 .semver 00:48:23 -rw-rw-r-- 1 1001 1001 166 Mar 10 00:46 .sonarcloud.properties 00:48:23 -rw-rw-r-- 1 1001 1001 1171 Mar 10 00:46 ADOPTERS.md 00:48:23 -rw-rw-r-- 1 1001 1001 10825 Mar 10 00:46 Attribution.txt 00:48:23 -rw-rw-r-- 1 1001 1001 73765 Mar 10 00:46 CHANGELOG.md 00:48:23 -rw-rw-r-- 1 1001 1001 3804 Mar 10 00:46 CONTRIBUTING.md 00:48:23 -rw-rw-r-- 1 1001 1001 677 Mar 10 00:46 GOVERNANCE.md 00:48:23 -rw-rw-r-- 1 1001 1001 883 Mar 10 00:46 Jenkinsfile 00:48:23 -rw-rw-r-- 1 1001 1001 10775 Mar 10 00:46 LICENSE 00:48:23 -rw-rw-r-- 1 1001 1001 14071 Mar 10 00:46 Makefile 00:48:23 -rw-rw-r-- 1 1001 1001 582 Mar 10 00:46 OWNERS.md 00:48:23 -rw-rw-r-- 1 1001 1001 9403 Mar 10 00:46 README.md 00:48:23 -rw-rw-r-- 1 1001 1001 6912 Mar 10 00:46 SECURITY.md 00:48:23 -rw-rw-r-- 1 1001 1001 12 Mar 10 00:46 VERSION 00:48:23 drwxrwxr-x 2 1001 1001 4096 Mar 10 00:46 bin 00:48:23 drwxrwxr-x 18 1001 1001 4096 Mar 10 00:46 cmd 00:48:23 -rw-r--r-- 1 root root 447487 Mar 10 00:47 coverage.out 00:48:23 -rw-rw-r-- 1 1001 1001 3232 Mar 10 00:46 go.mod 00:48:23 -rw-rw-r-- 1 1001 1001 31098 Mar 10 00:46 go.sum 00:48:23 drwxrwxr-x 7 1001 1001 4096 Mar 10 00:46 internal 00:48:23 drwxrwxr-x 3 1001 1001 4096 Mar 10 00:46 openapi 00:48:23 drwxrwxr-x 4 1001 1001 4096 Mar 10 00:46 snap 00:48:23 -rw-rw-r-- 1 1001 1001 204 Mar 10 00:46 version.go [Pipeline] sh 00:48:24 + '[' -e coverage.out ] 00:48:24 + chown 1001:1001 coverage.out [Pipeline] stash 00:48:24 Stashed 1 file(s) [Pipeline] sh 00:48:24 + make build 00:48:24 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 00:48:39 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:48:39 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 00:48:39 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 00:48:40 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:48:48 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:48:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 00:48:50 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:48:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:48:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 00:48:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:48:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 00:48:55 $ docker stop --time=1 472bf7dac74ab9ab739aaf0f39cc00427247b14106ff4c90fe31fec86edbe55a 00:49:01 $ docker rm -f --volumes 472bf7dac74ab9ab739aaf0f39cc00427247b14106ff4c90fe31fec86edbe55a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:49:02 00:49:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:49:02 latest: Pulling from edgex-devops/edgex-compose 00:49:02 cbdbe7a5bc2a: Pulling fs layer 00:49:02 ca9280d653b3: Pulling fs layer 00:49:02 7e9c9ca2126c: Pulling fs layer 00:49:02 cbdbe7a5bc2a: Verifying Checksum 00:49:02 cbdbe7a5bc2a: Download complete 00:49:02 ca9280d653b3: Verifying Checksum 00:49:02 ca9280d653b3: Download complete 00:49:02 cbdbe7a5bc2a: Pull complete 00:49:03 7e9c9ca2126c: Download complete 00:49:03 ca9280d653b3: Pull complete 00:49:06 7e9c9ca2126c: Pull complete 00:49:06 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:49:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:49:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:49:06 prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container 00:49:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@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 00:49:10 $ docker top a87f9b3da4c19711bd77d78e8312572caf6bd261fedc88ebeb870d30ccae9081 -eo pid,comm [Pipeline] { [Pipeline] sh 00:49:10 + + docker-composegrep build parallel --help 00:49:10 00:49:11 --parallel Build images in parallel. [Pipeline] } 00:49:11 $ docker stop --time=1 a87f9b3da4c19711bd77d78e8312572caf6bd261fedc88ebeb870d30ccae9081 00:49:12 $ docker rm -f --volumes a87f9b3da4c19711bd77d78e8312572caf6bd261fedc88ebeb870d30ccae9081 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:49:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:49:12 prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container 00:49:12 $ 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/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:49:13 $ docker top 7c16cf8b856cc8f97aa37555adb4717496af60549c8752c421c98084d432ac78 -eo pid,comm [Pipeline] { [Pipeline] sh 00:49:13 + docker-compose -f ./docker-compose-build.yml build --parallel 00:49:14 Building core-command ... 00:49:14 Building core-common-config-bootstrapper ... 00:49:14 Building core-data ... 00:49:14 Building core-metadata ... 00:49:14 Building security-bootstrapper ... 00:49:14 Building security-proxy-auth ... 00:49:14 Building security-proxy-setup ... 00:49:14 Building security-secretstore-setup ... 00:49:14 Building security-spiffe-token-provider ... 00:49:14 Building security-spire-agent ... 00:49:14 Building security-spire-config ... 00:49:14 Building security-spire-server ... 00:49:14 Building support-notifications ... 00:49:14 Building support-scheduler ... 00:49:14 Building core-command 00:49:14 Building core-data 00:49:14 Building security-bootstrapper 00:49:14 Building core-metadata 00:49:14 Building security-proxy-auth 00:49:17 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9550 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 00:49:17 Running in /w/workspace/edgex-go/450 [Pipeline] { [Pipeline] checkout 00:49:17 The recommended git tool is: git 00:49:23 using credential edgex-jenkins-ssh 00:49:23 Cloning the remote Git repository 00:49:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:49:24 > git init /w/workspace/edgex-go/450 # timeout=10 00:49:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:49:24 > git --version # timeout=10 00:49:24 > git --version # 'git version 2.25.1' 00:49:24 using GIT_SSH to set credentials SSH Credentials for GitHub 00:49:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:49:26 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:49:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:26 ---> 4ce4a8311a38 00:49:26 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:49:26 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:49:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:26 ---> 4ce4a8311a38 00:49:26 Step 3/23 : ARG ADD_BUILD_TAGS="" 00:49:26 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:49:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:49:26 ---> 4ce4a8311a38 00:49:26 Step 3/24 : ARG ADD_BUILD_TAGS="" 00:49:26 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:49:26 Step 2/32 : FROM ${BUILDER_BASE} AS builder 00:49:26 ---> 4ce4a8311a38 00:49:26 Step 3/32 : WORKDIR /edgex-go 00:49:27 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:49:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:27 ---> 4ce4a8311a38 00:49:27 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:49:39 ---> Running in 2cbb7ab201aa 00:49:39 ---> Running in 030ee20eef8d 00:49:39 ---> Running in d9547152fdb8 00:49:39 ---> Running in 98a021ac32fa 00:49:39 ---> Running in 470e63b82168 00:49:39 Removing intermediate container 2cbb7ab201aa 00:49:39 ---> 04000af0f5af 00:49:39 Step 4/24 : WORKDIR /edgex-go 00:49:39 Removing intermediate container 98a021ac32fa 00:49:39 Removing intermediate container 470e63b82168 00:49:39 ---> 77b43cae4487 00:49:39 ---> 3d6573e8ec6a 00:49:39 Step 4/23 : WORKDIR /edgex-go 00:49:39 Step 4/22 : WORKDIR /edgex-go 00:49:39 Removing intermediate container d9547152fdb8 00:49:39 ---> 5d908175560f 00:49:39 Step 4/32 : RUN apk add --update --no-cache make git 00:49:39 Removing intermediate container 030ee20eef8d 00:49:39 ---> 88fc760d4e17 00:49:39 Step 4/22 : WORKDIR /edgex-go 00:49:39 ---> Running in c5a8c0d6aa10 00:49:39 ---> Running in df02ac0da4fc 00:49:39 ---> Running in 7328b8a1caaa 00:49:39 ---> Running in afd70f6d731e 00:49:39 ---> Running in 2f6aa610da89 00:49:39 Removing intermediate container c5a8c0d6aa10 00:49:39 ---> 59608aee64ed 00:49:39 Step 5/22 : RUN apk add --update --no-cache make git 00:49:39 ---> Running in c8b20799b00b 00:49:39 Removing intermediate container 7328b8a1caaa 00:49:39 ---> ed9329f9d47a 00:49:39 Step 5/24 : RUN apk add --update --no-cache make git 00:49:39 Removing intermediate container df02ac0da4fc 00:49:39 ---> 86cc0e572761 00:49:39 Step 5/23 : RUN apk add --update --no-cache make git 00:49:39 Removing intermediate container 2f6aa610da89 00:49:39 ---> 509874619664 00:49:39 Step 5/22 : RUN apk add --update --no-cache make git 00:49:39 ---> Running in a2c99a80f9bd 00:49:39 ---> Running in be9d0feb2979 00:49:39 ---> Running in 0de7e3539ac4 00:49:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:49:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:49:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:49:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:49:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:49:39 OK: 211 MiB in 51 packages 00:49:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:49:39 OK: 211 MiB in 51 packages 00:49:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:49:39 OK: 211 MiB in 51 packages 00:49:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:49:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:49:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:49:39 OK: 211 MiB in 51 packages 00:49:39 Removing intermediate container c8b20799b00b 00:49:39 ---> 37e7c1f98497 00:49:39 Step 6/22 : COPY go.mod vendor* ./ 00:49:39 OK: 211 MiB in 51 packages 00:49:39 Removing intermediate container afd70f6d731e 00:49:39 ---> 95cb6cc79d65 00:49:39 Step 5/32 : COPY go.mod vendor* ./ 00:49:39 ---> 2011b7ce3b9a 00:49:39 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:49:39 Removing intermediate container be9d0feb2979 00:49:39 ---> f1acbcea4cc9 00:49:39 Step 6/23 : COPY go.mod vendor* ./ 00:49:39 ---> Running in 97e382282bc9 00:49:39 ---> 5c0e328f1177 00:49:39 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:49:39 ---> Running in 9896a71f1b72 00:49:39 ---> 2b42a04db379 00:49:39 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:49:39 ---> Running in e705175538f6 00:49:39 Removing intermediate container a2c99a80f9bd 00:49:39 ---> d3a501318405 00:49:39 Step 6/24 : COPY go.mod vendor* ./ 00:49:39 Removing intermediate container 0de7e3539ac4 00:49:39 ---> 494b4ad217fd 00:49:39 Step 6/22 : COPY go.mod vendor* ./ 00:49:39 ---> bd4eb7aeeb8a 00:49:39 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:49:39 ---> Running in b1dab1c69840 00:49:40 ---> cbd0adfa0692 00:49:40 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:49:40 ---> Running in f2556aaf9778 00:49:43 Avoid second fetch 00:49:43 Checking out Revision 97ead1fc80aa095b46845053832efa05950d1120 (main) 00:49:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:49:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:49:43 > git config core.sparsecheckout # timeout=10 00:49:43 > git checkout -f 97ead1fc80aa095b46845053832efa05950d1120 # timeout=10 00:49:44 Commit message: "Merge pull request #4427 from hahattan/dp-update" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:49:45 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 00:49:45 % Total % Received % Xferd Average Speed Time Time Time Current 00:49:45 Dload Upload Total Spent Left Speed 00:49:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 86155 0 --:--:-- --:--:-- --:--:-- 86155 [Pipeline] sh 00:49:46 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 00:49:46 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 00:49:46 + sudo tee /etc/docker/daemon.new 00:49:46 { 00:49:46 "registry-mirrors": [ 00:49:46 "https://nexus3.edgexfoundry.org:10001" 00:49:46 ], 00:49:46 "bip": "10.250.0.254/24", 00:49:46 "hosts": [ 00:49:46 "tcp://0.0.0.0:5555", 00:49:46 "unix:///var/run/docker.sock" 00:49:46 ], 00:49:46 "mtu": 1458, 00:49:46 "selinux-enabled": true, 00:49:46 "seccomp-profile": "/etc/docker/seccomp.json" 00:49:46 } [Pipeline] sh 00:49:46 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 00:49:47 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:50:05 provisioning config files... 00:50:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/450@tmp/config11792722077195333151tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:50:05 ---> docker-login.sh 00:50:05 nexus3.edgexfoundry.org:10001 00:50:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:50:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:50:06 Configure a credential helper to remove this warning. See 00:50:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:50:06 00:50:06 Login Succeeded 00:50:06 nexus3.edgexfoundry.org:10002 00:50:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:50:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:50:06 Configure a credential helper to remove this warning. See 00:50:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:50:06 00:50:06 Login Succeeded 00:50:06 nexus3.edgexfoundry.org:10003 00:50:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:50:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:50:07 Configure a credential helper to remove this warning. See 00:50:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:50:07 00:50:07 Login Succeeded 00:50:07 nexus3.edgexfoundry.org:10004 00:50:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:50:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:50:07 Configure a credential helper to remove this warning. See 00:50:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:50:07 00:50:07 Login Succeeded 00:50:07 docker.io 00:50:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:50:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:50:08 Configure a credential helper to remove this warning. See 00:50:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:50:08 00:50:08 Login Succeeded 00:50:08 ---> docker-login.sh ends [Pipeline] } 00:50:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 00:50:08 + git config --global --add safe.directory /w/workspace/edgex-go/450 [Pipeline] echo 00:50:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:50:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:50:08 ========================================================= 00:50:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 00:50:08 ========================================================= [Pipeline] fileExists [Pipeline] sh 00:50:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 00:50:09 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:50:09 9b18e9b68314: Pulling fs layer 00:50:09 35d82f9e3411: Pulling fs layer 00:50:09 e16973657156: Pulling fs layer 00:50:09 fc693d55d65f: Pulling fs layer 00:50:09 7e9fc2657dce: Pulling fs layer 00:50:09 dda99020689f: Pulling fs layer 00:50:09 db1c61fa0a46: Pulling fs layer 00:50:09 891c053d2c06: Pulling fs layer 00:50:09 fc693d55d65f: Waiting 00:50:09 7e9fc2657dce: Waiting 00:50:09 dda99020689f: Waiting 00:50:09 db1c61fa0a46: Waiting 00:50:09 891c053d2c06: Waiting 00:50:09 e16973657156: Verifying Checksum 00:50:09 e16973657156: Download complete 00:50:09 35d82f9e3411: Download complete 00:50:09 7e9fc2657dce: Verifying Checksum 00:50:09 7e9fc2657dce: Download complete 00:50:09 dda99020689f: Verifying Checksum 00:50:09 dda99020689f: Download complete 00:50:09 9b18e9b68314: Verifying Checksum 00:50:09 9b18e9b68314: Download complete 00:50:10 9b18e9b68314: Pull complete 00:50:10 891c053d2c06: Verifying Checksum 00:50:10 891c053d2c06: Download complete 00:50:11 35d82f9e3411: Pull complete 00:50:11 e16973657156: Pull complete 00:50:12 db1c61fa0a46: Verifying Checksum 00:50:12 db1c61fa0a46: Download complete 00:50:12 fc693d55d65f: Verifying Checksum 00:50:12 fc693d55d65f: Download complete 00:50:24 fc693d55d65f: Pull complete 00:50:24 7e9fc2657dce: Pull complete 00:50:25 dda99020689f: Pull complete 00:50:31 db1c61fa0a46: Pull complete 00:50:33 891c053d2c06: Pull complete 00:50:33 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 00:50:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 00:50:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 00:50:33 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 00:50:33 WORKDIR /edgex 00:50:33 COPY go.mod . 00:50:33 RUN go mod download 00:50:33 + docker build -t ci-base-image-arm64 -f - . 00:50:34 Sending build context to Docker daemon 2.95MB 00:50:34 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 00:50:34 ---> f96f9c87975a 00:50:34 Step 2/4 : WORKDIR /edgex 00:50:36 ---> Running in 7156c63de893 00:50:36 Removing intermediate container 7156c63de893 00:50:36 ---> 49106b5a23f6 00:50:36 Step 3/4 : COPY go.mod . 00:50:37 ---> aa1c7572b1eb 00:50:37 Step 4/4 : RUN go mod download 00:50:37 ---> Running in c27a26cf32fa 00:50:47 Removing intermediate container 9896a71f1b72 00:50:47 ---> 4e601c74a8f9 00:50:47 Step 7/32 : COPY . . 00:50:47 Removing intermediate container b1dab1c69840 00:50:47 ---> 9358194ce87a 00:50:47 Step 8/24 : COPY . . 00:50:47 Removing intermediate container e705175538f6 00:50:47 ---> d03068cfb074 00:50:47 Step 8/23 : COPY . . 00:50:47 Removing intermediate container 97e382282bc9 00:50:47 ---> 199bddf42781 00:50:47 Step 8/22 : COPY . . 00:50:47 Removing intermediate container f2556aaf9778 00:50:47 ---> 177f24f81efc 00:50:47 Step 8/22 : COPY . . 00:51:06 ---> bc7d0bbec519 00:51:06 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 00:51:06 ---> 944546b53909 00:51:06 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 00:51:06 ---> 747446289a4a 00:51:06 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 00:51:06 ---> 0676476f2351 00:51:06 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 00:51:06 ---> a87b980969c2 00:51:06 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:51:06 ---> Running in 04c81d8c0118 00:51:06 ---> Running in 55d0e9688400 00:51:06 ---> Running in 36273ede1a03 00:51:06 ---> Running in 2918b401ac33 00:51:06 ---> Running in eb6f3d0baca9 00:51:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:51:06 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 00:51:06 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 00:51:06 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:51:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 00:51:09 Removing intermediate container c27a26cf32fa 00:51:09 ---> 92aa2220b4d5 00:51:09 Successfully built 92aa2220b4d5 00:51:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:10 + docker inspect -f . ci-base-image-arm64 00:51:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:51:10 prd-ubuntu20.04-docker-arm64-4c-16g-9550 does not seem to be running inside a container 00:51:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:51:11 $ docker top 02c1e9a42d9376225c3662011b8d43b3b23fed2c7e5cfeaa8bbdc14159db3931 -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:12 + go version 00:51:12 go version go1.18.7 linux/arm64 [Pipeline] } 00:51:12 $ docker stop --time=1 02c1e9a42d9376225c3662011b8d43b3b23fed2c7e5cfeaa8bbdc14159db3931 00:51:14 $ docker rm -f --volumes 02c1e9a42d9376225c3662011b8d43b3b23fed2c7e5cfeaa8bbdc14159db3931 [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 00:51:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:51:15 00:51:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:51:15 latest: Pulling from edgex-devops/edgex-compose-arm64 00:51:15 29e5d40040c1: Pulling fs layer 00:51:15 1ce36da41761: Pulling fs layer 00:51:15 25b303627fd3: Pulling fs layer 00:51:15 29e5d40040c1: Download complete 00:51:15 1ce36da41761: Verifying Checksum 00:51:15 1ce36da41761: Download complete 00:51:16 29e5d40040c1: Pull complete 00:51:17 25b303627fd3: Verifying Checksum 00:51:17 25b303627fd3: Download complete 00:51:17 1ce36da41761: Pull complete 00:51:30 25b303627fd3: Pull complete 00:51:30 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:51:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:51:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:51:30 prd-ubuntu20.04-docker-arm64-4c-16g-9550 does not seem to be running inside a container 00:51:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@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 00:51:32 $ docker top 6cdadcb220b3eceb9edc0f6174007bfd6a055a2397464b5e57290d1ec934301c -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:33 + docker-compose build --help 00:51:33 + grep parallel 00:51:38 --parallel Build images in parallel. [Pipeline] } 00:51:38 $ docker stop --time=1 6cdadcb220b3eceb9edc0f6174007bfd6a055a2397464b5e57290d1ec934301c 00:51:40 $ docker rm -f --volumes 6cdadcb220b3eceb9edc0f6174007bfd6a055a2397464b5e57290d1ec934301c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:51:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:51:41 prd-ubuntu20.04-docker-arm64-4c-16g-9550 does not seem to be running inside a container 00:51:41 $ 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/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:51:42 $ docker top 725a4f675ef95518f1a1bc6a010ec8e83913b7c95cb740c28eab52b98267998a -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:43 + docker-compose -f ./docker-compose-build.yml build --parallel 00:51:49 Building core-command ... 00:51:49 Building core-common-config-bootstrapper ... 00:51:49 Building core-data ... 00:51:49 Building core-metadata ... 00:51:49 Building security-bootstrapper ... 00:51:49 Building security-proxy-auth ... 00:51:49 Building security-proxy-setup ... 00:51:49 Building security-secretstore-setup ... 00:51:49 Building security-spiffe-token-provider ... 00:51:49 Building security-spire-agent ... 00:51:49 Building security-spire-config ... 00:51:49 Building security-spire-server ... 00:51:49 Building support-notifications ... 00:51:49 Building support-scheduler ... 00:51:49 Building security-spiffe-token-provider 00:51:49 Building core-command 00:51:49 Building security-spire-agent 00:51:49 Building core-data 00:51:49 Building security-proxy-auth 00:51:53 Removing intermediate container 2918b401ac33 00:51:53 ---> 7e40312b4200 00:51:53 00:51:53 Step 10/22 : FROM alpine:3.16 00:51:53 Removing intermediate container 04c81d8c0118 00:51:53 ---> 0c911bd8fe4a 00:51:53 00:51:53 Step 9/32 : FROM alpine:3.16 00:51:53 3.16: Pulling from library/alpine 00:51:53 3.16: Pulling from library/alpine 00:51:53 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 00:51:53 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 00:51:53 Status: Downloaded newer image for alpine:3.16 00:51:53 Status: Downloaded newer image for alpine:3.16 00:51:53 ---> dfd21b5a31f5 00:51:53 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:51:53 ---> dfd21b5a31f5 00:51:53 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 00:51:53 ---> Running in fe7b2e69ca39 00:51:53 ---> Running in 05fa84cbc01b 00:51:53 Removing intermediate container eb6f3d0baca9 00:51:53 ---> b200124c646b 00:51:53 Removing intermediate container 36273ede1a03 00:51:53 00:51:53 ---> c23a50a5cbfa 00:51:53 00:51:53 Step 10/24 : FROM alpine:3.16Step 10/23 : FROM alpine:3.16 00:51:53 00:51:53 ---> dfd21b5a31f5 00:51:53 ---> dfd21b5a31f5 00:51:53 Step 11/23 : RUN apk add --update --no-cache dumb-initStep 11/24 : RUN apk add --update --no-cache dumb-init 00:51:53 00:51:53 Removing intermediate container 55d0e9688400 00:51:53 ---> 9ac42ebf2fd4 00:51:53 00:51:53 Step 10/22 : FROM alpine:3.16 00:51:53 ---> dfd21b5a31f5 00:51:53 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:53 ---> Running in 80dc275c7a73 00:51:53 ---> Running in c84c11095b31 00:51:53 ---> Running in 789fe6445377 00:51:53 Removing intermediate container fe7b2e69ca39 00:51:53 ---> 2fc9cdd281d5 00:51:53 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 00:51:53 Removing intermediate container 05fa84cbc01b 00:51:53 ---> fda888b64208 00:51:53 Step 12/22 : RUN apk add --update --no-cache dumb-init 00:51:53 ---> Running in 65fa2ffee611 00:51:53 ---> Running in 125473f49af3 00:51:53 Removing intermediate container 789fe6445377 00:51:53 ---> fb2f7f5ba503 00:51:53 Step 12/22 : ENV APP_PORT=59880 00:51:53 ---> Running in f44e9ca2f835 00:51:53 Removing intermediate container f44e9ca2f835 00:51:53 ---> 0e6f1b4d74ad 00:51:53 Step 13/22 : EXPOSE $APP_PORT 00:51:53 ---> Running in 30a8bb65dcb6 00:51:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:51:54 Removing intermediate container 30a8bb65dcb6 00:51:54 ---> 2d18b6737d49 00:51:54 Step 14/22 : RUN apk add --update --no-cache dumb-init 00:51:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:51:54 ---> Running in 3d69d4d5125b 00:51:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:51:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:51:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:51:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:51:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:51:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:51:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:51:54 (1/1) Installing dumb-init (1.2.5-r1) 00:51:54 Executing busybox-1.35.0-r17.trigger 00:51:54 (1/1) Installing dumb-init (1.2.5-r1) 00:51:54 OK: 6 MiB in 15 packages 00:51:54 Executing busybox-1.35.0-r17.trigger 00:51:54 OK: 6 MiB in 15 packages 00:51:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:51:54 (1/1) Installing dumb-init (1.2.5-r1) 00:51:54 Executing busybox-1.35.0-r17.trigger 00:51:54 OK: 6 MiB in 15 packages 00:51:54 (1/2) Installing dumb-init (1.2.5-r1) 00:51:54 (2/2) Installing su-exec (0.2-r1) 00:51:54 Executing busybox-1.35.0-r17.trigger 00:51:54 OK: 6 MiB in 16 packages 00:51:54 (1/1) Installing dumb-init (1.2.5-r1) 00:51:54 Executing busybox-1.35.0-r17.trigger 00:51:54 OK: 6 MiB in 15 packages 00:51:55 Removing intermediate container c84c11095b31 00:51:55 ---> 30c6c49c0b1b 00:51:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:55 ---> Running in 48c0d73dee17 00:51:55 Removing intermediate container 125473f49af3 00:51:55 ---> 050603c59950 00:51:55 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:55 Removing intermediate container 80dc275c7a73 00:51:55 ---> f967c97334e6 00:51:55 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:55 ---> Running in fa8833c23ed0 00:51:55 Removing intermediate container 65fa2ffee611 00:51:55 ---> ead027d38f52 00:51:55 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 00:51:55 Removing intermediate container 48c0d73dee17 00:51:55 ---> 2cbd00ef271a 00:51:55 Step 13/23 : ENV APP_PORT=59882 00:51:55 Removing intermediate container 3d69d4d5125b 00:51:55 ---> 0640f37b7da7 00:51:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:55 ---> Running in 8c3e5374c8c6 00:51:55 ---> Running in 51e306a616d6 00:51:55 Removing intermediate container fa8833c23ed0 00:51:55 ---> b0f0f1bc9c49 00:51:55 Step 13/24 : ENV APP_PORT=59881 00:51:55 ---> 12921d549e46 00:51:55 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 00:51:55 ---> Running in db00edeabb6f 00:51:55 Removing intermediate container 8c3e5374c8c6 00:51:55 ---> e34700c6e960 00:51:55 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 00:51:56 Removing intermediate container 51e306a616d6 00:51:56 ---> 753dc6750e65 00:51:56 Step 14/23 : EXPOSE $APP_PORT 00:51:56 ---> bdc59005b2b6 00:51:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:56 ---> Running in f91efe96fb3d 00:51:56 ---> Running in 49ec854f2f23 00:51:56 Removing intermediate container db00edeabb6f 00:51:56 ---> 1ed20c7309d2 00:51:56 Step 14/24 : EXPOSE $APP_PORT 00:51:56 ---> b2c266a4bc54 00:51:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 00:51:56 ---> Running in f47ac186b032 00:51:56 Removing intermediate container f91efe96fb3d 00:51:56 ---> dbbbc7461ba2 00:51:56 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 00:51:56 Removing intermediate container 49ec854f2f23 00:51:56 ---> a43c510d94a9 00:51:56 Step 15/23 : WORKDIR / 00:51:57 ---> 8f85a03c5672 00:51:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 00:51:57 ---> Running in be5aa04d0fde 00:51:57 ---> Running in b68489070425 00:51:57 Removing intermediate container f47ac186b032 00:51:57 ---> 7aa3d7bfb63a 00:51:57 Step 15/24 : WORKDIR / 00:51:57 ---> 3bd69ba64d4f 00:51:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:57 ---> Running in a53a16e765cc 00:51:58 ---> 52712e717468 00:51:58 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:51:58 Removing intermediate container be5aa04d0fde 00:51:58 ---> 34b3e2f5b7d0 00:51:58 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 00:51:58 Removing intermediate container b68489070425 00:51:58 ---> ebd2d8701157 00:51:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:58 ---> 590a0b7aab12 00:51:58 Step 18/22 : ENTRYPOINT ["/core-data"] 00:51:58 ---> Running in 5441cd82fa6a 00:51:58 ---> Running in 77b86405bb4b 00:51:58 ---> Running in fa8c360a4714 00:51:58 Removing intermediate container a53a16e765cc 00:51:58 ---> 2c959e1c4bdb 00:51:58 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:58 Removing intermediate container 77b86405bb4b 00:51:58 ---> f1809da78ef8 00:51:58 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 00:51:58 ---> Running in fc71f02f4b8c 00:51:58 ---> 0ceb56fe2473 00:51:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:51:58 Removing intermediate container fa8c360a4714 00:51:58 ---> 9a590e96daf8 00:51:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:51:59 ---> Running in 92d774148f2a 00:51:59 ---> 849ab84689af 00:51:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:51:59 Removing intermediate container 92d774148f2a 00:51:59 ---> 9f3ebce5e7e0 00:51:59 Step 20/22 : LABEL arch=x86_64 00:51:59 ---> Running in 68f7f24c0664 00:51:59 ---> ff696bd32f78 00:51:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:51:59 ---> b1c58c110310 00:51:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:51:59 Removing intermediate container 68f7f24c0664 00:51:59 ---> cfdc67199f63 00:51:59 Step 21/22 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 00:51:59 ---> Running in 1ffed5b45e12 00:51:59 ---> 35b454024349 00:51:59 Removing intermediate container 5441cd82fa6a 00:51:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml ---> de5a66d162ab 00:51:59 00:51:59 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 00:51:59 Removing intermediate container 1ffed5b45e12 00:51:59 ---> 148e883aac7e 00:51:59 Step 22/22 : LABEL version=3.0.0-dev.88 00:51:59 ---> Running in afd5589f8103 00:51:59 ---> 43314fc7ebae 00:51:59 Step 19/23 : ENTRYPOINT ["/core-command"] 00:51:59 ---> Running in 0552f98dc5c6 00:52:00 ---> Running in 41978fbf33d8 00:52:00 Removing intermediate container afd5589f8103 00:52:00 ---> aaffaf3c5fd8 00:52:00 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 00:52:00 ---> Running in 34855184ed36 00:52:00 Removing intermediate container 0552f98dc5c6 00:52:00 ---> 68a0c323dd4b 00:52:00 00:52:00 ---> 30c1d059af90 00:52:00 Step 20/24 : ENTRYPOINT ["/core-metadata"] 00:52:00 Removing intermediate container fc71f02f4b8c 00:52:00 ---> 74bc141c7617 00:52:00 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 00:52:00 Removing intermediate container 41978fbf33d8 00:52:00 ---> a4296c03691c 00:52:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:52:00 ---> Running in 743516a6e740 00:52:00 ---> Running in ce33e1d8fdca 00:52:00 ---> Running in 5f86fa8457d7 00:52:00 Successfully built 68a0c323dd4b 00:52:00 Successfully tagged core-data:latest 00:52:00  Building core-data ... done Building security-spiffe-token-provider 00:52:02 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:52:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:52:02 ---> 92aa2220b4d5 00:52:02 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:52:02 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:52:02 Step 2/19 : FROM ${BUILDER_BASE} AS builder 00:52:02 ---> 92aa2220b4d5 00:52:02 Step 3/19 : WORKDIR /edgex-go 00:52:02 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:52:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:52:02 ---> 92aa2220b4d5 00:52:02 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:52:02 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:52:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:52:02 ---> 92aa2220b4d5 00:52:02 Step 3/23 : ARG ADD_BUILD_TAGS="" 00:52:02 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:52:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:52:02 ---> 92aa2220b4d5 00:52:02 Step 3/24 : WORKDIR /edgex-go 00:52:02 ---> Running in 4931f0ed40f4 00:52:02 ---> Running in e56d8c7911c7 00:52:02 ---> Running in 25c03b95c930 00:52:02 ---> Running in 878d7d869d57 00:52:02 ---> Running in fa73bfd6d1fd 00:52:02 Removing intermediate container 4931f0ed40f4 00:52:02 ---> 1d5344971682 00:52:02 Step 4/22 : WORKDIR /edgex-go 00:52:02 Removing intermediate container e56d8c7911c7 00:52:02 ---> 5d7f4cb24e85 00:52:02 Step 4/22 : WORKDIR /edgex-go 00:52:02 Removing intermediate container 878d7d869d57 00:52:02 ---> 73a630922179 00:52:02 Step 4/23 : WORKDIR /edgex-go 00:52:02 ---> Running in 8fba38df9ff5 00:52:02 ---> Running in b372894e0398 00:52:02 ---> Running in cfc2c22bb9c3 00:52:02 Removing intermediate container fa73bfd6d1fd 00:52:02 ---> 15cc7d094db1 00:52:02 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 00:52:02 Removing intermediate container 25c03b95c930 00:52:02 ---> 27464f5bf342 00:52:02 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 00:52:02 ---> Running in 15ec4f3ed37f 00:52:02 ---> Running in 0f6fae30a585 00:52:02 Removing intermediate container 8fba38df9ff5 00:52:02 ---> 589bbcd34327 00:52:02 Step 5/22 : RUN apk add --update --no-cache make git 00:52:02 Removing intermediate container b372894e0398 00:52:02 ---> a1cfd87b571d 00:52:02 Step 5/23 : RUN apk add --update --no-cache make git 00:52:02 Removing intermediate container cfc2c22bb9c3 00:52:02 ---> b54d770ec431 00:52:02 Step 5/22 : RUN apk add --update --no-cache make git 00:52:02 ---> Running in eacdc0aad284 00:52:02 ---> Running in c6e61d967c1f 00:52:02 ---> Running in 5d0476626e71 00:52:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:52:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:52:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:52:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:52:04 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:52:04 Step 2/19 : FROM ${BUILDER_BASE} AS builder 00:52:04 ---> 4ce4a8311a38 00:52:04 Step 3/19 : WORKDIR /edgex-go 00:52:04 ---> Using cache 00:52:04 ---> 5d908175560f 00:52:04 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 00:52:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:52:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:52:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:52:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:52:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:52:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:52:05 OK: 221 MiB in 51 packages 00:52:05 v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 00:52:05 v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 00:52:05 OK: 16903 distinct packages available 00:52:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:52:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:52:07 Removing intermediate container 34855184ed36 00:52:07 ---> 11e8b4ee00b9 00:52:07 Step 20/22 : LABEL arch=x86_64 00:52:07 Removing intermediate container ce33e1d8fdca 00:52:07 ---> 3c56d6a03482 00:52:07 Step 21/23 : LABEL arch=x86_64 00:52:07 Removing intermediate container 743516a6e740 00:52:07 ---> b23d2373c5be 00:52:07 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:52:07 Removing intermediate container 5f86fa8457d7 00:52:07 ---> 61c63156e208 00:52:07 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 00:52:07 ---> Running in 38dd070d924b 00:52:07 ---> Running in c624b9367f6c 00:52:07 ---> Running in 26e10b8b87f2 00:52:07 ---> Running in 969ee86c14a9 00:52:07 Removing intermediate container 969ee86c14a9 00:52:07 ---> f107e13fe797 00:52:07 Step 22/24 : LABEL arch=x86_64 00:52:07 Removing intermediate container c624b9367f6c 00:52:07 ---> 9f85cf955334 00:52:07 Step 22/23 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 00:52:07 ---> Running in 5079d9f11e8a 00:52:07 ---> Running in e084f237c022 00:52:07 Removing intermediate container 26e10b8b87f2 00:52:07 ---> 71d5cb2c5dfd 00:52:07 Step 21/22 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 00:52:07 ---> f487349d36dd 00:52:07 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 00:52:07 ---> Running in 118b1d1e0ec5 00:52:07 ---> Running in 9b78a32643b0 00:52:07 OK: 221 MiB in 51 packages 00:52:07 OK: 221 MiB in 51 packages 00:52:07 OK: 221 MiB in 51 packages 00:52:07 Removing intermediate container 0f6fae30a585 00:52:07 ---> 0b621ac353a2 00:52:07 Step 5/24 : COPY go.mod vendor* ./ 00:52:07 Removing intermediate container e084f237c022 00:52:07 ---> 3f2ec4569fc0 00:52:07 Step 23/23 : LABEL version=3.0.0-dev.88 00:52:07 Removing intermediate container 5079d9f11e8a 00:52:07 ---> 5b80da8268ad 00:52:07 Step 23/24 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 00:52:07 Removing intermediate container 118b1d1e0ec5 00:52:07 ---> 49dea497454f 00:52:07 Step 22/22 : LABEL version=3.0.0-dev.88 00:52:07 ---> Running in c9a063a385ef 00:52:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:52:07 ---> Running in af28aec5768b 00:52:07 ---> Running in a3733e35520b 00:52:07 Removing intermediate container af28aec5768b 00:52:07 ---> 1f2d7f5328a4 00:52:07 Step 24/24 : LABEL version=3.0.0-dev.88 00:52:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:52:07 Removing intermediate container a3733e35520b 00:52:07 ---> 89778dd405e8 00:52:07 00:52:07 Removing intermediate container c9a063a385ef 00:52:07 ---> a20e2bf8d428 00:52:07 00:52:07 ---> Running in 0faf4ef479d0 00:52:07 Successfully built 89778dd405e8 00:52:08 Successfully tagged security-proxy-auth:latest 00:52:08 Building support-scheduler 00:52:08  Building security-proxy-auth ... done Successfully built a20e2bf8d428 00:52:08 Successfully tagged core-command:latest 00:52:08  Building core-command ... done Building security-secretstore-setup 00:52:08 Removing intermediate container 0faf4ef479d0 00:52:08 ---> ee5358d22af5 00:52:08 00:52:08 Successfully built ee5358d22af5 00:52:08 Successfully tagged core-metadata:latest 00:52:08  Building core-metadata ... done Building support-notifications 00:52:08 v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 00:52:08 v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 00:52:08 OK: 17046 distinct packages available 00:52:08 Removing intermediate container 9b78a32643b0 00:52:08 ---> cfa2a28af524 00:52:08 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:52:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:52:08 OK: 211 MiB in 51 packages 00:52:08 OK: 221 MiB in 51 packages 00:52:08 ---> 9bd7ba795b0c 00:52:08 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:52:08 ---> Running in 8bfc19e590d1 00:52:09 Removing intermediate container c6e61d967c1f 00:52:09 ---> 763258177ce0 00:52:09 Step 6/23 : COPY go.mod vendor* ./ 00:52:09 Removing intermediate container 5d0476626e71 00:52:09 Removing intermediate container eacdc0aad284 00:52:09 ---> 81feeda23999 00:52:09 Step 6/22 : COPY go.mod vendor* ./ 00:52:09 ---> d466d8cf3bcf 00:52:09 Step 6/22 : COPY go.mod vendor* ./ 00:52:10 Removing intermediate container 15ec4f3ed37f 00:52:10 ---> cd1d62cb3fc6 00:52:10 Step 5/19 : COPY go.mod vendor* ./ 00:52:10 ---> b6ab80b66cd7 00:52:10 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:52:10 ---> 0ad35365bbda 00:52:10 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:52:10 ---> cae2985e67de 00:52:10 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:52:10 ---> Running in 11a702d51673 00:52:10 ---> Running in 990e3618b840 00:52:10 ---> Running in 3fe6a341ca4c 00:52:11 ---> b873156654ba 00:52:11 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:52:11 ---> Running in d521c1b30b26 00:52:18 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:52:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:52:18 ---> 4ce4a8311a38 00:52:18 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:52:18 ---> Using cache 00:52:18 ---> 88fc760d4e17 00:52:18 Step 4/22 : WORKDIR /edgex-go 00:52:18 ---> Using cache 00:52:18 ---> 509874619664 00:52:18 Step 5/22 : RUN apk add --update --no-cache make git 00:52:18 ---> Using cache 00:52:18 ---> 494b4ad217fd 00:52:18 Step 6/22 : COPY go.mod vendor* ./ 00:52:18 ---> Using cache 00:52:18 ---> cbd0adfa0692 00:52:18 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:52:18 ---> Using cache 00:52:18 ---> 177f24f81efc 00:52:18 Step 8/22 : COPY . . 00:52:18 ---> Using cache 00:52:18 ---> bc7d0bbec519 00:52:18 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:52:18 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:52:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:52:18 ---> 4ce4a8311a38 00:52:18 Step 3/23 : WORKDIR /edgex-go 00:52:18 ---> Using cache 00:52:18 ---> 5d908175560f 00:52:18 Step 4/23 : RUN apk add --update --no-cache make git 00:52:18 ---> Using cache 00:52:18 ---> 95cb6cc79d65 00:52:18 Step 5/23 : COPY go.mod vendor* ./ 00:52:18 ---> Using cache 00:52:18 ---> 5c0e328f1177 00:52:18 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:52:18 ---> Using cache 00:52:18 ---> 4e601c74a8f9 00:52:18 Step 7/23 : COPY . . 00:52:18 ---> Using cache 00:52:18 ---> a87b980969c2 00:52:18 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:52:18 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:52:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:52:18 ---> 4ce4a8311a38 00:52:18 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:52:18 ---> Using cache 00:52:18 ---> 88fc760d4e17 00:52:18 Step 4/22 : WORKDIR /edgex-go 00:52:18 ---> Using cache 00:52:18 ---> 509874619664 00:52:18 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:52:24 ---> a958f2362c91 00:52:24 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:52:24 ---> Running in c12876e36aaf 00:52:24 ---> Running in 0c2c0d076dec 00:52:24 ---> Running in cd2efa027cef 00:52:25 Removing intermediate container 38dd070d924b 00:52:25 ---> e76b879e84f1 00:52:25 Step 5/19 : COPY go.mod vendor* ./ 00:52:25 ---> 19116185f3a9 00:52:25 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:52:25 ---> Running in ed21519c3f8f 00:52:25 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:52:25 ---> 6a303faeab8e 00:52:25 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:52:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:52:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:52:26 ---> 5ee6aa515c3f 00:52:26 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:52:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:52:26 OK: 211 MiB in 51 packages 00:52:26 ---> 6ac745073ff4 00:52:26 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 00:52:26 ---> 61d1736f7bd6 00:52:26 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 00:52:27 Removing intermediate container cd2efa027cef 00:52:27 ---> 05f569424d75 00:52:27 Step 6/22 : COPY go.mod vendor* ./ 00:52:27 ---> 0728b3da4b3a 00:52:27 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:52:27 ---> d2a50628c094 00:52:27 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:52:27 ---> Running in 0a5e24cd920e 00:52:27 ---> e148e3147349 00:52:27 Step 27/32 : RUN chmod +x /entrypoint.sh 00:52:27 ---> Running in 9b9362469e7f 00:52:28 Removing intermediate container 9b9362469e7f 00:52:28 ---> e36e1c4c99a9 00:52:28 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 00:52:28 ---> Running in bb7de4b42ca7 00:52:28 Removing intermediate container bb7de4b42ca7 00:52:28 ---> b030095276aa 00:52:28 Step 29/32 : CMD ["gate"] 00:52:28 ---> Running in 2fac6a3e7e7f 00:52:28 Removing intermediate container 2fac6a3e7e7f 00:52:28 ---> 9f5025f27cd3 00:52:28 Step 30/32 : LABEL arch=x86_64 00:52:28 ---> Running in babd34e483b9 00:52:28 Removing intermediate container babd34e483b9 00:52:28 ---> 62aaa3ef507a 00:52:28 Step 31/32 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 00:52:28 ---> Running in 88dd8872d49a 00:52:29 Removing intermediate container 88dd8872d49a 00:52:29 ---> 3c99a00a256d 00:52:29 Step 32/32 : LABEL version=3.0.0-dev.88 00:52:29 ---> Running in 70f6943ed9a2 00:52:29 Removing intermediate container 70f6943ed9a2 00:52:29 ---> 4f81d4c6d10b 00:52:29 00:52:29 Successfully built 4f81d4c6d10b 00:52:29 Successfully tagged security-bootstrapper:latest 00:52:29  Building security-bootstrapper ... done Building security-proxy-setup 00:52:32 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:52:32 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:52:32 ---> 4ce4a8311a38 00:52:32 Step 3/20 : WORKDIR /edgex-go 00:52:32 ---> Using cache 00:52:32 ---> 5d908175560f 00:52:32 Step 4/20 : RUN apk add --update --no-cache make git 00:52:32 ---> Using cache 00:52:32 ---> 95cb6cc79d65 00:52:32 Step 5/20 : COPY go.mod vendor* ./ 00:52:32 ---> Using cache 00:52:32 ---> 5c0e328f1177 00:52:32 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:52:32 ---> Using cache 00:52:32 ---> 4e601c74a8f9 00:52:32 Step 7/20 : COPY . . 00:52:32 ---> Using cache 00:52:32 ---> a87b980969c2 00:52:32 Step 8/20 : RUN make cmd/secrets-config/secrets-config 00:52:41 ---> Running in 526d9584da47 00:52:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 00:52:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:53:20 Removing intermediate container 0c2c0d076dec 00:53:20 ---> a836663e54a3 00:53:20 00:53:20 Step 9/23 : FROM alpine:3.16 00:53:20 ---> dfd21b5a31f5 00:53:20 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 00:53:20 Removing intermediate container c12876e36aaf 00:53:20 ---> a2e5cc894b16 00:53:20 00:53:20 Step 10/22 : FROM alpine:3.16 00:53:20 ---> dfd21b5a31f5 00:53:20 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:53:20 ---> Using cache 00:53:20 ---> f967c97334e6 00:53:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:53:20 ---> Using cache 00:53:20 ---> b0f0f1bc9c49 00:53:20 Step 13/22 : ENV APP_PORT=59861 00:53:20 ---> Running in 222300bbaca2 00:53:20 Removing intermediate container 0a5e24cd920e 00:53:20 ---> 928ecdb8f39b 00:53:20 Step 8/22 : COPY . . 00:53:20 Removing intermediate container ed21519c3f8f 00:53:20 ---> cce14a08bdfa 00:53:20 Step 7/19 : COPY . . 00:53:21 ---> Running in 6204b6e27b3d 00:53:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:53:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:53:23 (1/3) Installing ca-certificates (20220614-r0) 00:53:23 (2/3) Installing dumb-init (1.2.5-r1) 00:53:23 (3/3) Installing su-exec (0.2-r1) 00:53:23 Executing busybox-1.35.0-r17.trigger 00:53:23 Executing ca-certificates-20220614-r0.trigger 00:53:23 OK: 6 MiB in 17 packages 00:53:33 Removing intermediate container 6204b6e27b3d 00:53:33 ---> c8f0667669c2 00:53:33 Step 14/22 : EXPOSE $APP_PORT 00:53:33 ---> Running in f838c48647e4 00:53:33 Removing intermediate container 526d9584da47 00:53:33 ---> 92aa84c4e28a 00:53:33 00:53:33 Step 9/20 : FROM alpine:3.16 00:53:33 ---> dfd21b5a31f5 00:53:33 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 00:53:33 ---> Running in 3b4ec0f6f521 00:53:33 ---> adb2be05b237 00:53:33 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:53:33 ---> e5e18761e039 00:53:33 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:53:33 ---> Running in 23e1c897a012 00:53:33 ---> Running in 347ccf67db12 00:53:33 Removing intermediate container 222300bbaca2 00:53:33 ---> e4818284bd14 00:53:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:53:33 ---> Running in 99097e0af976 00:53:33 Removing intermediate container f838c48647e4 00:53:33 ---> c3348108be0a 00:53:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:33 Removing intermediate container 99097e0af976 00:53:33 ---> 72855609a7fc 00:53:33 Step 12/23 : WORKDIR / 00:53:33 ---> Running in 291a45210af3 00:53:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:53:34 ---> d71474281321 00:53:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:53:34 Removing intermediate container 291a45210af3 00:53:34 ---> 0ea587092c54 00:53:34 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:53:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:53:34 ---> f7a7d9082beb 00:53:34 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:53:34 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:53:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 00:53:34 (1/2) Installing dumb-init (1.2.5-r1) 00:53:34 (2/2) Installing openssl (1.1.1t-r0) 00:53:34 Executing busybox-1.35.0-r17.trigger 00:53:34 OK: 6 MiB in 16 packages 00:53:35 ---> f5c2cb06078e 00:53:35 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:53:35 ---> b960d7245cec 00:53:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:53:35 Removing intermediate container 3b4ec0f6f521 00:53:35 ---> 5d5c70f4ab11 00:53:35 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 00:53:35 ---> Running in 2cb15fc707e1 00:53:35 ---> a529b59478dd 00:53:35 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:53:35 ---> a8b7b337f949 00:53:35 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:53:35 ---> Running in 5ceb7a21f7dd 00:53:35 Removing intermediate container 2cb15fc707e1 00:53:35 ---> a7a025077141 00:53:35 Step 12/20 : WORKDIR /edgex 00:53:35 ---> Running in c276997dc37d 00:53:35 Removing intermediate container 5ceb7a21f7dd 00:53:35 ---> e489c8b6a7e4 00:53:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:53:35 Removing intermediate container c276997dc37d 00:53:35 ---> 8f813bb44462 00:53:35 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 00:53:35 ---> Running in bb6c4d4bb09b 00:53:35 ---> 3038ec4d4583 00:53:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:53:36 Removing intermediate container bb6c4d4bb09b 00:53:36 ---> 792419fba924 00:53:36 Step 20/22 : LABEL arch=x86_64 00:53:36 ---> Running in 9f8cc067132d 00:53:36 ---> d5e105983e49 00:53:36 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:53:36 ---> 78fe8a484617 00:53:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:53:36 Removing intermediate container 9f8cc067132d 00:53:36 ---> f8a839a02c2b 00:53:36 Step 21/22 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 00:53:36 ---> Running in f7a79362c94e 00:53:37 ---> 725aa3efa411 00:53:37 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 00:53:37 ---> 8cdcdbd968d6 00:53:37 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:53:37 Removing intermediate container f7a79362c94e 00:53:37 ---> 214e195118eb 00:53:37 Step 22/22 : LABEL version=3.0.0-dev.88 00:53:37 ---> Running in b5ef29782e31 00:53:37 ---> 293bc9b3bb32 00:53:37 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:53:37 ---> Running in ec76e24485e9 00:53:37 ---> Running in 1eb49cbf10b6 00:53:37 Removing intermediate container ec76e24485e9 00:53:37 ---> c9a0f8c983a9 00:53:37 00:53:37 Successfully built c9a0f8c983a9 00:53:37 Successfully tagged support-scheduler:latest 00:53:37  Building support-scheduler ... done Building security-spire-server 00:53:43 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:53:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:53:43 ---> 4ce4a8311a38 00:53:43 Step 3/23 : WORKDIR /edgex-go 00:53:43 ---> Using cache 00:53:43 ---> 5d908175560f 00:53:43 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 00:53:51 ---> Running in eae4e10b09a7 00:53:51 Removing intermediate container b5ef29782e31 00:53:51 ---> be454de58601 00:53:51 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 00:53:51 Removing intermediate container 1eb49cbf10b6 00:53:51 ---> a9a513f6e465 00:53:51 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 00:53:51 ---> Running in 1e0d4968e347 00:53:51 ---> Running in 7d56e955fcd6 00:53:51 Removing intermediate container 1e0d4968e347 00:53:51 ---> cbbfa9e0b224 00:53:51 Step 21/23 : LABEL arch=x86_64 00:53:51 Removing intermediate container 7d56e955fcd6 00:53:51 ---> 5c67cc16cff3 00:53:51 Step 18/20 : LABEL arch=x86_64 00:53:51 ---> Running in 4164e659df5a 00:53:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:53:51 ---> Running in 12a416adba7f 00:53:51 Removing intermediate container 4164e659df5a 00:53:51 ---> c61ac573a2a5 00:53:51 Step 22/23 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 00:53:51 Removing intermediate container 12a416adba7f 00:53:51 ---> 0fef702ba148 00:53:51 Step 19/20 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 00:53:51 ---> Running in e999bcbb1cdf 00:53:51 ---> Running in 3c473131cb73 00:53:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:53:51 Removing intermediate container e999bcbb1cdf 00:53:51 ---> 49b3639bdadf 00:53:51 Step 23/23 : LABEL version=3.0.0-dev.88 00:53:51 ---> Running in d2c4aecb12f4 00:53:51 Removing intermediate container 3c473131cb73 00:53:51 ---> fcc5f45e2415 00:53:51 Step 20/20 : LABEL version=3.0.0-dev.88 00:53:51 ---> Running in 1e9b8f489c9b 00:53:51 Removing intermediate container d2c4aecb12f4 00:53:51 ---> 1397ca91cc0d 00:53:51 00:53:51 Successfully built 1397ca91cc0d 00:53:51 Successfully tagged security-secretstore-setup:latest 00:53:51 Removing intermediate container 1e9b8f489c9b 00:53:51 ---> d47ebce32371 00:53:51 00:53:51  Building security-secretstore-setup ... done Building security-spire-config 00:53:51 Successfully built d47ebce32371 00:53:51 Successfully tagged security-proxy-setup:latest 00:53:51  Building security-proxy-setup ... done Building core-common-config-bootstrapper 00:53:51 OK: 211 MiB in 51 packages 00:53:55 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:53:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:53:55 ---> 4ce4a8311a38 00:53:55 Step 3/24 : WORKDIR /edgex-go 00:53:55 ---> Using cache 00:53:55 ---> 5d908175560f 00:53:55 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 00:53:56 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:53:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:53:56 ---> 4ce4a8311a38 00:53:56 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:53:56 ---> Using cache 00:53:56 ---> 88fc760d4e17 00:53:56 Step 4/22 : WORKDIR /edgex-go 00:53:56 ---> Using cache 00:53:56 ---> 509874619664 00:53:56 Step 5/22 : RUN apk add --update --no-cache make git 00:53:56 ---> Using cache 00:53:56 ---> 494b4ad217fd 00:53:56 Step 6/22 : COPY go.mod vendor* ./ 00:53:56 ---> Using cache 00:53:56 ---> cbd0adfa0692 00:53:56 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:53:56 ---> Using cache 00:53:56 ---> 177f24f81efc 00:53:56 Step 8/22 : COPY . . 00:53:56 ---> Using cache 00:53:56 ---> bc7d0bbec519 00:53:56 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 00:54:06 ---> Running in e2fe0e663b58 00:54:06 ---> Running in 42b1a74381ca 00:54:06 Removing intermediate container eae4e10b09a7 00:54:06 ---> 5a9c6b589dbb 00:54:06 Step 5/23 : COPY go.mod vendor* ./ 00:54:08 ---> 72f260c19600 00:54:08 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:54:10 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 00:54:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:54:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:54:11 OK: 211 MiB in 51 packages 00:54:11 ---> Running in 4aaae4ae695c 00:54:11 Removing intermediate container 23e1c897a012 00:54:11 ---> c7944dd0103a 00:54:11 00:54:11 Removing intermediate container 347ccf67db12 00:54:11 Step 10/22 : FROM alpine:3.16 ---> 49c1f55d24c5 00:54:11 00:54:11 00:54:11 Step 9/19 : FROM alpine:3.15 00:54:11 ---> dfd21b5a31f5 00:54:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:54:11 ---> Running in 055ce9fe3815 00:54:11 3.15: Pulling from library/alpine 00:54:11 Removing intermediate container e2fe0e663b58 00:54:11 ---> 438124e73738 00:54:11 Step 5/24 : COPY go.mod vendor* ./ 00:54:12 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 00:54:12 Status: Downloaded newer image for alpine:3.15 00:54:12 ---> 5ce65d7b0fde 00:54:12 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:54:12 ---> 08cfef3e87b1 00:54:12 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:54:12 ---> Running in 53287168a9b1 00:54:12 ---> Running in fd82bc6946b7 00:54:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:54:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:54:12 Removing intermediate container 53287168a9b1 00:54:12 ---> 100f533ca3a8 00:54:12 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:54:12 ---> Running in bb9c53eb1873 00:54:12 (1/2) Installing ca-certificates (20220614-r0) 00:54:12 (2/2) Installing dumb-init (1.2.5-r1) 00:54:12 Executing busybox-1.35.0-r17.trigger 00:54:12 Executing ca-certificates-20220614-r0.trigger 00:54:12 OK: 6 MiB in 16 packages 00:54:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:54:13 Removing intermediate container 055ce9fe3815 00:54:13 ---> cb2b80d4f1d7 00:54:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:54:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:54:13 ---> Running in b23b80ee1820 00:54:13 Removing intermediate container b23b80ee1820 00:54:13 ---> e429298e5f7a 00:54:13 Step 13/22 : ENV APP_PORT=59860 00:54:13 ---> Running in 64be00ba88f5 00:54:13 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 00:54:13 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 00:54:13 OK: 15859 distinct packages available 00:54:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:54:13 Removing intermediate container 64be00ba88f5 00:54:13 ---> 133a37d9d176 00:54:13 Step 14/22 : EXPOSE $APP_PORT 00:54:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:54:13 ---> Running in 0f20e51daff2 00:54:13 Removing intermediate container 0f20e51daff2 00:54:13 ---> 20b7a5b2f716 00:54:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:54:13 (1/9) Installing ca-certificates (20220614-r0) 00:54:13 (2/9) Installing brotli-libs (1.0.9-r5) 00:54:13 (3/9) Installing nghttp2-libs (1.46.0-r0) 00:54:13 (4/9) Installing libcurl (7.80.0-r6) 00:54:14 (5/9) Installing curl (7.80.0-r6) 00:54:14 (6/9) Installing dumb-init (1.2.5-r1) 00:54:14 (7/9) Installing musl-obstack (1.2.3-r0) 00:54:14 (8/9) Installing libucontext (1.1-r0) 00:54:14 (9/9) Installing gcompat (1.0.0-r4) 00:54:14 Executing busybox-1.34.1-r7.trigger 00:54:14 Executing ca-certificates-20220614-r0.trigger 00:54:14 ---> 701d4584e7ac 00:54:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:54:14 OK: 8 MiB in 23 packages 00:54:16 ---> f472d42fad84 00:54:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:54:16 Removing intermediate container bb9c53eb1873 00:54:16 ---> bc53cfa32854 00:54:16 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 00:54:16 ---> cee78f6af3a8 00:54:16 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:54:16 ---> Running in b4713a08963d 00:54:16 ---> 0c3dd8ef3645 00:54:16 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 00:54:16 Removing intermediate container b4713a08963d 00:54:16 ---> 95bda1e7b0db 00:54:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:54:17 ---> Running in 00b7906ed8df 00:54:18 Removing intermediate container 00b7906ed8df 00:54:18 ---> 4bd7138fb46a 00:54:18 Step 20/22 : LABEL arch=x86_64 00:54:18 Removing intermediate container 8bfc19e590d1 00:54:18 ---> e52937a5bfe7 00:54:18 Step 7/24 : COPY . . 00:54:18 Removing intermediate container 990e3618b840 00:54:18 ---> 70828e1204f4 00:54:18 Step 8/22 : COPY . . 00:54:18 Removing intermediate container d521c1b30b26 00:54:18 ---> ca4113130554 00:54:18 Step 7/19 : COPY . . 00:54:18 Removing intermediate container 11a702d51673 00:54:18 ---> f017e9393875 00:54:18 Step 8/22 : COPY . . 00:54:18 Removing intermediate container 3fe6a341ca4c 00:54:18 ---> 1450bec2c980 00:54:18 Step 8/23 : COPY . . 00:54:18 ---> 5a572bb7bd08 00:54:18 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 00:54:18 ---> Running in 94523956ca30 00:54:18 ---> 7a2a1c15bb70 00:54:18 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:54:18 ---> 72897b0bf5c2 00:54:18 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 00:54:18 ---> f9dd2ac2281a 00:54:18 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 00:54:18 ---> Running in 92bfd084a14c 00:54:18 ---> b9a79b4092a7 00:54:18 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 00:54:18 ---> Running in 8b10f8aed55b 00:54:18 ---> Running in f11940003829 00:54:18 ---> Running in a7a61346ecdc 00:54:18 Removing intermediate container 94523956ca30 00:54:18 ---> 54a37099c878 00:54:18 Step 9/24 : WORKDIR /edgex-go/spire-build 00:54:18 ---> Running in 21449bd8cb98 00:54:18 Removing intermediate container 21449bd8cb98 00:54:18 ---> e2e9f7a2ab53 00:54:18 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 00:54:18 ---> Running in 454dac0ea855 00:54:18 ---> 35d5de25b18c 00:54:18 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 00:54:18 ---> Running in 062e58f6068d 00:54:19 Removing intermediate container 062e58f6068d 00:54:19 ---> fc4372ed4ebf 00:54:19 Step 21/22 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 00:54:19 ---> Running in e717d0935b41 00:54:19 ---> ed0eef6ef9fc 00:54:19 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 00:54:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 00:54:19 ---> Running in ade72545f5ff 00:54:19 Removing intermediate container e717d0935b41 00:54:19 ---> e8f72e29fb00 00:54:19 Step 22/22 : LABEL version=3.0.0-dev.88 00:54:19 ---> Running in bd6b77d76c0a 00:54:19 Removing intermediate container ade72545f5ff 00:54:19 ---> 4bd03969ce13 00:54:19 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:54:19 ---> Running in 681e933bc8ea 00:54:19 Removing intermediate container bd6b77d76c0a 00:54:19 ---> 970904bd9e61 00:54:19 00:54:19 Removing intermediate container 681e933bc8ea 00:54:19 ---> 96d915d30f4a 00:54:19 Step 17/19 : LABEL arch=x86_64 00:54:19 Successfully built 970904bd9e61 00:54:19 Successfully tagged support-notifications:latest 00:54:19  Building support-notifications ... done Building security-spire-agent 00:54:19 ---> Running in 1104d6babd25 00:54:19 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 00:54:19 Removing intermediate container 1104d6babd25 00:54:19 ---> f932065e7e53 00:54:19 Step 18/19 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 00:54:19 ---> Running in ba2a3167eac1 00:54:20 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 00:54:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 00:54:23 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:54:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:54:23 ---> 4ce4a8311a38 00:54:23 Step 3/24 : WORKDIR /edgex-go 00:54:23 ---> Using cache 00:54:23 ---> 5d908175560f 00:54:23 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 00:54:23 ---> Using cache 00:54:23 ---> 438124e73738 00:54:23 Step 5/24 : COPY go.mod vendor* ./ 00:54:23 ---> Using cache 00:54:23 ---> 08cfef3e87b1 00:54:23 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:54:24 Removing intermediate container 454dac0ea855 00:54:24 ---> 9d61b9cd9d6c 00:54:24 Step 11/24 : WORKDIR /edgex-go 00:54:24 ---> Running in d3143cc1a36a 00:54:25 Removing intermediate container d3143cc1a36a 00:54:25 ---> 2dc87d01825a 00:54:25 00:54:25 Step 12/24 : FROM alpine:3.15 00:54:25 3.15: Pulling from library/alpine 00:54:27 Removing intermediate container ba2a3167eac1 00:54:27 ---> bebb139e8467 00:54:27 Step 19/19 : LABEL version=3.0.0-dev.88 00:54:27 ---> Running in ca8a49fba320 00:54:27 ---> Running in 76d1d54a8c23 00:54:27 Removing intermediate container 76d1d54a8c23 00:54:27 ---> 8d4d0de03184 00:54:27 00:54:27 Successfully built 8d4d0de03184 00:54:27 Successfully tagged security-spiffe-token-provider:latest 00:54:28 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 00:54:28 Status: Downloaded newer image for alpine:3.15 00:54:28 ---> 354640af7b1b 00:54:28 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:54:28 ---> Running in c5daf4c26d18 00:54:29 Removing intermediate container c5daf4c26d18 00:54:29 ---> 87b604b6d129 00:54:29 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:54:29 ---> Running in 63a6970b102a 00:54:30  Building security-spiffe-token-provider ... done Removing intermediate container 42b1a74381ca 00:54:30 ---> 79f47311ab6d 00:54:30 00:54:30 Step 10/22 : FROM alpine:3.16 00:54:30 ---> dfd21b5a31f5 00:54:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 00:54:30 ---> Using cache 00:54:30 ---> fda888b64208 00:54:30 Step 12/22 : RUN apk add --update --no-cache dumb-init 00:54:30 ---> Using cache 00:54:30 ---> 050603c59950 00:54:30 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:54:30 ---> Using cache 00:54:30 ---> 12921d549e46 00:54:30 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 00:54:30 ---> 8da5b925657d 00:54:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 00:54:30 ---> 7b9b501b175c 00:54:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 00:54:30 ---> 7131a62216f1 00:54:30 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:54:30 ---> Running in c8b9ad282d54 00:54:31 Removing intermediate container c8b9ad282d54 00:54:31 ---> 60c2f187f213 00:54:31 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 00:54:31 ---> Running in e9c8fdcd0e8c 00:54:31 Removing intermediate container e9c8fdcd0e8c 00:54:31 ---> 883131b70934 00:54:31 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 00:54:31 ---> Running in 8fc04c6ad7b1 00:54:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:54:31 Removing intermediate container 8fc04c6ad7b1 00:54:31 ---> 01d6af41e384 00:54:31 Step 20/22 : LABEL arch=x86_64 00:54:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:54:33 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 00:54:33 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 00:54:33 OK: 15736 distinct packages available 00:54:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:54:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:54:35 ---> Running in 6b982895a436 00:54:36 (1/5) Installing dumb-init (1.2.5-r1) 00:54:36 (2/5) Installing musl-obstack (1.2.3-r0) 00:54:36 (3/5) Installing libucontext (1.1-r0) 00:54:36 (4/5) Installing gcompat (1.0.0-r4) 00:54:36 (5/5) Installing openssl (1.1.1t-r1) 00:54:36 Executing busybox-1.34.1-r7.trigger 00:54:36 OK: 6 MiB in 19 packages 00:54:39 Removing intermediate container 63a6970b102a 00:54:39 ---> 02d5d7f7b5f2 00:54:39 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 00:54:40 Removing intermediate container 6b982895a436 00:54:40 ---> e7a85cb42358 00:54:40 Step 21/22 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 00:54:41 ---> Running in 00635c677259 00:54:41 Removing intermediate container 00635c677259 00:54:41 ---> 0a7e875322a3 00:54:41 Step 22/22 : LABEL version=3.0.0-dev.88 00:54:41 ---> Running in a19f23f03662 00:54:42 Removing intermediate container a19f23f03662 00:54:42 ---> b7c63c646224 00:54:42 00:54:42 Successfully built b7c63c646224 00:54:42 Successfully tagged core-common-config-bootstrapper:latest 00:54:44 ---> c0e2baaa525a 00:54:44 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:54:54 ---> a7db9ba4178e 00:54:54 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 00:54:55 ---> 7a8fb89c3734 00:54:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 00:54:56 ---> c4512a6615dd 00:54:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 00:54:57 ---> b13b267c5db7 00:54:57 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:54:57 ---> Running in 9aa86d9bfb99 00:54:58 Removing intermediate container 9aa86d9bfb99 00:54:58 ---> d9b45d9f47e8 00:54:58 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:54:58 ---> Running in 25aff2600fa9 00:54:59 Removing intermediate container 25aff2600fa9 00:54:59 ---> f308726fbd6e 00:54:59 Step 22/24 : LABEL arch=arm64 00:54:59 ---> Running in 938c7e395088 00:55:00 Removing intermediate container 938c7e395088 00:55:00 ---> 72710741c6f5 00:55:00 Step 23/24 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 00:55:00 ---> Running in 6e34f050261d 00:55:01 Removing intermediate container 6e34f050261d 00:55:01 ---> efb5d3b57244 00:55:01 Step 24/24 : LABEL version=3.0.0-dev.88 00:55:01 ---> Running in cbe117249084 00:55:02 Removing intermediate container cbe117249084 00:55:02 ---> 3093916e60bd 00:55:02 00:55:02 Successfully built 3093916e60bd 00:55:02 Successfully tagged security-spire-agent-arm64:latest 00:55:02  Building security-spire-agent ... done Building security-bootstrapper 00:55:04  Building core-common-config-bootstrapper ... done Removing intermediate container fd82bc6946b7 00:55:04 ---> 9e97bb80b14d 00:55:04 Step 7/24 : COPY . . 00:55:04 Removing intermediate container 4aaae4ae695c 00:55:04 ---> 16a345af595e 00:55:04 Step 7/23 : COPY . . 00:55:10 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:55:10 Step 2/32 : FROM ${BUILDER_BASE} AS builder 00:55:10 ---> 92aa2220b4d5 00:55:10 Step 3/32 : WORKDIR /edgex-go 00:55:10 ---> Using cache 00:55:10 ---> 27464f5bf342 00:55:10 Step 4/32 : RUN apk add --update --no-cache make git 00:55:10 ---> Running in 2eeff1b800ac 00:55:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:55:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:55:14 OK: 221 MiB in 51 packages 00:55:16 Removing intermediate container 2eeff1b800ac 00:55:16 ---> 64a15fc95969 00:55:16 Step 5/32 : COPY go.mod vendor* ./ 00:55:17 ---> 44811e44ce7e 00:55:17 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:55:17 ---> Running in 33e59100f364 00:55:19 ---> 3a76c045be58 00:55:19 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 00:55:19 ---> 26359898fd67 00:55:19 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 00:55:19 ---> Running in b6a8e84351e4 00:55:19 ---> Running in 94349bc6362f 00:55:19 Removing intermediate container b6a8e84351e4 00:55:19 ---> 2ebe534f140c 00:55:19 Step 9/23 : WORKDIR /edgex-go/spire-build 00:55:19 Removing intermediate container 94349bc6362f 00:55:19 ---> 6cbfb59ca79e 00:55:19 Step 9/24 : WORKDIR /edgex-go/spire-build 00:55:19 ---> Running in 65f2560e4566 00:55:19 ---> Running in 34cd0ec0dab6 00:55:19 Removing intermediate container 65f2560e4566 00:55:19 ---> 63e4fd991929 00:55:19 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 00:55:19 Removing intermediate container 34cd0ec0dab6 00:55:19 ---> 0754fcf01cfa 00:55:19 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 00:55:19 ---> Running in 3d3bbf2f0366 00:55:19 ---> Running in 8f4a8f98e7a0 00:55:19 Removing intermediate container ca8a49fba320 00:55:19 ---> 3128369f202e 00:55:19 Step 7/24 : COPY . . 00:55:25 ---> 4b9ca177e338 00:55:25 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 00:55:25 ---> Running in cfefad5f552f 00:55:25 Removing intermediate container 3d3bbf2f0366 00:55:25 ---> 0af424414510 00:55:25 Step 11/23 : WORKDIR /edgex-go 00:55:25 Removing intermediate container 8f4a8f98e7a0 00:55:25 ---> 485360a1d7ed 00:55:25 Step 11/24 : WORKDIR /edgex-go 00:55:25 ---> Running in 4c0b3e1dc15e 00:55:25 ---> Running in 5f259e0a579c 00:55:25 Removing intermediate container cfefad5f552f 00:55:25 ---> 130a48fe6c58 00:55:25 Step 9/24 : WORKDIR /edgex-go/spire-build 00:55:25 ---> Running in 5bb9b5e44cfe 00:55:25 Removing intermediate container 4c0b3e1dc15e 00:55:25 ---> e0649894e9c3 00:55:25 00:55:25 Step 12/23 : FROM alpine:3.15 00:55:25 ---> 5ce65d7b0fde 00:55:25 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:55:25 ---> Using cache 00:55:25 ---> 100f533ca3a8 00:55:25 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:55:25 Removing intermediate container 5f259e0a579c 00:55:25 ---> 4d164705c5e3 00:55:25 00:55:25 Step 12/24 : FROM alpine:3.15 00:55:25 ---> 5ce65d7b0fde 00:55:25 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:55:25 ---> Using cache 00:55:25 ---> 100f533ca3a8 00:55:25 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 00:55:25 ---> Running in 97f1059e5d64 00:55:25 ---> Running in 71a9e24751a4 00:55:25 Removing intermediate container 5bb9b5e44cfe 00:55:25 ---> 27198c0af420 00:55:25 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 00:55:25 ---> Running in 7864fa32b375 00:55:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:55:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:55:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:55:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:55:26 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 00:55:26 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 00:55:26 OK: 15859 distinct packages available 00:55:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:55:26 Removing intermediate container 7864fa32b375 00:55:26 ---> baa78515772a 00:55:26 Step 11/24 : WORKDIR /edgex-go 00:55:26 ---> Running in 5ac2d98f9ce0 00:55:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:55:26 Removing intermediate container 5ac2d98f9ce0 00:55:26 ---> ce0ccd7bb443 00:55:26 00:55:26 Step 12/24 : FROM alpine:3.15 00:55:26 ---> 5ce65d7b0fde 00:55:26 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:55:26 ---> Using cache 00:55:26 ---> 100f533ca3a8 00:55:26 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:55:26 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 00:55:26 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 00:55:26 OK: 15859 distinct packages available 00:55:26 ---> Running in eb7606a34171 00:55:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:55:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:55:27 (1/4) Installing dumb-init (1.2.5-r1) 00:55:27 (2/4) Installing musl-obstack (1.2.3-r0) 00:55:27 (3/4) Installing libucontext (1.1-r0) 00:55:27 (4/4) Installing gcompat (1.0.0-r4) 00:55:27 Executing busybox-1.34.1-r7.trigger 00:55:27 OK: 6 MiB in 18 packages 00:55:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:55:27 (1/5) Installing dumb-init (1.2.5-r1) 00:55:27 (2/5) Installing musl-obstack (1.2.3-r0) 00:55:27 (3/5) Installing libucontext (1.1-r0) 00:55:27 (4/5) Installing gcompat (1.0.0-r4) 00:55:27 (5/5) Installing openssl (1.1.1t-r1) 00:55:27 Executing busybox-1.34.1-r7.trigger 00:55:27 OK: 7 MiB in 19 packages 00:55:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:55:27 Removing intermediate container 71a9e24751a4 00:55:27 ---> 3931ff5beb7f 00:55:27 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:55:27 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 00:55:27 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 00:55:27 OK: 15859 distinct packages available 00:55:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:55:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:55:27 Removing intermediate container 97f1059e5d64 00:55:27 ---> ca787a5a85b8 00:55:27 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:55:27 (1/5) Installing dumb-init (1.2.5-r1) 00:55:27 (2/5) Installing musl-obstack (1.2.3-r0) 00:55:27 (3/5) Installing libucontext (1.1-r0) 00:55:27 (4/5) Installing gcompat (1.0.0-r4) 00:55:27 (5/5) Installing openssl (1.1.1t-r1) 00:55:27 Executing busybox-1.34.1-r7.trigger 00:55:27 OK: 7 MiB in 19 packages 00:55:30 ---> 5576f2cd0bde 00:55:30 ---> 1eb2e8e1eb56 00:55:30 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 00:55:30 00:55:30 Removing intermediate container eb7606a34171 00:55:30 ---> e570abdbcf85 00:55:30 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 00:55:30 ---> a3635dafc027 00:55:30 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 00:55:30 ---> d0e763bbf888 00:55:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 00:55:30 ---> Running in 0bfcfab9efc5 00:55:30 Removing intermediate container 0bfcfab9efc5 00:55:30 ---> ff968e43c3f6 00:55:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 00:55:30 ---> 3f6c699db648 00:55:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 00:55:31 ---> 06e365b978bf 00:55:31 Step 19/24 : WORKDIR / 00:55:31 ---> bfce4ea8ecce 00:55:31 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:55:31 ---> 62bf18caa632 00:55:31 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:55:31 ---> Running in 4cdb36da9a1d 00:55:31 ---> Running in ff3cce05fa44 00:55:31 Removing intermediate container 4cdb36da9a1d 00:55:31 ---> d85c0c44f06d 00:55:31 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:55:31 Removing intermediate container ff3cce05fa44 00:55:31 ---> a120634d2068 00:55:31 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:55:31 ---> Running in 518cd551e900 00:55:31 ---> Running in a4bb7354df78 00:55:31 Removing intermediate container 518cd551e900 00:55:31 ---> ed56fe49db4d 00:55:31 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:55:31 Removing intermediate container a4bb7354df78 00:55:31 ---> fe655290f205 00:55:31 Step 21/23 : LABEL arch=x86_64 00:55:31 ---> Running in 7d5339fd126e 00:55:31 ---> Running in 2c756e6a66fa 00:55:33 Removing intermediate container 7d5339fd126e 00:55:33 ---> 87b7f4a77f61 00:55:33 Step 22/24 : LABEL arch=x86_64 00:55:33 Removing intermediate container 2c756e6a66fa 00:55:33 ---> c583d5f2e325 00:55:33 Step 22/23 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 00:55:33 ---> Running in 988f14f18d1b 00:55:33 ---> c70dcf828b53 00:55:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 00:55:33 ---> Running in 93511b28d51c 00:55:33 Removing intermediate container 988f14f18d1b 00:55:33 ---> 875e3a5ca6f5 00:55:33 Step 23/24 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 00:55:33 Removing intermediate container 93511b28d51c 00:55:33 ---> 7e8febdc4cc5 00:55:33 Step 23/23 : LABEL version=3.0.0-dev.88 00:55:33 ---> Running in 7c05a9d1859d 00:55:33 ---> Running in 9e5a46d5de51 00:55:33 ---> 23730540637e 00:55:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 00:55:33 Removing intermediate container 7c05a9d1859d 00:55:33 ---> c9b799bb09d8 00:55:33 Step 24/24 : LABEL version=3.0.0-dev.88 00:55:33 Removing intermediate container 9e5a46d5de51 00:55:33 ---> 8470a9223fa6 00:55:33 00:55:33 ---> Running in 42c5d28494bf 00:55:33 ---> 9e1de841d1ce 00:55:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 00:55:33 Successfully built 8470a9223fa6 00:55:33 Successfully tagged security-spire-server:latest 00:55:33  Building security-spire-server ... done Removing intermediate container 42c5d28494bf 00:55:33 ---> 7f57a4e413aa 00:55:33 00:55:34 Successfully built 7f57a4e413aa 00:55:34 Successfully tagged security-spire-config:latest 00:55:34  Building security-spire-config ... done  ---> 9b2ab7361a08 00:55:34 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:55:34 ---> Running in 98809109d377 00:55:34 Removing intermediate container 98809109d377 00:55:34 ---> 12d1de9269a5 00:55:34 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:55:34 ---> Running in 6f3bf5037e06 00:55:34 Removing intermediate container 6f3bf5037e06 00:55:34 ---> a890de756314 00:55:34 Step 22/24 : LABEL arch=x86_64 00:55:34 ---> Running in 0aeeb4c1925e 00:55:34 Removing intermediate container 0aeeb4c1925e 00:55:34 ---> e5ac03942e34 00:55:34 Step 23/24 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 00:55:34 ---> Running in 093a06327be6 00:55:34 Removing intermediate container 093a06327be6 00:55:34 ---> 2aa55daac411 00:55:34 Step 24/24 : LABEL version=3.0.0-dev.88 00:55:34 ---> Running in c64efcd10d39 00:55:34 Removing intermediate container c64efcd10d39 00:55:34 ---> 21047816e700 00:55:34 00:55:34 Successfully built 21047816e700 00:55:34 Successfully tagged security-spire-agent:latest 00:55:34  Building security-spire-agent ... done  [Pipeline] } 00:55:34 $ docker stop --time=1 7c16cf8b856cc8f97aa37555adb4717496af60549c8752c421c98084d432ac78 00:55:35 $ docker rm -f --volumes 7c16cf8b856cc8f97aa37555adb4717496af60549c8752c421c98084d432ac78 [Pipeline] // withDockerContainer [Pipeline] sh 00:55:36 + docker images 00:55:36 REPOSITORY TAG IMAGE ID CREATED SIZE 00:55:36 security-spire-agent latest 21047816e700 1 second ago 125MB 00:55:36 security-spire-server latest 8470a9223fa6 2 seconds ago 86.5MB 00:55:36 security-spire-config latest 7f57a4e413aa 2 seconds ago 85.8MB 00:55:36 ce0ccd7bb443 9 seconds ago 1.55GB 00:55:36 4d164705c5e3 10 seconds ago 1.55GB 00:55:36 e0649894e9c3 10 seconds ago 1.55GB 00:55:36 core-common-config-bootstrapper latest b7c63c646224 54 seconds ago 15.5MB 00:55:36 79f47311ab6d About a minute ago 1.68GB 00:55:36 security-spiffe-token-provider latest 8d4d0de03184 About a minute ago 30MB 00:55:36 support-notifications latest 970904bd9e61 About a minute ago 30.7MB 00:55:36 c7944dd0103a About a minute ago 1.75GB 00:55:36 49c1f55d24c5 About a minute ago 1.72GB 00:55:36 security-proxy-setup latest d47ebce32371 About a minute ago 16.4MB 00:55:36 security-secretstore-setup latest 1397ca91cc0d About a minute ago 29.9MB 00:55:36 support-scheduler latest c9a0f8c983a9 About a minute ago 30.1MB 00:55:36 92aa84c4e28a 2 minutes ago 1.66GB 00:55:36 a2e5cc894b16 2 minutes ago 1.75GB 00:55:36 a836663e54a3 2 minutes ago 1.67GB 00:55:36 security-bootstrapper latest 4f81d4c6d10b 3 minutes ago 19.8MB 00:55:36 security-proxy-auth latest 89778dd405e8 3 minutes ago 16.2MB 00:55:36 core-metadata latest ee5358d22af5 3 minutes ago 18.5MB 00:55:36 core-command latest a20e2bf8d428 3 minutes ago 17.8MB 00:55:36 core-data latest 68a0c323dd4b 3 minutes ago 18MB 00:55:36 9ac42ebf2fd4 3 minutes ago 1.69GB 00:55:36 b200124c646b 3 minutes ago 1.69GB 00:55:36 c23a50a5cbfa 3 minutes ago 1.68GB 00:55:36 7e40312b4200 3 minutes ago 1.66GB 00:55:36 0c911bd8fe4a 3 minutes ago 1.67GB 00:55:36 ci-base-image-x86_64 latest 4ce4a8311a38 8 minutes ago 903MB 00:55:36 alpine 3.15 5ce65d7b0fde 3 weeks ago 5.59MB 00:55:36 alpine 3.16 dfd21b5a31f5 3 weeks ago 5.55MB 00:55:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB 00:55:36 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB 00:55:36 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 00:55:36 provisioning config files... 00:55:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/450@tmp/config14389901250748117002tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:55:36 ---> docker-login.sh 00:55:36 nexus3.edgexfoundry.org:10001 00:55:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:55:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:55:36 Configure a credential helper to remove this warning. See 00:55:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:55:36 00:55:36 Login Succeeded 00:55:36 nexus3.edgexfoundry.org:10002 00:55:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:55:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:55:36 Configure a credential helper to remove this warning. See 00:55:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:55:36 00:55:36 Login Succeeded 00:55:36 nexus3.edgexfoundry.org:10003 00:55:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:55:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:55:36 Configure a credential helper to remove this warning. See 00:55:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:55:36 00:55:36 Login Succeeded 00:55:36 nexus3.edgexfoundry.org:10004 00:55:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:55:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:55:37 Configure a credential helper to remove this warning. See 00:55:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:55:37 00:55:37 Login Succeeded 00:55:37 docker.io 00:55:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:55:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:55:37 Configure a credential helper to remove this warning. See 00:55:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:55:37 00:55:37 Login Succeeded 00:55:37 ---> docker-login.sh ends [Pipeline] } 00:55:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:55:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:55:37 [edgeXDocker.push] Tagging docker image core-command with the following tags: 00:55:37 97ead1fc80aa095b46845053832efa05950d1120 00:55:37 latest 00:55:37 3.0.0-dev.88 00:55:37 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:55:37 main 00:55:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:37 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:38 + docker push nexus3.edgexfoundry.org:10004/core-command:97ead1fc80aa095b46845053832efa05950d1120 00:55:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:55:38 067e1604d060: Preparing 00:55:38 a0de812d20e7: Preparing 00:55:38 af11bc3610cb: Preparing 00:55:38 4ae807f6124d: Preparing 00:55:38 aa5968d388b8: Preparing 00:55:38 aa5968d388b8: Layer already exists 00:55:38 4ae807f6124d: Pushed 00:55:38 af11bc3610cb: Pushed 00:55:38 067e1604d060: Pushed 00:55:39 a0de812d20e7: Pushed 00:55:40 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:dfd40ab8df75f69fb0383b95384a479fd1ca954edddae74bebbfa4c9865d3bbe size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:41 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:41 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 00:55:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:55:41 067e1604d060: Preparing 00:55:41 a0de812d20e7: Preparing 00:55:41 af11bc3610cb: Preparing 00:55:41 4ae807f6124d: Preparing 00:55:41 aa5968d388b8: Preparing 00:55:41 aa5968d388b8: Layer already exists 00:55:41 af11bc3610cb: Layer already exists 00:55:41 4ae807f6124d: Layer already exists 00:55:41 a0de812d20e7: Layer already exists 00:55:41 067e1604d060: Layer already exists 00:55:41 latest: digest: sha256:dfd40ab8df75f69fb0383b95384a479fd1ca954edddae74bebbfa4c9865d3bbe size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:41 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:42 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.88 00:55:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:55:42 067e1604d060: Preparing 00:55:42 a0de812d20e7: Preparing 00:55:42 af11bc3610cb: Preparing 00:55:42 4ae807f6124d: Preparing 00:55:42 aa5968d388b8: Preparing 00:55:42 4ae807f6124d: Layer already exists 00:55:42 a0de812d20e7: Layer already exists 00:55:42 aa5968d388b8: Layer already exists 00:55:42 067e1604d060: Layer already exists 00:55:42 af11bc3610cb: Layer already exists 00:55:42 3.0.0-dev.88: digest: sha256:dfd40ab8df75f69fb0383b95384a479fd1ca954edddae74bebbfa4c9865d3bbe size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:42 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:42 + docker push nexus3.edgexfoundry.org:10004/core-command:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:55:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:55:42 067e1604d060: Preparing 00:55:42 a0de812d20e7: Preparing 00:55:42 af11bc3610cb: Preparing 00:55:42 4ae807f6124d: Preparing 00:55:42 aa5968d388b8: Preparing 00:55:42 aa5968d388b8: Layer already exists 00:55:42 4ae807f6124d: Layer already exists 00:55:42 067e1604d060: Layer already exists 00:55:42 af11bc3610cb: Layer already exists 00:55:42 a0de812d20e7: Layer already exists 00:55:42 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:dfd40ab8df75f69fb0383b95384a479fd1ca954edddae74bebbfa4c9865d3bbe size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:43 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:43 + docker push nexus3.edgexfoundry.org:10004/core-command:main 00:55:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:55:43 067e1604d060: Preparing 00:55:43 a0de812d20e7: Preparing 00:55:43 af11bc3610cb: Preparing 00:55:43 4ae807f6124d: Preparing 00:55:43 aa5968d388b8: Preparing 00:55:43 af11bc3610cb: Layer already exists 00:55:43 067e1604d060: Layer already exists 00:55:43 4ae807f6124d: Layer already exists 00:55:43 a0de812d20e7: Layer already exists 00:55:43 aa5968d388b8: Layer already exists 00:55:43 main: digest: sha256:dfd40ab8df75f69fb0383b95384a479fd1ca954edddae74bebbfa4c9865d3bbe size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:55:43 ===================================================== [Pipeline] echo 00:55:43 taggedImages: 00:55:43 - nexus3.edgexfoundry.org:10004/core-command:97ead1fc80aa095b46845053832efa05950d1120 00:55:43 - nexus3.edgexfoundry.org:10004/core-command:latest 00:55:43 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.88 00:55:43 - nexus3.edgexfoundry.org:10004/core-command:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:55:43 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 00:55:43 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 00:55:43 97ead1fc80aa095b46845053832efa05950d1120 00:55:43 latest 00:55:43 3.0.0-dev.88 00:55:43 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:55:43 main 00:55:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:43 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:44 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120 00:55:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 00:55:44 866b2c583988: Preparing 00:55:44 a1d62a9febf3: Preparing 00:55:44 5ced2f476bb5: Preparing 00:55:44 d942fe213cb1: Preparing 00:55:44 af11bc3610cb: Preparing 00:55:44 4ae807f6124d: Preparing 00:55:44 aa5968d388b8: Preparing 00:55:44 4ae807f6124d: Waiting 00:55:44 aa5968d388b8: Waiting 00:55:44 af11bc3610cb: Layer already exists 00:55:44 4ae807f6124d: Layer already exists 00:55:44 aa5968d388b8: Layer already exists 00:55:44 866b2c583988: Pushed 00:55:44 a1d62a9febf3: Pushed 00:55:44 5ced2f476bb5: Pushed 00:55:45 d942fe213cb1: Pushed 00:55:45 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:7c466809041b5e6887788a9a30305345268f670537c89c7f168139b56706458b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:45 + 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 00:55:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 00:55:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 00:55:46 866b2c583988: Preparing 00:55:46 a1d62a9febf3: Preparing 00:55:46 5ced2f476bb5: Preparing 00:55:46 d942fe213cb1: Preparing 00:55:46 af11bc3610cb: Preparing 00:55:46 4ae807f6124d: Preparing 00:55:46 aa5968d388b8: Preparing 00:55:46 4ae807f6124d: Waiting 00:55:46 aa5968d388b8: Waiting 00:55:46 af11bc3610cb: Layer already exists 00:55:46 d942fe213cb1: Layer already exists 00:55:46 5ced2f476bb5: Layer already exists 00:55:46 a1d62a9febf3: Layer already exists 00:55:46 866b2c583988: Layer already exists 00:55:46 4ae807f6124d: Layer already exists 00:55:46 aa5968d388b8: Layer already exists 00:55:46 latest: digest: sha256:7c466809041b5e6887788a9a30305345268f670537c89c7f168139b56706458b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:46 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.88 00:55:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 00:55:46 866b2c583988: Preparing 00:55:46 a1d62a9febf3: Preparing 00:55:46 5ced2f476bb5: Preparing 00:55:46 d942fe213cb1: Preparing 00:55:46 af11bc3610cb: Preparing 00:55:46 4ae807f6124d: Preparing 00:55:46 aa5968d388b8: Preparing 00:55:46 4ae807f6124d: Waiting 00:55:46 aa5968d388b8: Waiting 00:55:46 af11bc3610cb: Layer already exists 00:55:46 866b2c583988: Layer already exists 00:55:46 5ced2f476bb5: Layer already exists 00:55:46 d942fe213cb1: Layer already exists 00:55:46 a1d62a9febf3: Layer already exists 00:55:46 4ae807f6124d: Layer already exists 00:55:46 aa5968d388b8: Layer already exists 00:55:46 3.0.0-dev.88: digest: sha256:7c466809041b5e6887788a9a30305345268f670537c89c7f168139b56706458b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:46 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:47 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:55:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 00:55:47 866b2c583988: Preparing 00:55:47 a1d62a9febf3: Preparing 00:55:47 5ced2f476bb5: Preparing 00:55:47 d942fe213cb1: Preparing 00:55:47 af11bc3610cb: Preparing 00:55:47 4ae807f6124d: Preparing 00:55:47 aa5968d388b8: Preparing 00:55:47 4ae807f6124d: Waiting 00:55:47 aa5968d388b8: Waiting 00:55:47 5ced2f476bb5: Layer already exists 00:55:47 866b2c583988: Layer already exists 00:55:47 af11bc3610cb: Layer already exists 00:55:47 d942fe213cb1: Layer already exists 00:55:47 a1d62a9febf3: Layer already exists 00:55:47 aa5968d388b8: Layer already exists 00:55:47 4ae807f6124d: Layer already exists 00:55:47 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:7c466809041b5e6887788a9a30305345268f670537c89c7f168139b56706458b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:47 + 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 00:55:47 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 00:55:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 00:55:47 866b2c583988: Preparing 00:55:47 a1d62a9febf3: Preparing 00:55:47 5ced2f476bb5: Preparing 00:55:47 d942fe213cb1: Preparing 00:55:47 af11bc3610cb: Preparing 00:55:47 4ae807f6124d: Preparing 00:55:47 aa5968d388b8: Preparing 00:55:47 4ae807f6124d: Waiting 00:55:47 866b2c583988: Layer already exists 00:55:47 5ced2f476bb5: Layer already exists 00:55:47 a1d62a9febf3: Layer already exists 00:55:47 af11bc3610cb: Layer already exists 00:55:47 d942fe213cb1: Layer already exists 00:55:47 4ae807f6124d: Layer already exists 00:55:47 aa5968d388b8: Layer already exists 00:55:47 main: digest: sha256:7c466809041b5e6887788a9a30305345268f670537c89c7f168139b56706458b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:55:47 ===================================================== [Pipeline] echo 00:55:47 taggedImages: 00:55:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120 00:55:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 00:55:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.88 00:55:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:55:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 00:55:47 [edgeXDocker.push] Tagging docker image core-data with the following tags: 00:55:47 97ead1fc80aa095b46845053832efa05950d1120 00:55:47 latest 00:55:47 3.0.0-dev.88 00:55:47 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:55:47 main 00:55:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:48 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:48 + docker push nexus3.edgexfoundry.org:10004/core-data:97ead1fc80aa095b46845053832efa05950d1120 00:55:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:55:48 7bc63c2e2e73: Preparing 00:55:48 bcdd17a6a65c: Preparing 00:55:48 af11bc3610cb: Preparing 00:55:48 4ae807f6124d: Preparing 00:55:48 aa5968d388b8: Preparing 00:55:48 4ae807f6124d: Layer already exists 00:55:48 aa5968d388b8: Layer already exists 00:55:48 af11bc3610cb: Layer already exists 00:55:48 7bc63c2e2e73: Pushed 00:55:49 bcdd17a6a65c: Pushed 00:55:49 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:07a966a651bc7bf39111736644b05f8f6799424c376785a4ee2ae27fdd153f5e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:50 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:50 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 00:55:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:55:50 7bc63c2e2e73: Preparing 00:55:50 bcdd17a6a65c: Preparing 00:55:50 af11bc3610cb: Preparing 00:55:50 4ae807f6124d: Preparing 00:55:50 aa5968d388b8: Preparing 00:55:50 4ae807f6124d: Layer already exists 00:55:50 7bc63c2e2e73: Layer already exists 00:55:50 af11bc3610cb: Layer already exists 00:55:50 aa5968d388b8: Layer already exists 00:55:50 bcdd17a6a65c: Layer already exists 00:55:50 latest: digest: sha256:07a966a651bc7bf39111736644b05f8f6799424c376785a4ee2ae27fdd153f5e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:50 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:51 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.88 00:55:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:55:51 7bc63c2e2e73: Preparing 00:55:51 bcdd17a6a65c: Preparing 00:55:51 af11bc3610cb: Preparing 00:55:51 4ae807f6124d: Preparing 00:55:51 aa5968d388b8: Preparing 00:55:51 7bc63c2e2e73: Layer already exists 00:55:51 af11bc3610cb: Layer already exists 00:55:51 4ae807f6124d: Layer already exists 00:55:51 aa5968d388b8: Layer already exists 00:55:51 bcdd17a6a65c: Layer already exists 00:55:51 3.0.0-dev.88: digest: sha256:07a966a651bc7bf39111736644b05f8f6799424c376785a4ee2ae27fdd153f5e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:51 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:51 + docker push nexus3.edgexfoundry.org:10004/core-data:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:55:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:55:51 7bc63c2e2e73: Preparing 00:55:51 bcdd17a6a65c: Preparing 00:55:51 af11bc3610cb: Preparing 00:55:51 4ae807f6124d: Preparing 00:55:51 aa5968d388b8: Preparing 00:55:51 4ae807f6124d: Layer already exists 00:55:51 bcdd17a6a65c: Layer already exists 00:55:51 aa5968d388b8: Layer already exists 00:55:51 af11bc3610cb: Layer already exists 00:55:51 7bc63c2e2e73: Layer already exists 00:55:51 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:07a966a651bc7bf39111736644b05f8f6799424c376785a4ee2ae27fdd153f5e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:52 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:52 + docker push nexus3.edgexfoundry.org:10004/core-data:main 00:55:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:55:52 7bc63c2e2e73: Preparing 00:55:52 bcdd17a6a65c: Preparing 00:55:52 af11bc3610cb: Preparing 00:55:52 4ae807f6124d: Preparing 00:55:52 aa5968d388b8: Preparing 00:55:52 af11bc3610cb: Layer already exists 00:55:52 7bc63c2e2e73: Layer already exists 00:55:52 bcdd17a6a65c: Layer already exists 00:55:52 4ae807f6124d: Layer already exists 00:55:52 aa5968d388b8: Layer already exists 00:55:52 main: digest: sha256:07a966a651bc7bf39111736644b05f8f6799424c376785a4ee2ae27fdd153f5e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:55:52 ===================================================== [Pipeline] echo 00:55:52 taggedImages: 00:55:52 - nexus3.edgexfoundry.org:10004/core-data:97ead1fc80aa095b46845053832efa05950d1120 00:55:52 - nexus3.edgexfoundry.org:10004/core-data:latest 00:55:52 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.88 00:55:52 - nexus3.edgexfoundry.org:10004/core-data:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:55:52 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 00:55:52 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 00:55:52 97ead1fc80aa095b46845053832efa05950d1120 00:55:52 latest 00:55:52 3.0.0-dev.88 00:55:52 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:55:52 main 00:55:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:52 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:53 + docker push nexus3.edgexfoundry.org:10004/core-metadata:97ead1fc80aa095b46845053832efa05950d1120 00:55:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:55:53 e2c5312e0d35: Preparing 00:55:53 10ece5dec8ac: Preparing 00:55:53 13157145afee: Preparing 00:55:53 af11bc3610cb: Preparing 00:55:53 4ae807f6124d: Preparing 00:55:53 aa5968d388b8: Preparing 00:55:53 aa5968d388b8: Waiting 00:55:53 af11bc3610cb: Layer already exists 00:55:53 4ae807f6124d: Layer already exists 00:55:53 aa5968d388b8: Layer already exists 00:55:53 10ece5dec8ac: Pushed 00:55:53 e2c5312e0d35: Pushed 00:55:54 13157145afee: Pushed 00:55:54 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:35f7bfea53aa263a82f8b635ca61af6b980b9e849ed3510e40525baf33fd551e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:55 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 00:55:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:55:55 e2c5312e0d35: Preparing 00:55:55 10ece5dec8ac: Preparing 00:55:55 13157145afee: Preparing 00:55:55 af11bc3610cb: Preparing 00:55:55 4ae807f6124d: Preparing 00:55:55 aa5968d388b8: Preparing 00:55:55 aa5968d388b8: Waiting 00:55:55 e2c5312e0d35: Layer already exists 00:55:55 4ae807f6124d: Layer already exists 00:55:55 af11bc3610cb: Layer already exists 00:55:55 13157145afee: Layer already exists 00:55:55 10ece5dec8ac: Layer already exists 00:55:55 aa5968d388b8: Layer already exists 00:55:55 latest: digest: sha256:35f7bfea53aa263a82f8b635ca61af6b980b9e849ed3510e40525baf33fd551e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:55 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.88 00:55:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:55:55 e2c5312e0d35: Preparing 00:55:55 10ece5dec8ac: Preparing 00:55:55 13157145afee: Preparing 00:55:55 af11bc3610cb: Preparing 00:55:55 4ae807f6124d: Preparing 00:55:55 aa5968d388b8: Preparing 00:55:55 aa5968d388b8: Waiting 00:55:55 10ece5dec8ac: Layer already exists 00:55:55 af11bc3610cb: Layer already exists 00:55:55 e2c5312e0d35: Layer already exists 00:55:55 13157145afee: Layer already exists 00:55:55 4ae807f6124d: Layer already exists 00:55:55 aa5968d388b8: Layer already exists 00:55:55 3.0.0-dev.88: digest: sha256:35f7bfea53aa263a82f8b635ca61af6b980b9e849ed3510e40525baf33fd551e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:56 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:55:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:55:56 e2c5312e0d35: Preparing 00:55:56 10ece5dec8ac: Preparing 00:55:56 13157145afee: Preparing 00:55:56 af11bc3610cb: Preparing 00:55:56 4ae807f6124d: Preparing 00:55:56 aa5968d388b8: Preparing 00:55:56 aa5968d388b8: Waiting 00:55:56 4ae807f6124d: Layer already exists 00:55:56 af11bc3610cb: Layer already exists 00:55:56 e2c5312e0d35: Layer already exists 00:55:56 10ece5dec8ac: Layer already exists 00:55:56 13157145afee: Layer already exists 00:55:56 aa5968d388b8: Layer already exists 00:55:56 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:35f7bfea53aa263a82f8b635ca61af6b980b9e849ed3510e40525baf33fd551e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:56 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 00:55:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:55:57 e2c5312e0d35: Preparing 00:55:57 10ece5dec8ac: Preparing 00:55:57 13157145afee: Preparing 00:55:57 af11bc3610cb: Preparing 00:55:57 4ae807f6124d: Preparing 00:55:57 aa5968d388b8: Preparing 00:55:57 aa5968d388b8: Waiting 00:55:57 af11bc3610cb: Layer already exists 00:55:57 13157145afee: Layer already exists 00:55:57 10ece5dec8ac: Layer already exists 00:55:57 e2c5312e0d35: Layer already exists 00:55:57 4ae807f6124d: Layer already exists 00:55:57 aa5968d388b8: Layer already exists 00:55:57 main: digest: sha256:35f7bfea53aa263a82f8b635ca61af6b980b9e849ed3510e40525baf33fd551e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:55:57 ===================================================== [Pipeline] echo 00:55:57 taggedImages: 00:55:57 - nexus3.edgexfoundry.org:10004/core-metadata:97ead1fc80aa095b46845053832efa05950d1120 00:55:57 - nexus3.edgexfoundry.org:10004/core-metadata:latest 00:55:57 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.88 00:55:57 - nexus3.edgexfoundry.org:10004/core-metadata:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:55:57 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 00:55:57 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 00:55:57 97ead1fc80aa095b46845053832efa05950d1120 00:55:57 latest 00:55:57 3.0.0-dev.88 00:55:57 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:55:57 main 00:55:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:57 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120 00:55:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:55:57 6542d8659bd7: Preparing 00:55:57 6542d8659bd7: Preparing 00:55:57 9ff3f927092e: Preparing 00:55:57 6cfb90a519f6: Preparing 00:55:57 2c7ca20c892d: Preparing 00:55:57 947e80f3e036: Preparing 00:55:57 526d131126a8: Preparing 00:55:57 af11bc3610cb: Preparing 00:55:57 166d7331cb36: Preparing 00:55:57 3594e9d32960: Preparing 00:55:57 918f26154d72: Preparing 00:55:57 60d9be28b2df: Preparing 00:55:57 aa5968d388b8: Preparing 00:55:57 3594e9d32960: Waiting 00:55:57 918f26154d72: Waiting 00:55:57 60d9be28b2df: Waiting 00:55:57 526d131126a8: Waiting 00:55:57 aa5968d388b8: Waiting 00:55:57 af11bc3610cb: Waiting 00:55:57 166d7331cb36: Waiting 00:55:57 947e80f3e036: Pushed 00:55:57 9ff3f927092e: Pushed 00:55:57 6cfb90a519f6: Pushed 00:55:57 6542d8659bd7: Pushed 00:55:58 2c7ca20c892d: Pushed 00:55:58 af11bc3610cb: Layer already exists 00:55:58 166d7331cb36: Pushed 00:55:58 3594e9d32960: Pushed 00:55:58 aa5968d388b8: Layer already exists 00:55:58 60d9be28b2df: Pushed 00:55:58 918f26154d72: Pushed 00:55:59 526d131126a8: Pushed 00:55:59 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:8e2c18b297879029c34629afc279863f624478939d7b469a15445aed01e34aa3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:00 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 00:56:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:56:00 6542d8659bd7: Preparing 00:56:00 6542d8659bd7: Preparing 00:56:00 9ff3f927092e: Preparing 00:56:00 6cfb90a519f6: Preparing 00:56:00 2c7ca20c892d: Preparing 00:56:00 947e80f3e036: Preparing 00:56:00 526d131126a8: Preparing 00:56:00 af11bc3610cb: Preparing 00:56:00 166d7331cb36: Preparing 00:56:00 3594e9d32960: Preparing 00:56:00 918f26154d72: Preparing 00:56:00 60d9be28b2df: Preparing 00:56:00 aa5968d388b8: Preparing 00:56:00 526d131126a8: Waiting 00:56:00 918f26154d72: Waiting 00:56:00 af11bc3610cb: Waiting 00:56:00 3594e9d32960: Waiting 00:56:00 166d7331cb36: Waiting 00:56:00 60d9be28b2df: Waiting 00:56:00 aa5968d388b8: Waiting 00:56:00 947e80f3e036: Layer already exists 00:56:00 6542d8659bd7: Layer already exists 00:56:00 6cfb90a519f6: Layer already exists 00:56:00 9ff3f927092e: Layer already exists 00:56:00 2c7ca20c892d: Layer already exists 00:56:00 526d131126a8: Layer already exists 00:56:00 166d7331cb36: Layer already exists 00:56:00 af11bc3610cb: Layer already exists 00:56:00 918f26154d72: Layer already exists 00:56:00 3594e9d32960: Layer already exists 00:56:00 60d9be28b2df: Layer already exists 00:56:00 aa5968d388b8: Layer already exists 00:56:00 latest: digest: sha256:8e2c18b297879029c34629afc279863f624478939d7b469a15445aed01e34aa3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:00 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.88 00:56:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:56:01 6542d8659bd7: Preparing 00:56:01 6542d8659bd7: Preparing 00:56:01 9ff3f927092e: Preparing 00:56:01 6cfb90a519f6: Preparing 00:56:01 2c7ca20c892d: Preparing 00:56:01 947e80f3e036: Preparing 00:56:01 526d131126a8: Preparing 00:56:01 af11bc3610cb: Preparing 00:56:01 166d7331cb36: Preparing 00:56:01 3594e9d32960: Preparing 00:56:01 918f26154d72: Preparing 00:56:01 60d9be28b2df: Preparing 00:56:01 aa5968d388b8: Preparing 00:56:01 af11bc3610cb: Waiting 00:56:01 526d131126a8: Waiting 00:56:01 3594e9d32960: Waiting 00:56:01 918f26154d72: Waiting 00:56:01 166d7331cb36: Waiting 00:56:01 60d9be28b2df: Waiting 00:56:01 2c7ca20c892d: Layer already exists 00:56:01 947e80f3e036: Layer already exists 00:56:01 6cfb90a519f6: Layer already exists 00:56:01 6542d8659bd7: Layer already exists 00:56:01 9ff3f927092e: Layer already exists 00:56:01 526d131126a8: Layer already exists 00:56:01 af11bc3610cb: Layer already exists 00:56:01 166d7331cb36: Layer already exists 00:56:01 918f26154d72: Layer already exists 00:56:01 3594e9d32960: Layer already exists 00:56:01 60d9be28b2df: Layer already exists 00:56:01 aa5968d388b8: Layer already exists 00:56:01 3.0.0-dev.88: digest: sha256:8e2c18b297879029c34629afc279863f624478939d7b469a15445aed01e34aa3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:01 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:56:01 6542d8659bd7: Preparing 00:56:01 6542d8659bd7: Preparing 00:56:01 9ff3f927092e: Preparing 00:56:01 6cfb90a519f6: Preparing 00:56:01 2c7ca20c892d: Preparing 00:56:01 947e80f3e036: Preparing 00:56:01 526d131126a8: Preparing 00:56:01 af11bc3610cb: Preparing 00:56:01 166d7331cb36: Preparing 00:56:01 3594e9d32960: Preparing 00:56:01 918f26154d72: Preparing 00:56:01 60d9be28b2df: Preparing 00:56:01 aa5968d388b8: Preparing 00:56:01 526d131126a8: Waiting 00:56:01 af11bc3610cb: Waiting 00:56:01 166d7331cb36: Waiting 00:56:01 3594e9d32960: Waiting 00:56:01 918f26154d72: Waiting 00:56:01 60d9be28b2df: Waiting 00:56:01 aa5968d388b8: Waiting 00:56:01 6cfb90a519f6: Layer already exists 00:56:01 9ff3f927092e: Layer already exists 00:56:01 947e80f3e036: Layer already exists 00:56:01 6542d8659bd7: Layer already exists 00:56:01 2c7ca20c892d: Layer already exists 00:56:01 526d131126a8: Layer already exists 00:56:01 166d7331cb36: Layer already exists 00:56:01 af11bc3610cb: Layer already exists 00:56:01 918f26154d72: Layer already exists 00:56:01 60d9be28b2df: Layer already exists 00:56:01 3594e9d32960: Layer already exists 00:56:01 aa5968d388b8: Layer already exists 00:56:01 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:8e2c18b297879029c34629afc279863f624478939d7b469a15445aed01e34aa3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:01 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 00:56:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:56:02 6542d8659bd7: Preparing 00:56:02 6542d8659bd7: Preparing 00:56:02 9ff3f927092e: Preparing 00:56:02 6cfb90a519f6: Preparing 00:56:02 2c7ca20c892d: Preparing 00:56:02 947e80f3e036: Preparing 00:56:02 526d131126a8: Preparing 00:56:02 af11bc3610cb: Preparing 00:56:02 166d7331cb36: Preparing 00:56:02 3594e9d32960: Preparing 00:56:02 918f26154d72: Preparing 00:56:02 60d9be28b2df: Preparing 00:56:02 aa5968d388b8: Preparing 00:56:02 166d7331cb36: Waiting 00:56:02 3594e9d32960: Waiting 00:56:02 918f26154d72: Waiting 00:56:02 60d9be28b2df: Waiting 00:56:02 aa5968d388b8: Waiting 00:56:02 526d131126a8: Waiting 00:56:02 af11bc3610cb: Waiting 00:56:02 6cfb90a519f6: Layer already exists 00:56:02 2c7ca20c892d: Layer already exists 00:56:02 9ff3f927092e: Layer already exists 00:56:02 947e80f3e036: Layer already exists 00:56:02 6542d8659bd7: Layer already exists 00:56:02 af11bc3610cb: Layer already exists 00:56:02 526d131126a8: Layer already exists 00:56:02 918f26154d72: Layer already exists 00:56:02 166d7331cb36: Layer already exists 00:56:02 3594e9d32960: Layer already exists 00:56:02 60d9be28b2df: Layer already exists 00:56:02 aa5968d388b8: Layer already exists 00:56:02 main: digest: sha256:8e2c18b297879029c34629afc279863f624478939d7b469a15445aed01e34aa3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:56:02 ===================================================== [Pipeline] echo 00:56:02 taggedImages: 00:56:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120 00:56:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 00:56:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.88 00:56:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 00:56:02 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 00:56:02 97ead1fc80aa095b46845053832efa05950d1120 00:56:02 latest 00:56:02 3.0.0-dev.88 00:56:02 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:02 main 00:56:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:02 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:97ead1fc80aa095b46845053832efa05950d1120 00:56:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 00:56:02 5a8ff646fa16: Preparing 00:56:02 9dc0f558c1d9: Preparing 00:56:02 21ca7d18f173: Preparing 00:56:02 9dbe4c47d905: Preparing 00:56:02 af11bc3610cb: Preparing 00:56:02 4ae807f6124d: Preparing 00:56:02 aa5968d388b8: Preparing 00:56:02 4ae807f6124d: Waiting 00:56:02 aa5968d388b8: Waiting 00:56:02 af11bc3610cb: Layer already exists 00:56:02 4ae807f6124d: Layer already exists 00:56:02 aa5968d388b8: Layer already exists 00:56:02 9dc0f558c1d9: Pushed 00:56:02 21ca7d18f173: Pushed 00:56:02 5a8ff646fa16: Pushed 00:56:04 9dbe4c47d905: Pushed 00:56:04 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:fb3922339ada0e1ed98f7927c731463a8a5d83eb2c19b49c8bb464046008bbe1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:04 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 00:56:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 00:56:04 5a8ff646fa16: Preparing 00:56:04 9dc0f558c1d9: Preparing 00:56:04 21ca7d18f173: Preparing 00:56:04 9dbe4c47d905: Preparing 00:56:04 af11bc3610cb: Preparing 00:56:04 4ae807f6124d: Preparing 00:56:04 aa5968d388b8: Preparing 00:56:04 4ae807f6124d: Waiting 00:56:04 aa5968d388b8: Waiting 00:56:04 9dc0f558c1d9: Layer already exists 00:56:04 9dbe4c47d905: Layer already exists 00:56:04 21ca7d18f173: Layer already exists 00:56:04 af11bc3610cb: Layer already exists 00:56:04 5a8ff646fa16: Layer already exists 00:56:04 4ae807f6124d: Layer already exists 00:56:04 aa5968d388b8: Layer already exists 00:56:04 latest: digest: sha256:fb3922339ada0e1ed98f7927c731463a8a5d83eb2c19b49c8bb464046008bbe1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:05 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.88 00:56:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 00:56:05 5a8ff646fa16: Preparing 00:56:05 9dc0f558c1d9: Preparing 00:56:05 21ca7d18f173: Preparing 00:56:05 9dbe4c47d905: Preparing 00:56:05 af11bc3610cb: Preparing 00:56:05 4ae807f6124d: Preparing 00:56:05 aa5968d388b8: Preparing 00:56:05 4ae807f6124d: Waiting 00:56:05 aa5968d388b8: Waiting 00:56:05 af11bc3610cb: Layer already exists 00:56:05 9dc0f558c1d9: Layer already exists 00:56:05 9dbe4c47d905: Layer already exists 00:56:05 5a8ff646fa16: Layer already exists 00:56:05 21ca7d18f173: Layer already exists 00:56:05 4ae807f6124d: Layer already exists 00:56:05 aa5968d388b8: Layer already exists 00:56:05 3.0.0-dev.88: digest: sha256:fb3922339ada0e1ed98f7927c731463a8a5d83eb2c19b49c8bb464046008bbe1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:05 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 00:56:06 5a8ff646fa16: Preparing 00:56:06 9dc0f558c1d9: Preparing 00:56:06 21ca7d18f173: Preparing 00:56:06 9dbe4c47d905: Preparing 00:56:06 af11bc3610cb: Preparing 00:56:06 4ae807f6124d: Preparing 00:56:06 aa5968d388b8: Preparing 00:56:06 4ae807f6124d: Waiting 00:56:06 aa5968d388b8: Waiting 00:56:06 9dbe4c47d905: Layer already exists 00:56:06 21ca7d18f173: Layer already exists 00:56:06 5a8ff646fa16: Layer already exists 00:56:06 9dc0f558c1d9: Layer already exists 00:56:06 af11bc3610cb: Layer already exists 00:56:06 4ae807f6124d: Layer already exists 00:56:06 aa5968d388b8: Layer already exists 00:56:06 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:fb3922339ada0e1ed98f7927c731463a8a5d83eb2c19b49c8bb464046008bbe1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:06 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 00:56:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 00:56:06 5a8ff646fa16: Preparing 00:56:06 9dc0f558c1d9: Preparing 00:56:06 21ca7d18f173: Preparing 00:56:06 9dbe4c47d905: Preparing 00:56:06 af11bc3610cb: Preparing 00:56:06 4ae807f6124d: Preparing 00:56:06 aa5968d388b8: Preparing 00:56:06 aa5968d388b8: Waiting 00:56:06 4ae807f6124d: Waiting 00:56:06 af11bc3610cb: Layer already exists 00:56:06 9dbe4c47d905: Layer already exists 00:56:06 5a8ff646fa16: Layer already exists 00:56:06 9dc0f558c1d9: Layer already exists 00:56:06 21ca7d18f173: Layer already exists 00:56:06 4ae807f6124d: Layer already exists 00:56:06 aa5968d388b8: Layer already exists 00:56:06 main: digest: sha256:fb3922339ada0e1ed98f7927c731463a8a5d83eb2c19b49c8bb464046008bbe1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:56:06 ===================================================== [Pipeline] echo 00:56:06 taggedImages: 00:56:06 - nexus3.edgexfoundry.org:10004/security-proxy-auth:97ead1fc80aa095b46845053832efa05950d1120 00:56:06 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 00:56:06 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.88 00:56:06 - nexus3.edgexfoundry.org:10004/security-proxy-auth:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:06 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 00:56:06 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 00:56:06 97ead1fc80aa095b46845053832efa05950d1120 00:56:06 latest 00:56:06 3.0.0-dev.88 00:56:06 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:06 main 00:56:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:07 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:97ead1fc80aa095b46845053832efa05950d1120 00:56:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:56:07 39ef17df36e1: Preparing 00:56:07 625da85ec4d8: Preparing 00:56:07 690b52225ac8: Preparing 00:56:07 383bac68e78c: Preparing 00:56:07 58bac81febf0: Preparing 00:56:07 d26eef31fb7e: Preparing 00:56:07 aa5968d388b8: Preparing 00:56:07 d26eef31fb7e: Waiting 00:56:07 aa5968d388b8: Waiting 00:56:07 58bac81febf0: Pushed 00:56:07 39ef17df36e1: Pushed 00:56:07 625da85ec4d8: Pushed 00:56:07 383bac68e78c: Pushed 00:56:07 aa5968d388b8: Layer already exists 00:56:07 d26eef31fb7e: Pushed 00:56:08 690b52225ac8: Pushed 00:56:08 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:e8d480c58e85344c4e8438c111a205f766b0bafaa56a29b49da57496b88a81bd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:08 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 00:56:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:56:09 39ef17df36e1: Preparing 00:56:09 625da85ec4d8: Preparing 00:56:09 690b52225ac8: Preparing 00:56:09 383bac68e78c: Preparing 00:56:09 58bac81febf0: Preparing 00:56:09 d26eef31fb7e: Preparing 00:56:09 aa5968d388b8: Preparing 00:56:09 d26eef31fb7e: Waiting 00:56:09 aa5968d388b8: Waiting 00:56:09 383bac68e78c: Layer already exists 00:56:09 690b52225ac8: Layer already exists 00:56:09 39ef17df36e1: Layer already exists 00:56:09 625da85ec4d8: Layer already exists 00:56:09 58bac81febf0: Layer already exists 00:56:09 d26eef31fb7e: Layer already exists 00:56:09 aa5968d388b8: Layer already exists 00:56:09 latest: digest: sha256:e8d480c58e85344c4e8438c111a205f766b0bafaa56a29b49da57496b88a81bd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:09 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.88 00:56:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:56:09 39ef17df36e1: Preparing 00:56:09 625da85ec4d8: Preparing 00:56:09 690b52225ac8: Preparing 00:56:09 383bac68e78c: Preparing 00:56:09 58bac81febf0: Preparing 00:56:09 d26eef31fb7e: Preparing 00:56:09 aa5968d388b8: Preparing 00:56:09 d26eef31fb7e: Waiting 00:56:09 aa5968d388b8: Waiting 00:56:09 58bac81febf0: Layer already exists 00:56:09 383bac68e78c: Layer already exists 00:56:09 690b52225ac8: Layer already exists 00:56:09 625da85ec4d8: Layer already exists 00:56:09 39ef17df36e1: Layer already exists 00:56:09 d26eef31fb7e: Layer already exists 00:56:09 aa5968d388b8: Layer already exists 00:56:09 3.0.0-dev.88: digest: sha256:e8d480c58e85344c4e8438c111a205f766b0bafaa56a29b49da57496b88a81bd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:10 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:56:10 39ef17df36e1: Preparing 00:56:10 625da85ec4d8: Preparing 00:56:10 690b52225ac8: Preparing 00:56:10 383bac68e78c: Preparing 00:56:10 58bac81febf0: Preparing 00:56:10 d26eef31fb7e: Preparing 00:56:10 aa5968d388b8: Preparing 00:56:10 aa5968d388b8: Waiting 00:56:10 d26eef31fb7e: Waiting 00:56:10 383bac68e78c: Layer already exists 00:56:10 58bac81febf0: Layer already exists 00:56:10 39ef17df36e1: Layer already exists 00:56:10 625da85ec4d8: Layer already exists 00:56:10 690b52225ac8: Layer already exists 00:56:10 aa5968d388b8: Layer already exists 00:56:10 d26eef31fb7e: Layer already exists 00:56:10 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:e8d480c58e85344c4e8438c111a205f766b0bafaa56a29b49da57496b88a81bd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:10 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 00:56:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:56:11 39ef17df36e1: Preparing 00:56:11 625da85ec4d8: Preparing 00:56:11 690b52225ac8: Preparing 00:56:11 383bac68e78c: Preparing 00:56:11 58bac81febf0: Preparing 00:56:11 d26eef31fb7e: Preparing 00:56:11 aa5968d388b8: Preparing 00:56:11 aa5968d388b8: Waiting 00:56:11 d26eef31fb7e: Waiting 00:56:11 383bac68e78c: Layer already exists 00:56:11 690b52225ac8: Layer already exists 00:56:11 625da85ec4d8: Layer already exists 00:56:11 58bac81febf0: Layer already exists 00:56:11 39ef17df36e1: Layer already exists 00:56:11 d26eef31fb7e: Layer already exists 00:56:11 aa5968d388b8: Layer already exists 00:56:11 main: digest: sha256:e8d480c58e85344c4e8438c111a205f766b0bafaa56a29b49da57496b88a81bd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:56:11 ===================================================== [Pipeline] echo 00:56:11 taggedImages: 00:56:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup:97ead1fc80aa095b46845053832efa05950d1120 00:56:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 00:56:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.88 00:56:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 00:56:11 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 00:56:11 97ead1fc80aa095b46845053832efa05950d1120 00:56:11 latest 00:56:11 3.0.0-dev.88 00:56:11 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:11 main 00:56:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:11 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:97ead1fc80aa095b46845053832efa05950d1120 00:56:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:56:11 8796fd15b33f: Preparing 00:56:11 c47594049b45: Preparing 00:56:11 762e6b829029: Preparing 00:56:11 98329ae114ce: Preparing 00:56:11 f4847273ebfb: Preparing 00:56:11 9ba2dc1399de: Preparing 00:56:11 07d51948cf69: Preparing 00:56:11 91434ff2c296: Preparing 00:56:11 aa5968d388b8: Preparing 00:56:11 9ba2dc1399de: Waiting 00:56:11 07d51948cf69: Waiting 00:56:11 91434ff2c296: Waiting 00:56:11 aa5968d388b8: Waiting 00:56:11 8796fd15b33f: Pushed 00:56:11 c47594049b45: Pushed 00:56:11 f4847273ebfb: Pushed 00:56:12 9ba2dc1399de: Pushed 00:56:12 07d51948cf69: Pushed 00:56:12 aa5968d388b8: Layer already exists 00:56:12 91434ff2c296: Pushed 00:56:13 98329ae114ce: Pushed 00:56:14 762e6b829029: Pushed 00:56:14 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:18d4809fe54a36a44ade8f5416cff55a3645796bee8922f4dd6ca9e268c2e0af size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:14 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:15 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 00:56:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:56:15 8796fd15b33f: Preparing 00:56:15 c47594049b45: Preparing 00:56:15 762e6b829029: Preparing 00:56:15 98329ae114ce: Preparing 00:56:15 f4847273ebfb: Preparing 00:56:15 9ba2dc1399de: Preparing 00:56:15 07d51948cf69: Preparing 00:56:15 91434ff2c296: Preparing 00:56:15 aa5968d388b8: Preparing 00:56:15 91434ff2c296: Waiting 00:56:15 9ba2dc1399de: Waiting 00:56:15 07d51948cf69: Waiting 00:56:15 8796fd15b33f: Layer already exists 00:56:15 f4847273ebfb: Layer already exists 00:56:15 98329ae114ce: Layer already exists 00:56:15 762e6b829029: Layer already exists 00:56:15 c47594049b45: Layer already exists 00:56:15 9ba2dc1399de: Layer already exists 00:56:15 07d51948cf69: Layer already exists 00:56:15 aa5968d388b8: Layer already exists 00:56:15 91434ff2c296: Layer already exists 00:56:15 latest: digest: sha256:18d4809fe54a36a44ade8f5416cff55a3645796bee8922f4dd6ca9e268c2e0af size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:15 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:15 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.88 00:56:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:56:15 8796fd15b33f: Preparing 00:56:15 c47594049b45: Preparing 00:56:15 762e6b829029: Preparing 00:56:15 98329ae114ce: Preparing 00:56:15 f4847273ebfb: Preparing 00:56:15 9ba2dc1399de: Preparing 00:56:15 07d51948cf69: Preparing 00:56:15 91434ff2c296: Preparing 00:56:15 aa5968d388b8: Preparing 00:56:15 9ba2dc1399de: Waiting 00:56:15 07d51948cf69: Waiting 00:56:15 91434ff2c296: Waiting 00:56:15 aa5968d388b8: Waiting 00:56:15 8796fd15b33f: Layer already exists 00:56:15 f4847273ebfb: Layer already exists 00:56:15 c47594049b45: Layer already exists 00:56:15 98329ae114ce: Layer already exists 00:56:15 762e6b829029: Layer already exists 00:56:15 07d51948cf69: Layer already exists 00:56:15 aa5968d388b8: Layer already exists 00:56:15 91434ff2c296: Layer already exists 00:56:15 9ba2dc1399de: Layer already exists 00:56:15 3.0.0-dev.88: digest: sha256:18d4809fe54a36a44ade8f5416cff55a3645796bee8922f4dd6ca9e268c2e0af size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:16 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:16 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:56:16 8796fd15b33f: Preparing 00:56:16 c47594049b45: Preparing 00:56:16 762e6b829029: Preparing 00:56:16 98329ae114ce: Preparing 00:56:16 f4847273ebfb: Preparing 00:56:16 9ba2dc1399de: Preparing 00:56:16 07d51948cf69: Preparing 00:56:16 91434ff2c296: Preparing 00:56:16 aa5968d388b8: Preparing 00:56:16 9ba2dc1399de: Waiting 00:56:16 07d51948cf69: Waiting 00:56:16 91434ff2c296: Waiting 00:56:16 aa5968d388b8: Waiting 00:56:16 98329ae114ce: Layer already exists 00:56:16 c47594049b45: Layer already exists 00:56:16 8796fd15b33f: Layer already exists 00:56:16 762e6b829029: Layer already exists 00:56:16 f4847273ebfb: Layer already exists 00:56:16 aa5968d388b8: Layer already exists 00:56:16 9ba2dc1399de: Layer already exists 00:56:16 07d51948cf69: Layer already exists 00:56:16 91434ff2c296: Layer already exists 00:56:16 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:18d4809fe54a36a44ade8f5416cff55a3645796bee8922f4dd6ca9e268c2e0af size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:16 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 00:56:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:56:17 8796fd15b33f: Preparing 00:56:17 c47594049b45: Preparing 00:56:17 762e6b829029: Preparing 00:56:17 98329ae114ce: Preparing 00:56:17 f4847273ebfb: Preparing 00:56:17 9ba2dc1399de: Preparing 00:56:17 07d51948cf69: Preparing 00:56:17 91434ff2c296: Preparing 00:56:17 aa5968d388b8: Preparing 00:56:17 07d51948cf69: Waiting 00:56:17 9ba2dc1399de: Waiting 00:56:17 91434ff2c296: Waiting 00:56:17 aa5968d388b8: Waiting 00:56:17 c47594049b45: Layer already exists 00:56:17 98329ae114ce: Layer already exists 00:56:17 762e6b829029: Layer already exists 00:56:17 8796fd15b33f: Layer already exists 00:56:17 9ba2dc1399de: Layer already exists 00:56:17 07d51948cf69: Layer already exists 00:56:17 f4847273ebfb: Layer already exists 00:56:17 91434ff2c296: Layer already exists 00:56:17 aa5968d388b8: Layer already exists 00:56:17 main: digest: sha256:18d4809fe54a36a44ade8f5416cff55a3645796bee8922f4dd6ca9e268c2e0af size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:56:17 ===================================================== [Pipeline] echo 00:56:17 taggedImages: 00:56:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:97ead1fc80aa095b46845053832efa05950d1120 00:56:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 00:56:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.88 00:56:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 00:56:17 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 00:56:17 97ead1fc80aa095b46845053832efa05950d1120 00:56:17 latest 00:56:17 3.0.0-dev.88 00:56:17 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:17 main 00:56:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:17 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:17 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97ead1fc80aa095b46845053832efa05950d1120 00:56:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:56:17 4d6bce6c32f7: Preparing 00:56:17 43ae2c10fea2: Preparing 00:56:17 af11bc3610cb: Preparing 00:56:17 41e913d25dd8: Preparing 00:56:17 4e6476652798: Preparing 00:56:17 af11bc3610cb: Layer already exists 00:56:17 4e6476652798: Layer already exists 00:56:17 4d6bce6c32f7: Pushed 00:56:18 41e913d25dd8: Pushed 00:56:19 43ae2c10fea2: Pushed 00:56:20 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:c70e3fbdd6419a754c45dc93470f3ac391abc9224a09feaf462599b305251a86 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:20 + 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 00:56:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 00:56:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:56:20 4d6bce6c32f7: Preparing 00:56:20 43ae2c10fea2: Preparing 00:56:20 af11bc3610cb: Preparing 00:56:20 41e913d25dd8: Preparing 00:56:20 4e6476652798: Preparing 00:56:20 4d6bce6c32f7: Layer already exists 00:56:20 43ae2c10fea2: Layer already exists 00:56:20 4e6476652798: Layer already exists 00:56:20 41e913d25dd8: Layer already exists 00:56:20 af11bc3610cb: Layer already exists 00:56:20 latest: digest: sha256:c70e3fbdd6419a754c45dc93470f3ac391abc9224a09feaf462599b305251a86 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:21 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.88 00:56:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:56:21 4d6bce6c32f7: Preparing 00:56:21 43ae2c10fea2: Preparing 00:56:21 af11bc3610cb: Preparing 00:56:21 41e913d25dd8: Preparing 00:56:21 4e6476652798: Preparing 00:56:21 af11bc3610cb: Layer already exists 00:56:21 4e6476652798: Layer already exists 00:56:21 43ae2c10fea2: Layer already exists 00:56:21 41e913d25dd8: Layer already exists 00:56:21 4d6bce6c32f7: Layer already exists 00:56:21 3.0.0-dev.88: digest: sha256:c70e3fbdd6419a754c45dc93470f3ac391abc9224a09feaf462599b305251a86 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:21 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:56:21 4d6bce6c32f7: Preparing 00:56:21 43ae2c10fea2: Preparing 00:56:21 af11bc3610cb: Preparing 00:56:21 41e913d25dd8: Preparing 00:56:21 4e6476652798: Preparing 00:56:21 af11bc3610cb: Layer already exists 00:56:21 41e913d25dd8: Layer already exists 00:56:21 4d6bce6c32f7: Layer already exists 00:56:21 43ae2c10fea2: Layer already exists 00:56:21 4e6476652798: Layer already exists 00:56:21 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:c70e3fbdd6419a754c45dc93470f3ac391abc9224a09feaf462599b305251a86 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:22 + 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 00:56:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 00:56:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:56:22 4d6bce6c32f7: Preparing 00:56:22 43ae2c10fea2: Preparing 00:56:22 af11bc3610cb: Preparing 00:56:22 41e913d25dd8: Preparing 00:56:22 4e6476652798: Preparing 00:56:22 4d6bce6c32f7: Layer already exists 00:56:22 41e913d25dd8: Layer already exists 00:56:22 af11bc3610cb: Layer already exists 00:56:22 4e6476652798: Layer already exists 00:56:22 43ae2c10fea2: Layer already exists 00:56:22 main: digest: sha256:c70e3fbdd6419a754c45dc93470f3ac391abc9224a09feaf462599b305251a86 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:56:22 ===================================================== [Pipeline] echo 00:56:22 taggedImages: 00:56:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97ead1fc80aa095b46845053832efa05950d1120 00:56:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 00:56:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.88 00:56:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 00:56:22 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 00:56:22 97ead1fc80aa095b46845053832efa05950d1120 00:56:22 latest 00:56:22 3.0.0-dev.88 00:56:22 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:22 main 00:56:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:22 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:97ead1fc80aa095b46845053832efa05950d1120 00:56:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:56:23 4be794b29ae6: Preparing 00:56:23 9ec853c9d9da: Preparing 00:56:23 3051c6ff7806: Preparing 00:56:23 5aa6c5a87d53: Preparing 00:56:23 ee6d6d0837f6: Preparing 00:56:23 74b106a45d2d: Preparing 00:56:23 4e6476652798: Preparing 00:56:23 74b106a45d2d: Waiting 00:56:23 4e6476652798: Waiting 00:56:23 9ec853c9d9da: Pushed 00:56:23 4be794b29ae6: Pushed 00:56:23 3051c6ff7806: Pushed 00:56:23 4e6476652798: Layer already exists 00:56:23 74b106a45d2d: Pushed 00:56:27 ee6d6d0837f6: Pushed 00:56:29 5aa6c5a87d53: Pushed 00:56:29 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:db5ffea139838b69cf196abc43d3459b9b7ebc320d7fdab581c79ba9be8e1622 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:30 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 00:56:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:56:30 4be794b29ae6: Preparing 00:56:30 9ec853c9d9da: Preparing 00:56:30 3051c6ff7806: Preparing 00:56:30 5aa6c5a87d53: Preparing 00:56:30 ee6d6d0837f6: Preparing 00:56:30 74b106a45d2d: Preparing 00:56:30 4e6476652798: Preparing 00:56:30 74b106a45d2d: Waiting 00:56:30 4e6476652798: Waiting 00:56:30 9ec853c9d9da: Layer already exists 00:56:30 4be794b29ae6: Layer already exists 00:56:30 ee6d6d0837f6: Layer already exists 00:56:30 5aa6c5a87d53: Layer already exists 00:56:30 3051c6ff7806: Layer already exists 00:56:30 74b106a45d2d: Layer already exists 00:56:30 4e6476652798: Layer already exists 00:56:30 latest: digest: sha256:db5ffea139838b69cf196abc43d3459b9b7ebc320d7fdab581c79ba9be8e1622 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:30 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.88 00:56:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:56:31 4be794b29ae6: Preparing 00:56:31 9ec853c9d9da: Preparing 00:56:31 3051c6ff7806: Preparing 00:56:31 5aa6c5a87d53: Preparing 00:56:31 ee6d6d0837f6: Preparing 00:56:31 74b106a45d2d: Preparing 00:56:31 4e6476652798: Preparing 00:56:31 74b106a45d2d: Waiting 00:56:31 4e6476652798: Waiting 00:56:31 9ec853c9d9da: Layer already exists 00:56:31 ee6d6d0837f6: Layer already exists 00:56:31 4be794b29ae6: Layer already exists 00:56:31 5aa6c5a87d53: Layer already exists 00:56:31 3051c6ff7806: Layer already exists 00:56:31 74b106a45d2d: Layer already exists 00:56:31 4e6476652798: Layer already exists 00:56:31 3.0.0-dev.88: digest: sha256:db5ffea139838b69cf196abc43d3459b9b7ebc320d7fdab581c79ba9be8e1622 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:31 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:56:31 4be794b29ae6: Preparing 00:56:31 9ec853c9d9da: Preparing 00:56:31 3051c6ff7806: Preparing 00:56:31 5aa6c5a87d53: Preparing 00:56:31 ee6d6d0837f6: Preparing 00:56:31 74b106a45d2d: Preparing 00:56:31 4e6476652798: Preparing 00:56:31 74b106a45d2d: Waiting 00:56:31 4e6476652798: Waiting 00:56:31 3051c6ff7806: Layer already exists 00:56:31 5aa6c5a87d53: Layer already exists 00:56:31 ee6d6d0837f6: Layer already exists 00:56:31 9ec853c9d9da: Layer already exists 00:56:31 4be794b29ae6: Layer already exists 00:56:31 74b106a45d2d: Layer already exists 00:56:31 4e6476652798: Layer already exists 00:56:31 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:db5ffea139838b69cf196abc43d3459b9b7ebc320d7fdab581c79ba9be8e1622 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:32 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 00:56:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:56:32 4be794b29ae6: Preparing 00:56:32 9ec853c9d9da: Preparing 00:56:32 3051c6ff7806: Preparing 00:56:32 5aa6c5a87d53: Preparing 00:56:32 ee6d6d0837f6: Preparing 00:56:32 74b106a45d2d: Preparing 00:56:32 4e6476652798: Preparing 00:56:32 4e6476652798: Waiting 00:56:32 74b106a45d2d: Waiting 00:56:32 4be794b29ae6: Layer already exists 00:56:32 ee6d6d0837f6: Layer already exists 00:56:32 9ec853c9d9da: Layer already exists 00:56:32 3051c6ff7806: Layer already exists 00:56:32 5aa6c5a87d53: Layer already exists 00:56:32 74b106a45d2d: Layer already exists 00:56:32 4e6476652798: Layer already exists 00:56:32 main: digest: sha256:db5ffea139838b69cf196abc43d3459b9b7ebc320d7fdab581c79ba9be8e1622 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:56:32 ===================================================== [Pipeline] echo 00:56:32 taggedImages: 00:56:32 - nexus3.edgexfoundry.org:10004/security-spire-agent:97ead1fc80aa095b46845053832efa05950d1120 00:56:32 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 00:56:32 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.88 00:56:32 - nexus3.edgexfoundry.org:10004/security-spire-agent:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:32 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 00:56:32 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 00:56:32 97ead1fc80aa095b46845053832efa05950d1120 00:56:32 latest 00:56:32 3.0.0-dev.88 00:56:32 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:32 main 00:56:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:32 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:97ead1fc80aa095b46845053832efa05950d1120 00:56:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:56:33 ce001c6687e7: Preparing 00:56:33 ec8b61963800: Preparing 00:56:33 e52d207fcceb: Preparing 00:56:33 83f17f4f117f: Preparing 00:56:33 9997e2512104: Preparing 00:56:33 4e6476652798: Preparing 00:56:33 4e6476652798: Waiting 00:56:33 ce001c6687e7: Pushed 00:56:33 e52d207fcceb: Pushed 00:56:33 ec8b61963800: Pushed 00:56:33 4e6476652798: Layer already exists 00:56:33 9997e2512104: Pushed 00:56:39 83f17f4f117f: Pushed 00:56:39 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:1a7552954ebabc65e979611b311bff233d14449938b4c3ed291c1f2712e12991 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:40 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 00:56:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:56:40 ce001c6687e7: Preparing 00:56:40 ec8b61963800: Preparing 00:56:40 e52d207fcceb: Preparing 00:56:40 83f17f4f117f: Preparing 00:56:40 9997e2512104: Preparing 00:56:40 4e6476652798: Preparing 00:56:40 4e6476652798: Waiting 00:56:40 ce001c6687e7: Layer already exists 00:56:40 9997e2512104: Layer already exists 00:56:40 83f17f4f117f: Layer already exists 00:56:40 ec8b61963800: Layer already exists 00:56:40 e52d207fcceb: Layer already exists 00:56:40 4e6476652798: Layer already exists 00:56:40 latest: digest: sha256:1a7552954ebabc65e979611b311bff233d14449938b4c3ed291c1f2712e12991 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:41 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.88 00:56:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:56:41 ce001c6687e7: Preparing 00:56:41 ec8b61963800: Preparing 00:56:41 e52d207fcceb: Preparing 00:56:41 83f17f4f117f: Preparing 00:56:41 9997e2512104: Preparing 00:56:41 4e6476652798: Preparing 00:56:41 4e6476652798: Waiting 00:56:41 e52d207fcceb: Layer already exists 00:56:41 9997e2512104: Layer already exists 00:56:41 ce001c6687e7: Layer already exists 00:56:41 ec8b61963800: Layer already exists 00:56:41 83f17f4f117f: Layer already exists 00:56:41 4e6476652798: Layer already exists 00:56:41 3.0.0-dev.88: digest: sha256:1a7552954ebabc65e979611b311bff233d14449938b4c3ed291c1f2712e12991 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:41 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:56:41 ce001c6687e7: Preparing 00:56:41 ec8b61963800: Preparing 00:56:41 e52d207fcceb: Preparing 00:56:41 83f17f4f117f: Preparing 00:56:41 9997e2512104: Preparing 00:56:41 4e6476652798: Preparing 00:56:41 4e6476652798: Waiting 00:56:41 ce001c6687e7: Layer already exists 00:56:41 83f17f4f117f: Layer already exists 00:56:41 9997e2512104: Layer already exists 00:56:41 ec8b61963800: Layer already exists 00:56:41 e52d207fcceb: Layer already exists 00:56:41 4e6476652798: Layer already exists 00:56:41 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:1a7552954ebabc65e979611b311bff233d14449938b4c3ed291c1f2712e12991 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:42 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 00:56:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:56:42 ce001c6687e7: Preparing 00:56:42 ec8b61963800: Preparing 00:56:42 e52d207fcceb: Preparing 00:56:42 83f17f4f117f: Preparing 00:56:42 9997e2512104: Preparing 00:56:42 4e6476652798: Preparing 00:56:42 4e6476652798: Waiting 00:56:42 9997e2512104: Layer already exists 00:56:42 83f17f4f117f: Layer already exists 00:56:42 ce001c6687e7: Layer already exists 00:56:42 ec8b61963800: Layer already exists 00:56:42 e52d207fcceb: Layer already exists 00:56:42 4e6476652798: Layer already exists 00:56:42 main: digest: sha256:1a7552954ebabc65e979611b311bff233d14449938b4c3ed291c1f2712e12991 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:56:42 ===================================================== [Pipeline] echo 00:56:42 taggedImages: 00:56:42 - nexus3.edgexfoundry.org:10004/security-spire-config:97ead1fc80aa095b46845053832efa05950d1120 00:56:42 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 00:56:42 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.88 00:56:42 - nexus3.edgexfoundry.org:10004/security-spire-config:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:42 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 00:56:42 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 00:56:42 97ead1fc80aa095b46845053832efa05950d1120 00:56:42 latest 00:56:42 3.0.0-dev.88 00:56:42 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:42 main 00:56:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:42 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:97ead1fc80aa095b46845053832efa05950d1120 00:56:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 00:56:43 2d5bc183df5d: Preparing 00:56:43 5ceaf9836d0b: Preparing 00:56:43 14497f87900e: Preparing 00:56:43 83f17f4f117f: Preparing 00:56:43 948ddbd3b082: Preparing 00:56:43 4e6476652798: Preparing 00:56:43 83f17f4f117f: Layer already exists 00:56:43 4e6476652798: Layer already exists 00:56:43 2d5bc183df5d: Pushed 00:56:43 5ceaf9836d0b: Pushed 00:56:43 14497f87900e: Pushed 00:56:43 948ddbd3b082: Pushed 00:56:43 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:06799d76895017f088f0340aa1c3aee6154c623ecfdf0bfbb5a7f8dce6792ea2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:44 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 00:56:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 00:56:44 2d5bc183df5d: Preparing 00:56:44 5ceaf9836d0b: Preparing 00:56:44 14497f87900e: Preparing 00:56:44 83f17f4f117f: Preparing 00:56:44 948ddbd3b082: Preparing 00:56:44 4e6476652798: Preparing 00:56:44 4e6476652798: Waiting 00:56:44 83f17f4f117f: Layer already exists 00:56:44 948ddbd3b082: Layer already exists 00:56:44 2d5bc183df5d: Layer already exists 00:56:44 14497f87900e: Layer already exists 00:56:44 5ceaf9836d0b: Layer already exists 00:56:44 4e6476652798: Layer already exists 00:56:44 latest: digest: sha256:06799d76895017f088f0340aa1c3aee6154c623ecfdf0bfbb5a7f8dce6792ea2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:44 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.88 00:56:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 00:56:44 2d5bc183df5d: Preparing 00:56:44 5ceaf9836d0b: Preparing 00:56:44 14497f87900e: Preparing 00:56:44 83f17f4f117f: Preparing 00:56:44 948ddbd3b082: Preparing 00:56:44 4e6476652798: Preparing 00:56:44 4e6476652798: Waiting 00:56:44 83f17f4f117f: Layer already exists 00:56:44 2d5bc183df5d: Layer already exists 00:56:44 5ceaf9836d0b: Layer already exists 00:56:44 948ddbd3b082: Layer already exists 00:56:44 14497f87900e: Layer already exists 00:56:44 4e6476652798: Layer already exists 00:56:44 3.0.0-dev.88: digest: sha256:06799d76895017f088f0340aa1c3aee6154c623ecfdf0bfbb5a7f8dce6792ea2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:45 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 00:56:45 2d5bc183df5d: Preparing 00:56:45 5ceaf9836d0b: Preparing 00:56:45 14497f87900e: Preparing 00:56:45 83f17f4f117f: Preparing 00:56:45 948ddbd3b082: Preparing 00:56:45 4e6476652798: Preparing 00:56:45 5ceaf9836d0b: Layer already exists 00:56:45 2d5bc183df5d: Layer already exists 00:56:45 14497f87900e: Layer already exists 00:56:45 948ddbd3b082: Layer already exists 00:56:45 83f17f4f117f: Layer already exists 00:56:45 4e6476652798: Layer already exists 00:56:45 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:06799d76895017f088f0340aa1c3aee6154c623ecfdf0bfbb5a7f8dce6792ea2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:45 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 00:56:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 00:56:46 2d5bc183df5d: Preparing 00:56:46 5ceaf9836d0b: Preparing 00:56:46 14497f87900e: Preparing 00:56:46 83f17f4f117f: Preparing 00:56:46 948ddbd3b082: Preparing 00:56:46 4e6476652798: Preparing 00:56:46 948ddbd3b082: Layer already exists 00:56:46 5ceaf9836d0b: Layer already exists 00:56:46 83f17f4f117f: Layer already exists 00:56:46 14497f87900e: Layer already exists 00:56:46 2d5bc183df5d: Layer already exists 00:56:46 4e6476652798: Layer already exists 00:56:46 main: digest: sha256:06799d76895017f088f0340aa1c3aee6154c623ecfdf0bfbb5a7f8dce6792ea2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:56:46 ===================================================== [Pipeline] echo 00:56:46 taggedImages: 00:56:46 - nexus3.edgexfoundry.org:10004/security-spire-server:97ead1fc80aa095b46845053832efa05950d1120 00:56:46 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 00:56:46 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.88 00:56:46 - nexus3.edgexfoundry.org:10004/security-spire-server:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:46 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 00:56:46 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 00:56:46 97ead1fc80aa095b46845053832efa05950d1120 00:56:46 latest 00:56:46 3.0.0-dev.88 00:56:46 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:46 main 00:56:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:46 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications:97ead1fc80aa095b46845053832efa05950d1120 00:56:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 00:56:46 b58222b5d841: Preparing 00:56:46 8624e1b61db7: Preparing 00:56:46 af11bc3610cb: Preparing 00:56:46 3dea697ef2e3: Preparing 00:56:46 aa5968d388b8: Preparing 00:56:46 af11bc3610cb: Layer already exists 00:56:46 aa5968d388b8: Layer already exists 00:56:46 b58222b5d841: Pushed 00:56:46 3dea697ef2e3: Pushed 00:56:49 8624e1b61db7: Pushed 00:56:49 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:7ad8f1105b7ef61fb87ec9e38122067ef6450565a0418e785f4f8f519fb14b62 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:49 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 00:56:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 00:56:50 b58222b5d841: Preparing 00:56:50 8624e1b61db7: Preparing 00:56:50 af11bc3610cb: Preparing 00:56:50 3dea697ef2e3: Preparing 00:56:50 aa5968d388b8: Preparing 00:56:50 aa5968d388b8: Layer already exists 00:56:50 8624e1b61db7: Layer already exists 00:56:50 3dea697ef2e3: Layer already exists 00:56:50 b58222b5d841: Layer already exists 00:56:50 af11bc3610cb: Layer already exists 00:56:50 latest: digest: sha256:7ad8f1105b7ef61fb87ec9e38122067ef6450565a0418e785f4f8f519fb14b62 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:50 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.88 00:56:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 00:56:50 b58222b5d841: Preparing 00:56:50 8624e1b61db7: Preparing 00:56:50 af11bc3610cb: Preparing 00:56:50 3dea697ef2e3: Preparing 00:56:50 aa5968d388b8: Preparing 00:56:50 b58222b5d841: Layer already exists 00:56:50 8624e1b61db7: Layer already exists 00:56:50 3dea697ef2e3: Layer already exists 00:56:50 af11bc3610cb: Layer already exists 00:56:50 aa5968d388b8: Layer already exists 00:56:50 3.0.0-dev.88: digest: sha256:7ad8f1105b7ef61fb87ec9e38122067ef6450565a0418e785f4f8f519fb14b62 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:50 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 00:56:51 b58222b5d841: Preparing 00:56:51 8624e1b61db7: Preparing 00:56:51 af11bc3610cb: Preparing 00:56:51 3dea697ef2e3: Preparing 00:56:51 aa5968d388b8: Preparing 00:56:51 aa5968d388b8: Layer already exists 00:56:51 af11bc3610cb: Layer already exists 00:56:51 3dea697ef2e3: Layer already exists 00:56:51 8624e1b61db7: Layer already exists 00:56:51 b58222b5d841: Layer already exists 00:56:51 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:7ad8f1105b7ef61fb87ec9e38122067ef6450565a0418e785f4f8f519fb14b62 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:51 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 00:56:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 00:56:51 b58222b5d841: Preparing 00:56:51 8624e1b61db7: Preparing 00:56:51 af11bc3610cb: Preparing 00:56:51 3dea697ef2e3: Preparing 00:56:51 aa5968d388b8: Preparing 00:56:51 aa5968d388b8: Layer already exists 00:56:51 3dea697ef2e3: Layer already exists 00:56:51 b58222b5d841: Layer already exists 00:56:51 af11bc3610cb: Layer already exists 00:56:51 8624e1b61db7: Layer already exists 00:56:51 main: digest: sha256:7ad8f1105b7ef61fb87ec9e38122067ef6450565a0418e785f4f8f519fb14b62 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:56:51 ===================================================== [Pipeline] echo 00:56:51 taggedImages: 00:56:51 - nexus3.edgexfoundry.org:10004/support-notifications:97ead1fc80aa095b46845053832efa05950d1120 00:56:51 - nexus3.edgexfoundry.org:10004/support-notifications:latest 00:56:51 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.88 00:56:51 - nexus3.edgexfoundry.org:10004/support-notifications:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:51 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 00:56:51 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 00:56:51 97ead1fc80aa095b46845053832efa05950d1120 00:56:51 latest 00:56:51 3.0.0-dev.88 00:56:51 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:51 main 00:56:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:52 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:52 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:97ead1fc80aa095b46845053832efa05950d1120 00:56:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 00:56:52 8e284f366269: Preparing 00:56:52 baabe262b8e1: Preparing 00:56:52 af11bc3610cb: Preparing 00:56:52 4ae807f6124d: Preparing 00:56:52 aa5968d388b8: Preparing 00:56:52 aa5968d388b8: Layer already exists 00:56:52 4ae807f6124d: Layer already exists 00:56:52 af11bc3610cb: Layer already exists 00:56:52 8e284f366269: Pushed 00:56:55 baabe262b8e1: Pushed 00:56:55 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:7bfba990b9f7de23f7cfc583a49e75b556a6867aaa4461575cd47d57430a5bc7 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:55 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:55 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 00:56:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 00:56:55 8e284f366269: Preparing 00:56:55 baabe262b8e1: Preparing 00:56:55 af11bc3610cb: Preparing 00:56:55 4ae807f6124d: Preparing 00:56:55 aa5968d388b8: Preparing 00:56:55 8e284f366269: Layer already exists 00:56:55 baabe262b8e1: Layer already exists 00:56:55 af11bc3610cb: Layer already exists 00:56:55 aa5968d388b8: Layer already exists 00:56:55 4ae807f6124d: Layer already exists 00:56:55 latest: digest: sha256:7bfba990b9f7de23f7cfc583a49e75b556a6867aaa4461575cd47d57430a5bc7 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:55 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:56 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.88 00:56:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 00:56:56 8e284f366269: Preparing 00:56:56 baabe262b8e1: Preparing 00:56:56 af11bc3610cb: Preparing 00:56:56 4ae807f6124d: Preparing 00:56:56 aa5968d388b8: Preparing 00:56:56 aa5968d388b8: Layer already exists 00:56:56 af11bc3610cb: Layer already exists 00:56:56 8e284f366269: Layer already exists 00:56:56 baabe262b8e1: Layer already exists 00:56:56 4ae807f6124d: Layer already exists 00:56:56 3.0.0-dev.88: digest: sha256:7bfba990b9f7de23f7cfc583a49e75b556a6867aaa4461575cd47d57430a5bc7 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:56 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:56 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 00:56:56 8e284f366269: Preparing 00:56:56 baabe262b8e1: Preparing 00:56:56 af11bc3610cb: Preparing 00:56:56 4ae807f6124d: Preparing 00:56:56 aa5968d388b8: Preparing 00:56:56 baabe262b8e1: Layer already exists 00:56:56 aa5968d388b8: Layer already exists 00:56:56 8e284f366269: Layer already exists 00:56:56 4ae807f6124d: Layer already exists 00:56:56 af11bc3610cb: Layer already exists 00:56:56 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:7bfba990b9f7de23f7cfc583a49e75b556a6867aaa4461575cd47d57430a5bc7 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:57 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:56:57 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 00:56:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 00:56:57 8e284f366269: Preparing 00:56:57 baabe262b8e1: Preparing 00:56:57 af11bc3610cb: Preparing 00:56:57 4ae807f6124d: Preparing 00:56:57 aa5968d388b8: Preparing 00:56:57 aa5968d388b8: Layer already exists 00:56:57 4ae807f6124d: Layer already exists 00:56:57 8e284f366269: Layer already exists 00:56:57 baabe262b8e1: Layer already exists 00:56:57 af11bc3610cb: Layer already exists 00:56:57 main: digest: sha256:7bfba990b9f7de23f7cfc583a49e75b556a6867aaa4461575cd47d57430a5bc7 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:56:57 ===================================================== [Pipeline] echo 00:56:57 taggedImages: 00:56:57 - nexus3.edgexfoundry.org:10004/support-scheduler:97ead1fc80aa095b46845053832efa05950d1120 00:56:57 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 00:56:57 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.88 00:56:57 - nexus3.edgexfoundry.org:10004/support-scheduler:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 00:56:57 - 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] } 00:57:09 Removing intermediate container 33e59100f364 00:57:09 ---> b2cb6121e88e 00:57:09 Step 7/32 : COPY . . 00:57:09 ---> 261c91bea9df 00:57:09 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:57:09 ---> Running in c65bafde655f 00:57:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:01:16 Removing intermediate container a7a61346ecdc 01:01:16 ---> 424da66aa358 01:01:16 01:01:16 Step 10/22 : FROM alpine:3.16 01:01:16 3.16: Pulling from library/alpine 01:01:16 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 01:01:16 Status: Downloaded newer image for alpine:3.16 01:01:16 ---> 4c81e5bf8899 01:01:16 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 01:01:16 ---> Running in 0830b4b00884 01:01:16 Removing intermediate container 0830b4b00884 01:01:16 ---> c5193f200e94 01:01:16 Step 12/22 : RUN apk add --update --no-cache dumb-init 01:01:16 ---> Running in d3c992845a5d 01:01:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:01:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:01:16 (1/1) Installing dumb-init (1.2.5-r1) 01:01:16 Executing busybox-1.35.0-r17.trigger 01:01:16 OK: 5 MiB in 15 packages 01:01:19 Removing intermediate container d3c992845a5d 01:01:19 ---> de089a4297a6 01:01:19 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:01:20 ---> 4a24ed18a384 01:01:20 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:01:21 ---> d43f4fdcf744 01:01:21 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 01:01:22 ---> f36f05137b7a 01:01:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:01:23 ---> 18dc56bc4789 01:01:23 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:01:23 ---> Running in 7e1db0e88ab9 01:01:27 Removing intermediate container 7e1db0e88ab9 01:01:27 ---> 272f2ac96635 01:01:27 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 01:01:27 ---> Running in 76b141a5e89d 01:01:27 Removing intermediate container 76b141a5e89d 01:01:27 ---> d39d0097b46d 01:01:27 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 01:01:27 ---> Running in 27f38d0aa677 01:01:28 Removing intermediate container 27f38d0aa677 01:01:28 ---> f62820cd9c66 01:01:28 Step 20/22 : LABEL arch=arm64 01:01:28 ---> Running in 5d89e700f981 01:01:28 Removing intermediate container 5d89e700f981 01:01:28 ---> b03d47b41858 01:01:28 Step 21/22 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 01:01:29 ---> Running in b6cafc93968b 01:01:31 Removing intermediate container b6cafc93968b 01:01:31 ---> ae54a2d72dc7 01:01:31 Step 22/22 : LABEL version=3.0.0-dev.88 01:01:31 ---> Running in 5e9ee0797398 01:01:32 Removing intermediate container 5e9ee0797398 01:01:32 ---> 20e95d44958d 01:01:32 01:01:32 Successfully built 20e95d44958d 01:01:32 Successfully tagged security-proxy-auth-arm64:latest 01:01:32  Building security-proxy-auth ... done Building support-scheduler 01:01:35 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:01:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:01:35 ---> 92aa2220b4d5 01:01:35 Step 3/22 : ARG ADD_BUILD_TAGS="" 01:01:35 ---> Using cache 01:01:35 ---> 73a630922179 01:01:35 Step 4/22 : WORKDIR /edgex-go 01:01:35 ---> Using cache 01:01:35 ---> a1cfd87b571d 01:01:35 Step 5/22 : RUN apk add --update --no-cache make git 01:01:35 ---> Using cache 01:01:35 ---> 763258177ce0 01:01:35 Step 6/22 : COPY go.mod vendor* ./ 01:01:35 ---> Using cache 01:01:35 ---> cae2985e67de 01:01:35 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:01:35 ---> Using cache 01:01:35 ---> 1450bec2c980 01:01:35 Step 8/22 : COPY . . 01:01:36 ---> Using cache 01:01:36 ---> 72897b0bf5c2 01:01:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:01:36 ---> Running in 3cf5f8efc807 01:01:38 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:01:56 Removing intermediate container 8b10f8aed55b 01:01:56 ---> 3dad8c0978d9 01:01:56 01:01:56 Step 10/23 : FROM alpine:3.16 01:01:56 ---> 4c81e5bf8899 01:01:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:01:56 ---> Running in da7aa883b349 01:01:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:01:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:01:59 (1/1) Installing dumb-init (1.2.5-r1) 01:01:59 Executing busybox-1.35.0-r17.trigger 01:01:59 OK: 5 MiB in 15 packages 01:02:01 Removing intermediate container da7aa883b349 01:02:01 ---> 74ef49e4e6dd 01:02:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:02:01 ---> Running in 8e24feefe247 01:02:02 Removing intermediate container 8e24feefe247 01:02:02 ---> 487da53f5ae9 01:02:02 Step 13/23 : ENV APP_PORT=59882 01:02:02 ---> Running in b9c212bc3c29 01:02:03 Removing intermediate container b9c212bc3c29 01:02:03 ---> 6b4501b0018f 01:02:03 Step 14/23 : EXPOSE $APP_PORT 01:02:03 ---> Running in fe906fb6d2de 01:02:03 Removing intermediate container fe906fb6d2de 01:02:03 ---> b894e021f82d 01:02:03 Step 15/23 : WORKDIR / 01:02:03 ---> Running in d2c9b8122f10 01:02:04 Removing intermediate container d2c9b8122f10 01:02:04 ---> f7357ca19d2c 01:02:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:02:05 ---> 8238ce9aa537 01:02:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:02:07 ---> 4475dff138ff 01:02:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:02:09 ---> b70d052f370b 01:02:09 Step 19/23 : ENTRYPOINT ["/core-command"] 01:02:09 ---> Running in 03587c85fec1 01:02:10 Removing intermediate container 03587c85fec1 01:02:10 ---> a964c9acaf8c 01:02:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:02:10 ---> Running in 5f8b215edad9 01:02:10 Removing intermediate container 5f8b215edad9 01:02:10 ---> a65c8ae6c7e8 01:02:10 Step 21/23 : LABEL arch=arm64 01:02:10 ---> Running in 70c114bafb4b 01:02:11 Removing intermediate container 70c114bafb4b 01:02:11 ---> 844a153e1d4d 01:02:11 Step 22/23 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 01:02:11 ---> Running in 46acaa00b8be 01:02:12 Removing intermediate container 46acaa00b8be 01:02:12 ---> c8318f07f6c7 01:02:12 Step 23/23 : LABEL version=3.0.0-dev.88 01:02:12 ---> Running in db2d2899c968 01:02:12 Removing intermediate container db2d2899c968 01:02:12 ---> 15932495599f 01:02:12 01:02:12 Successfully built 15932495599f 01:02:12 Successfully tagged core-command-arm64:latest 01:02:12  Building core-command ... done Building security-spire-server 01:02:15 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:02:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:02:15 ---> 92aa2220b4d5 01:02:15 Step 3/23 : WORKDIR /edgex-go 01:02:15 ---> Using cache 01:02:15 ---> 27464f5bf342 01:02:15 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 01:02:16 ---> Running in 53af3cf12315 01:02:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:02:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:02:20 OK: 221 MiB in 51 packages 01:02:24 Removing intermediate container 53af3cf12315 01:02:24 ---> bce8d150adb0 01:02:24 Step 5/23 : COPY go.mod vendor* ./ 01:02:25 ---> 107063ea9124 01:02:25 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:02:25 ---> Running in 1af5169b3069 01:02:27 Removing intermediate container f11940003829 01:02:27 ---> e211078337dc 01:02:27 01:02:27 Step 10/22 : FROM alpine:3.16 01:02:27 ---> 4c81e5bf8899 01:02:27 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:02:27 ---> Running in 21b78e2e5e0e 01:02:27 Removing intermediate container 21b78e2e5e0e 01:02:27 ---> daa50770f92f 01:02:27 Step 12/22 : ENV APP_PORT=59880 01:02:28 ---> Running in 499aa23beeac 01:02:28 Removing intermediate container 499aa23beeac 01:02:28 ---> 8d8770851c66 01:02:28 Step 13/22 : EXPOSE $APP_PORT 01:02:28 ---> Running in 9185c481da78 01:02:29 Removing intermediate container 9185c481da78 01:02:29 ---> 023142f44c8e 01:02:29 Step 14/22 : RUN apk add --update --no-cache dumb-init 01:02:29 ---> Running in de4d746ca603 01:02:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:02:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:02:32 (1/1) Installing dumb-init (1.2.5-r1) 01:02:32 Executing busybox-1.35.0-r17.trigger 01:02:32 OK: 5 MiB in 15 packages 01:02:34 Removing intermediate container de4d746ca603 01:02:34 ---> 8e2d6d068ecf 01:02:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:02:35 ---> 66d048b43965 01:02:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:02:37 ---> f1e92b693938 01:02:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:02:38 ---> 1732b738613c 01:02:38 Step 18/22 : ENTRYPOINT ["/core-data"] 01:02:38 ---> Running in 2d5fb1c9e49a 01:02:39 Removing intermediate container 2d5fb1c9e49a 01:02:39 ---> 6739c00c2b9a 01:02:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:02:39 ---> Running in fbff3d72047d 01:02:39 Removing intermediate container fbff3d72047d 01:02:39 ---> f2416084ebee 01:02:39 Step 20/22 : LABEL arch=arm64 01:02:39 ---> Running in 862ca627a8d5 01:02:40 Removing intermediate container 862ca627a8d5 01:02:40 ---> d935eb627122 01:02:40 Step 21/22 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 01:02:40 ---> Running in bb4412f2a26a 01:02:41 Removing intermediate container bb4412f2a26a 01:02:41 ---> ddaecd1199b2 01:02:41 Step 22/22 : LABEL version=3.0.0-dev.88 01:02:41 ---> Running in a55189b4ccff 01:02:41 Removing intermediate container a55189b4ccff 01:02:41 ---> b5745e4e8739 01:02:41 01:02:41 Successfully built b5745e4e8739 01:02:41 Successfully tagged core-data-arm64:latest 01:02:41  Building core-data ... done Building security-secretstore-setup 01:02:45 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:02:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:02:45 ---> 92aa2220b4d5 01:02:45 Step 3/23 : WORKDIR /edgex-go 01:02:45 ---> Using cache 01:02:45 ---> 27464f5bf342 01:02:45 Step 4/23 : RUN apk add --update --no-cache make git 01:02:45 ---> Using cache 01:02:45 ---> 64a15fc95969 01:02:45 Step 5/23 : COPY go.mod vendor* ./ 01:02:45 ---> Using cache 01:02:45 ---> 44811e44ce7e 01:02:45 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:02:45 ---> Using cache 01:02:45 ---> b2cb6121e88e 01:02:45 Step 7/23 : COPY . . 01:02:45 ---> Using cache 01:02:45 ---> 261c91bea9df 01:02:45 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:02:45 ---> Running in c3f8d38c1c35 01:02:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:03:55 Removing intermediate container c65bafde655f 01:03:55 ---> 9998a282eed6 01:03:55 01:03:55 Step 9/32 : FROM alpine:3.16 01:03:55 ---> 4c81e5bf8899 01:03:55 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:03:55 ---> Running in 0fd9939fa971 01:03:55 Removing intermediate container 0fd9939fa971 01:03:55 ---> a84018bcc2df 01:03:55 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 01:03:55 ---> Running in 7a759e3ec734 01:03:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:03:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:03:55 (1/2) Installing dumb-init (1.2.5-r1) 01:03:55 (2/2) Installing su-exec (0.2-r1) 01:03:55 Executing busybox-1.35.0-r17.trigger 01:03:55 OK: 5 MiB in 16 packages 01:03:56 Removing intermediate container 7a759e3ec734 01:03:56 ---> 601535543140 01:03:56 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 01:03:56 ---> Running in e25e0d0119f5 01:03:58 Removing intermediate container e25e0d0119f5 01:03:58 ---> d3a9e0bf5d9e 01:03:58 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 01:03:58 ---> Running in a908d3d17f76 01:03:59 Removing intermediate container a908d3d17f76 01:03:59 ---> 1b87a924add6 01:03:59 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 01:03:59 ---> Running in 1a06fad0f35d 01:04:00 Removing intermediate container 1a06fad0f35d 01:04:00 ---> f37724144cb6 01:04:00 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 01:04:01 ---> Running in bfa73fc5dcc5 01:04:01 Removing intermediate container 92bfd084a14c 01:04:01 ---> c6e4febcda3b 01:04:01 01:04:01 Step 9/19 : FROM alpine:3.15 01:04:01 ---> 354640af7b1b 01:04:01 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:04:01 ---> Using cache 01:04:01 ---> 87b604b6d129 01:04:01 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:04:01 ---> Running in 908739865d5b 01:04:02 Removing intermediate container bfa73fc5dcc5 01:04:02 ---> eefbdbba1add 01:04:02 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 01:04:02 ---> Running in 27a3c1dcdbc9 01:04:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:04:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:04:07 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 01:04:07 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 01:04:07 OK: 15736 distinct packages available 01:04:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:04:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:04:07 Removing intermediate container 27a3c1dcdbc9 01:04:07 ---> 5db3cccb481c 01:04:07 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 01:04:08 ---> Running in b248a9f45deb 01:04:09 (1/9) Installing ca-certificates (20220614-r0) 01:04:09 Removing intermediate container b248a9f45deb 01:04:09 ---> 0c142fd87f4f 01:04:09 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 01:04:09 (2/9) Installing brotli-libs (1.0.9-r5) 01:04:09 (3/9) Installing nghttp2-libs (1.46.0-r0) 01:04:09 (4/9) Installing libcurl (7.80.0-r6) 01:04:09 (5/9) Installing curl (7.80.0-r6) 01:04:09 (6/9) Installing dumb-init (1.2.5-r1) 01:04:09 (7/9) Installing musl-obstack (1.2.3-r0) 01:04:09 (8/9) Installing libucontext (1.1-r0) 01:04:09 (9/9) Installing gcompat (1.0.0-r4) 01:04:09 Executing busybox-1.34.1-r7.trigger 01:04:09 Executing ca-certificates-20220614-r0.trigger 01:04:10 OK: 8 MiB in 23 packages 01:04:11 ---> 983798f0020d 01:04:11 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 01:04:11 ---> Running in 160ff488c377 01:04:15 Removing intermediate container 908739865d5b 01:04:15 ---> 5c1dc074ab6c 01:04:15 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 01:04:16 Removing intermediate container 160ff488c377 01:04:16 ---> e0014c915288 01:04:16 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 01:04:17 ---> ab926252e28a 01:04:17 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:04:18 ---> ace1788cbd8a 01:04:18 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:04:22 ---> 6776a6ec1c1e 01:04:22 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 01:04:22 ---> 318600a2b451 01:04:22 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:04:24 ---> 9b037d294a75 01:04:24 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:04:24 ---> 88a630e3e362 01:04:24 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 01:04:24 ---> Running in 0080c933b3ca 01:04:26 Removing intermediate container 0080c933b3ca 01:04:26 ---> f9fa74794078 01:04:26 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:04:26 ---> Running in 2f4370d46359 01:04:26 ---> f8f6337c8726 01:04:26 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 01:04:26 Removing intermediate container 2f4370d46359 01:04:26 ---> 7b6ade86ca66 01:04:26 Step 17/19 : LABEL arch=arm64 01:04:27 ---> Running in d847fb09d72f 01:04:28 Removing intermediate container d847fb09d72f 01:04:28 ---> 95b38486178d 01:04:28 Step 18/19 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 01:04:28 ---> Running in d309a5588b4a 01:04:28 ---> 2c2441057a97 01:04:28 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 01:04:29 Removing intermediate container d309a5588b4a 01:04:29 ---> bbbdfc994cb9 01:04:29 Step 19/19 : LABEL version=3.0.0-dev.88 01:04:29 ---> Running in c7e0addd24b4 01:04:29 ---> 24156f95ec92 01:04:29 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:04:30 Removing intermediate container c7e0addd24b4 01:04:30 ---> fbc9767ef165 01:04:30 01:04:30 Successfully built fbc9767ef165 01:04:30 Successfully tagged security-spiffe-token-provider-arm64:latest 01:04:30  Building security-spiffe-token-provider ... done Building security-proxy-setup 01:04:33 ---> 3a05fe7615ad 01:04:33 Step 27/32 : RUN chmod +x /entrypoint.sh 01:04:33 ---> Running in e6c5343afded 01:04:34 Removing intermediate container 1af5169b3069 01:04:34 ---> c66b694f38c8 01:04:34 Step 7/23 : COPY . . 01:04:35 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:04:35 Step 2/20 : FROM ${BUILDER_BASE} AS builder 01:04:35 ---> 92aa2220b4d5 01:04:35 Step 3/20 : WORKDIR /edgex-go 01:04:35 ---> Using cache 01:04:35 ---> 27464f5bf342 01:04:35 Step 4/20 : RUN apk add --update --no-cache make git 01:04:35 ---> Using cache 01:04:35 ---> 64a15fc95969 01:04:35 Step 5/20 : COPY go.mod vendor* ./ 01:04:35 ---> Using cache 01:04:35 ---> 44811e44ce7e 01:04:35 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:04:35 ---> Using cache 01:04:35 ---> b2cb6121e88e 01:04:35 Step 7/20 : COPY . . 01:04:36 ---> Using cache 01:04:36 ---> 261c91bea9df 01:04:36 Step 8/20 : RUN make cmd/secrets-config/secrets-config 01:04:36 ---> Running in 64ed6875d9ea 01:04:36 Removing intermediate container e6c5343afded 01:04:36 ---> a44bb78dfe31 01:04:36 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 01:04:37 ---> Running in f26ee20f079b 01:04:38 Removing intermediate container f26ee20f079b 01:04:38 ---> 616e4bb3848a 01:04:38 Step 29/32 : CMD ["gate"] 01:04:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 01:04:38 ---> Running in 1b18bfa04617 01:04:39 Removing intermediate container 1b18bfa04617 01:04:39 ---> 51c0ef5b39f9 01:04:39 Step 30/32 : LABEL arch=arm64 01:04:39 ---> Running in d23b2c17652d 01:04:40 Removing intermediate container d23b2c17652d 01:04:40 ---> 7af128ed64b5 01:04:40 Step 31/32 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 01:04:40 ---> Running in 60246b46490c 01:04:40 ---> 5ccda9c78915 01:04:40 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 01:04:41 ---> Running in 3a4d9075dc57 01:04:41 Removing intermediate container 60246b46490c 01:04:41 ---> e0ec2f64249b 01:04:41 Step 32/32 : LABEL version=3.0.0-dev.88 01:04:41 ---> Running in 88d245a96197 01:04:42 Removing intermediate container 3a4d9075dc57 01:04:42 ---> 8fe15ddf0b5d 01:04:42 Step 9/23 : WORKDIR /edgex-go/spire-build 01:04:42 ---> Running in 002e85f47f50 01:04:42 Removing intermediate container 88d245a96197 01:04:42 ---> 07c70d873932 01:04:42 01:04:42 Successfully built 07c70d873932 01:04:42 Successfully tagged security-bootstrapper-arm64:latest 01:04:42 Building security-spire-config 01:04:42  Building security-bootstrapper ... done Removing intermediate container 002e85f47f50 01:04:42 ---> 90e025bcc57f 01:04:42 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 01:04:42 ---> Running in 92311f645ad9 01:04:45 Removing intermediate container 92311f645ad9 01:04:45 ---> 0df889d0484f 01:04:45 Step 11/23 : WORKDIR /edgex-go 01:04:45 ---> Running in 95f1a6ae0e26 01:04:46 Removing intermediate container 95f1a6ae0e26 01:04:46 ---> 617571f7dc6d 01:04:46 01:04:46 Step 12/23 : FROM alpine:3.15 01:04:46 ---> 354640af7b1b 01:04:46 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:04:46 ---> Using cache 01:04:46 ---> 87b604b6d129 01:04:46 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:04:46 ---> Using cache 01:04:46 ---> 02d5d7f7b5f2 01:04:46 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:04:46 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:04:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:04:46 ---> 92aa2220b4d5 01:04:46 Step 3/24 : WORKDIR /edgex-go 01:04:47 ---> Using cache 01:04:47 ---> 27464f5bf342 01:04:47 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 01:04:47 ---> Using cache 01:04:47 ---> bce8d150adb0 01:04:47 Step 5/24 : COPY go.mod vendor* ./ 01:04:47 ---> Using cache 01:04:47 ---> 107063ea9124 01:04:47 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:04:47 ---> Using cache 01:04:47 ---> c66b694f38c8 01:04:47 Step 7/24 : COPY . . 01:04:47 ---> Using cache 01:04:47 ---> 5ccda9c78915 01:04:47 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 01:04:47 ---> Using cache 01:04:47 ---> 8fe15ddf0b5d 01:04:47 Step 9/24 : WORKDIR /edgex-go/spire-build 01:04:47 ---> Using cache 01:04:47 ---> 90e025bcc57f 01:04:47 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 01:04:47 ---> Running in 10bef4768219 01:04:51 Removing intermediate container 10bef4768219 01:04:51 ---> 7a24f10bb362 01:04:51 Step 11/24 : WORKDIR /edgex-go 01:04:51 ---> Running in 9bbffe15466a 01:04:52 Removing intermediate container 9bbffe15466a 01:04:52 ---> 56477fa0319c 01:04:52 01:04:52 Step 12/24 : FROM alpine:3.15 01:04:52 ---> 354640af7b1b 01:04:52 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:04:52 ---> Using cache 01:04:52 ---> 87b604b6d129 01:04:52 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 01:04:52 ---> Running in 0846ca22847a 01:04:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:04:55 ---> 8318905d3dbb 01:04:55 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:04:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:04:57 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 01:04:57 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 01:04:57 OK: 15736 distinct packages available 01:04:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:04:57 ---> 29676ccba4a4 01:04:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:04:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:04:58 ---> 4974ab9d8300 01:04:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:04:59 (1/4) Installing dumb-init (1.2.5-r1) 01:04:59 (2/4) Installing musl-obstack (1.2.3-r0) 01:04:59 (3/4) Installing libucontext (1.1-r0) 01:04:59 (4/4) Installing gcompat (1.0.0-r4) 01:04:59 Executing busybox-1.34.1-r7.trigger 01:04:59 OK: 6 MiB in 18 packages 01:04:59 ---> 00e50eef3480 01:04:59 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 01:04:59 ---> Running in 05ed31607a01 01:05:00 Removing intermediate container 05ed31607a01 01:05:00 ---> 933e2d267a30 01:05:00 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 01:05:00 ---> Running in 33bccf9f753a 01:05:01 Removing intermediate container 0846ca22847a 01:05:01 ---> 029f0d4e774b 01:05:01 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:05:01 Removing intermediate container 33bccf9f753a 01:05:01 ---> 0358fcfd5a2e 01:05:01 Step 21/23 : LABEL arch=arm64 01:05:01 ---> Running in e285c1ae5186 01:05:02 Removing intermediate container e285c1ae5186 01:05:02 ---> 32345a1e019f 01:05:02 Step 22/23 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 01:05:02 ---> Running in 2cbb473d7c63 01:05:03 Removing intermediate container 2cbb473d7c63 01:05:03 ---> 00dadde7e503 01:05:03 Step 23/23 : LABEL version=3.0.0-dev.88 01:05:03 ---> Running in db53db060bb0 01:05:04 Removing intermediate container db53db060bb0 01:05:04 ---> 88a6d3a5b297 01:05:04 01:05:04 Successfully built 88a6d3a5b297 01:05:04 Successfully tagged security-spire-server-arm64:latest 01:05:04  Building security-spire-server ... done Building support-notifications 01:05:08 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:05:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:05:08 ---> 92aa2220b4d5 01:05:08 Step 3/22 : ARG ADD_BUILD_TAGS="" 01:05:08 ---> Using cache 01:05:08 ---> 73a630922179 01:05:08 Step 4/22 : WORKDIR /edgex-go 01:05:08 ---> Using cache 01:05:08 ---> a1cfd87b571d 01:05:08 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:05:10 ---> Running in e462e56b5a35 01:05:10 ---> 76a9f50ee649 01:05:10 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:05:11 ---> 4fda604ada5f 01:05:11 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 01:05:12 ---> Running in ce2ea119aaf1 01:05:12 Removing intermediate container ce2ea119aaf1 01:05:12 ---> 0676bf76bbbb 01:05:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:05:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:05:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:05:13 ---> 2a930b33bc92 01:05:13 Step 19/24 : WORKDIR / 01:05:13 ---> Running in d66fad981667 01:05:14 Removing intermediate container d66fad981667 01:05:14 ---> c0d06f98811e 01:05:14 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 01:05:14 ---> Running in 03a4781ca04d 01:05:15 Removing intermediate container 03a4781ca04d 01:05:15 ---> 31d7d1e4d6b7 01:05:15 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 01:05:15 ---> Running in 7a2cbe42ed23 01:05:15 OK: 221 MiB in 51 packages 01:05:15 Removing intermediate container 7a2cbe42ed23 01:05:15 ---> 587be2e9ad42 01:05:15 Step 22/24 : LABEL arch=arm64 01:05:15 ---> Running in babccbb9d3e5 01:05:17 Removing intermediate container babccbb9d3e5 01:05:17 ---> 6eba75ebf5eb 01:05:17 Step 23/24 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 01:05:17 ---> Running in 70d35988a42a 01:05:17 Removing intermediate container e462e56b5a35 01:05:17 ---> 1b8919f6ca2f 01:05:17 Step 6/22 : COPY go.mod vendor* ./ 01:05:17 Removing intermediate container 70d35988a42a 01:05:17 ---> b25fd48a3b8d 01:05:17 Step 24/24 : LABEL version=3.0.0-dev.88 01:05:18 ---> Running in c6e09af990df 01:05:18 ---> 952927aeecaf 01:05:18 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:05:18 Removing intermediate container c6e09af990df 01:05:18 ---> 42528e698d47 01:05:18 01:05:19 ---> Running in 2da754baa045 01:05:19 Successfully built 42528e698d47 01:05:19 Successfully tagged security-spire-config-arm64:latest 01:05:19 Building core-metadata 01:05:22  Building security-spire-config ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:05:22 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:05:22 ---> 92aa2220b4d5 01:05:22 Step 3/24 : ARG ADD_BUILD_TAGS="" 01:05:22 ---> Using cache 01:05:22 ---> 73a630922179 01:05:22 Step 4/24 : WORKDIR /edgex-go 01:05:22 ---> Using cache 01:05:22 ---> a1cfd87b571d 01:05:22 Step 5/24 : RUN apk add --update --no-cache make git 01:05:22 ---> Using cache 01:05:22 ---> 763258177ce0 01:05:22 Step 6/24 : COPY go.mod vendor* ./ 01:05:22 ---> Using cache 01:05:22 ---> cae2985e67de 01:05:22 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:05:22 ---> Using cache 01:05:22 ---> 1450bec2c980 01:05:22 Step 8/24 : COPY . . 01:05:22 ---> Using cache 01:05:22 ---> 72897b0bf5c2 01:05:22 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 01:05:23 ---> Running in 6c81628279a7 01:05:25 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:07:01 Removing intermediate container 2da754baa045 01:07:01 ---> 69f246e8263a 01:07:01 Step 8/22 : COPY . . 01:07:01 ---> 368cf9c2938b 01:07:01 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:07:01 ---> Running in cd5421e91fef 01:07:01 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:08:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:09:05 Removing intermediate container c3f8d38c1c35 01:09:05 ---> 0da3eb534b36 01:09:05 01:09:05 Step 9/23 : FROM alpine:3.16 01:09:05 ---> 4c81e5bf8899 01:09:05 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 01:09:05 ---> Running in 31606c935087 01:09:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:09:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:09:08 (1/3) Installing ca-certificates (20220614-r0) 01:09:08 (2/3) Installing dumb-init (1.2.5-r1) 01:09:08 (3/3) Installing su-exec (0.2-r1) 01:09:08 Executing busybox-1.35.0-r17.trigger 01:09:08 Executing ca-certificates-20220614-r0.trigger 01:09:09 OK: 6 MiB in 17 packages 01:09:11 Removing intermediate container 31606c935087 01:09:11 ---> 9555c1bb50c7 01:09:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:09:11 ---> Running in 9dc7c16e0a8e 01:09:12 Removing intermediate container 9dc7c16e0a8e 01:09:12 ---> 55791cec9b10 01:09:12 Step 12/23 : WORKDIR / 01:09:12 ---> Running in 10aef944cb2d 01:09:13 Removing intermediate container 10aef944cb2d 01:09:13 ---> 4d289720f603 01:09:13 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:09:14 ---> 422d23dd9391 01:09:14 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:09:15 ---> bc8e3b4a3530 01:09:15 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:09:16 ---> efbd2ab2317d 01:09:16 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:09:17 ---> a4c8df8061d5 01:09:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:09:19 ---> 3cc8a230b182 01:09:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:09:20 ---> 2c2ff7f33afd 01:09:20 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:09:20 ---> Running in 71f9b9288f47 01:09:24 Removing intermediate container 71f9b9288f47 01:09:24 ---> a818e13a1e86 01:09:24 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 01:09:24 ---> Running in 9dc068f646bf 01:09:25 Removing intermediate container 9dc068f646bf 01:09:25 ---> a80dc4d6b8ab 01:09:25 Step 21/23 : LABEL arch=arm64 01:09:25 ---> Running in b1571d968fca 01:09:25 Removing intermediate container b1571d968fca 01:09:25 ---> e9bb6a83e5b2 01:09:25 Step 22/23 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 01:09:25 ---> Running in ca0086819f47 01:09:26 Removing intermediate container ca0086819f47 01:09:26 ---> 43812e89584c 01:09:26 Step 23/23 : LABEL version=3.0.0-dev.88 01:09:26 ---> Running in a299ec0c8de3 01:09:27 Removing intermediate container a299ec0c8de3 01:09:27 ---> 62d0d6359cf9 01:09:27 01:09:27 Successfully built 62d0d6359cf9 01:09:27 Successfully tagged security-secretstore-setup-arm64:latest 01:09:27  Building security-secretstore-setup ... done Building core-common-config-bootstrapper 01:09:30 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:09:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:09:30 ---> 92aa2220b4d5 01:09:30 Step 3/22 : ARG ADD_BUILD_TAGS="" 01:09:30 ---> Using cache 01:09:30 ---> 73a630922179 01:09:30 Step 4/22 : WORKDIR /edgex-go 01:09:30 ---> Using cache 01:09:30 ---> a1cfd87b571d 01:09:30 Step 5/22 : RUN apk add --update --no-cache make git 01:09:30 ---> Using cache 01:09:30 ---> 763258177ce0 01:09:30 Step 6/22 : COPY go.mod vendor* ./ 01:09:30 ---> Using cache 01:09:30 ---> cae2985e67de 01:09:30 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:09:30 ---> Using cache 01:09:30 ---> 1450bec2c980 01:09:30 Step 8/22 : COPY . . 01:09:30 ---> Using cache 01:09:30 ---> 72897b0bf5c2 01:09:30 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:09:30 ---> Running in 6a15402fd9c0 01:09:32 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.88" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:11:12 Removing intermediate container 64ed6875d9ea 01:11:12 ---> 493de0199725 01:11:12 01:11:12 Step 9/20 : FROM alpine:3.16 01:11:12 ---> 4c81e5bf8899 01:11:12 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 01:11:12 ---> Running in 4d3a0bd6b8a7 01:11:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:11:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:11:17 (1/2) Installing dumb-init (1.2.5-r1) 01:11:17 (2/2) Installing openssl (1.1.1t-r0) 01:11:17 Executing busybox-1.35.0-r17.trigger 01:11:17 OK: 6 MiB in 16 packages 01:11:18 Removing intermediate container 4d3a0bd6b8a7 01:11:18 ---> eb8a9f9d8e73 01:11:18 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 01:11:18 ---> Running in f1d5ef566eba 01:11:19 Removing intermediate container f1d5ef566eba 01:11:19 ---> b04ca4e6cd32 01:11:19 Step 12/20 : WORKDIR /edgex 01:11:19 ---> Running in 61e0a617a945 01:11:19 Removing intermediate container 61e0a617a945 01:11:19 ---> 49f801d00fa1 01:11:19 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 01:11:20 ---> 90b0d54bc6fd 01:11:20 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:11:22 ---> e5aa44b024ce 01:11:22 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:11:23 ---> 51d096f20eaa 01:11:23 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:11:23 ---> Running in b723e60b9878 01:11:27 Removing intermediate container b723e60b9878 01:11:27 ---> d671d811cfa1 01:11:27 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 01:11:27 ---> Running in c57e6e4e8540 01:11:27 Removing intermediate container c57e6e4e8540 01:11:27 ---> 4f1870895734 01:11:27 Step 18/20 : LABEL arch=arm64 01:11:27 ---> Running in 78dc583ef0d9 01:11:28 Removing intermediate container 78dc583ef0d9 01:11:28 ---> ee68a32a3038 01:11:28 Step 19/20 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 01:11:28 ---> Running in bbcdc786ea05 01:11:28 Removing intermediate container bbcdc786ea05 01:11:28 ---> e30f6f270029 01:11:28 Step 20/20 : LABEL version=3.0.0-dev.88 01:11:29 ---> Running in 07ae65c260ae 01:11:29 Removing intermediate container 07ae65c260ae 01:11:29 ---> 48a4dec9d156 01:11:29 01:11:29 Successfully built 48a4dec9d156 01:11:29 Successfully tagged security-proxy-setup-arm64:latest 01:11:56  Building security-proxy-setup ... done Removing intermediate container 3cf5f8efc807 01:11:56 ---> c3f3ef895e3f 01:11:56 01:11:56 Step 10/22 : FROM alpine:3.16 01:11:56 ---> 4c81e5bf8899 01:11:56 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:11:56 ---> Using cache 01:11:56 ---> 74ef49e4e6dd 01:11:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:11:56 ---> Using cache 01:11:56 ---> 487da53f5ae9 01:11:56 Step 13/22 : ENV APP_PORT=59861 01:11:56 ---> Running in 1b0fdaaad37f 01:11:56 Removing intermediate container 1b0fdaaad37f 01:11:56 ---> 8e585509fcac 01:11:56 Step 14/22 : EXPOSE $APP_PORT 01:11:56 ---> Running in 71e135adab6f 01:11:56 Removing intermediate container 71e135adab6f 01:11:56 ---> 481b027b120e 01:11:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:11:56 ---> 2018a51c17e3 01:11:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:12:02 ---> a386ce092293 01:12:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:12:02 ---> 7e2ac809e4eb 01:12:02 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:12:03 ---> Running in 1b6844aaa418 01:12:03 Removing intermediate container 1b6844aaa418 01:12:03 ---> fd528cf71790 01:12:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:12:03 ---> Running in 49c106ce2a17 01:12:04 Removing intermediate container 49c106ce2a17 01:12:04 ---> 16d0d28fdef9 01:12:04 Step 20/22 : LABEL arch=arm64 01:12:04 ---> Running in 0b20516ce95f 01:12:05 Removing intermediate container 0b20516ce95f 01:12:05 ---> 28ffa37374b0 01:12:05 Step 21/22 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 01:12:05 ---> Running in 5eb524f0115c 01:12:05 Removing intermediate container 5eb524f0115c 01:12:05 ---> 9ab7af08518e 01:12:05 Step 22/22 : LABEL version=3.0.0-dev.88 01:12:05 ---> Running in bcb3b93cc29d 01:12:06 Removing intermediate container bcb3b93cc29d 01:12:06 ---> 34b1b7dc1749 01:12:06 01:12:06 Successfully built 34b1b7dc1749 01:12:06 Successfully tagged support-scheduler-arm64:latest 01:13:04  Building support-scheduler ... done Removing intermediate container 6c81628279a7 01:13:04 ---> 7318d1eddec2 01:13:04 01:13:04 Step 10/24 : FROM alpine:3.16 01:13:04 ---> 4c81e5bf8899 01:13:04 Step 11/24 : RUN apk add --update --no-cache dumb-init 01:13:04 ---> Using cache 01:13:04 ---> 74ef49e4e6dd 01:13:04 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:13:04 ---> Using cache 01:13:04 ---> 487da53f5ae9 01:13:04 Step 13/24 : ENV APP_PORT=59881 01:13:04 ---> Running in af60a374d51c 01:13:04 Removing intermediate container af60a374d51c 01:13:04 ---> 09ee366558fa 01:13:04 Step 14/24 : EXPOSE $APP_PORT 01:13:04 ---> Running in 64f8598a6edd 01:13:04 Removing intermediate container 64f8598a6edd 01:13:04 ---> f50f5ec3613f 01:13:04 Step 15/24 : WORKDIR / 01:13:04 ---> Running in fd5ac856e8d0 01:13:04 Removing intermediate container fd5ac856e8d0 01:13:04 ---> 879a97c36def 01:13:04 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 01:13:04 ---> 0ec602e98a3b 01:13:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:13:04 ---> d650db5851af 01:13:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:13:04 ---> 2c672497a4dc 01:13:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 01:13:04 ---> df78bb9fe68a 01:13:04 Step 20/24 : ENTRYPOINT ["/core-metadata"] 01:13:04 ---> Running in 214a7350e640 01:13:04 Removing intermediate container 214a7350e640 01:13:04 ---> b2d0aa7f836f 01:13:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:13:04 ---> Running in 3e751de32fc0 01:13:04 Removing intermediate container 3e751de32fc0 01:13:04 ---> 579f9935da1d 01:13:04 Step 22/24 : LABEL arch=arm64 01:13:04 ---> Running in 921e4b85a2b5 01:13:04 Removing intermediate container 921e4b85a2b5 01:13:04 ---> 06adbd139cb6 01:13:04 Step 23/24 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 01:13:05 ---> Running in fd173d0993b5 01:13:05 Removing intermediate container fd173d0993b5 01:13:05 ---> 8863e05fa53a 01:13:05 Step 24/24 : LABEL version=3.0.0-dev.88 01:13:05 ---> Running in d62a1bc02ee2 01:13:06 Removing intermediate container d62a1bc02ee2 01:13:06 ---> 46f5a7435c4e 01:13:06 01:13:06 Successfully built 46f5a7435c4e 01:13:06 Successfully tagged core-metadata-arm64:latest 01:14:28  Building core-metadata ... done Removing intermediate container 6a15402fd9c0 01:14:28 ---> 44de19e2b28c 01:14:28 01:14:28 Step 10/22 : FROM alpine:3.16 01:14:28 ---> 4c81e5bf8899 01:14:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 01:14:28 ---> Using cache 01:14:28 ---> c5193f200e94 01:14:28 Step 12/22 : RUN apk add --update --no-cache dumb-init 01:14:28 ---> Using cache 01:14:28 ---> de089a4297a6 01:14:28 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:14:28 ---> Using cache 01:14:28 ---> 4a24ed18a384 01:14:28 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:14:28 ---> 0aba26cf0e27 01:14:28 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 01:14:28 ---> a95e69b6af95 01:14:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:14:28 ---> f616acf973c9 01:14:28 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:14:28 ---> Running in db011fc39720 01:14:28 Removing intermediate container db011fc39720 01:14:28 ---> fc2efaf8c688 01:14:28 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 01:14:28 ---> Running in a91f8fa8d7d6 01:14:28 Removing intermediate container a91f8fa8d7d6 01:14:28 ---> 07b05e5f402b 01:14:28 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 01:14:28 ---> Running in b6f90df7780c 01:14:29 Removing intermediate container b6f90df7780c 01:14:29 ---> f2e2ec6e4f60 01:14:29 Step 20/22 : LABEL arch=arm64 01:14:29 ---> Running in 7697b8581dfa 01:14:29 Removing intermediate container 7697b8581dfa 01:14:29 ---> 30f0739ce29d 01:14:29 Step 21/22 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 01:14:29 ---> Running in 75888b6ec0d2 01:14:30 Removing intermediate container 75888b6ec0d2 01:14:30 ---> 29fd5b4e3447 01:14:30 Step 22/22 : LABEL version=3.0.0-dev.88 01:14:30 ---> Running in 8ccd32ec0839 01:14:30 Removing intermediate container 8ccd32ec0839 01:14:30 ---> b328da952e37 01:14:30 01:14:30 Successfully built b328da952e37 01:14:30 Successfully tagged core-common-config-bootstrapper-arm64:latest 01:14:42  Building core-common-config-bootstrapper ... done Removing intermediate container cd5421e91fef 01:14:42 ---> 277a4508ec7f 01:14:42 01:14:42 Step 10/22 : FROM alpine:3.16 01:14:42 ---> 4c81e5bf8899 01:14:42 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:14:42 ---> Running in 4c937ffe92d6 01:14:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:14:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:14:45 (1/2) Installing ca-certificates (20220614-r0) 01:14:45 (2/2) Installing dumb-init (1.2.5-r1) 01:14:45 Executing busybox-1.35.0-r17.trigger 01:14:45 Executing ca-certificates-20220614-r0.trigger 01:14:45 OK: 6 MiB in 16 packages 01:14:47 Removing intermediate container 4c937ffe92d6 01:14:47 ---> 27733e9b84e5 01:14:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:14:47 ---> Running in cdcad525f078 01:14:47 Removing intermediate container cdcad525f078 01:14:47 ---> a1308f4eeead 01:14:47 Step 13/22 : ENV APP_PORT=59860 01:14:47 ---> Running in ccbbddb10dbb 01:14:48 Removing intermediate container ccbbddb10dbb 01:14:48 ---> 1f55e9afeb54 01:14:48 Step 14/22 : EXPOSE $APP_PORT 01:14:48 ---> Running in ba1bf6838477 01:14:48 Removing intermediate container ba1bf6838477 01:14:48 ---> 5524eaa72c5c 01:14:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:14:48 ---> 5b1a170ea2d1 01:14:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:14:50 ---> 2336266d76e9 01:14:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:14:51 ---> 816f6a7f1404 01:14:51 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:14:51 ---> Running in d907d93a35fd 01:14:51 Removing intermediate container d907d93a35fd 01:14:51 ---> 49635ef4de5e 01:14:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:14:51 ---> Running in 9eb894161000 01:14:51 Removing intermediate container 9eb894161000 01:14:51 ---> e83d108fdd83 01:14:51 Step 20/22 : LABEL arch=arm64 01:14:51 ---> Running in aec80b127db1 01:14:52 Removing intermediate container aec80b127db1 01:14:52 ---> 710dfde69a7f 01:14:52 Step 21/22 : LABEL git_sha=97ead1fc80aa095b46845053832efa05950d1120 01:14:52 ---> Running in c4f619f7f199 01:14:52 Removing intermediate container c4f619f7f199 01:14:52 ---> 773e2259950c 01:14:52 Step 22/22 : LABEL version=3.0.0-dev.88 01:14:53 ---> Running in c28e3504d64d 01:14:53 Removing intermediate container c28e3504d64d 01:14:53 ---> dbca2503da08 01:14:53 01:14:53 Successfully built dbca2503da08 01:14:53 Successfully tagged support-notifications-arm64:latest 01:14:53  Building support-notifications ... done  [Pipeline] } 01:14:53 $ docker stop --time=1 725a4f675ef95518f1a1bc6a010ec8e83913b7c95cb740c28eab52b98267998a 01:14:55 $ docker rm -f --volumes 725a4f675ef95518f1a1bc6a010ec8e83913b7c95cb740c28eab52b98267998a [Pipeline] // withDockerContainer [Pipeline] sh 01:14:56 + docker images 01:14:56 REPOSITORY TAG IMAGE ID CREATED SIZE 01:14:56 support-notifications-arm64 latest dbca2503da08 3 seconds ago 29.7MB 01:14:56 277a4508ec7f 16 seconds ago 1.4GB 01:14:56 core-common-config-bootstrapper-arm64 latest b328da952e37 26 seconds ago 14.9MB 01:14:56 44de19e2b28c 35 seconds ago 1.33GB 01:14:56 core-metadata-arm64 latest 46f5a7435c4e About a minute ago 17.8MB 01:14:56 7318d1eddec2 2 minutes ago 1.35GB 01:14:56 support-scheduler-arm64 latest 34b1b7dc1749 2 minutes ago 29.1MB 01:14:56 c3f3ef895e3f 3 minutes ago 1.4GB 01:14:56 security-proxy-setup-arm64 latest 48a4dec9d156 3 minutes ago 15.8MB 01:14:56 493de0199725 3 minutes ago 1.32GB 01:14:56 security-secretstore-setup-arm64 latest 62d0d6359cf9 5 minutes ago 28.7MB 01:14:56 0da3eb534b36 5 minutes ago 1.33GB 01:14:56 security-spire-config-arm64 latest 42528e698d47 9 minutes ago 83.6MB 01:14:56 security-spire-server-arm64 latest 88a6d3a5b297 9 minutes ago 84.3MB 01:14:56 56477fa0319c 10 minutes ago 1.21GB 01:14:56 617571f7dc6d 10 minutes ago 1.21GB 01:14:56 security-bootstrapper-arm64 latest 07c70d873932 10 minutes ago 19MB 01:14:56 security-spiffe-token-provider-arm64 latest fbc9767ef165 10 minutes ago 29.1MB 01:14:56 c6e4febcda3b 10 minutes ago 1.37GB 01:14:56 9998a282eed6 11 minutes ago 1.32GB 01:14:56 core-data-arm64 latest b5745e4e8739 12 minutes ago 17.3MB 01:14:56 e211078337dc 12 minutes ago 1.34GB 01:14:56 core-command-arm64 latest 15932495599f 12 minutes ago 17.1MB 01:14:56 3dad8c0978d9 13 minutes ago 1.34GB 01:14:56 security-proxy-auth-arm64 latest 20e95d44958d 13 minutes ago 15.7MB 01:14:56 424da66aa358 13 minutes ago 1.32GB 01:14:56 security-spire-agent-arm64 latest 3093916e60bd 19 minutes ago 122MB 01:14:56 2dc87d01825a 20 minutes ago 1.21GB 01:14:56 ci-base-image-arm64 latest 92aa2220b4d5 23 minutes ago 904MB 01:14:56 alpine 3.15 354640af7b1b 3 weeks ago 5.34MB 01:14:56 alpine 3.16 4c81e5bf8899 3 weeks ago 5.3MB 01:14:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB 01:14:56 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 01:14:56 provisioning config files... 01:14:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/450@tmp/config5748453456598754325tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:14:57 ---> docker-login.sh 01:14:57 nexus3.edgexfoundry.org:10001 01:14:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:14:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:14:57 Configure a credential helper to remove this warning. See 01:14:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:14:57 01:14:57 Login Succeeded 01:14:57 nexus3.edgexfoundry.org:10002 01:14:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:14:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:14:57 Configure a credential helper to remove this warning. See 01:14:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:14:57 01:14:57 Login Succeeded 01:14:57 nexus3.edgexfoundry.org:10003 01:14:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:14:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:14:58 Configure a credential helper to remove this warning. See 01:14:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:14:58 01:14:58 Login Succeeded 01:14:58 nexus3.edgexfoundry.org:10004 01:14:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:14:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:14:58 Configure a credential helper to remove this warning. See 01:14:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:14:58 01:14:58 Login Succeeded 01:14:58 docker.io 01:14:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:14:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:14:59 Configure a credential helper to remove this warning. See 01:14:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:14:59 01:14:59 Login Succeeded 01:14:59 ---> docker-login.sh ends [Pipeline] } 01:14:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:14:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:14:59 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 01:14:59 97ead1fc80aa095b46845053832efa05950d1120 01:14:59 latest 01:14:59 3.0.0-dev.88 01:14:59 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:14:59 main 01:14:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:14:59 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:00 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:15:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:15:00 557cd19a6178: Preparing 01:15:00 dfc721017fab: Preparing 01:15:00 39aac090df47: Preparing 01:15:00 0655b9424643: Preparing 01:15:00 f70ee36035b9: Preparing 01:15:00 f70ee36035b9: Layer already exists 01:15:00 39aac090df47: Pushed 01:15:00 557cd19a6178: Pushed 01:15:00 0655b9424643: Pushed 01:15:03 dfc721017fab: Pushed 01:15:03 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:63caee78f8434bef9728ccf6fa4a376143309c091264853ed627864667c03a76 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:04 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:04 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 01:15:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:15:04 557cd19a6178: Preparing 01:15:04 dfc721017fab: Preparing 01:15:04 39aac090df47: Preparing 01:15:04 0655b9424643: Preparing 01:15:04 f70ee36035b9: Preparing 01:15:04 dfc721017fab: Layer already exists 01:15:04 557cd19a6178: Layer already exists 01:15:04 39aac090df47: Layer already exists 01:15:04 f70ee36035b9: Layer already exists 01:15:04 0655b9424643: Layer already exists 01:15:04 latest: digest: sha256:63caee78f8434bef9728ccf6fa4a376143309c091264853ed627864667c03a76 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:05 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:05 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.88 01:15:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:15:05 557cd19a6178: Preparing 01:15:05 dfc721017fab: Preparing 01:15:05 39aac090df47: Preparing 01:15:05 0655b9424643: Preparing 01:15:05 f70ee36035b9: Preparing 01:15:05 f70ee36035b9: Layer already exists 01:15:05 39aac090df47: Layer already exists 01:15:05 dfc721017fab: Layer already exists 01:15:05 557cd19a6178: Layer already exists 01:15:05 0655b9424643: Layer already exists 01:15:05 3.0.0-dev.88: digest: sha256:63caee78f8434bef9728ccf6fa4a376143309c091264853ed627864667c03a76 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:06 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:06 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:15:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:15:06 557cd19a6178: Preparing 01:15:06 dfc721017fab: Preparing 01:15:06 39aac090df47: Preparing 01:15:06 0655b9424643: Preparing 01:15:06 f70ee36035b9: Preparing 01:15:06 557cd19a6178: Layer already exists 01:15:06 dfc721017fab: Layer already exists 01:15:06 0655b9424643: Layer already exists 01:15:06 39aac090df47: Layer already exists 01:15:06 f70ee36035b9: Layer already exists 01:15:06 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:63caee78f8434bef9728ccf6fa4a376143309c091264853ed627864667c03a76 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:07 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:07 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 01:15:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:15:07 557cd19a6178: Preparing 01:15:07 dfc721017fab: Preparing 01:15:07 39aac090df47: Preparing 01:15:07 0655b9424643: Preparing 01:15:07 f70ee36035b9: Preparing 01:15:07 f70ee36035b9: Layer already exists 01:15:07 dfc721017fab: Layer already exists 01:15:07 0655b9424643: Layer already exists 01:15:07 39aac090df47: Layer already exists 01:15:07 557cd19a6178: Layer already exists 01:15:07 main: digest: sha256:63caee78f8434bef9728ccf6fa4a376143309c091264853ed627864667c03a76 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:15:07 ===================================================== [Pipeline] echo 01:15:07 taggedImages: 01:15:07 - nexus3.edgexfoundry.org:10004/core-command-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:15:07 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 01:15:07 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.88 01:15:07 - nexus3.edgexfoundry.org:10004/core-command-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:15:07 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 01:15:07 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 01:15:07 97ead1fc80aa095b46845053832efa05950d1120 01:15:07 latest 01:15:07 3.0.0-dev.88 01:15:07 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:15:07 main 01:15:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:08 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:08 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:15:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:15:08 feb9fd278f86: Preparing 01:15:08 63d215f01e37: Preparing 01:15:08 6f13382c5e57: Preparing 01:15:08 402248c2c865: Preparing 01:15:08 39aac090df47: Preparing 01:15:08 ed4e42eab1ea: Preparing 01:15:08 f70ee36035b9: Preparing 01:15:08 ed4e42eab1ea: Waiting 01:15:08 f70ee36035b9: Waiting 01:15:08 39aac090df47: Layer already exists 01:15:08 ed4e42eab1ea: Pushed 01:15:08 feb9fd278f86: Pushed 01:15:08 63d215f01e37: Pushed 01:15:08 6f13382c5e57: Pushed 01:15:09 f70ee36035b9: Layer already exists 01:15:11 402248c2c865: Pushed 01:15:11 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:7fb96fdec4d50623d1d26c79cb41264bd93993e8bcbe608f16df924f5a17900e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:11 + 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 01:15:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 01:15:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:15:12 feb9fd278f86: Preparing 01:15:12 63d215f01e37: Preparing 01:15:12 6f13382c5e57: Preparing 01:15:12 402248c2c865: Preparing 01:15:12 39aac090df47: Preparing 01:15:12 ed4e42eab1ea: Preparing 01:15:12 f70ee36035b9: Preparing 01:15:12 ed4e42eab1ea: Waiting 01:15:12 f70ee36035b9: Waiting 01:15:12 feb9fd278f86: Layer already exists 01:15:12 39aac090df47: Layer already exists 01:15:12 402248c2c865: Layer already exists 01:15:12 63d215f01e37: Layer already exists 01:15:12 6f13382c5e57: Layer already exists 01:15:12 f70ee36035b9: Layer already exists 01:15:12 ed4e42eab1ea: Layer already exists 01:15:12 latest: digest: sha256:7fb96fdec4d50623d1d26c79cb41264bd93993e8bcbe608f16df924f5a17900e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:12 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:13 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.88 01:15:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:15:13 feb9fd278f86: Preparing 01:15:13 63d215f01e37: Preparing 01:15:13 6f13382c5e57: Preparing 01:15:13 402248c2c865: Preparing 01:15:13 39aac090df47: Preparing 01:15:13 ed4e42eab1ea: Preparing 01:15:13 f70ee36035b9: Preparing 01:15:13 ed4e42eab1ea: Waiting 01:15:13 f70ee36035b9: Waiting 01:15:13 6f13382c5e57: Layer already exists 01:15:13 63d215f01e37: Layer already exists 01:15:13 402248c2c865: Layer already exists 01:15:13 feb9fd278f86: Layer already exists 01:15:13 39aac090df47: Layer already exists 01:15:13 ed4e42eab1ea: Layer already exists 01:15:13 f70ee36035b9: Layer already exists 01:15:13 3.0.0-dev.88: digest: sha256:7fb96fdec4d50623d1d26c79cb41264bd93993e8bcbe608f16df924f5a17900e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:13 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:13 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:15:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:15:13 feb9fd278f86: Preparing 01:15:13 63d215f01e37: Preparing 01:15:13 6f13382c5e57: Preparing 01:15:13 402248c2c865: Preparing 01:15:13 39aac090df47: Preparing 01:15:13 ed4e42eab1ea: Preparing 01:15:13 f70ee36035b9: Preparing 01:15:13 ed4e42eab1ea: Waiting 01:15:13 f70ee36035b9: Waiting 01:15:13 feb9fd278f86: Layer already exists 01:15:13 39aac090df47: Layer already exists 01:15:13 402248c2c865: Layer already exists 01:15:13 6f13382c5e57: Layer already exists 01:15:13 63d215f01e37: Layer already exists 01:15:13 ed4e42eab1ea: Layer already exists 01:15:13 f70ee36035b9: Layer already exists 01:15:14 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:7fb96fdec4d50623d1d26c79cb41264bd93993e8bcbe608f16df924f5a17900e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:14 + 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 01:15:14 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 01:15:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:15:14 feb9fd278f86: Preparing 01:15:14 63d215f01e37: Preparing 01:15:14 6f13382c5e57: Preparing 01:15:14 402248c2c865: Preparing 01:15:14 39aac090df47: Preparing 01:15:14 ed4e42eab1ea: Preparing 01:15:14 f70ee36035b9: Preparing 01:15:14 ed4e42eab1ea: Waiting 01:15:14 f70ee36035b9: Waiting 01:15:14 feb9fd278f86: Layer already exists 01:15:14 39aac090df47: Layer already exists 01:15:14 6f13382c5e57: Layer already exists 01:15:14 63d215f01e37: Layer already exists 01:15:14 402248c2c865: Layer already exists 01:15:14 f70ee36035b9: Layer already exists 01:15:14 ed4e42eab1ea: Layer already exists 01:15:15 main: digest: sha256:7fb96fdec4d50623d1d26c79cb41264bd93993e8bcbe608f16df924f5a17900e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:15:15 ===================================================== [Pipeline] echo 01:15:15 taggedImages: 01:15:15 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:15:15 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 01:15:15 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.88 01:15:15 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:15:15 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 01:15:15 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 01:15:15 97ead1fc80aa095b46845053832efa05950d1120 01:15:15 latest 01:15:15 3.0.0-dev.88 01:15:15 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:15:15 main 01:15:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:15 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:15 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:15:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:15:15 42a256e45f4d: Preparing 01:15:15 32244d35606a: Preparing 01:15:15 39aac090df47: Preparing 01:15:15 d71a970bd02e: Preparing 01:15:15 f70ee36035b9: Preparing 01:15:15 f70ee36035b9: Layer already exists 01:15:15 39aac090df47: Layer already exists 01:15:16 42a256e45f4d: Pushed 01:15:16 d71a970bd02e: Pushed 01:15:19 32244d35606a: Pushed 01:15:19 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:2d0ce51f4f0faefe3eed9e247a534c4ec9bb38aad67177ab02e9b03bfa3b6c47 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:19 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:20 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 01:15:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:15:20 42a256e45f4d: Preparing 01:15:20 32244d35606a: Preparing 01:15:20 39aac090df47: Preparing 01:15:20 d71a970bd02e: Preparing 01:15:20 f70ee36035b9: Preparing 01:15:20 39aac090df47: Layer already exists 01:15:20 42a256e45f4d: Layer already exists 01:15:20 32244d35606a: Layer already exists 01:15:20 d71a970bd02e: Layer already exists 01:15:20 f70ee36035b9: Layer already exists 01:15:20 latest: digest: sha256:2d0ce51f4f0faefe3eed9e247a534c4ec9bb38aad67177ab02e9b03bfa3b6c47 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:20 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:21 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.88 01:15:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:15:21 42a256e45f4d: Preparing 01:15:21 32244d35606a: Preparing 01:15:21 39aac090df47: Preparing 01:15:21 d71a970bd02e: Preparing 01:15:21 f70ee36035b9: Preparing 01:15:21 d71a970bd02e: Layer already exists 01:15:21 32244d35606a: Layer already exists 01:15:21 42a256e45f4d: Layer already exists 01:15:21 39aac090df47: Layer already exists 01:15:21 f70ee36035b9: Layer already exists 01:15:21 3.0.0-dev.88: digest: sha256:2d0ce51f4f0faefe3eed9e247a534c4ec9bb38aad67177ab02e9b03bfa3b6c47 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:21 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:22 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:15:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:15:22 42a256e45f4d: Preparing 01:15:22 32244d35606a: Preparing 01:15:22 39aac090df47: Preparing 01:15:22 d71a970bd02e: Preparing 01:15:22 f70ee36035b9: Preparing 01:15:22 39aac090df47: Layer already exists 01:15:22 f70ee36035b9: Layer already exists 01:15:22 42a256e45f4d: Layer already exists 01:15:22 32244d35606a: Layer already exists 01:15:22 d71a970bd02e: Layer already exists 01:15:22 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:2d0ce51f4f0faefe3eed9e247a534c4ec9bb38aad67177ab02e9b03bfa3b6c47 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:22 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:23 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 01:15:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:15:23 42a256e45f4d: Preparing 01:15:23 32244d35606a: Preparing 01:15:23 39aac090df47: Preparing 01:15:23 d71a970bd02e: Preparing 01:15:23 f70ee36035b9: Preparing 01:15:23 42a256e45f4d: Layer already exists 01:15:23 39aac090df47: Layer already exists 01:15:23 32244d35606a: Layer already exists 01:15:23 f70ee36035b9: Layer already exists 01:15:23 d71a970bd02e: Layer already exists 01:15:23 main: digest: sha256:2d0ce51f4f0faefe3eed9e247a534c4ec9bb38aad67177ab02e9b03bfa3b6c47 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:15:23 ===================================================== [Pipeline] echo 01:15:23 taggedImages: 01:15:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:15:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 01:15:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.88 01:15:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:15:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 01:15:23 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 01:15:23 97ead1fc80aa095b46845053832efa05950d1120 01:15:23 latest 01:15:23 3.0.0-dev.88 01:15:23 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:15:23 main 01:15:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:23 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:15:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:15:24 813fd41cdbb5: Preparing 01:15:24 8903fb66b40f: Preparing 01:15:24 2d3f9d81d38b: Preparing 01:15:24 39aac090df47: Preparing 01:15:24 0655b9424643: Preparing 01:15:24 f70ee36035b9: Preparing 01:15:24 f70ee36035b9: Waiting 01:15:24 39aac090df47: Layer already exists 01:15:24 0655b9424643: Layer already exists 01:15:24 f70ee36035b9: Layer already exists 01:15:24 8903fb66b40f: Pushed 01:15:24 813fd41cdbb5: Pushed 01:15:27 2d3f9d81d38b: Pushed 01:15:27 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:42e2b6eb3dde508cb879c4aec4f7bc468e6c4b8f2d266bc2ae9fdd06c5062dee size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:28 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 01:15:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:15:28 813fd41cdbb5: Preparing 01:15:28 8903fb66b40f: Preparing 01:15:28 2d3f9d81d38b: Preparing 01:15:28 39aac090df47: Preparing 01:15:28 0655b9424643: Preparing 01:15:28 f70ee36035b9: Preparing 01:15:28 f70ee36035b9: Waiting 01:15:28 8903fb66b40f: Layer already exists 01:15:28 39aac090df47: Layer already exists 01:15:28 2d3f9d81d38b: Layer already exists 01:15:28 0655b9424643: Layer already exists 01:15:28 813fd41cdbb5: Layer already exists 01:15:28 f70ee36035b9: Layer already exists 01:15:28 latest: digest: sha256:42e2b6eb3dde508cb879c4aec4f7bc468e6c4b8f2d266bc2ae9fdd06c5062dee size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:29 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:29 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.88 01:15:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:15:29 813fd41cdbb5: Preparing 01:15:29 8903fb66b40f: Preparing 01:15:29 2d3f9d81d38b: Preparing 01:15:29 39aac090df47: Preparing 01:15:29 0655b9424643: Preparing 01:15:29 f70ee36035b9: Preparing 01:15:29 f70ee36035b9: Waiting 01:15:29 2d3f9d81d38b: Layer already exists 01:15:29 8903fb66b40f: Layer already exists 01:15:29 39aac090df47: Layer already exists 01:15:29 813fd41cdbb5: Layer already exists 01:15:29 0655b9424643: Layer already exists 01:15:29 f70ee36035b9: Layer already exists 01:15:29 3.0.0-dev.88: digest: sha256:42e2b6eb3dde508cb879c4aec4f7bc468e6c4b8f2d266bc2ae9fdd06c5062dee size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:30 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:30 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:15:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:15:30 813fd41cdbb5: Preparing 01:15:30 8903fb66b40f: Preparing 01:15:30 2d3f9d81d38b: Preparing 01:15:30 39aac090df47: Preparing 01:15:30 0655b9424643: Preparing 01:15:30 f70ee36035b9: Preparing 01:15:30 f70ee36035b9: Waiting 01:15:30 8903fb66b40f: Layer already exists 01:15:30 39aac090df47: Layer already exists 01:15:30 813fd41cdbb5: Layer already exists 01:15:30 2d3f9d81d38b: Layer already exists 01:15:30 0655b9424643: Layer already exists 01:15:30 f70ee36035b9: Layer already exists 01:15:30 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:42e2b6eb3dde508cb879c4aec4f7bc468e6c4b8f2d266bc2ae9fdd06c5062dee size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:31 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:31 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 01:15:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:15:31 813fd41cdbb5: Preparing 01:15:31 8903fb66b40f: Preparing 01:15:31 2d3f9d81d38b: Preparing 01:15:31 39aac090df47: Preparing 01:15:31 0655b9424643: Preparing 01:15:31 f70ee36035b9: Preparing 01:15:31 f70ee36035b9: Waiting 01:15:31 8903fb66b40f: Layer already exists 01:15:31 2d3f9d81d38b: Layer already exists 01:15:31 813fd41cdbb5: Layer already exists 01:15:31 0655b9424643: Layer already exists 01:15:31 39aac090df47: Layer already exists 01:15:31 f70ee36035b9: Layer already exists 01:15:31 main: digest: sha256:42e2b6eb3dde508cb879c4aec4f7bc468e6c4b8f2d266bc2ae9fdd06c5062dee size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:15:31 ===================================================== [Pipeline] echo 01:15:31 taggedImages: 01:15:31 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:15:31 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 01:15:31 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.88 01:15:31 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:15:31 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 01:15:31 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 01:15:31 97ead1fc80aa095b46845053832efa05950d1120 01:15:31 latest 01:15:31 3.0.0-dev.88 01:15:31 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:15:31 main 01:15:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:32 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:15:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:15:33 c675d2b78607: Preparing 01:15:33 c675d2b78607: Preparing 01:15:33 e0830784bd7a: Preparing 01:15:33 9126db0ab190: Preparing 01:15:33 186f385320d6: Preparing 01:15:33 7a6ac33643e3: Preparing 01:15:33 5022d0ad4fcc: Preparing 01:15:33 39aac090df47: Preparing 01:15:33 28a09cbc1bd2: Preparing 01:15:33 1625fb9487f2: Preparing 01:15:33 fddda8437417: Preparing 01:15:33 eb1ba58d96f0: Preparing 01:15:33 f70ee36035b9: Preparing 01:15:33 5022d0ad4fcc: Waiting 01:15:33 fddda8437417: Waiting 01:15:33 eb1ba58d96f0: Waiting 01:15:33 f70ee36035b9: Waiting 01:15:33 1625fb9487f2: Waiting 01:15:33 28a09cbc1bd2: Waiting 01:15:33 39aac090df47: Waiting 01:15:33 9126db0ab190: Pushed 01:15:33 c675d2b78607: Pushed 01:15:33 e0830784bd7a: Pushed 01:15:33 7a6ac33643e3: Pushed 01:15:33 186f385320d6: Pushed 01:15:33 39aac090df47: Layer already exists 01:15:33 28a09cbc1bd2: Pushed 01:15:33 1625fb9487f2: Pushed 01:15:33 fddda8437417: Pushed 01:15:34 eb1ba58d96f0: Pushed 01:15:34 f70ee36035b9: Layer already exists 01:15:37 5022d0ad4fcc: Pushed 01:15:37 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:03833d9e90004c45294e4ef28cd60623e2646bb14c4d6c79d9a51ef2a41597cf size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:38 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:38 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 01:15:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:15:38 c675d2b78607: Preparing 01:15:38 c675d2b78607: Preparing 01:15:38 e0830784bd7a: Preparing 01:15:38 9126db0ab190: Preparing 01:15:38 186f385320d6: Preparing 01:15:38 7a6ac33643e3: Preparing 01:15:38 5022d0ad4fcc: Preparing 01:15:38 39aac090df47: Preparing 01:15:38 28a09cbc1bd2: Preparing 01:15:38 1625fb9487f2: Preparing 01:15:38 fddda8437417: Preparing 01:15:38 eb1ba58d96f0: Preparing 01:15:38 f70ee36035b9: Preparing 01:15:38 28a09cbc1bd2: Waiting 01:15:38 1625fb9487f2: Waiting 01:15:38 5022d0ad4fcc: Waiting 01:15:38 fddda8437417: Waiting 01:15:38 eb1ba58d96f0: Waiting 01:15:38 39aac090df47: Waiting 01:15:38 f70ee36035b9: Waiting 01:15:38 c675d2b78607: Layer already exists 01:15:38 9126db0ab190: Layer already exists 01:15:38 e0830784bd7a: Layer already exists 01:15:38 186f385320d6: Layer already exists 01:15:38 7a6ac33643e3: Layer already exists 01:15:38 1625fb9487f2: Layer already exists 01:15:38 5022d0ad4fcc: Layer already exists 01:15:38 39aac090df47: Layer already exists 01:15:38 28a09cbc1bd2: Layer already exists 01:15:38 fddda8437417: Layer already exists 01:15:38 f70ee36035b9: Layer already exists 01:15:38 eb1ba58d96f0: Layer already exists 01:15:38 latest: digest: sha256:03833d9e90004c45294e4ef28cd60623e2646bb14c4d6c79d9a51ef2a41597cf size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:39 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.88 01:15:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:15:39 c675d2b78607: Preparing 01:15:39 c675d2b78607: Preparing 01:15:39 e0830784bd7a: Preparing 01:15:39 9126db0ab190: Preparing 01:15:39 186f385320d6: Preparing 01:15:39 7a6ac33643e3: Preparing 01:15:39 5022d0ad4fcc: Preparing 01:15:39 39aac090df47: Preparing 01:15:39 28a09cbc1bd2: Preparing 01:15:39 1625fb9487f2: Preparing 01:15:39 fddda8437417: Preparing 01:15:39 eb1ba58d96f0: Preparing 01:15:39 f70ee36035b9: Preparing 01:15:39 5022d0ad4fcc: Waiting 01:15:39 39aac090df47: Waiting 01:15:39 28a09cbc1bd2: Waiting 01:15:39 1625fb9487f2: Waiting 01:15:39 fddda8437417: Waiting 01:15:39 eb1ba58d96f0: Waiting 01:15:39 f70ee36035b9: Waiting 01:15:39 7a6ac33643e3: Layer already exists 01:15:39 9126db0ab190: Layer already exists 01:15:39 c675d2b78607: Layer already exists 01:15:39 e0830784bd7a: Layer already exists 01:15:39 186f385320d6: Layer already exists 01:15:39 28a09cbc1bd2: Layer already exists 01:15:39 39aac090df47: Layer already exists 01:15:39 1625fb9487f2: Layer already exists 01:15:39 5022d0ad4fcc: Layer already exists 01:15:39 fddda8437417: Layer already exists 01:15:39 f70ee36035b9: Layer already exists 01:15:39 eb1ba58d96f0: Layer already exists 01:15:39 3.0.0-dev.88: digest: sha256:03833d9e90004c45294e4ef28cd60623e2646bb14c4d6c79d9a51ef2a41597cf size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:40 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:40 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:15:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:15:40 c675d2b78607: Preparing 01:15:40 c675d2b78607: Preparing 01:15:40 e0830784bd7a: Preparing 01:15:40 9126db0ab190: Preparing 01:15:40 186f385320d6: Preparing 01:15:40 7a6ac33643e3: Preparing 01:15:40 5022d0ad4fcc: Preparing 01:15:40 39aac090df47: Preparing 01:15:40 28a09cbc1bd2: Preparing 01:15:40 1625fb9487f2: Preparing 01:15:40 fddda8437417: Preparing 01:15:40 eb1ba58d96f0: Preparing 01:15:40 f70ee36035b9: Preparing 01:15:40 28a09cbc1bd2: Waiting 01:15:40 eb1ba58d96f0: Waiting 01:15:40 f70ee36035b9: Waiting 01:15:40 1625fb9487f2: Waiting 01:15:40 fddda8437417: Waiting 01:15:40 39aac090df47: Waiting 01:15:40 5022d0ad4fcc: Waiting 01:15:40 e0830784bd7a: Layer already exists 01:15:40 7a6ac33643e3: Layer already exists 01:15:40 c675d2b78607: Layer already exists 01:15:40 186f385320d6: Layer already exists 01:15:40 9126db0ab190: Layer already exists 01:15:40 1625fb9487f2: Layer already exists 01:15:40 28a09cbc1bd2: Layer already exists 01:15:40 5022d0ad4fcc: Layer already exists 01:15:40 39aac090df47: Layer already exists 01:15:40 fddda8437417: Layer already exists 01:15:40 f70ee36035b9: Layer already exists 01:15:40 eb1ba58d96f0: Layer already exists 01:15:40 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:03833d9e90004c45294e4ef28cd60623e2646bb14c4d6c79d9a51ef2a41597cf size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:41 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 01:15:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:15:41 c675d2b78607: Preparing 01:15:41 c675d2b78607: Preparing 01:15:41 e0830784bd7a: Preparing 01:15:41 9126db0ab190: Preparing 01:15:41 186f385320d6: Preparing 01:15:41 7a6ac33643e3: Preparing 01:15:41 5022d0ad4fcc: Preparing 01:15:41 39aac090df47: Preparing 01:15:41 28a09cbc1bd2: Preparing 01:15:41 1625fb9487f2: Preparing 01:15:41 fddda8437417: Preparing 01:15:41 eb1ba58d96f0: Preparing 01:15:41 f70ee36035b9: Preparing 01:15:41 1625fb9487f2: Waiting 01:15:41 fddda8437417: Waiting 01:15:41 eb1ba58d96f0: Waiting 01:15:41 f70ee36035b9: Waiting 01:15:41 5022d0ad4fcc: Waiting 01:15:41 39aac090df47: Waiting 01:15:41 28a09cbc1bd2: Waiting 01:15:41 e0830784bd7a: Layer already exists 01:15:41 7a6ac33643e3: Layer already exists 01:15:41 9126db0ab190: Layer already exists 01:15:41 186f385320d6: Layer already exists 01:15:41 c675d2b78607: Layer already exists 01:15:41 39aac090df47: Layer already exists 01:15:41 28a09cbc1bd2: Layer already exists 01:15:41 1625fb9487f2: Layer already exists 01:15:41 fddda8437417: Layer already exists 01:15:41 5022d0ad4fcc: Layer already exists 01:15:41 f70ee36035b9: Layer already exists 01:15:41 eb1ba58d96f0: Layer already exists 01:15:41 main: digest: sha256:03833d9e90004c45294e4ef28cd60623e2646bb14c4d6c79d9a51ef2a41597cf size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:15:41 ===================================================== [Pipeline] echo 01:15:41 taggedImages: 01:15:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:15:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 01:15:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.88 01:15:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:15:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 01:15:41 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 01:15:41 97ead1fc80aa095b46845053832efa05950d1120 01:15:41 latest 01:15:41 3.0.0-dev.88 01:15:41 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:15:41 main 01:15:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:42 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:15:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 01:15:42 a55d0b989129: Preparing 01:15:42 a1931a757391: Preparing 01:15:42 5a5b7909e352: Preparing 01:15:42 d0c62791b466: Preparing 01:15:42 39aac090df47: Preparing 01:15:42 ed4e42eab1ea: Preparing 01:15:42 f70ee36035b9: Preparing 01:15:42 ed4e42eab1ea: Waiting 01:15:42 f70ee36035b9: Waiting 01:15:42 39aac090df47: Layer already exists 01:15:42 ed4e42eab1ea: Layer already exists 01:15:42 f70ee36035b9: Layer already exists 01:15:42 a1931a757391: Pushed 01:15:42 a55d0b989129: Pushed 01:15:42 5a5b7909e352: Pushed 01:15:45 d0c62791b466: Pushed 01:15:45 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:9fa67b69c6d7fb175d304f1320f6b219b0584bd03d0bab9c13a4c283072c38be size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:46 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 01:15:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 01:15:46 a55d0b989129: Preparing 01:15:46 a1931a757391: Preparing 01:15:46 5a5b7909e352: Preparing 01:15:46 d0c62791b466: Preparing 01:15:46 39aac090df47: Preparing 01:15:46 ed4e42eab1ea: Preparing 01:15:46 f70ee36035b9: Preparing 01:15:46 ed4e42eab1ea: Waiting 01:15:46 f70ee36035b9: Waiting 01:15:46 5a5b7909e352: Layer already exists 01:15:46 39aac090df47: Layer already exists 01:15:46 a1931a757391: Layer already exists 01:15:46 d0c62791b466: Layer already exists 01:15:46 a55d0b989129: Layer already exists 01:15:46 ed4e42eab1ea: Layer already exists 01:15:46 f70ee36035b9: Layer already exists 01:15:46 latest: digest: sha256:9fa67b69c6d7fb175d304f1320f6b219b0584bd03d0bab9c13a4c283072c38be size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:46 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.88 01:15:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 01:15:47 a55d0b989129: Preparing 01:15:47 a1931a757391: Preparing 01:15:47 5a5b7909e352: Preparing 01:15:47 d0c62791b466: Preparing 01:15:47 39aac090df47: Preparing 01:15:47 ed4e42eab1ea: Preparing 01:15:47 f70ee36035b9: Preparing 01:15:47 ed4e42eab1ea: Waiting 01:15:47 f70ee36035b9: Waiting 01:15:47 39aac090df47: Layer already exists 01:15:47 a1931a757391: Layer already exists 01:15:47 5a5b7909e352: Layer already exists 01:15:47 d0c62791b466: Layer already exists 01:15:47 a55d0b989129: Layer already exists 01:15:47 f70ee36035b9: Layer already exists 01:15:47 ed4e42eab1ea: Layer already exists 01:15:47 3.0.0-dev.88: digest: sha256:9fa67b69c6d7fb175d304f1320f6b219b0584bd03d0bab9c13a4c283072c38be size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:47 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:15:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 01:15:48 a55d0b989129: Preparing 01:15:48 a1931a757391: Preparing 01:15:48 5a5b7909e352: Preparing 01:15:48 d0c62791b466: Preparing 01:15:48 39aac090df47: Preparing 01:15:48 ed4e42eab1ea: Preparing 01:15:48 f70ee36035b9: Preparing 01:15:48 ed4e42eab1ea: Waiting 01:15:48 f70ee36035b9: Waiting 01:15:48 a55d0b989129: Layer already exists 01:15:48 a1931a757391: Layer already exists 01:15:48 5a5b7909e352: Layer already exists 01:15:48 39aac090df47: Layer already exists 01:15:48 d0c62791b466: Layer already exists 01:15:48 ed4e42eab1ea: Layer already exists 01:15:48 f70ee36035b9: Layer already exists 01:15:48 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:9fa67b69c6d7fb175d304f1320f6b219b0584bd03d0bab9c13a4c283072c38be size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:48 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 01:15:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 01:15:49 a55d0b989129: Preparing 01:15:49 a1931a757391: Preparing 01:15:49 5a5b7909e352: Preparing 01:15:49 d0c62791b466: Preparing 01:15:49 39aac090df47: Preparing 01:15:49 ed4e42eab1ea: Preparing 01:15:49 f70ee36035b9: Preparing 01:15:49 ed4e42eab1ea: Waiting 01:15:49 f70ee36035b9: Waiting 01:15:49 5a5b7909e352: Layer already exists 01:15:49 a55d0b989129: Layer already exists 01:15:49 39aac090df47: Layer already exists 01:15:49 a1931a757391: Layer already exists 01:15:49 d0c62791b466: Layer already exists 01:15:49 ed4e42eab1ea: Layer already exists 01:15:49 f70ee36035b9: Layer already exists 01:15:49 main: digest: sha256:9fa67b69c6d7fb175d304f1320f6b219b0584bd03d0bab9c13a4c283072c38be size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:15:49 ===================================================== [Pipeline] echo 01:15:49 taggedImages: 01:15:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:15:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 01:15:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.88 01:15:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:15:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 01:15:49 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 01:15:49 97ead1fc80aa095b46845053832efa05950d1120 01:15:49 latest 01:15:49 3.0.0-dev.88 01:15:49 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:15:49 main 01:15:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:49 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:15:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:15:50 12feb4d7d6e8: Preparing 01:15:50 f02552a2fa19: Preparing 01:15:50 7e85fd084aaa: Preparing 01:15:50 03c442c15c76: Preparing 01:15:50 68db54f59c80: Preparing 01:15:50 9a33ed4cae9c: Preparing 01:15:50 f70ee36035b9: Preparing 01:15:50 9a33ed4cae9c: Waiting 01:15:50 f70ee36035b9: Waiting 01:15:50 03c442c15c76: Pushed 01:15:50 f02552a2fa19: Pushed 01:15:50 12feb4d7d6e8: Pushed 01:15:50 68db54f59c80: Pushed 01:15:50 f70ee36035b9: Layer already exists 01:15:50 9a33ed4cae9c: Pushed 01:15:53 7e85fd084aaa: Pushed 01:15:53 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:e6ed19b25f135070544ae1fb60da6bb2f555476e36a87290b6fc64e2b34231c0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:53 + 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 01:15:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 01:15:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:15:53 12feb4d7d6e8: Preparing 01:15:53 f02552a2fa19: Preparing 01:15:53 7e85fd084aaa: Preparing 01:15:53 03c442c15c76: Preparing 01:15:53 68db54f59c80: Preparing 01:15:53 9a33ed4cae9c: Preparing 01:15:53 f70ee36035b9: Preparing 01:15:53 9a33ed4cae9c: Waiting 01:15:53 f70ee36035b9: Waiting 01:15:53 68db54f59c80: Layer already exists 01:15:53 7e85fd084aaa: Layer already exists 01:15:53 12feb4d7d6e8: Layer already exists 01:15:53 03c442c15c76: Layer already exists 01:15:53 f02552a2fa19: Layer already exists 01:15:53 f70ee36035b9: Layer already exists 01:15:53 9a33ed4cae9c: Layer already exists 01:15:54 latest: digest: sha256:e6ed19b25f135070544ae1fb60da6bb2f555476e36a87290b6fc64e2b34231c0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:54 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.88 01:15:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:15:54 12feb4d7d6e8: Preparing 01:15:54 f02552a2fa19: Preparing 01:15:54 7e85fd084aaa: Preparing 01:15:54 03c442c15c76: Preparing 01:15:54 68db54f59c80: Preparing 01:15:54 9a33ed4cae9c: Preparing 01:15:54 f70ee36035b9: Preparing 01:15:54 f70ee36035b9: Waiting 01:15:54 9a33ed4cae9c: Waiting 01:15:54 68db54f59c80: Layer already exists 01:15:54 03c442c15c76: Layer already exists 01:15:54 f02552a2fa19: Layer already exists 01:15:54 7e85fd084aaa: Layer already exists 01:15:54 12feb4d7d6e8: Layer already exists 01:15:54 9a33ed4cae9c: Layer already exists 01:15:54 f70ee36035b9: Layer already exists 01:15:55 3.0.0-dev.88: digest: sha256:e6ed19b25f135070544ae1fb60da6bb2f555476e36a87290b6fc64e2b34231c0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:55 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:15:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:15:55 12feb4d7d6e8: Preparing 01:15:55 f02552a2fa19: Preparing 01:15:55 7e85fd084aaa: Preparing 01:15:55 03c442c15c76: Preparing 01:15:55 68db54f59c80: Preparing 01:15:55 9a33ed4cae9c: Preparing 01:15:55 f70ee36035b9: Preparing 01:15:55 9a33ed4cae9c: Waiting 01:15:55 f70ee36035b9: Waiting 01:15:55 f02552a2fa19: Layer already exists 01:15:55 68db54f59c80: Layer already exists 01:15:55 03c442c15c76: Layer already exists 01:15:55 7e85fd084aaa: Layer already exists 01:15:55 12feb4d7d6e8: Layer already exists 01:15:55 9a33ed4cae9c: Layer already exists 01:15:55 f70ee36035b9: Layer already exists 01:15:56 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:e6ed19b25f135070544ae1fb60da6bb2f555476e36a87290b6fc64e2b34231c0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:56 + 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 01:15:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 01:15:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:15:56 12feb4d7d6e8: Preparing 01:15:56 f02552a2fa19: Preparing 01:15:56 7e85fd084aaa: Preparing 01:15:56 03c442c15c76: Preparing 01:15:56 68db54f59c80: Preparing 01:15:56 9a33ed4cae9c: Preparing 01:15:56 f70ee36035b9: Preparing 01:15:56 9a33ed4cae9c: Waiting 01:15:56 f70ee36035b9: Waiting 01:15:56 12feb4d7d6e8: Layer already exists 01:15:56 03c442c15c76: Layer already exists 01:15:56 f02552a2fa19: Layer already exists 01:15:56 68db54f59c80: Layer already exists 01:15:56 7e85fd084aaa: Layer already exists 01:15:56 9a33ed4cae9c: Layer already exists 01:15:56 f70ee36035b9: Layer already exists 01:15:57 main: digest: sha256:e6ed19b25f135070544ae1fb60da6bb2f555476e36a87290b6fc64e2b34231c0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:15:57 ===================================================== [Pipeline] echo 01:15:57 taggedImages: 01:15:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:15:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 01:15:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.88 01:15:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:15:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 01:15:57 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 01:15:57 97ead1fc80aa095b46845053832efa05950d1120 01:15:57 latest 01:15:57 3.0.0-dev.88 01:15:57 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:15:57 main 01:15:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:57 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:57 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:15:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:15:57 6411aee15373: Preparing 01:15:57 d827fff30d79: Preparing 01:15:57 a766715e90a5: Preparing 01:15:57 8fb4701135a5: Preparing 01:15:57 e9f335cb4620: Preparing 01:15:57 bd271f19df0b: Preparing 01:15:57 858417f0677d: Preparing 01:15:57 d7fbf3d77526: Preparing 01:15:57 f70ee36035b9: Preparing 01:15:57 bd271f19df0b: Waiting 01:15:57 858417f0677d: Waiting 01:15:57 f70ee36035b9: Waiting 01:15:57 d7fbf3d77526: Waiting 01:15:58 e9f335cb4620: Pushed 01:15:58 d827fff30d79: Pushed 01:15:58 6411aee15373: Pushed 01:15:58 858417f0677d: Pushed 01:15:58 bd271f19df0b: Pushed 01:15:58 f70ee36035b9: Layer already exists 01:15:58 d7fbf3d77526: Pushed 01:16:00 8fb4701135a5: Pushed 01:16:01 a766715e90a5: Pushed 01:16:01 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:58de8e41d1f50dd9712bb609c15b1253329ffbef8db1191c50a8817b5156a807 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:01 + 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 01:16:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 01:16:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:16:02 6411aee15373: Preparing 01:16:02 d827fff30d79: Preparing 01:16:02 a766715e90a5: Preparing 01:16:02 8fb4701135a5: Preparing 01:16:02 e9f335cb4620: Preparing 01:16:02 bd271f19df0b: Preparing 01:16:02 858417f0677d: Preparing 01:16:02 d7fbf3d77526: Preparing 01:16:02 f70ee36035b9: Preparing 01:16:02 d7fbf3d77526: Waiting 01:16:02 858417f0677d: Waiting 01:16:02 f70ee36035b9: Waiting 01:16:02 bd271f19df0b: Waiting 01:16:02 6411aee15373: Layer already exists 01:16:02 e9f335cb4620: Layer already exists 01:16:02 8fb4701135a5: Layer already exists 01:16:02 d827fff30d79: Layer already exists 01:16:02 a766715e90a5: Layer already exists 01:16:02 858417f0677d: Layer already exists 01:16:02 bd271f19df0b: Layer already exists 01:16:02 f70ee36035b9: Layer already exists 01:16:02 d7fbf3d77526: Layer already exists 01:16:02 latest: digest: sha256:58de8e41d1f50dd9712bb609c15b1253329ffbef8db1191c50a8817b5156a807 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:02 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.88 01:16:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:16:03 6411aee15373: Preparing 01:16:03 d827fff30d79: Preparing 01:16:03 a766715e90a5: Preparing 01:16:03 8fb4701135a5: Preparing 01:16:03 e9f335cb4620: Preparing 01:16:03 bd271f19df0b: Preparing 01:16:03 858417f0677d: Preparing 01:16:03 d7fbf3d77526: Preparing 01:16:03 f70ee36035b9: Preparing 01:16:03 bd271f19df0b: Waiting 01:16:03 858417f0677d: Waiting 01:16:03 d7fbf3d77526: Waiting 01:16:03 f70ee36035b9: Waiting 01:16:03 8fb4701135a5: Layer already exists 01:16:03 d827fff30d79: Layer already exists 01:16:03 6411aee15373: Layer already exists 01:16:03 e9f335cb4620: Layer already exists 01:16:03 a766715e90a5: Layer already exists 01:16:03 858417f0677d: Layer already exists 01:16:03 bd271f19df0b: Layer already exists 01:16:03 d7fbf3d77526: Layer already exists 01:16:03 f70ee36035b9: Layer already exists 01:16:03 3.0.0-dev.88: digest: sha256:58de8e41d1f50dd9712bb609c15b1253329ffbef8db1191c50a8817b5156a807 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:03 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:16:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:16:03 6411aee15373: Preparing 01:16:03 d827fff30d79: Preparing 01:16:03 a766715e90a5: Preparing 01:16:03 8fb4701135a5: Preparing 01:16:03 e9f335cb4620: Preparing 01:16:03 bd271f19df0b: Preparing 01:16:03 858417f0677d: Preparing 01:16:03 d7fbf3d77526: Preparing 01:16:03 f70ee36035b9: Preparing 01:16:03 858417f0677d: Waiting 01:16:03 d7fbf3d77526: Waiting 01:16:03 f70ee36035b9: Waiting 01:16:03 bd271f19df0b: Waiting 01:16:03 8fb4701135a5: Layer already exists 01:16:03 a766715e90a5: Layer already exists 01:16:03 e9f335cb4620: Layer already exists 01:16:03 6411aee15373: Layer already exists 01:16:03 d827fff30d79: Layer already exists 01:16:03 d7fbf3d77526: Layer already exists 01:16:03 bd271f19df0b: Layer already exists 01:16:03 858417f0677d: Layer already exists 01:16:03 f70ee36035b9: Layer already exists 01:16:04 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:58de8e41d1f50dd9712bb609c15b1253329ffbef8db1191c50a8817b5156a807 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:04 + 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 01:16:04 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 01:16:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:16:04 6411aee15373: Preparing 01:16:04 d827fff30d79: Preparing 01:16:04 a766715e90a5: Preparing 01:16:04 8fb4701135a5: Preparing 01:16:04 e9f335cb4620: Preparing 01:16:04 bd271f19df0b: Preparing 01:16:04 858417f0677d: Preparing 01:16:04 d7fbf3d77526: Preparing 01:16:04 f70ee36035b9: Preparing 01:16:04 bd271f19df0b: Waiting 01:16:04 858417f0677d: Waiting 01:16:04 d7fbf3d77526: Waiting 01:16:04 f70ee36035b9: Waiting 01:16:04 6411aee15373: Layer already exists 01:16:04 e9f335cb4620: Layer already exists 01:16:04 8fb4701135a5: Layer already exists 01:16:04 a766715e90a5: Layer already exists 01:16:04 d827fff30d79: Layer already exists 01:16:04 bd271f19df0b: Layer already exists 01:16:04 858417f0677d: Layer already exists 01:16:04 d7fbf3d77526: Layer already exists 01:16:04 f70ee36035b9: Layer already exists 01:16:05 main: digest: sha256:58de8e41d1f50dd9712bb609c15b1253329ffbef8db1191c50a8817b5156a807 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:16:05 ===================================================== [Pipeline] echo 01:16:05 taggedImages: 01:16:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:16:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 01:16:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.88 01:16:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:16:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 01:16:05 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 01:16:05 97ead1fc80aa095b46845053832efa05950d1120 01:16:05 latest 01:16:05 3.0.0-dev.88 01:16:05 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:16:05 main 01:16:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:05 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:16:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:16:05 d6ff06f625f4: Preparing 01:16:05 f4feffcc7aa7: Preparing 01:16:05 39aac090df47: Preparing 01:16:05 00813e2d91da: Preparing 01:16:05 a8cfdf0cc8ec: Preparing 01:16:05 39aac090df47: Layer already exists 01:16:05 a8cfdf0cc8ec: Layer already exists 01:16:06 d6ff06f625f4: Pushed 01:16:07 00813e2d91da: Pushed 01:16:10 f4feffcc7aa7: Pushed 01:16:11 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:0d411a35e160a0640f44f1c033bf913a39ff57a6bad9b6109bb370ee1b8bfcb0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:11 + 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 01:16:12 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 01:16:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:16:12 d6ff06f625f4: Preparing 01:16:12 f4feffcc7aa7: Preparing 01:16:12 39aac090df47: Preparing 01:16:12 00813e2d91da: Preparing 01:16:12 a8cfdf0cc8ec: Preparing 01:16:12 00813e2d91da: Layer already exists 01:16:12 d6ff06f625f4: Layer already exists 01:16:12 39aac090df47: Layer already exists 01:16:12 f4feffcc7aa7: Layer already exists 01:16:12 a8cfdf0cc8ec: Layer already exists 01:16:12 latest: digest: sha256:0d411a35e160a0640f44f1c033bf913a39ff57a6bad9b6109bb370ee1b8bfcb0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:12 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:13 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.88 01:16:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:16:13 d6ff06f625f4: Preparing 01:16:13 f4feffcc7aa7: Preparing 01:16:13 39aac090df47: Preparing 01:16:13 00813e2d91da: Preparing 01:16:13 a8cfdf0cc8ec: Preparing 01:16:13 a8cfdf0cc8ec: Layer already exists 01:16:13 d6ff06f625f4: Layer already exists 01:16:13 f4feffcc7aa7: Layer already exists 01:16:13 39aac090df47: Layer already exists 01:16:13 00813e2d91da: Layer already exists 01:16:13 3.0.0-dev.88: digest: sha256:0d411a35e160a0640f44f1c033bf913a39ff57a6bad9b6109bb370ee1b8bfcb0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:14 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:14 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:16:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:16:14 d6ff06f625f4: Preparing 01:16:14 f4feffcc7aa7: Preparing 01:16:14 39aac090df47: Preparing 01:16:14 00813e2d91da: Preparing 01:16:14 a8cfdf0cc8ec: Preparing 01:16:14 39aac090df47: Layer already exists 01:16:14 f4feffcc7aa7: Layer already exists 01:16:14 a8cfdf0cc8ec: Layer already exists 01:16:14 d6ff06f625f4: Layer already exists 01:16:14 00813e2d91da: Layer already exists 01:16:14 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:0d411a35e160a0640f44f1c033bf913a39ff57a6bad9b6109bb370ee1b8bfcb0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:15 + 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 01:16:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 01:16:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:16:15 d6ff06f625f4: Preparing 01:16:15 f4feffcc7aa7: Preparing 01:16:15 39aac090df47: Preparing 01:16:15 00813e2d91da: Preparing 01:16:15 a8cfdf0cc8ec: Preparing 01:16:15 a8cfdf0cc8ec: Layer already exists 01:16:15 d6ff06f625f4: Layer already exists 01:16:15 f4feffcc7aa7: Layer already exists 01:16:15 00813e2d91da: Layer already exists 01:16:15 39aac090df47: Layer already exists 01:16:15 main: digest: sha256:0d411a35e160a0640f44f1c033bf913a39ff57a6bad9b6109bb370ee1b8bfcb0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:16:15 ===================================================== [Pipeline] echo 01:16:15 taggedImages: 01:16:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:16:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 01:16:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.88 01:16:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:16:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 01:16:15 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 01:16:15 97ead1fc80aa095b46845053832efa05950d1120 01:16:15 latest 01:16:15 3.0.0-dev.88 01:16:15 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:16:15 main 01:16:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:16 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:16:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:16:16 2ab8699b1870: Preparing 01:16:16 85d1ade8e522: Preparing 01:16:16 e66d5482c5cb: Preparing 01:16:16 3029411fb3c2: Preparing 01:16:16 50dcd5d3225f: Preparing 01:16:16 bed04672937f: Preparing 01:16:16 a8cfdf0cc8ec: Preparing 01:16:16 bed04672937f: Waiting 01:16:16 a8cfdf0cc8ec: Waiting 01:16:16 85d1ade8e522: Pushed 01:16:16 e66d5482c5cb: Pushed 01:16:16 2ab8699b1870: Pushed 01:16:16 a8cfdf0cc8ec: Layer already exists 01:16:17 bed04672937f: Pushed 01:16:25 50dcd5d3225f: Pushed 01:16:32 3029411fb3c2: Pushed 01:16:32 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:54688cded7f5ee23a29cb12243726fa37633ff3ab757e3e023a2369c4f47a534 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:33 + 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 01:16:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 01:16:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:16:33 2ab8699b1870: Preparing 01:16:33 85d1ade8e522: Preparing 01:16:33 e66d5482c5cb: Preparing 01:16:33 3029411fb3c2: Preparing 01:16:33 50dcd5d3225f: Preparing 01:16:33 bed04672937f: Preparing 01:16:33 a8cfdf0cc8ec: Preparing 01:16:33 bed04672937f: Waiting 01:16:33 a8cfdf0cc8ec: Waiting 01:16:33 50dcd5d3225f: Layer already exists 01:16:33 85d1ade8e522: Layer already exists 01:16:33 3029411fb3c2: Layer already exists 01:16:33 e66d5482c5cb: Layer already exists 01:16:33 2ab8699b1870: Layer already exists 01:16:33 a8cfdf0cc8ec: Layer already exists 01:16:33 bed04672937f: Layer already exists 01:16:33 latest: digest: sha256:54688cded7f5ee23a29cb12243726fa37633ff3ab757e3e023a2369c4f47a534 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:34 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.88 01:16:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:16:34 2ab8699b1870: Preparing 01:16:34 85d1ade8e522: Preparing 01:16:34 e66d5482c5cb: Preparing 01:16:34 3029411fb3c2: Preparing 01:16:34 50dcd5d3225f: Preparing 01:16:34 bed04672937f: Preparing 01:16:34 a8cfdf0cc8ec: Preparing 01:16:34 a8cfdf0cc8ec: Waiting 01:16:34 bed04672937f: Waiting 01:16:34 e66d5482c5cb: Layer already exists 01:16:34 2ab8699b1870: Layer already exists 01:16:34 50dcd5d3225f: Layer already exists 01:16:34 85d1ade8e522: Layer already exists 01:16:34 3029411fb3c2: Layer already exists 01:16:34 a8cfdf0cc8ec: Layer already exists 01:16:34 bed04672937f: Layer already exists 01:16:34 3.0.0-dev.88: digest: sha256:54688cded7f5ee23a29cb12243726fa37633ff3ab757e3e023a2369c4f47a534 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:35 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:16:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:16:35 2ab8699b1870: Preparing 01:16:35 85d1ade8e522: Preparing 01:16:35 e66d5482c5cb: Preparing 01:16:35 3029411fb3c2: Preparing 01:16:35 50dcd5d3225f: Preparing 01:16:35 bed04672937f: Preparing 01:16:35 a8cfdf0cc8ec: Preparing 01:16:35 bed04672937f: Waiting 01:16:35 a8cfdf0cc8ec: Waiting 01:16:35 3029411fb3c2: Layer already exists 01:16:35 2ab8699b1870: Layer already exists 01:16:35 e66d5482c5cb: Layer already exists 01:16:35 85d1ade8e522: Layer already exists 01:16:35 50dcd5d3225f: Layer already exists 01:16:35 bed04672937f: Layer already exists 01:16:35 a8cfdf0cc8ec: Layer already exists 01:16:35 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:54688cded7f5ee23a29cb12243726fa37633ff3ab757e3e023a2369c4f47a534 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:35 + 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 01:16:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 01:16:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:16:37 2ab8699b1870: Preparing 01:16:37 85d1ade8e522: Preparing 01:16:37 e66d5482c5cb: Preparing 01:16:37 3029411fb3c2: Preparing 01:16:37 50dcd5d3225f: Preparing 01:16:37 bed04672937f: Preparing 01:16:37 a8cfdf0cc8ec: Preparing 01:16:37 bed04672937f: Waiting 01:16:37 a8cfdf0cc8ec: Waiting 01:16:37 50dcd5d3225f: Layer already exists 01:16:37 2ab8699b1870: Layer already exists 01:16:37 85d1ade8e522: Layer already exists 01:16:37 3029411fb3c2: Layer already exists 01:16:37 e66d5482c5cb: Layer already exists 01:16:37 bed04672937f: Layer already exists 01:16:37 a8cfdf0cc8ec: Layer already exists 01:16:37 main: digest: sha256:54688cded7f5ee23a29cb12243726fa37633ff3ab757e3e023a2369c4f47a534 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:16:38 ===================================================== [Pipeline] echo 01:16:38 taggedImages: 01:16:38 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:16:38 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 01:16:38 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.88 01:16:38 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:16:38 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 01:16:38 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 01:16:38 97ead1fc80aa095b46845053832efa05950d1120 01:16:38 latest 01:16:38 3.0.0-dev.88 01:16:38 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:16:38 main 01:16:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:38 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:16:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:16:38 469da6b3d5b8: Preparing 01:16:38 79fe090b6c12: Preparing 01:16:38 dc6838a32e7f: Preparing 01:16:38 c7ad345440c2: Preparing 01:16:38 d73b6acea5f1: Preparing 01:16:38 a8cfdf0cc8ec: Preparing 01:16:38 a8cfdf0cc8ec: Waiting 01:16:39 dc6838a32e7f: Pushed 01:16:39 79fe090b6c12: Pushed 01:16:39 a8cfdf0cc8ec: Layer already exists 01:16:39 469da6b3d5b8: Pushed 01:16:39 d73b6acea5f1: Pushed 01:16:57 c7ad345440c2: Pushed 01:16:57 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:2c7d3090540e2e26ae1dd99727d64a1b2b58bf8c67ef0e2cb4f19be3ccbb744e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:58 + 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 01:16:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 01:16:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:16:58 469da6b3d5b8: Preparing 01:16:58 79fe090b6c12: Preparing 01:16:58 dc6838a32e7f: Preparing 01:16:58 c7ad345440c2: Preparing 01:16:58 d73b6acea5f1: Preparing 01:16:58 a8cfdf0cc8ec: Preparing 01:16:58 a8cfdf0cc8ec: Waiting 01:16:58 d73b6acea5f1: Layer already exists 01:16:58 dc6838a32e7f: Layer already exists 01:16:58 c7ad345440c2: Layer already exists 01:16:58 469da6b3d5b8: Layer already exists 01:16:58 79fe090b6c12: Layer already exists 01:16:58 a8cfdf0cc8ec: Layer already exists 01:16:58 latest: digest: sha256:2c7d3090540e2e26ae1dd99727d64a1b2b58bf8c67ef0e2cb4f19be3ccbb744e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:59 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.88 01:16:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:16:59 469da6b3d5b8: Preparing 01:16:59 79fe090b6c12: Preparing 01:16:59 dc6838a32e7f: Preparing 01:16:59 c7ad345440c2: Preparing 01:16:59 d73b6acea5f1: Preparing 01:16:59 a8cfdf0cc8ec: Preparing 01:16:59 a8cfdf0cc8ec: Waiting 01:16:59 c7ad345440c2: Layer already exists 01:16:59 79fe090b6c12: Layer already exists 01:16:59 d73b6acea5f1: Layer already exists 01:16:59 469da6b3d5b8: Layer already exists 01:16:59 dc6838a32e7f: Layer already exists 01:16:59 a8cfdf0cc8ec: Layer already exists 01:16:59 3.0.0-dev.88: digest: sha256:2c7d3090540e2e26ae1dd99727d64a1b2b58bf8c67ef0e2cb4f19be3ccbb744e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:00 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:17:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:17:00 469da6b3d5b8: Preparing 01:17:00 79fe090b6c12: Preparing 01:17:00 dc6838a32e7f: Preparing 01:17:00 c7ad345440c2: Preparing 01:17:00 d73b6acea5f1: Preparing 01:17:00 a8cfdf0cc8ec: Preparing 01:17:00 a8cfdf0cc8ec: Waiting 01:17:00 d73b6acea5f1: Layer already exists 01:17:00 c7ad345440c2: Layer already exists 01:17:00 79fe090b6c12: Layer already exists 01:17:00 dc6838a32e7f: Layer already exists 01:17:00 469da6b3d5b8: Layer already exists 01:17:00 a8cfdf0cc8ec: Layer already exists 01:17:00 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:2c7d3090540e2e26ae1dd99727d64a1b2b58bf8c67ef0e2cb4f19be3ccbb744e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:00 + 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 01:17:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 01:17:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:17:01 469da6b3d5b8: Preparing 01:17:01 79fe090b6c12: Preparing 01:17:01 dc6838a32e7f: Preparing 01:17:01 c7ad345440c2: Preparing 01:17:01 d73b6acea5f1: Preparing 01:17:01 a8cfdf0cc8ec: Preparing 01:17:01 a8cfdf0cc8ec: Waiting 01:17:01 469da6b3d5b8: Layer already exists 01:17:01 c7ad345440c2: Layer already exists 01:17:01 dc6838a32e7f: Layer already exists 01:17:01 79fe090b6c12: Layer already exists 01:17:01 d73b6acea5f1: Layer already exists 01:17:01 a8cfdf0cc8ec: Layer already exists 01:17:01 main: digest: sha256:2c7d3090540e2e26ae1dd99727d64a1b2b58bf8c67ef0e2cb4f19be3ccbb744e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:17:01 ===================================================== [Pipeline] echo 01:17:01 taggedImages: 01:17:01 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:17:01 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 01:17:01 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.88 01:17:01 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:17:01 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 01:17:01 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 01:17:01 97ead1fc80aa095b46845053832efa05950d1120 01:17:01 latest 01:17:01 3.0.0-dev.88 01:17:01 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:17:01 main 01:17:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:01 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:17:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:17:02 537842d08042: Preparing 01:17:02 4649b3461a60: Preparing 01:17:02 b0118dea1c50: Preparing 01:17:02 28e00a33ad2d: Preparing 01:17:02 bed04672937f: Preparing 01:17:02 a8cfdf0cc8ec: Preparing 01:17:02 a8cfdf0cc8ec: Waiting 01:17:02 bed04672937f: Layer already exists 01:17:02 a8cfdf0cc8ec: Layer already exists 01:17:02 b0118dea1c50: Pushed 01:17:02 4649b3461a60: Pushed 01:17:02 537842d08042: Pushed 01:17:20 28e00a33ad2d: Pushed 01:17:20 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:de8358d924692d9bdc02f5383989f742fc9ffca6586ffefcdbc26d6e37830de7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:21 + 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 01:17:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 01:17:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:17:21 537842d08042: Preparing 01:17:21 4649b3461a60: Preparing 01:17:21 b0118dea1c50: Preparing 01:17:21 28e00a33ad2d: Preparing 01:17:21 bed04672937f: Preparing 01:17:21 a8cfdf0cc8ec: Preparing 01:17:21 a8cfdf0cc8ec: Waiting 01:17:21 537842d08042: Layer already exists 01:17:21 28e00a33ad2d: Layer already exists 01:17:21 b0118dea1c50: Layer already exists 01:17:21 4649b3461a60: Layer already exists 01:17:21 bed04672937f: Layer already exists 01:17:21 a8cfdf0cc8ec: Layer already exists 01:17:21 latest: digest: sha256:de8358d924692d9bdc02f5383989f742fc9ffca6586ffefcdbc26d6e37830de7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:22 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.88 01:17:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:17:22 537842d08042: Preparing 01:17:22 4649b3461a60: Preparing 01:17:22 b0118dea1c50: Preparing 01:17:22 28e00a33ad2d: Preparing 01:17:22 bed04672937f: Preparing 01:17:22 a8cfdf0cc8ec: Preparing 01:17:22 a8cfdf0cc8ec: Waiting 01:17:22 28e00a33ad2d: Layer already exists 01:17:22 537842d08042: Layer already exists 01:17:22 b0118dea1c50: Layer already exists 01:17:22 bed04672937f: Layer already exists 01:17:22 4649b3461a60: Layer already exists 01:17:22 a8cfdf0cc8ec: Layer already exists 01:17:22 3.0.0-dev.88: digest: sha256:de8358d924692d9bdc02f5383989f742fc9ffca6586ffefcdbc26d6e37830de7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:22 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:17:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:17:23 537842d08042: Preparing 01:17:23 4649b3461a60: Preparing 01:17:23 b0118dea1c50: Preparing 01:17:23 28e00a33ad2d: Preparing 01:17:23 bed04672937f: Preparing 01:17:23 a8cfdf0cc8ec: Preparing 01:17:23 a8cfdf0cc8ec: Waiting 01:17:23 537842d08042: Layer already exists 01:17:23 bed04672937f: Layer already exists 01:17:23 4649b3461a60: Layer already exists 01:17:23 b0118dea1c50: Layer already exists 01:17:23 28e00a33ad2d: Layer already exists 01:17:23 a8cfdf0cc8ec: Layer already exists 01:17:23 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:de8358d924692d9bdc02f5383989f742fc9ffca6586ffefcdbc26d6e37830de7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:23 + 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 01:17:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 01:17:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:17:24 537842d08042: Preparing 01:17:24 4649b3461a60: Preparing 01:17:24 b0118dea1c50: Preparing 01:17:24 28e00a33ad2d: Preparing 01:17:24 bed04672937f: Preparing 01:17:24 a8cfdf0cc8ec: Preparing 01:17:24 a8cfdf0cc8ec: Waiting 01:17:24 bed04672937f: Layer already exists 01:17:24 4649b3461a60: Layer already exists 01:17:24 537842d08042: Layer already exists 01:17:24 28e00a33ad2d: Layer already exists 01:17:24 b0118dea1c50: Layer already exists 01:17:24 a8cfdf0cc8ec: Layer already exists 01:17:24 main: digest: sha256:de8358d924692d9bdc02f5383989f742fc9ffca6586ffefcdbc26d6e37830de7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:17:24 ===================================================== [Pipeline] echo 01:17:24 taggedImages: 01:17:24 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:17:24 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 01:17:24 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.88 01:17:24 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:17:24 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 01:17:24 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 01:17:24 97ead1fc80aa095b46845053832efa05950d1120 01:17:24 latest 01:17:24 3.0.0-dev.88 01:17:24 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:17:24 main 01:17:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:24 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:25 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:17:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:17:25 c3ed7b02bf77: Preparing 01:17:25 7b0b755f162e: Preparing 01:17:25 39aac090df47: Preparing 01:17:25 a82b76a49d72: Preparing 01:17:25 f70ee36035b9: Preparing 01:17:25 39aac090df47: Layer already exists 01:17:25 f70ee36035b9: Layer already exists 01:17:25 c3ed7b02bf77: Pushed 01:17:25 a82b76a49d72: Pushed 01:17:31 7b0b755f162e: Pushed 01:17:31 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:c53c0233531a2c0fa3cb4882dedcaa28b3f9d5250b743d80eb7d68d8d6e2bb9a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:31 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:32 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 01:17:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:17:32 c3ed7b02bf77: Preparing 01:17:32 7b0b755f162e: Preparing 01:17:32 39aac090df47: Preparing 01:17:32 a82b76a49d72: Preparing 01:17:32 f70ee36035b9: Preparing 01:17:32 f70ee36035b9: Layer already exists 01:17:32 c3ed7b02bf77: Layer already exists 01:17:32 a82b76a49d72: Layer already exists 01:17:32 7b0b755f162e: Layer already exists 01:17:32 39aac090df47: Layer already exists 01:17:32 latest: digest: sha256:c53c0233531a2c0fa3cb4882dedcaa28b3f9d5250b743d80eb7d68d8d6e2bb9a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:32 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.88 01:17:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:17:33 c3ed7b02bf77: Preparing 01:17:33 7b0b755f162e: Preparing 01:17:33 39aac090df47: Preparing 01:17:33 a82b76a49d72: Preparing 01:17:33 f70ee36035b9: Preparing 01:17:33 39aac090df47: Layer already exists 01:17:33 7b0b755f162e: Layer already exists 01:17:33 f70ee36035b9: Layer already exists 01:17:33 a82b76a49d72: Layer already exists 01:17:33 c3ed7b02bf77: Layer already exists 01:17:33 3.0.0-dev.88: digest: sha256:c53c0233531a2c0fa3cb4882dedcaa28b3f9d5250b743d80eb7d68d8d6e2bb9a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:33 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:34 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:17:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:17:34 c3ed7b02bf77: Preparing 01:17:34 7b0b755f162e: Preparing 01:17:34 39aac090df47: Preparing 01:17:34 a82b76a49d72: Preparing 01:17:34 f70ee36035b9: Preparing 01:17:34 f70ee36035b9: Layer already exists 01:17:34 a82b76a49d72: Layer already exists 01:17:34 c3ed7b02bf77: Layer already exists 01:17:34 7b0b755f162e: Layer already exists 01:17:34 39aac090df47: Layer already exists 01:17:34 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:c53c0233531a2c0fa3cb4882dedcaa28b3f9d5250b743d80eb7d68d8d6e2bb9a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:34 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:34 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 01:17:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:17:34 c3ed7b02bf77: Preparing 01:17:34 7b0b755f162e: Preparing 01:17:34 39aac090df47: Preparing 01:17:34 a82b76a49d72: Preparing 01:17:34 f70ee36035b9: Preparing 01:17:34 f70ee36035b9: Layer already exists 01:17:34 7b0b755f162e: Layer already exists 01:17:34 c3ed7b02bf77: Layer already exists 01:17:34 a82b76a49d72: Layer already exists 01:17:34 39aac090df47: Layer already exists 01:17:34 main: digest: sha256:c53c0233531a2c0fa3cb4882dedcaa28b3f9d5250b743d80eb7d68d8d6e2bb9a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:17:34 ===================================================== [Pipeline] echo 01:17:35 taggedImages: 01:17:35 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:17:35 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 01:17:35 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.88 01:17:35 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:17:35 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 01:17:35 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 01:17:35 97ead1fc80aa095b46845053832efa05950d1120 01:17:35 latest 01:17:35 3.0.0-dev.88 01:17:35 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:17:35 main 01:17:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:35 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:17:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:17:35 43aea6db3f0e: Preparing 01:17:35 00090168d285: Preparing 01:17:35 39aac090df47: Preparing 01:17:35 0655b9424643: Preparing 01:17:35 f70ee36035b9: Preparing 01:17:35 39aac090df47: Layer already exists 01:17:35 0655b9424643: Layer already exists 01:17:35 f70ee36035b9: Layer already exists 01:17:35 43aea6db3f0e: Pushed 01:17:42 00090168d285: Pushed 01:17:42 97ead1fc80aa095b46845053832efa05950d1120: digest: sha256:56b7b6da730bdd188807c3aabdef8f6a18ea2a350b0fc956382e3e5a5b00f16b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:42 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:43 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 01:17:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:17:43 43aea6db3f0e: Preparing 01:17:43 00090168d285: Preparing 01:17:43 39aac090df47: Preparing 01:17:43 0655b9424643: Preparing 01:17:43 f70ee36035b9: Preparing 01:17:43 f70ee36035b9: Layer already exists 01:17:43 43aea6db3f0e: Layer already exists 01:17:43 39aac090df47: Layer already exists 01:17:43 0655b9424643: Layer already exists 01:17:43 00090168d285: Layer already exists 01:17:43 latest: digest: sha256:56b7b6da730bdd188807c3aabdef8f6a18ea2a350b0fc956382e3e5a5b00f16b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:43 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:44 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.88 01:17:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:17:44 43aea6db3f0e: Preparing 01:17:44 00090168d285: Preparing 01:17:44 39aac090df47: Preparing 01:17:44 0655b9424643: Preparing 01:17:44 f70ee36035b9: Preparing 01:17:44 f70ee36035b9: Layer already exists 01:17:44 0655b9424643: Layer already exists 01:17:44 39aac090df47: Layer already exists 01:17:44 00090168d285: Layer already exists 01:17:44 43aea6db3f0e: Layer already exists 01:17:44 3.0.0-dev.88: digest: sha256:56b7b6da730bdd188807c3aabdef8f6a18ea2a350b0fc956382e3e5a5b00f16b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:44 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:45 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:17:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:17:45 43aea6db3f0e: Preparing 01:17:45 00090168d285: Preparing 01:17:45 39aac090df47: Preparing 01:17:45 0655b9424643: Preparing 01:17:45 f70ee36035b9: Preparing 01:17:45 f70ee36035b9: Layer already exists 01:17:45 00090168d285: Layer already exists 01:17:45 39aac090df47: Layer already exists 01:17:45 0655b9424643: Layer already exists 01:17:45 43aea6db3f0e: Layer already exists 01:17:45 97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88: digest: sha256:56b7b6da730bdd188807c3aabdef8f6a18ea2a350b0fc956382e3e5a5b00f16b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:45 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 01:17:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:17:46 43aea6db3f0e: Preparing 01:17:46 00090168d285: Preparing 01:17:46 39aac090df47: Preparing 01:17:46 0655b9424643: Preparing 01:17:46 f70ee36035b9: Preparing 01:17:46 39aac090df47: Layer already exists 01:17:46 43aea6db3f0e: Layer already exists 01:17:46 f70ee36035b9: Layer already exists 01:17:46 00090168d285: Layer already exists 01:17:46 0655b9424643: Layer already exists 01:17:46 main: digest: sha256:56b7b6da730bdd188807c3aabdef8f6a18ea2a350b0fc956382e3e5a5b00f16b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:17:46 ===================================================== [Pipeline] echo 01:17:46 taggedImages: 01:17:46 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97ead1fc80aa095b46845053832efa05950d1120 01:17:46 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 01:17:46 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.88 01:17:46 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97ead1fc80aa095b46845053832efa05950d1120-3.0.0-dev.88 01:17:46 - 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 01:17:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:17:46 01:17:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:17:47 arm64: Pulling from edgex-lftools-log-publisher 01:17:47 8998bd30e6a1: Pulling fs layer 01:17:47 04944245beec: Pulling fs layer 01:17:47 699f458cf7ca: Pulling fs layer 01:17:47 765212b225bb: Pulling fs layer 01:17:47 f23df028b6ca: Pulling fs layer 01:17:47 d65c8cfc05b1: Pulling fs layer 01:17:47 2437ff75d9bd: Pulling fs layer 01:17:47 765212b225bb: Waiting 01:17:47 d65c8cfc05b1: Waiting 01:17:47 f23df028b6ca: Waiting 01:17:47 2437ff75d9bd: Waiting 01:17:47 04944245beec: Verifying Checksum 01:17:47 04944245beec: Download complete 01:17:47 765212b225bb: Verifying Checksum 01:17:47 765212b225bb: Download complete 01:17:47 f23df028b6ca: Verifying Checksum 01:17:47 f23df028b6ca: Download complete 01:17:47 d65c8cfc05b1: Verifying Checksum 01:17:47 d65c8cfc05b1: Download complete 01:17:47 699f458cf7ca: Verifying Checksum 01:17:47 699f458cf7ca: Download complete 01:17:47 8998bd30e6a1: Download complete 01:17:50 2437ff75d9bd: Verifying Checksum 01:17:50 2437ff75d9bd: Download complete 01:17:51 8998bd30e6a1: Pull complete 01:17:52 04944245beec: Pull complete 01:17:53 699f458cf7ca: Pull complete 01:17:54 765212b225bb: Pull complete 01:17:54 f23df028b6ca: Pull complete 01:17:55 d65c8cfc05b1: Pull complete 01:18:10 2437ff75d9bd: Pull complete 01:18:10 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:18:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:18:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:18:10 prd-ubuntu20.04-docker-arm64-4c-16g-9550 does not seem to be running inside a container 01:18:10 $ 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/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 01:18:13 $ docker top a8f3db761ce83bf36ecc43efbfdf0615f04f7b70238e2a80079fe6e1d42db306 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:18:13 ---> job-cost.sh 01:18:13 lf-activate-venv: SKIPPING 01:18:13 INFO: No Stack... 01:18:14 INFO: Retrieving Pricing Info for: v3-standard-4 01:18:15 INFO: Archiving Costs [Pipeline] sh 01:18:15 + cat /w/workspace/edgex-go/450/archives/cost.csv 01:18:15 + cut -d, -f6 [Pipeline] lock 01:18:15 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-450-stack-cost] 01:18:15 Resource [jenkins-edgexfoundry-edgex-go-main-450-stack-cost] did not exist. Created. 01:18:15 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-450-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:18:16 + echo total: 0.10999999940395355 [Pipeline] stash 01:18:17 Stashed 1 file(s) [Pipeline] } 01:18:17 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-450-stack-cost] [Pipeline] // lock [Pipeline] } 01:18:17 $ docker stop --time=1 a8f3db761ce83bf36ecc43efbfdf0615f04f7b70238e2a80079fe6e1d42db306 01:18:18 $ docker rm -f --volumes a8f3db761ce83bf36ecc43efbfdf0615f04f7b70238e2a80079fe6e1d42db306 [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 01:18:19 provisioning config files... 01:18:19 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/450@tmp/config10625337577916934670tmp [Pipeline] { [Pipeline] sh 01:18:19 + set +x 01:18:19 + curl -s https://codecov.io/bash 01:18:19 + bash -s -- 01:18:19 01:18:19 _____ _ 01:18:19 / ____| | | 01:18:19 | | ___ __| | ___ ___ _____ __ 01:18:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:18:19 | |___| (_) | (_| | __/ (_| (_) \ V / 01:18:19 \_____\___/ \__,_|\___|\___\___/ \_/ 01:18:19 Bash-1.0.6 01:18:19 01:18:19 01:18:19 ==> git version 2.25.1 found 01:18:19 ==> 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 01:18:19 Release-Date: 2020-01-08 01:18:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:18:19 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:18:19 ==> Jenkins CI detected. 01:18:19 current dir:  /w/workspace/edgex-go/450 01:18:19 project root: . 01:18:19 --> token set from env 01:18:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:18:19 ==> Running gcov in . (disable via -X gcov) 01:18:19 ==> Python coveragepy not found 01:18:19 ==> Searching for coverage reports in: 01:18:19 + . 01:18:19 -> Found 1 reports 01:18:19 ==> Detecting git/mercurial file structure 01:18:19 ==> Reading reports 01:18:19 + ./coverage.out bytes=447487 01:18:19 ==> Appending adjustments 01:18:19 https://docs.codecov.io/docs/fixing-reports 01:18:20 + Found adjustments 01:18:20 ==> Gzipping contents 01:18:20 60K /tmp/codecov.wNoVfU.gz 01:18:20 ==> Uploading reports 01:18:20 url: https://codecov.io 01:18:20 query: branch=main&commit=97ead1fc80aa095b46845053832efa05950d1120&build=450&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F450%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 01:18:20 -> Pinging Codecov 01:18:20 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=97ead1fc80aa095b46845053832efa05950d1120&build=450&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F450%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 01:18:20 -> Uploading to 01:18:20 https://storage.googleapis.com/codecov/v4/raw/2023-03-10/00271124DB129430A58F1EEE437C3FCB/97ead1fc80aa095b46845053832efa05950d1120/c44d9d74-c870-44b2-89bb-475adde18bf0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230310T011820Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f0ec23996934350e061f69deef3fd8225073939f12575bd605bb2579a5f1b102 01:18:20 % Total % Received % Xferd Average Speed Time Time Time Current 01:18:20 Dload Upload Total Spent Left Speed 01:18:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58138 0 0 100 58138 0 168k --:--:-- --:--:-- --:--:-- 168k 01:18:21 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/97ead1fc80aa095b46845053832efa05950d1120 [Pipeline] } 01:18:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 01:18:21 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 01:18:21 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 01:18:21 01:18:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 01:18:21 1.410.4: Pulling from edgex-devops/edgex-snyk-go 01:18:21 df9b9388f04a: Pulling fs layer 01:18:21 52dc419b0ee2: Pulling fs layer 01:18:21 25bc292e5bac: Pulling fs layer 01:18:21 114826534d7a: Pulling fs layer 01:18:21 4657fd5d0bcf: Pulling fs layer 01:18:21 114826534d7a: Waiting 01:18:21 6ad1cebc031e: Pulling fs layer 01:18:21 8a3aa393b2d8: Pulling fs layer 01:18:21 4657fd5d0bcf: Waiting 01:18:21 6ad1cebc031e: Waiting 01:18:21 8a3aa393b2d8: Waiting 01:18:21 25bc292e5bac: Verifying Checksum 01:18:21 25bc292e5bac: Download complete 01:18:21 52dc419b0ee2: Download complete 01:18:21 4657fd5d0bcf: Download complete 01:18:21 df9b9388f04a: Verifying Checksum 01:18:21 df9b9388f04a: Download complete 01:18:22 6ad1cebc031e: Verifying Checksum 01:18:22 6ad1cebc031e: Download complete 01:18:22 df9b9388f04a: Pull complete 01:18:22 52dc419b0ee2: Pull complete 01:18:22 25bc292e5bac: Pull complete 01:18:22 114826534d7a: Verifying Checksum 01:18:22 114826534d7a: Download complete 01:18:22 8a3aa393b2d8: Verifying Checksum 01:18:22 8a3aa393b2d8: Download complete 01:18:26 114826534d7a: Pull complete 01:18:26 4657fd5d0bcf: Pull complete 01:18:26 6ad1cebc031e: Pull complete 01:18:29 8a3aa393b2d8: Pull complete 01:18:29 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 01:18:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 01:18:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:18:29 prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container 01:18:29 $ 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/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 01:18:35 $ docker top 02d6316630418862f4cb38a797223acca2a5de6de5999996daf7b9a50226629c -eo pid,comm [Pipeline] { [Pipeline] echo 01:18:35 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 01:18:36 + set -o pipefail 01:18:36 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 01:18:41 01:18:41 Monitoring /w/workspace/edgex-go/450 (github.com/edgexfoundry/edgex-go)... 01:18:41 01:18:41 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/ba591d62-bade-4ec1-8746-6d8f07186098 01:18:41 01:18:41 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 01:18:41 01:18:41 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 01:18:41 01:18:41 01:18:41 A medium severity vulnerability was found in the Snyk CLI versions you are using. 01:18:41 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 01:18:41 More details here: https://snyk.co/ue1NS 01:18:41 You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. 01:18:41 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 01:18:41 $ docker stop --time=1 02d6316630418862f4cb38a797223acca2a5de6de5999996daf7b9a50226629c 01:18:45 $ docker rm -f --volumes 02d6316630418862f4cb38a797223acca2a5de6de5999996daf7b9a50226629c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 01:18:45 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:18:45 provisioning config files... 01:18:45 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/450@tmp/config9200156799193235838tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:18:45 --> edgex-publish-swagger.sh 01:18:45 === Publish openapi/v3 API === 01:18:45 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 01:18:45 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/450/openapi/v3/core-command.yaml] 01:18:45 % Total % Received % Xferd Average Speed Time Time Time Current 01:18:45 Dload Upload Total Spent Left Speed 01:18:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 130k --:--:-- --:--:-- --:--:-- 129k 100 29030 0 0 100 29030 0 49539 --:--:-- --:--:-- --:--:-- 49539 01:18:46 01:18:46 01:18:46 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/450/openapi/v3/core-data.yaml] 01:18:46 % Total % Received % Xferd Average Speed Time Time Time Current 01:18:46 Dload Upload Total Spent Left Speed 01:18:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 129k --:--:-- --:--:-- --:--:-- 129k 01:18:46 01:18:46 01:18:46 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/450/openapi/v3/core-metadata.yaml] 01:18:46 % Total % Received % Xferd Average Speed Time Time Time Current 01:18:46 Dload Upload Total Spent Left Speed 01:18:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 241k --:--:-- --:--:-- --:--:-- 241k 01:18:47 01:18:47 01:18:47 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/450/openapi/v3/support-notifications.yaml] 01:18:47 % Total % Received % Xferd Average Speed Time Time Time Current 01:18:47 Dload Upload Total Spent Left Speed 01:18:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 176k --:--:-- --:--:-- --:--:-- 176k 100 86965 0 0 100 86965 0 176k --:--:-- --:--:-- --:--:-- 176k 01:18:48 01:18:48 01:18:48 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/450/openapi/v3/support-scheduler.yaml] 01:18:48 % Total % Received % Xferd Average Speed Time Time Time Current 01:18:48 Dload Upload Total Spent Left Speed 01:18:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 77275 --:--:-- --:--:-- --:--:-- 77275 01:18:48 01:18:48 [Pipeline] } 01:18:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 01:18:48 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:18:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:18:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:18:49 prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container 01:18:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:18:49 $ docker top 12da7032082934562522192b0aaf382ced7b8445e2070d119c98fd1fea398cd0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:18:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:18:49 [ssh-agent] Looking for ssh-agent implementation... 01:18:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:18:49 $ docker exec 12da7032082934562522192b0aaf382ced7b8445e2070d119c98fd1fea398cd0 ssh-agent 01:18:49 SSH_AUTH_SOCK=/tmp/ssh-ZPK2sMpdMJ0S/agent.32 01:18:49 SSH_AGENT_PID=38 01:18:49 Running ssh-add (command line suppressed) 01:18:50 Identity added: /w/workspace/edgex-go/450@tmp/private_key_11490199431243779811.key (/w/workspace/edgex-go/450@tmp/private_key_11490199431243779811.key) 01:18:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:18:50 + git semver tag 01:18:50 2023-03-10 01:18:50,484 [run_tag] DEBUG tag force:False 01:18:50 2023-03-10 01:18:50,485 [check_head_tag] DEBUG check head tag 01:18:50 2023-03-10 01:18:50,488 [execute] INFO git cat-file --batch-check 01:18:50 2023-03-10 01:18:50,489 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/450, universal_newlines=False, shell=None, istream=) 01:18:50 2023-03-10 01:18:50,494 [execute] INFO git cat-file --batch 01:18:50 2023-03-10 01:18:50,494 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/450, universal_newlines=False, shell=None, istream=) 01:18:50 2023-03-10 01:18:50,555 [read_version] DEBUG read version from /w/workspace/edgex-go/450/.semver/main 01:18:50 2023-03-10 01:18:50,555 [execute] INFO git tag -a v3.0.0-dev.88 -m v3.0.0-dev.88 01:18:50 2023-03-10 01:18:50,555 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.88', '-m', 'v3.0.0-dev.88'], cwd=/w/workspace/edgex-go/450, universal_newlines=False, shell=None, istream=None) 01:18:50 2023-03-10 01:18:50,560 [read_version] DEBUG read version from /w/workspace/edgex-go/450/.semver/main 01:18:50 3.0.0-dev.88 [Pipeline] } 01:18:50 $ docker exec --env ******** --env ******** 12da7032082934562522192b0aaf382ced7b8445e2070d119c98fd1fea398cd0 ssh-agent -k 01:18:50 unset SSH_AUTH_SOCK; 01:18:50 unset SSH_AGENT_PID; 01:18:50 echo Agent pid 38 killed; 01:18:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:18:51 + git semver [Pipeline] } 01:18:51 $ docker stop --time=1 12da7032082934562522192b0aaf382ced7b8445e2070d119c98fd1fea398cd0 01:18:52 $ docker rm -f --volumes 12da7032082934562522192b0aaf382ced7b8445e2070d119c98fd1fea398cd0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:18:53 01:18:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:18:53 0.23.1-centos7: Pulling from edgex-lftools 01:18:53 ab5ef0e58194: Pulling fs layer 01:18:53 9712f1f96733: Pulling fs layer 01:18:53 63f879dbbcfc: Pulling fs layer 01:18:53 0d9ebad4ef96: Pulling fs layer 01:18:53 e9a5061849ea: Pulling fs layer 01:18:53 d747dcd14b5f: Pulling fs layer 01:18:53 2de7ff778b66: Pulling fs layer 01:18:53 e9a5061849ea: Waiting 01:18:53 d747dcd14b5f: Waiting 01:18:53 2de7ff778b66: Waiting 01:18:53 0d9ebad4ef96: Waiting 01:18:53 9712f1f96733: Verifying Checksum 01:18:53 9712f1f96733: Download complete 01:18:54 63f879dbbcfc: Verifying Checksum 01:18:54 63f879dbbcfc: Download complete 01:18:54 ab5ef0e58194: Verifying Checksum 01:18:54 ab5ef0e58194: Download complete 01:18:54 0d9ebad4ef96: Verifying Checksum 01:18:54 0d9ebad4ef96: Download complete 01:18:54 e9a5061849ea: Verifying Checksum 01:18:54 e9a5061849ea: Download complete 01:18:54 d747dcd14b5f: Download complete 01:18:54 2de7ff778b66: Verifying Checksum 01:18:54 2de7ff778b66: Download complete 01:18:57 ab5ef0e58194: Pull complete 01:18:57 9712f1f96733: Pull complete 01:18:57 63f879dbbcfc: Pull complete 01:19:02 0d9ebad4ef96: Pull complete 01:19:02 e9a5061849ea: Pull complete 01:19:02 d747dcd14b5f: Pull complete 01:19:02 2de7ff778b66: Pull complete 01:19:02 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 01:19:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:19:02 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:19:03 prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container 01:19:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 01:19:09 $ docker top 75ed3deb4fdf5480d1abf67ff72c3386e4f5a40b7fb6c55d6f0325a92ce75b8e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 01:19:09 provisioning config files... 01:19:09 copy managed file [sigul-config] to file:/w/workspace/edgex-go/450@tmp/config5103983844042947331tmp 01:19:09 copy managed file [sigul-password] to file:/w/workspace/edgex-go/450@tmp/config8007208069793191686tmp 01:19:09 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/450@tmp/config12411036524252391586tmp [Pipeline] { [Pipeline] echo 01:19:09 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 01:19:09 ---> sigul-configuration.sh 01:19:09 gpg: directory `/root/.gnupg' created 01:19:09 gpg: new configuration file `/root/.gnupg/gpg.conf' created 01:19:09 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 01:19:09 gpg: keyring `/root/.gnupg/secring.gpg' created 01:19:09 gpg: keyring `/root/.gnupg/pubring.gpg' created 01:19:09 gpg: CAST5 encrypted data 01:19:09 gpg: encrypted with 1 passphrase 01:19:09 gpg: WARNING: message was not integrity protected [Pipeline] sh 01:19:10 + mkdir /home/jenkins 01:19:10 + mkdir /home/jenkins/sigul [Pipeline] sh 01:19:10 + 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 01:19:10 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 01:19:10 ---> sigul-install.sh 01:19:10 Sigul already installed; skipping installation. [Pipeline] sh 01:19:10 + git tag --list 01:19:10 0.6.0 01:19:10 0.6.1 01:19:10 0.7.0 01:19:10 0.7.1 01:19:10 v1.0.0 01:19:10 v1.0.1 01:19:10 v1.1.0 01:19:10 v1.2.0 01:19:10 v1.2.1 01:19:10 v1.3.0 01:19:10 v1.3.1 01:19:10 v2.0.0 01:19:10 v2.1.0 01:19:10 v2.1.1 01:19:10 v2.1.1-dev.1 01:19:10 v2.1.1-dev.2 01:19:10 v2.1.1-dev.3 01:19:10 v2.1.1-dev.4 01:19:10 v2.1.1-dev.5 01:19:10 v2.1.1-dev.6 01:19:10 v2.1.1-dev.7 01:19:10 v2.1.1-dev.8 01:19:10 v2.1.2-dev.1 01:19:10 v2.2.0 01:19:10 v2.2.1-dev.1 01:19:10 v2.2.1-dev.10 01:19:10 v2.2.1-dev.11 01:19:10 v2.2.1-dev.12 01:19:10 v2.2.1-dev.13 01:19:10 v2.2.1-dev.14 01:19:10 v2.2.1-dev.15 01:19:10 v2.2.1-dev.16 01:19:10 v2.2.1-dev.17 01:19:10 v2.2.1-dev.18 01:19:10 v2.2.1-dev.19 01:19:10 v2.2.1-dev.2 01:19:10 v2.2.1-dev.20 01:19:10 v2.2.1-dev.21 01:19:10 v2.2.1-dev.22 01:19:10 v2.2.1-dev.23 01:19:10 v2.2.1-dev.24 01:19:10 v2.2.1-dev.25 01:19:10 v2.2.1-dev.26 01:19:10 v2.2.1-dev.27 01:19:10 v2.2.1-dev.28 01:19:10 v2.2.1-dev.29 01:19:10 v2.2.1-dev.3 01:19:10 v2.2.1-dev.4 01:19:10 v2.2.1-dev.5 01:19:10 v2.2.1-dev.6 01:19:10 v2.2.1-dev.7 01:19:10 v2.2.1-dev.8 01:19:10 v2.2.1-dev.9 01:19:10 v2.3.0 01:19:10 v2.3.0-dev.100 01:19:10 v2.3.0-dev.101 01:19:10 v2.3.0-dev.102 01:19:10 v2.3.0-dev.103 01:19:10 v2.3.0-dev.104 01:19:10 v2.3.0-dev.105 01:19:10 v2.3.0-dev.106 01:19:10 v2.3.0-dev.29 01:19:10 v2.3.0-dev.30 01:19:10 v2.3.0-dev.31 01:19:10 v2.3.0-dev.32 01:19:10 v2.3.0-dev.33 01:19:10 v2.3.0-dev.34 01:19:10 v2.3.0-dev.35 01:19:10 v2.3.0-dev.36 01:19:10 v2.3.0-dev.37 01:19:10 v2.3.0-dev.38 01:19:10 v2.3.0-dev.39 01:19:10 v2.3.0-dev.40 01:19:10 v2.3.0-dev.41 01:19:10 v2.3.0-dev.42 01:19:10 v2.3.0-dev.43 01:19:10 v2.3.0-dev.44 01:19:10 v2.3.0-dev.45 01:19:10 v2.3.0-dev.46 01:19:10 v2.3.0-dev.47 01:19:10 v2.3.0-dev.48 01:19:10 v2.3.0-dev.49 01:19:10 v2.3.0-dev.50 01:19:10 v2.3.0-dev.51 01:19:10 v2.3.0-dev.52 01:19:10 v2.3.0-dev.53 01:19:10 v2.3.0-dev.54 01:19:10 v2.3.0-dev.55 01:19:10 v2.3.0-dev.56 01:19:10 v2.3.0-dev.57 01:19:10 v2.3.0-dev.58 01:19:10 v2.3.0-dev.59 01:19:10 v2.3.0-dev.60 01:19:10 v2.3.0-dev.61 01:19:10 v2.3.0-dev.62 01:19:10 v2.3.0-dev.63 01:19:10 v2.3.0-dev.64 01:19:10 v2.3.0-dev.65 01:19:10 v2.3.0-dev.66 01:19:10 v2.3.0-dev.67 01:19:10 v2.3.0-dev.68 01:19:10 v2.3.0-dev.69 01:19:10 v2.3.0-dev.70 01:19:10 v2.3.0-dev.71 01:19:10 v2.3.0-dev.72 01:19:10 v2.3.0-dev.73 01:19:10 v2.3.0-dev.74 01:19:10 v2.3.0-dev.75 01:19:10 v2.3.0-dev.76 01:19:10 v2.3.0-dev.77 01:19:10 v2.3.0-dev.78 01:19:10 v2.3.0-dev.79 01:19:10 v2.3.0-dev.80 01:19:10 v2.3.0-dev.81 01:19:10 v2.3.0-dev.82 01:19:10 v2.3.0-dev.83 01:19:10 v2.3.0-dev.84 01:19:10 v2.3.0-dev.85 01:19:10 v2.3.0-dev.86 01:19:10 v2.3.0-dev.87 01:19:10 v2.3.0-dev.88 01:19:10 v2.3.0-dev.89 01:19:10 v2.3.0-dev.90 01:19:10 v2.3.0-dev.91 01:19:10 v2.3.0-dev.92 01:19:10 v2.3.0-dev.93 01:19:10 v2.3.0-dev.94 01:19:10 v2.3.0-dev.95 01:19:10 v2.3.0-dev.96 01:19:10 v2.3.0-dev.97 01:19:10 v2.3.0-dev.98 01:19:10 v2.3.0-dev.99 01:19:10 v2.3.1-dev.1 01:19:10 v2.3.1-dev.2 01:19:10 v2.3.1-dev.3 01:19:10 v2.3.1-dev.4 01:19:10 v2.3.1-dev.5 01:19:10 v3.0.0-dev.1 01:19:10 v3.0.0-dev.10 01:19:10 v3.0.0-dev.11 01:19:10 v3.0.0-dev.12 01:19:10 v3.0.0-dev.13 01:19:10 v3.0.0-dev.14 01:19:10 v3.0.0-dev.15 01:19:10 v3.0.0-dev.16 01:19:10 v3.0.0-dev.17 01:19:10 v3.0.0-dev.18 01:19:10 v3.0.0-dev.19 01:19:10 v3.0.0-dev.2 01:19:10 v3.0.0-dev.20 01:19:10 v3.0.0-dev.21 01:19:10 v3.0.0-dev.22 01:19:10 v3.0.0-dev.23 01:19:10 v3.0.0-dev.24 01:19:10 v3.0.0-dev.25 01:19:10 v3.0.0-dev.26 01:19:10 v3.0.0-dev.27 01:19:10 v3.0.0-dev.28 01:19:10 v3.0.0-dev.29 01:19:10 v3.0.0-dev.3 01:19:10 v3.0.0-dev.30 01:19:10 v3.0.0-dev.31 01:19:10 v3.0.0-dev.32 01:19:10 v3.0.0-dev.33 01:19:10 v3.0.0-dev.34 01:19:10 v3.0.0-dev.35 01:19:10 v3.0.0-dev.36 01:19:10 v3.0.0-dev.37 01:19:10 v3.0.0-dev.38 01:19:10 v3.0.0-dev.39 01:19:10 v3.0.0-dev.4 01:19:10 v3.0.0-dev.40 01:19:10 v3.0.0-dev.41 01:19:10 v3.0.0-dev.42 01:19:10 v3.0.0-dev.43 01:19:10 v3.0.0-dev.44 01:19:10 v3.0.0-dev.45 01:19:10 v3.0.0-dev.46 01:19:10 v3.0.0-dev.47 01:19:10 v3.0.0-dev.48 01:19:10 v3.0.0-dev.49 01:19:10 v3.0.0-dev.5 01:19:10 v3.0.0-dev.50 01:19:10 v3.0.0-dev.51 01:19:10 v3.0.0-dev.52 01:19:10 v3.0.0-dev.53 01:19:10 v3.0.0-dev.54 01:19:10 v3.0.0-dev.55 01:19:10 v3.0.0-dev.56 01:19:10 v3.0.0-dev.57 01:19:10 v3.0.0-dev.58 01:19:10 v3.0.0-dev.59 01:19:10 v3.0.0-dev.6 01:19:10 v3.0.0-dev.60 01:19:10 v3.0.0-dev.61 01:19:10 v3.0.0-dev.62 01:19:10 v3.0.0-dev.63 01:19:10 v3.0.0-dev.64 01:19:10 v3.0.0-dev.65 01:19:10 v3.0.0-dev.66 01:19:10 v3.0.0-dev.67 01:19:10 v3.0.0-dev.68 01:19:10 v3.0.0-dev.69 01:19:10 v3.0.0-dev.7 01:19:10 v3.0.0-dev.70 01:19:10 v3.0.0-dev.71 01:19:10 v3.0.0-dev.72 01:19:10 v3.0.0-dev.73 01:19:10 v3.0.0-dev.74 01:19:10 v3.0.0-dev.75 01:19:10 v3.0.0-dev.76 01:19:10 v3.0.0-dev.77 01:19:10 v3.0.0-dev.78 01:19:10 v3.0.0-dev.79 01:19:10 v3.0.0-dev.8 01:19:10 v3.0.0-dev.80 01:19:10 v3.0.0-dev.81 01:19:10 v3.0.0-dev.82 01:19:10 v3.0.0-dev.83 01:19:10 v3.0.0-dev.84 01:19:10 v3.0.0-dev.85 01:19:10 v3.0.0-dev.86 01:19:10 v3.0.0-dev.87 01:19:10 v3.0.0-dev.88 01:19:10 v3.0.0-dev.9 [Pipeline] sh 01:19:11 + lftools sign git-tag v3.0.0-dev.88 01:19:11 Signing Git tag with Sigul... 01:19:11 Signing v3.0.0-dev.88 [Pipeline] echo 01:19:12 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 01:19:12 ---> sigul-configuration-cleanup.sh [Pipeline] } 01:19:12 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 01:19:12 $ docker stop --time=1 75ed3deb4fdf5480d1abf67ff72c3386e4f5a40b7fb6c55d6f0325a92ce75b8e 01:19:13 $ docker rm -f --volumes 75ed3deb4fdf5480d1abf67ff72c3386e4f5a40b7fb6c55d6f0325a92ce75b8e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 01:19:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:19:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:19:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:19:14 prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container 01:19:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:19:14 $ docker top e3f50449c418a6252c6faf798280274e8cc2df3af3da6c65824304a297a219af -eo pid,comm 01:19:14 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). 01:19:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:19:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:19:14 [ssh-agent] Looking for ssh-agent implementation... 01:19:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:19:14 $ docker exec e3f50449c418a6252c6faf798280274e8cc2df3af3da6c65824304a297a219af ssh-agent 01:19:15 SSH_AUTH_SOCK=/tmp/ssh-n3gZVfjPk5xa/agent.33 01:19:15 SSH_AGENT_PID=39 01:19:15 Running ssh-add (command line suppressed) 01:19:15 Identity added: /w/workspace/edgex-go/450@tmp/private_key_16453262178389038386.key (/w/workspace/edgex-go/450@tmp/private_key_16453262178389038386.key) 01:19:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:19:15 + git semver bump pre 01:19:15 2023-03-10 01:19:15,656 [read_version] DEBUG read version from /w/workspace/edgex-go/450/.semver/main 01:19:15 2023-03-10 01:19:15,656 [bump_version] DEBUG bumping version:3.0.0-dev.88 on axis:pre with prefix:dev 01:19:15 2023-03-10 01:19:15,656 [bump_version] DEBUG bumped version:3.0.0-dev.89 01:19:15 2023-03-10 01:19:15,656 [write_version] DEBUG write version:3.0.0-dev.89 to path:/w/workspace/edgex-go/450/.semver/main with force:True 01:19:15 2023-03-10 01:19:15,656 [read_version] DEBUG read version from /w/workspace/edgex-go/450/.semver/main 01:19:15 2023-03-10 01:19:15,657 [write_file] DEBUG write to file:/w/workspace/edgex-go/450/.semver/main 01:19:15 2023-03-10 01:19:15,658 [execute] INFO git cat-file --batch-check 01:19:15 2023-03-10 01:19:15,659 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/450/.semver, universal_newlines=False, shell=None, istream=) 01:19:15 2023-03-10 01:19:15,664 [execute] INFO git cat-file --batch 01:19:15 2023-03-10 01:19:15,664 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/450/.semver, universal_newlines=False, shell=None, istream=) 01:19:15 2023-03-10 01:19:15,669 [read_version] DEBUG read version from /w/workspace/edgex-go/450/.semver/main 01:19:15 3.0.0-dev.89 [Pipeline] } 01:19:15 $ docker exec --env ******** --env ******** e3f50449c418a6252c6faf798280274e8cc2df3af3da6c65824304a297a219af ssh-agent -k 01:19:15 unset SSH_AUTH_SOCK; 01:19:15 unset SSH_AGENT_PID; 01:19:15 echo Agent pid 39 killed; 01:19:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:19:16 + git semver [Pipeline] } 01:19:16 $ docker stop --time=1 e3f50449c418a6252c6faf798280274e8cc2df3af3da6c65824304a297a219af 01:19:17 $ docker rm -f --volumes e3f50449c418a6252c6faf798280274e8cc2df3af3da6c65824304a297a219af [Pipeline] // withDockerContainer [Pipeline] sh 01:19:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:19:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:19:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:19:18 prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container 01:19:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:19:18 $ docker top f4c388e64eafbf29ef66d06937433639219d3252b7f5d61fff0a43743d011993 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:19:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:19:19 [ssh-agent] Looking for ssh-agent implementation... 01:19:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:19:19 $ docker exec f4c388e64eafbf29ef66d06937433639219d3252b7f5d61fff0a43743d011993 ssh-agent 01:19:19 SSH_AUTH_SOCK=/tmp/ssh-XJo8yxlExIew/agent.33 01:19:19 SSH_AGENT_PID=39 01:19:19 Running ssh-add (command line suppressed) 01:19:19 Identity added: /w/workspace/edgex-go/450@tmp/private_key_9397923601701055776.key (/w/workspace/edgex-go/450@tmp/private_key_9397923601701055776.key) 01:19:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:19:19 + git semver push 01:19:19 2023-03-10 01:19:19,856 [run_push] DEBUG push 01:19:19 2023-03-10 01:19:19,856 [execute] INFO git cat-file --batch-check 01:19:19 2023-03-10 01:19:19,856 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/450/.semver, universal_newlines=False, shell=None, istream=) 01:19:19 2023-03-10 01:19:19,860 [execute] INFO git rev-list b46a452456dac745aa802ee44547e451adba5b38 -- 01:19:19 2023-03-10 01:19:19,860 [execute] DEBUG Popen(['git', 'rev-list', 'b46a452456dac745aa802ee44547e451adba5b38', '--'], cwd=/w/workspace/edgex-go/450/.semver, universal_newlines=False, shell=None, istream=None) 01:19:19 2023-03-10 01:19:19,879 [execute] INFO git fetch -v origin 01:19:19 2023-03-10 01:19:19,879 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/450/.semver, universal_newlines=True, shell=None, istream=None) 01:19:20 2023-03-10 01:19:20,354 [run_push] DEBUG no remote changes detected 01:19:20 2023-03-10 01:19:20,354 [execute] INFO git push origin semver 01:19:20 2023-03-10 01:19:20,355 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/450/.semver, universal_newlines=False, shell=None, istream=None) 01:19:21 2023-03-10 01:19:21,243 [run_push] DEBUG push all version tags 01:19:21 2023-03-10 01:19:21,243 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 01:19:21 2023-03-10 01:19:21,244 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/450, universal_newlines=False, shell=None, istream=None) 01:19:22 2023-03-10 01:19:22,238 [read_version] DEBUG read version from /w/workspace/edgex-go/450/.semver/main 01:19:22 3.0.0-dev.89 [Pipeline] } 01:19:22 $ docker exec --env ******** --env ******** f4c388e64eafbf29ef66d06937433639219d3252b7f5d61fff0a43743d011993 ssh-agent -k 01:19:22 unset SSH_AUTH_SOCK; 01:19:22 unset SSH_AGENT_PID; 01:19:22 echo Agent pid 39 killed; 01:19:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:19:22 + git semver [Pipeline] } 01:19:23 $ docker stop --time=1 f4c388e64eafbf29ef66d06937433639219d3252b7f5d61fff0a43743d011993 01:19:24 $ docker rm -f --volumes f4c388e64eafbf29ef66d06937433639219d3252b7f5d61fff0a43743d011993 [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 01:19:24 + [ -d /w/workspace/edgex-go/450/archives ] [Pipeline] libraryResource [Pipeline] sh 01:19:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:19:25 ---> package-listing.sh 01:19:25 ++ facter osfamily 01:19:25 ++ tr '[:upper:]' '[:lower:]' 01:19:26 + OS_FAMILY=debian 01:19:26 + workspace=/w/workspace/edgex-go/450 01:19:26 + START_PACKAGES=/tmp/packages_start.txt 01:19:26 + END_PACKAGES=/tmp/packages_end.txt 01:19:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:19:26 + PACKAGES=/tmp/packages_start.txt 01:19:26 + '[' /w/workspace/edgex-go/450 ']' 01:19:26 + PACKAGES=/tmp/packages_end.txt 01:19:26 + case "${OS_FAMILY}" in 01:19:26 + dpkg -l 01:19:26 + grep '^ii' 01:19:26 + '[' -f /tmp/packages_start.txt ']' 01:19:26 + '[' -f /tmp/packages_end.txt ']' 01:19:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:19:26 + '[' /w/workspace/edgex-go/450 ']' 01:19:26 + mkdir -p /w/workspace/edgex-go/450/archives/ 01:19:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/450/archives/ [Pipeline] echo 01:19:26 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/450/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:19:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:19:27 01:19:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:19:27 latest: Pulling from edgex-lftools-log-publisher 01:19:27 5eb5b503b376: Pulling fs layer 01:19:27 5c69ac0246d0: Pulling fs layer 01:19:27 ec43610c2a17: Pulling fs layer 01:19:27 3a2ae6a8a46f: Pulling fs layer 01:19:27 33b1e0a273af: Pulling fs layer 01:19:27 5d3b04190fa2: Pulling fs layer 01:19:27 2f39f015ded8: Pulling fs layer 01:19:27 33b1e0a273af: Waiting 01:19:27 3a2ae6a8a46f: Waiting 01:19:27 5d3b04190fa2: Waiting 01:19:27 2f39f015ded8: Waiting 01:19:27 5c69ac0246d0: Download complete 01:19:27 3a2ae6a8a46f: Verifying Checksum 01:19:27 3a2ae6a8a46f: Download complete 01:19:27 33b1e0a273af: Verifying Checksum 01:19:27 33b1e0a273af: Download complete 01:19:27 ec43610c2a17: Verifying Checksum 01:19:27 ec43610c2a17: Download complete 01:19:27 5d3b04190fa2: Verifying Checksum 01:19:27 5d3b04190fa2: Download complete 01:19:27 5eb5b503b376: Verifying Checksum 01:19:27 5eb5b503b376: Download complete 01:19:28 2f39f015ded8: Download complete 01:19:28 5eb5b503b376: Pull complete 01:19:29 5c69ac0246d0: Pull complete 01:19:29 ec43610c2a17: Pull complete 01:19:29 3a2ae6a8a46f: Pull complete 01:19:29 33b1e0a273af: Pull complete 01:19:29 5d3b04190fa2: Pull complete 01:19:33 2f39f015ded8: Pull complete 01:19:33 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:19:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:19:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:19:33 prd-ubuntu20.04-docker-8c-8g-9547 does not seem to be running inside a container 01:19:33 $ 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/450/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/450 -v /w/workspace/edgex-go/450:/w/workspace/edgex-go/450:rw,z -v /w/workspace/edgex-go/450@tmp:/w/workspace/edgex-go/450@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:19:37 $ docker top e1c55ca1f75c078278869ab73da1a786dc33fb2bfa8293636e7a9b3c497251df -eo pid,comm [Pipeline] { [Pipeline] sh 01:19:37 + touch /tmp/pre-build-complete [Pipeline] sh 01:19:38 + mkdir -p /var/log/sysstat [Pipeline] sh 01:19:38 + ls /var/log/sa-host 01:19:38 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:19:38 provisioning config files... 01:19:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/450@tmp/config3656160110927269847tmp [Pipeline] { [Pipeline] echo 01:19:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:19:38 ---> create-netrc.sh [Pipeline] } 01:19:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:19:39 ---> python-tools-install.sh [Pipeline] echo 01:19:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:19:39 ---> sudo-logs.sh 01:19:39 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:19:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:19:39 ---> job-cost.sh 01:19:39 lf-activate-venv: SKIPPING 01:19:39 DEBUG: total: 0.10999999940395355 01:19:39 INFO: Retrieving Stack Cost... 01:19:39 INFO: Retrieving Pricing Info for: v3-standard-8 01:19:40 INFO: Archiving Costs [Pipeline] echo 01:19:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:19:40 ---> logs-deploy.sh 01:19:40 lf-activate-venv: SKIPPING 01:19:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/450 01:19:40 INFO: archiving workspace using pattern(s): 01:19:41 Archives upload complete. 01:19:41 INFO: archiving logs to Nexus