Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 01248c1391bf8c2793868be2b98c89264dfd5c2c 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-ssh5284496860151812865.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-ssh17950104117404061543.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-ssh7170737708686024833.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-ssh8716529300836477580.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-ssh6479236086912627962.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2723 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/373 [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/373 # 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 01248c1391bf8c2793868be2b98c89264dfd5c2c (main) Commit message: "fix(snap): source security-bootstrapper config overrides from env file (#4283)" > 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 01248c1391bf8c2793868be2b98c89264dfd5c2c # timeout=10 > git rev-list --no-walk bf562dc766fd38f4e5702a64e70d5e04b319d653 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:44:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:44:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:44:06 ========================================================= 13:44:06 EdgeX Global Pipelines Version Info 13:44:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:44:06 ------------------- 13:44:06 stable info: 13:44:06 ------------------- 13:44:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:44:06 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 13:44:06 Message: update stable to v1.0.244 13:44:07 ------------------- 13:44:07 experimental info: 13:44:07 ------------------- 13:44:07 Commited By: **** collab-it+edgex@linuxfoundation.org 13:44:07 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 13:44:07 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:44:07 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 13:44:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 13:44:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 13:44:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 13:44:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] echo 13:44:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 01248c1 [Pipeline] echo 13:44:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:44:08 provisioning config files... 13:44:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/373@tmp/config709667146648025007tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:44:08 ---> docker-login.sh 13:44:08 nexus3.edgexfoundry.org:10001 13:44:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:44:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:44:08 Configure a credential helper to remove this warning. See 13:44:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:44:08 13:44:08 Login Succeeded 13:44:08 nexus3.edgexfoundry.org:10002 13:44:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:44:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:44:08 Configure a credential helper to remove this warning. See 13:44:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:44:08 13:44:08 Login Succeeded 13:44:08 nexus3.edgexfoundry.org:10003 13:44:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:44:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:44:08 Configure a credential helper to remove this warning. See 13:44:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:44:08 13:44:08 Login Succeeded 13:44:08 nexus3.edgexfoundry.org:10004 13:44:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:44:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:44:09 Configure a credential helper to remove this warning. See 13:44:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:44:09 13:44:09 Login Succeeded 13:44:09 docker.io 13:44:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:44:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:44:09 Configure a credential helper to remove this warning. See 13:44:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:44:09 13:44:09 Login Succeeded 13:44:09 ---> docker-login.sh ends [Pipeline] } 13:44:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:44:09 + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/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 13:44:09 + dirname cmd/core-command/Dockerfile 13:44:09 + cut -d/ -f2 13:44:09 + echo core-command,cmd/core-command/Dockerfile 13:44:09 + cut -d/ -f2 13:44:09 + dirname cmd/core-data/Dockerfile 13:44:09 + echo core-data,cmd/core-data/Dockerfile 13:44:09 + dirname cmd/core-metadata/Dockerfile 13:44:09 + cut -d/ -f2 13:44:09 + echo core-metadata,cmd/core-metadata/Dockerfile 13:44:09 + dirname cmd/security-bootstrapper/Dockerfile 13:44:09 + cut -d/ -f2 13:44:09 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 13:44:09 + + dirname cmd/security-proxy-setup/Dockerfile 13:44:09 cut -d/ -f2 13:44:09 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 13:44:09 + dirname cmd/security-secretstore-setup/Dockerfile 13:44:09 + cut -d/ -f2 13:44:09 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 13:44:09 + dirname cmd/security-spiffe-token-provider/Dockerfile 13:44:09 + cut -d/ -f2 13:44:09 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 13:44:09 + dirname cmd/security-spire-agent/Dockerfile 13:44:09 + cut -d/ -f2 13:44:09 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 13:44:09 + dirname cmd/security-spire-config/Dockerfile 13:44:09 + cut -d/ -f2 13:44:09 + echo security-spire-config,cmd/security-spire-config/Dockerfile 13:44:09 + dirname cmd/security-spire-server/Dockerfile 13:44:09 + cut -d/ -f2 13:44:09 + echo security-spire-server,cmd/security-spire-server/Dockerfile 13:44:09 + dirname cmd/support-notifications/Dockerfile 13:44:09 + cut -d/ -f2 13:44:09 + echo support-notifications,cmd/support-notifications/Dockerfile 13:44:09 + dirname cmd/support-scheduler/Dockerfile 13:44:09 + cut -d/ -f2 13:44:09 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 13:44:09 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 13:44:10 + git rev-list -1 --merges 01248c1391bf8c2793868be2b98c89264dfd5c2c~1..01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] echo 13:44:10 -----------> git rev-list -1 --merges 01248c1391bf8c2793868be2b98c89264dfd5c2c~1..01248c1391bf8c2793868be2b98c89264dfd5c2c 01248c1391bf8c2793868be2b98c89264dfd5c2c [false] [Pipeline] sh 13:44:10 + git log --format=format:%s -1 01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] echo 13:44:10 ========================================================= 13:44:10 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 13:44:10 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 13:44:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:44:10 + grep -v github /etc/ssh/ssh_known_hosts 13:44:10 + [ -e /tmp/ssh_known_hosts ] 13:44:10 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 13:44:10 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo 13:44:10 tee -a /etc/ssh/ssh_known_hosts 13:44:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:44:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:44:11 13:44:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:44:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:44:11 0.1.4: Pulling from edgex-devops/py-git-semver 13:44:11 b85a868b505f: Pulling fs layer 13:44:11 e2be974225ed: Pulling fs layer 13:44:11 339a4e72a1f5: Pulling fs layer 13:44:11 988bab9f4d93: Pulling fs layer 13:44:11 1469e6f7b9e6: Pulling fs layer 13:44:11 988bab9f4d93: Waiting 13:44:11 eaf3925da568: Pulling fs layer 13:44:11 bab4dde63d76: Pulling fs layer 13:44:11 bde34c3a00c8: Pulling fs layer 13:44:11 b352a97aabf1: Pulling fs layer 13:44:11 4872d77fe225: Pulling fs layer 13:44:11 5851b861e8e6: Pulling fs layer 13:44:11 b352a97aabf1: Waiting 13:44:11 4872d77fe225: Waiting 13:44:11 1469e6f7b9e6: Waiting 13:44:11 bde34c3a00c8: Waiting 13:44:11 eaf3925da568: Waiting 13:44:11 bab4dde63d76: Waiting 13:44:11 5851b861e8e6: Waiting 13:44:11 e2be974225ed: Verifying Checksum 13:44:11 e2be974225ed: Download complete 13:44:11 988bab9f4d93: Verifying Checksum 13:44:11 988bab9f4d93: Download complete 13:44:11 1469e6f7b9e6: Verifying Checksum 13:44:11 1469e6f7b9e6: Download complete 13:44:11 eaf3925da568: Verifying Checksum 13:44:11 eaf3925da568: Download complete 13:44:11 339a4e72a1f5: Verifying Checksum 13:44:11 339a4e72a1f5: Download complete 13:44:11 bde34c3a00c8: Verifying Checksum 13:44:11 bde34c3a00c8: Download complete 13:44:12 b352a97aabf1: Verifying Checksum 13:44:12 b352a97aabf1: Download complete 13:44:12 4872d77fe225: Download complete 13:44:12 b85a868b505f: Verifying Checksum 13:44:12 b85a868b505f: Download complete 13:44:12 5851b861e8e6: Verifying Checksum 13:44:12 5851b861e8e6: Download complete 13:44:12 bab4dde63d76: Verifying Checksum 13:44:12 bab4dde63d76: Download complete 13:44:13 b85a868b505f: Pull complete 13:44:13 e2be974225ed: Pull complete 13:44:13 339a4e72a1f5: Pull complete 13:44:14 988bab9f4d93: Pull complete 13:44:14 1469e6f7b9e6: Pull complete 13:44:14 eaf3925da568: Pull complete 13:44:16 bab4dde63d76: Pull complete 13:44:16 bde34c3a00c8: Pull complete 13:44:16 b352a97aabf1: Pull complete 13:44:16 4872d77fe225: Pull complete 13:44:16 5851b861e8e6: Pull complete 13:44:16 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 13:44:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:44:16 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:44:16 prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container 13:44:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 13:44:18 $ docker top 905d3b7891e03f60674c043ec7140344d2c616b90a38d4a6659bcec33f308254 -eo pid,comm 13:44:18 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). 13:44:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:44:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:44:18 [ssh-agent] Looking for ssh-agent implementation... 13:44:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:44:18 $ docker exec 905d3b7891e03f60674c043ec7140344d2c616b90a38d4a6659bcec33f308254 ssh-agent 13:44:18 SSH_AUTH_SOCK=/tmp/ssh-SVECDF12BiZM/agent.33 13:44:18 SSH_AGENT_PID=39 13:44:18 Running ssh-add (command line suppressed) 13:44:18 Identity added: /w/workspace/edgex-go/373@tmp/private_key_7903205348212086160.key (/w/workspace/edgex-go/373@tmp/private_key_7903205348212086160.key) 13:44:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:44:18 + git tag --points-at HEAD [Pipeline] } 13:44:18 $ docker exec --env ******** --env ******** 905d3b7891e03f60674c043ec7140344d2c616b90a38d4a6659bcec33f308254 ssh-agent -k 13:44:19 unset SSH_AUTH_SOCK; 13:44:19 unset SSH_AGENT_PID; 13:44:19 echo Agent pid 39 killed; 13:44:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:44:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:44:19 [ssh-agent] Looking for ssh-agent implementation... 13:44:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:44:19 $ docker exec 905d3b7891e03f60674c043ec7140344d2c616b90a38d4a6659bcec33f308254 ssh-agent 13:44:19 SSH_AUTH_SOCK=/tmp/ssh-J193KdFO8AFv/agent.71 13:44:19 SSH_AGENT_PID=77 13:44:19 Running ssh-add (command line suppressed) 13:44:19 Identity added: /w/workspace/edgex-go/373@tmp/private_key_296200000198285690.key (/w/workspace/edgex-go/373@tmp/private_key_296200000198285690.key) 13:44:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:44:19 + git semver init 13:44:20 2023-01-17 13:44:19,931 [run_init] DEBUG init version:0.0.0 force:False 13:44:20 2023-01-17 13:44:19,932 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/373/.semver 13:44:20 2023-01-17 13:44:19,932 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/373/.semver 13:44:20 2023-01-17 13:44:19,932 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/373/.semver'], cwd=/w/workspace/edgex-go/373, universal_newlines=False, shell=None, istream=None) 13:44:25 2023-01-17 13:44:24,764 [append_file] DEBUG append to file:/w/workspace/edgex-go/373/.git/info/exclude 13:44:25 2023-01-17 13:44:24,765 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/373/.semver/main with force:False 13:44:25 2023-01-17 13:44:24,765 [read_version] DEBUG read version from /w/workspace/edgex-go/373/.semver/main 13:44:25 2023-01-17 13:44:24,765 [read_version] DEBUG read version from /w/workspace/edgex-go/373/.semver/main 13:44:25 3.0.0-dev.19 [Pipeline] } 13:44:25 $ docker exec --env ******** --env ******** 905d3b7891e03f60674c043ec7140344d2c616b90a38d4a6659bcec33f308254 ssh-agent -k 13:44:25 unset SSH_AUTH_SOCK; 13:44:25 unset SSH_AGENT_PID; 13:44:25 echo Agent pid 77 killed; 13:44:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:44:25 + git semver [Pipeline] } 13:44:26 $ docker stop --time=1 905d3b7891e03f60674c043ec7140344d2c616b90a38d4a6659bcec33f308254 13:44:27 $ docker rm -f --volumes 905d3b7891e03f60674c043ec7140344d2c616b90a38d4a6659bcec33f308254 [Pipeline] // withDockerContainer [Pipeline] sh 13:44:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:44:27 Stashed 1 file(s) [Pipeline] echo 13:44:27 [edgeXSemver]: initialized semver on version 3.0.0-dev.19 [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 13:44:28 + git config --global --add safe.directory /w/workspace/edgex-go/373 [Pipeline] echo 13:44:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 13:44:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 13:44:28 ========================================================= 13:44:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 13:44:28 ========================================================= [Pipeline] fileExists [Pipeline] sh 13:44:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 13:44:28 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 13:44:28 213ec9aee27d: Pulling fs layer 13:44:28 4583459ba037: Pulling fs layer 13:44:28 93c1e223e6f2: Pulling fs layer 13:44:28 53926ce57604: Pulling fs layer 13:44:28 21b2b0c7a3f4: Pulling fs layer 13:44:28 22ff95d597cd: Pulling fs layer 13:44:28 12d6caf4c0d1: Pulling fs layer 13:44:28 96b7cbca73a9: Pulling fs layer 13:44:28 a7acece74701: Pulling fs layer 13:44:28 53926ce57604: Waiting 13:44:28 21b2b0c7a3f4: Waiting 13:44:28 22ff95d597cd: Waiting 13:44:28 12d6caf4c0d1: Waiting 13:44:28 96b7cbca73a9: Waiting 13:44:28 a7acece74701: Waiting 13:44:28 93c1e223e6f2: Verifying Checksum 13:44:28 93c1e223e6f2: Download complete 13:44:28 4583459ba037: Verifying Checksum 13:44:28 4583459ba037: Download complete 13:44:28 21b2b0c7a3f4: Verifying Checksum 13:44:28 21b2b0c7a3f4: Download complete 13:44:28 22ff95d597cd: Verifying Checksum 13:44:28 22ff95d597cd: Download complete 13:44:28 213ec9aee27d: Verifying Checksum 13:44:28 213ec9aee27d: Download complete 13:44:28 12d6caf4c0d1: Download complete 13:44:28 213ec9aee27d: Pull complete 13:44:29 4583459ba037: Pull complete 13:44:29 93c1e223e6f2: Pull complete 13:44:30 a7acece74701: Verifying Checksum 13:44:30 a7acece74701: Download complete 13:44:30 53926ce57604: Verifying Checksum 13:44:30 53926ce57604: Download complete 13:44:30 96b7cbca73a9: Verifying Checksum 13:44:30 96b7cbca73a9: Download complete 13:44:34 53926ce57604: Pull complete 13:44:34 21b2b0c7a3f4: Pull complete 13:44:34 22ff95d597cd: Pull complete 13:44:34 12d6caf4c0d1: Pull complete 13:44:36 96b7cbca73a9: Pull complete 13:44:36 a7acece74701: Pull complete 13:44:37 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 13:44:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 13:44:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 13:44:37 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 13:44:37 WORKDIR /edgex 13:44:37 COPY go.mod . 13:44:37 RUN go mod download 13:44:37 + docker build -t ci-base-image-x86_64 -f - . 13:44:38 Sending build context to Docker daemon 170MB 13:44:38 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 13:44:38 ---> db6d94c90886 13:44:38 Step 2/4 : WORKDIR /edgex 13:44:40 ---> Running in 48d30a2aab08 13:44:40 Removing intermediate container 48d30a2aab08 13:44:40 ---> d251a4e87a08 13:44:40 Step 3/4 : COPY go.mod . 13:44:40 ---> 6911aefee0e9 13:44:40 Step 4/4 : RUN go mod download 13:44:40 ---> Running in 1921e8787aa0 13:44:43 Still waiting to schedule task 13:44:43 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 13:44:52 Removing intermediate container 1921e8787aa0 13:44:52 ---> 85134a4171c9 13:44:52 Successfully built 85134a4171c9 13:44:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:44:53 + docker inspect -f . ci-base-image-x86_64 13:44:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:44:53 prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container 13:44:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 13:44:53 $ docker top 9d29604776d9012864ce2c1bd08ca7e72f58039393380eb7d29650e0a76cf48c -eo pid,comm [Pipeline] { [Pipeline] sh 13:44:53 + go version 13:44:53 go version go1.18.7 linux/amd64 [Pipeline] } 13:44:53 $ docker stop --time=1 9d29604776d9012864ce2c1bd08ca7e72f58039393380eb7d29650e0a76cf48c 13:44:55 $ docker rm -f --volumes 9d29604776d9012864ce2c1bd08ca7e72f58039393380eb7d29650e0a76cf48c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:44:55 + docker inspect -f . ci-base-image-x86_64 13:44:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:44:55 prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container 13:44:55 $ 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/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 13:44:56 $ docker top 583a9db81c243fd97f7e2db9bb908d0ce05786a9fa46d13c6b68a3c6e6a5f9bf -eo pid,comm [Pipeline] { [Pipeline] echo 13:44:56 ========================================================= 13:44:56 [edgeXBuildGoParallel] Running Tests and Build... 13:44:56 ========================================================= [Pipeline] sh 13:44:56 + git config --global --add safe.directory /w/workspace/edgex-go/373 [Pipeline] fileExists [Pipeline] sh 13:44:56 + make test 13:44:56 go test -race -coverprofile=coverage.out ./... 13:45:03 ? github.com/edgexfoundry/edgex-go [no test files] 13:45:18 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:45:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:45:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:45:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:45:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 13:45:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:45:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:45:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:45:18 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 13:45:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:45:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:45:18 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:45:18 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 13:45:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.084s coverage: 28.7% of statements 13:45:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:45:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:45:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.113s coverage: 98.5% of statements 13:45:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.115s coverage: 43.0% of statements 13:45:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 13:45:18 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 13:45:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.126s coverage: 54.0% of statements 13:45:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:45:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:45:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.702s coverage: 89.2% of statements 13:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 13:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 13:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 13:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 13:45:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.087s coverage: 2.4% of statements 13:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:45:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.464s coverage: 95.6% of statements 13:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 13:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 13:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 13:45:21 ok github.com/edgexfoundry/edgex-go/internal/io 0.067s coverage: 72.2% of statements 13:45:21 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:45:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 13:45:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 13:45:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:45:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:45:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.079s coverage: 60.0% of statements 13:45:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:45:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:45:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:45:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.087s coverage: 0.9% of statements 13:45:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 13:45:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 13:45:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.068s coverage: 29.6% of statements 13:45:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 13:45:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 47.1% of statements 13:45:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.101s coverage: 79.5% of statements 13:45:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements 13:45:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements 13:45:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements 13:45:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.086s coverage: 94.4% of statements 13:45:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 13:45:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.194s coverage: 79.9% of statements 13:45:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.069s coverage: 92.9% of statements 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 65.1% of statements 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.063s coverage: 86.9% of statements 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.057s coverage: 87.2% of statements 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 77.4% of statements 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.084s coverage: 80.0% of statements 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.206s coverage: 91.2% of statements 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.167s coverage: 64.7% of statements 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 65.8% of statements 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.179s coverage: 41.8% of statements 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.053s coverage: 84.8% of statements 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.079s coverage: 17.7% of statements 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.148s coverage: 92.3% of statements 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.065s coverage: 63.2% of statements 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:45:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.107s coverage: 97.7% of statements 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 13:45:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 13:45:40 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 13:45:58 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." 13:45:58 go vet ./... 13:46:01 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:46:01 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:46:01 ./bin/test-attribution-txt.sh [Pipeline] echo 13:46:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 13:46:02 + ls -al . 13:46:02 total 748 13:46:02 drwxrwxr-x 11 1001 1001 4096 Jan 17 13:44 . 13:46:02 drwxr-xr-x 4 root root 4096 Jan 17 13:44 .. 13:46:02 drwxrwxr-x 2 1001 1001 4096 Jan 17 13:44 .blubracket 13:46:02 -rw-rw-r-- 1 1001 1001 16 Jan 17 13:44 .dockerignore 13:46:02 drwxrwxr-x 8 1001 1001 4096 Jan 17 13:45 .git 13:46:02 drwxrwxr-x 3 1001 1001 4096 Jan 17 13:44 .github 13:46:02 -rw-rw-r-- 1 1001 1001 956 Jan 17 13:44 .gitignore 13:46:02 -rw-rw-r-- 1 1001 1001 42 Jan 17 13:44 .golangci.yml 13:46:02 -rw-rw-r-- 1 1001 1001 87 Jan 17 13:44 .hadolint.yml 13:46:02 drwxr-xr-x 3 1001 1001 4096 Jan 17 13:44 .semver 13:46:02 -rw-rw-r-- 1 1001 1001 166 Jan 17 13:44 .sonarcloud.properties 13:46:02 -rw-rw-r-- 1 1001 1001 1171 Jan 17 13:44 ADOPTERS.md 13:46:02 -rw-rw-r-- 1 1001 1001 10825 Jan 17 13:44 Attribution.txt 13:46:02 -rw-rw-r-- 1 1001 1001 73765 Jan 17 13:44 CHANGELOG.md 13:46:02 -rw-rw-r-- 1 1001 1001 3804 Jan 17 13:44 CONTRIBUTING.md 13:46:02 -rw-rw-r-- 1 1001 1001 677 Jan 17 13:44 GOVERNANCE.md 13:46:02 -rw-rw-r-- 1 1001 1001 850 Jan 17 13:44 Jenkinsfile 13:46:02 -rw-rw-r-- 1 1001 1001 10775 Jan 17 13:44 LICENSE 13:46:02 -rw-rw-r-- 1 1001 1001 12513 Jan 17 13:44 Makefile 13:46:02 -rw-rw-r-- 1 1001 1001 582 Jan 17 13:44 OWNERS.md 13:46:02 -rw-rw-r-- 1 1001 1001 9403 Jan 17 13:44 README.md 13:46:02 -rw-rw-r-- 1 1001 1001 6912 Jan 17 13:44 SECURITY.md 13:46:02 -rw-rw-r-- 1 1001 1001 12 Jan 17 13:44 VERSION 13:46:02 drwxrwxr-x 2 1001 1001 4096 Jan 17 13:44 bin 13:46:02 drwxrwxr-x 16 1001 1001 4096 Jan 17 13:44 cmd 13:46:02 -rw-r--r-- 1 root root 489579 Jan 17 13:45 coverage.out 13:46:02 -rw-rw-r-- 1 1001 1001 3376 Jan 17 13:44 go.mod 13:46:02 -rw-rw-r-- 1 1001 1001 34949 Jan 17 13:44 go.sum 13:46:02 drwxrwxr-x 7 1001 1001 4096 Jan 17 13:44 internal 13:46:02 drwxrwxr-x 3 1001 1001 4096 Jan 17 13:44 openapi 13:46:02 drwxrwxr-x 4 1001 1001 4096 Jan 17 13:44 snap 13:46:02 -rw-rw-r-- 1 1001 1001 204 Jan 17 13:44 version.go [Pipeline] sh 13:46:02 + '[' -e coverage.out ] 13:46:02 + chown 1001:1001 coverage.out [Pipeline] stash 13:46:02 Stashed 1 file(s) [Pipeline] sh 13:46:02 + make build 13:46:02 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 13:46:13 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2724 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 13:46:13 Running in /w/workspace/edgex-go/373 [Pipeline] { [Pipeline] checkout 13:46:13 The recommended git tool is: git 13:46:15 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 13:46:16 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 13:46:17 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:46:18 using credential edgex-jenkins-ssh 13:46:18 Cloning the remote Git repository 13:46:18 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:46:18 > git init /w/workspace/edgex-go/373 # timeout=10 13:46:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:46:18 > git --version # timeout=10 13:46:18 > git --version # 'git version 2.25.1' 13:46:18 using GIT_SSH to set credentials SSH Credentials for GitHub 13:46:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:46:23 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:46:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:46:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 13:46:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 13:46:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 13:46:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 13:46:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 13:46:32 $ docker stop --time=1 583a9db81c243fd97f7e2db9bb908d0ce05786a9fa46d13c6b68a3c6e6a5f9bf 13:46:34 $ docker rm -f --volumes 583a9db81c243fd97f7e2db9bb908d0ce05786a9fa46d13c6b68a3c6e6a5f9bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 13:46:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:46:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:46:35 Avoid second fetch 13:46:35 Checking out Revision 01248c1391bf8c2793868be2b98c89264dfd5c2c (main) 13:46:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:46:35 13:46:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:46:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:46:36 latest: Pulling from edgex-devops/edgex-compose 13:46:36 cbdbe7a5bc2a: Pulling fs layer 13:46:36 ca9280d653b3: Pulling fs layer 13:46:36 7e9c9ca2126c: Pulling fs layer 13:46:36 Commit message: "fix(snap): source security-bootstrapper config overrides from env file (#4283)" 13:46:36 cbdbe7a5bc2a: Verifying Checksum 13:46:36 cbdbe7a5bc2a: Download complete 13:46:36 cbdbe7a5bc2a: Pull complete 13:46:36 ca9280d653b3: Verifying Checksum 13:46:36 ca9280d653b3: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:46:37 7e9c9ca2126c: Download complete 13:46:37 ca9280d653b3: Pull complete 13:46:37 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 13:46:37 % Total % Received % Xferd Average Speed Time Time Time Current 13:46:37 Dload Upload Total Spent Left Speed 13:46:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 97335 0 --:--:-- --:--:-- --:--:-- 98084 13:46:35 > git config core.sparsecheckout # timeout=10 13:46:35 > git checkout -f 01248c1391bf8c2793868be2b98c89264dfd5c2c # timeout=10 [Pipeline] sh 13:46:37 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 13:46:38 + sudo tee /etc/docker/daemon.new 13:46:38 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 13:46:38 { 13:46:38 "registry-mirrors": [ 13:46:38 "https://nexus3.edgexfoundry.org:10001" 13:46:38 ], 13:46:38 "bip": "10.250.0.254/24", 13:46:38 "hosts": [ 13:46:38 "tcp://0.0.0.0:5555", 13:46:38 "unix:///var/run/docker.sock" 13:46:38 ], 13:46:38 "mtu": 1458, 13:46:38 "selinux-enabled": true, 13:46:38 "seccomp-profile": "/etc/docker/seccomp.json" 13:46:38 } [Pipeline] sh 13:46:38 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 13:46:38 + sudo service docker restart 13:46:40 7e9c9ca2126c: Pull complete 13:46:40 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 13:46:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:46:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:46:40 prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container 13:46:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 13:46:41 $ docker top c2528965a2c6ec0b2e08182f5c13ab429191da3e1c9c47f9d287b45fdeda2aa7 -eo pid,comm [Pipeline] { [Pipeline] sh 13:46:42 + docker-compose build+ --helpgrep 13:46:42 parallel 13:46:42 --parallel Build images in parallel. [Pipeline] } 13:46:42 $ docker stop --time=1 c2528965a2c6ec0b2e08182f5c13ab429191da3e1c9c47f9d287b45fdeda2aa7 13:46:44 $ docker rm -f --volumes c2528965a2c6ec0b2e08182f5c13ab429191da3e1c9c47f9d287b45fdeda2aa7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:46:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:46:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:46:44 prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container 13:46:44 $ 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/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 13:46:45 $ docker top 5403893680ad9fe47583c4071a409344d42a1309f02c5b91279e92839d20e417 -eo pid,comm [Pipeline] { [Pipeline] sh 13:46:45 + docker-compose -f ./docker-compose-build.yml build --parallel 13:46:45 Building core-command ... 13:46:45 Building core-data ... 13:46:45 Building core-metadata ... 13:46:45 Building security-bootstrapper ... 13:46:45 Building security-proxy-setup ... 13:46:45 Building security-secretstore-setup ... 13:46:45 Building security-spiffe-token-provider ... 13:46:45 Building security-spire-agent ... 13:46:45 Building security-spire-config ... 13:46:45 Building security-spire-server ... 13:46:45 Building support-notifications ... 13:46:45 Building support-scheduler ... 13:46:45 Building security-spire-server 13:46:45 Building security-spiffe-token-provider 13:46:45 Building security-proxy-setup 13:46:45 Building support-scheduler 13:46:45 Building core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:46:57 provisioning config files... 13:46:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/373@tmp/config15868655526630401409tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:46:57 ---> docker-login.sh 13:46:57 nexus3.edgexfoundry.org:10001 13:46:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:46:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:46:58 Configure a credential helper to remove this warning. See 13:46:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:46:58 13:46:58 Login Succeeded 13:46:58 nexus3.edgexfoundry.org:10002 13:46:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:46:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:46:58 Configure a credential helper to remove this warning. See 13:46:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:46:58 13:46:58 Login Succeeded 13:46:58 nexus3.edgexfoundry.org:10003 13:46:58 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:46:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:46:58 ---> 85134a4171c9 13:46:58 Step 3/21 : WORKDIR /edgex-go 13:46:58 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:46:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:46:58 ---> 85134a4171c9 13:46:58 Step 3/22 : ARG ADD_BUILD_TAGS="" 13:46:58 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:46:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:46:58 ---> 85134a4171c9 13:46:58 Step 3/22 : ARG ADD_BUILD_TAGS="" 13:46:58 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:46:58 Step 2/19 : FROM ${BUILDER_BASE} AS builder 13:46:58 ---> 85134a4171c9 13:46:58 Step 3/19 : WORKDIR /edgex-go 13:46:58 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:46:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:46:58 ---> 85134a4171c9 13:46:58 Step 3/23 : WORKDIR /edgex-go 13:46:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:46:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:46:58 Configure a credential helper to remove this warning. See 13:46:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:46:58 13:46:58 Login Succeeded 13:46:58 nexus3.edgexfoundry.org:10004 13:46:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:46:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:46:59 Configure a credential helper to remove this warning. See 13:46:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:46:59 13:46:59 Login Succeeded 13:46:59 docker.io 13:46:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:46:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:46:59 Configure a credential helper to remove this warning. See 13:46:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:46:59 13:46:59 Login Succeeded 13:46:59 ---> docker-login.sh ends [Pipeline] } 13:46:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 13:47:00 + git config --global --add safe.directory /w/workspace/edgex-go/373 [Pipeline] echo 13:47:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 13:47:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 13:47:00 ========================================================= 13:47:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 13:47:00 ========================================================= [Pipeline] fileExists [Pipeline] sh 13:47:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 13:47:00 ---> Running in bae0389a3cbc 13:47:00 ---> Running in a6f244636ecd 13:47:00 ---> Running in aa0d719557c3 13:47:00 ---> Running in c8a89074e89a 13:47:00 ---> Running in 7e2eecbc4b34 13:47:00 Removing intermediate container bae0389a3cbc 13:47:00 ---> 42fb45efcb20 13:47:00 Step 4/22 : WORKDIR /edgex-go 13:47:00 ---> Running in 7b31ef0464b7 13:47:00 Removing intermediate container a6f244636ecd 13:47:00 ---> 9b6fd7f5e5cb 13:47:00 Step 4/21 : RUN apk add --update --no-cache make git 13:47:00 Removing intermediate container aa0d719557c3 13:47:00 ---> e579cd3e4d1b 13:47:00 Step 4/22 : WORKDIR /edgex-go 13:47:00 Removing intermediate container c8a89074e89a 13:47:00 ---> 64f1f6a607fc 13:47:00 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 13:47:00 Removing intermediate container 7e2eecbc4b34 13:47:00 ---> 90415f5f8da3 13:47:00 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 13:47:00 ---> Running in 0971f3c10fce 13:47:00 ---> Running in b6b81dc3e613 13:47:00 ---> Running in 1bdb44e5e7cb 13:47:00 ---> Running in b341e07ad58c 13:47:00 Removing intermediate container 7b31ef0464b7 13:47:00 ---> e7a0955824f5 13:47:00 Step 5/22 : RUN apk add --update --no-cache make git 13:47:00 ---> Running in 8c19b7744ecd 13:47:00 Removing intermediate container 0971f3c10fce 13:47:00 ---> df7f1df6ba7d 13:47:00 Step 5/22 : RUN apk add --update --no-cache make git 13:47:00 ---> Running in bd617c4cae56 13:47:00 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:47:00 9b18e9b68314: Pulling fs layer 13:47:00 35d82f9e3411: Pulling fs layer 13:47:00 e16973657156: Pulling fs layer 13:47:00 fc693d55d65f: Pulling fs layer 13:47:00 7e9fc2657dce: Pulling fs layer 13:47:00 dda99020689f: Pulling fs layer 13:47:00 db1c61fa0a46: Pulling fs layer 13:47:00 891c053d2c06: Pulling fs layer 13:47:00 fc693d55d65f: Waiting 13:47:00 7e9fc2657dce: Waiting 13:47:00 dda99020689f: Waiting 13:47:00 db1c61fa0a46: Waiting 13:47:00 891c053d2c06: Waiting 13:47:00 e16973657156: Verifying Checksum 13:47:00 e16973657156: Download complete 13:47:00 35d82f9e3411: Verifying Checksum 13:47:00 35d82f9e3411: Download complete 13:47:00 7e9fc2657dce: Verifying Checksum 13:47:00 7e9fc2657dce: Download complete 13:47:00 dda99020689f: Verifying Checksum 13:47:00 dda99020689f: Download complete 13:47:00 9b18e9b68314: Download complete 13:47:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:47:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:47:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:47:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:47:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:47:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:47:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:47:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:47:01 OK: 211 MiB in 51 packages 13:47:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:47:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:47:01 OK: 211 MiB in 51 packages 13:47:01 9b18e9b68314: Pull complete 13:47:01 v3.16.3-122-g600819cc53 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 13:47:01 v3.16.3-122-g600819cc53 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 13:47:01 OK: 17042 distinct packages available 13:47:01 OK: 211 MiB in 51 packages 13:47:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:47:01 OK: 211 MiB in 51 packages 13:47:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:47:02 891c053d2c06: Verifying Checksum 13:47:02 891c053d2c06: Download complete 13:47:02 Removing intermediate container 1bdb44e5e7cb 13:47:02 ---> 2a4784a57451 13:47:02 Step 5/23 : COPY go.mod vendor* ./ 13:47:02 OK: 211 MiB in 51 packages 13:47:02 Removing intermediate container b6b81dc3e613 13:47:02 ---> e3a834ed037c 13:47:02 Step 5/21 : COPY go.mod vendor* ./ 13:47:02 ---> 208546ca0bd0 13:47:02 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:47:02 35d82f9e3411: Pull complete 13:47:02 ---> 91003099f64d 13:47:02 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:47:02 ---> Running in 0135a967ab91 13:47:02 ---> Running in aabedf5bfdab 13:47:02 Removing intermediate container bd617c4cae56 13:47:02 ---> 2105e4b5a9dd 13:47:02 Step 6/22 : COPY go.mod vendor* ./ 13:47:02 Removing intermediate container 8c19b7744ecd 13:47:02 ---> 73b152c95edf 13:47:02 Step 6/22 : COPY go.mod vendor* ./ 13:47:02 ---> 67fa29d05aa7 13:47:02 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:47:02 Removing intermediate container b341e07ad58c 13:47:02 ---> 8c61227864f2 13:47:02 Step 5/19 : COPY go.mod vendor* ./ 13:47:02 ---> Running in 917125d5f877 13:47:02 ---> 263d9c231648 13:47:02 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:47:02 e16973657156: Pull complete 13:47:03 ---> Running in 91e510185ab7 13:47:03 ---> fed0085753a3 13:47:03 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:47:03 ---> Running in de2122e069d2 13:47:03 db1c61fa0a46: Verifying Checksum 13:47:03 db1c61fa0a46: Download complete 13:47:03 fc693d55d65f: Download complete 13:47:16 fc693d55d65f: Pull complete 13:47:16 7e9fc2657dce: Pull complete 13:47:16 dda99020689f: Pull complete 13:47:21 db1c61fa0a46: Pull complete 13:47:23 891c053d2c06: Pull complete 13:47:23 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 13:47:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 13:47:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 13:47:23 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 13:47:23 WORKDIR /edgex 13:47:23 COPY go.mod . 13:47:23 RUN go mod download 13:47:23 + docker build -t ci-base-image-arm64 -f - . 13:47:24 Sending build context to Docker daemon 3.112MB 13:47:24 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 13:47:24 ---> f96f9c87975a 13:47:24 Step 2/4 : WORKDIR /edgex 13:47:25 ---> Running in 050b3cb90aff 13:47:25 Removing intermediate container 050b3cb90aff 13:47:25 ---> 49b9a88075ed 13:47:25 Step 3/4 : COPY go.mod . 13:47:26 ---> 4249d1e2c813 13:47:26 Step 4/4 : RUN go mod download 13:47:26 ---> Running in fd434574d116 13:47:58 Removing intermediate container fd434574d116 13:47:58 ---> 8bde7e51806c 13:47:58 Successfully built 8bde7e51806c 13:47:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:47:59 + docker inspect -f . ci-base-image-arm64 13:47:59 . 13:47:59 Removing intermediate container 91e510185ab7 13:47:59 ---> dfb5a5ab61d0 13:47:59 Step 8/22 : COPY . . 13:47:59 Removing intermediate container de2122e069d2 13:47:59 ---> 9cfac762351a 13:47:59 Step 7/19 : COPY . . 13:47:59 Removing intermediate container 917125d5f877 13:47:59 ---> d758542f30d1 13:47:59 Step 8/22 : COPY . . 13:47:59 Removing intermediate container aabedf5bfdab 13:47:59 ---> 37f8e232e56d 13:47:59 Step 7/21 : COPY . . 13:47:59 Removing intermediate container 0135a967ab91 13:47:59 ---> ce0b9be7e502 13:47:59 Step 7/23 : COPY . . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:47:59 prd-ubuntu20.04-docker-arm64-4c-16g-2724 does not seem to be running inside a container 13:47:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 13:48:00 $ docker top 565e5c5b39e70015353416716e7ba3483d7dcaac311fd56cda1f4865f8104bc1 -eo pid,comm [Pipeline] { [Pipeline] sh 13:48:01 + go version 13:48:01 go version go1.18.7 linux/arm64 [Pipeline] } 13:48:01 $ docker stop --time=1 565e5c5b39e70015353416716e7ba3483d7dcaac311fd56cda1f4865f8104bc1 13:48:03 $ docker rm -f --volumes 565e5c5b39e70015353416716e7ba3483d7dcaac311fd56cda1f4865f8104bc1 [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 13:48:03 ---> e885ce7269fc 13:48:03 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 13:48:03 ---> 51d62cf39483 13:48:03 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 13:48:03 ---> 0bbfa90af8fd 13:48:03 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:48:03 ---> 53609d073a73 13:48:03 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 13:48:03 ---> 56e1b3961b12 13:48:03 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 13:48:03 ---> Running in 7cb5f5b263d2 13:48:03 ---> Running in 7344c6e7aa71 13:48:03 ---> Running in 0309dd2eead0 13:48:03 ---> Running in d601f2394798 13:48:03 ---> Running in 95884d025d7f 13:48:03 Removing intermediate container 0309dd2eead0 13:48:03 ---> 8cd8bce5c37f 13:48:03 Step 9/23 : WORKDIR /edgex-go/spire-build 13:48:03 ---> Running in 32235c842c99 13:48:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:48:03 13:48:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:48:03 Removing intermediate container 32235c842c99 13:48:03 ---> 8f9cebf0cf7f 13:48:03 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 13:48:03 ---> Running in 544eff776289 13:48:03 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 13:48:03 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:48:03 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:48:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:48:03 latest: Pulling from edgex-devops/edgex-compose-arm64 13:48:03 29e5d40040c1: Pulling fs layer 13:48:03 1ce36da41761: Pulling fs layer 13:48:03 25b303627fd3: Pulling fs layer 13:48:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 13:48:04 29e5d40040c1: Verifying Checksum 13:48:04 29e5d40040c1: Download complete 13:48:04 1ce36da41761: Verifying Checksum 13:48:04 1ce36da41761: Download complete 13:48:04 29e5d40040c1: Pull complete 13:48:04 Removing intermediate container 544eff776289 13:48:04 ---> e1ba88ba9ab3 13:48:04 Step 11/23 : WORKDIR /edgex-go 13:48:04 ---> Running in 33c7a57169dd 13:48:05 Removing intermediate container 33c7a57169dd 13:48:05 ---> 588db35789e6 13:48:05 13:48:05 Step 12/23 : FROM alpine:3.15 13:48:05 3.15: Pulling from library/alpine 13:48:05 1ce36da41761: Pull complete 13:48:05 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 13:48:05 Status: Downloaded newer image for alpine:3.15 13:48:05 ---> c4fc93816858 13:48:05 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 13:48:05 ---> Running in 0609c9afb94b 13:48:06 25b303627fd3: Verifying Checksum 13:48:06 25b303627fd3: Download complete 13:48:06 Removing intermediate container 0609c9afb94b 13:48:06 ---> 1bb8eb1c37a3 13:48:06 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 13:48:06 ---> Running in 3a77eb1d705e 13:48:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 13:48:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 13:48:07 v3.15.6-260-g56987637fa [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 13:48:07 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 13:48:07 OK: 15859 distinct packages available 13:48:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 13:48:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 13:48:07 (1/5) Installing dumb-init (1.2.5-r1) 13:48:07 (2/5) Installing musl-obstack (1.2.3-r0) 13:48:07 (3/5) Installing libucontext (1.1-r0) 13:48:07 (4/5) Installing gcompat (1.0.0-r4) 13:48:07 (5/5) Installing openssl (1.1.1s-r1) 13:48:07 Executing busybox-1.34.1-r7.trigger 13:48:07 OK: 7 MiB in 19 packages 13:48:08 Removing intermediate container 3a77eb1d705e 13:48:08 ---> 8b23d0de86f7 13:48:08 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 13:48:10 ---> 0bdb02de68df 13:48:10 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 13:48:11 ---> e84039367f30 13:48:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 13:48:12 ---> 4b695caec69f 13:48:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 13:48:12 ---> 678373b322c9 13:48:12 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 13:48:12 ---> Running in deeaea963734 13:48:13 Removing intermediate container deeaea963734 13:48:13 ---> 8eabb3d3b960 13:48:13 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 13:48:13 ---> Running in b2bce9ee83f3 13:48:13 Removing intermediate container b2bce9ee83f3 13:48:13 ---> 75a05955de74 13:48:13 Step 21/23 : LABEL arch=x86_64 13:48:14 ---> Running in 963db6151ad6 13:48:14 Removing intermediate container 963db6151ad6 13:48:14 ---> 02d80794c8e2 13:48:14 Step 22/23 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 13:48:14 ---> Running in a690cc562837 13:48:15 Removing intermediate container a690cc562837 13:48:15 ---> e3af19767dc5 13:48:15 Step 23/23 : LABEL version=3.0.0-dev.19 13:48:15 ---> Running in 8229a48df062 13:48:15 Removing intermediate container 8229a48df062 13:48:15 ---> a5713bdb9f04 13:48:15 13:48:15 Successfully built a5713bdb9f04 13:48:15 Successfully tagged security-spire-server:latest 13:48:15 Building security-secretstore-setup 13:48:16 25b303627fd3: Pull complete 13:48:16 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 13:48:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:48:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:48:16 prd-ubuntu20.04-docker-arm64-4c-16g-2724 does not seem to be running inside a container 13:48:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 13:48:18  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:48:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:48:18 ---> 85134a4171c9 13:48:18 Step 3/24 : WORKDIR /edgex-go 13:48:18 ---> Using cache 13:48:18 ---> 90415f5f8da3 13:48:18 Step 4/24 : RUN apk add --update --no-cache make git 13:48:18 $ docker top 7265ef42b4ccf92070a9e033a89b297941eace0b555acad53da34e9d4e358fc7 -eo pid,comm [Pipeline] { [Pipeline] sh 13:48:19 + docker-compose build --help 13:48:19 + grep parallel 13:48:20 ---> Running in 2430b61560c3 13:48:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:48:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:48:20 OK: 211 MiB in 51 packages 13:48:22 Removing intermediate container 2430b61560c3 13:48:22 ---> 7254114ac9e8 13:48:22 Step 5/24 : COPY go.mod vendor* ./ 13:48:22 --parallel Build images in parallel. 13:48:22 ---> 592eed4de68c 13:48:22 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:48:22 ---> Running in cf5038b8a236 [Pipeline] } 13:48:22 $ docker stop --time=1 7265ef42b4ccf92070a9e033a89b297941eace0b555acad53da34e9d4e358fc7 13:48:24 $ docker rm -f --volumes 7265ef42b4ccf92070a9e033a89b297941eace0b555acad53da34e9d4e358fc7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:48:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:48:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:48:25 prd-ubuntu20.04-docker-arm64-4c-16g-2724 does not seem to be running inside a container 13:48:25 $ 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/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 13:48:26 $ docker top d218a7654e04bbd640613b5b59abd4aeee719530041d891cc65f4332bff5a57d -eo pid,comm [Pipeline] { [Pipeline] sh 13:48:26 + docker-compose -f ./docker-compose-build.yml build --parallel 13:48:30 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 13:48:31 Building core-command ... 13:48:31 Building core-data ... 13:48:31 Building core-metadata ... 13:48:31 Building security-bootstrapper ... 13:48:31 Building security-proxy-setup ... 13:48:31 Building security-secretstore-setup ... 13:48:31 Building security-spiffe-token-provider ... 13:48:31 Building security-spire-agent ... 13:48:31 Building security-spire-config ... 13:48:31 Building security-spire-server ... 13:48:31 Building support-notifications ... 13:48:31 Building support-scheduler ... 13:48:31 Building security-spiffe-token-provider 13:48:31 Building security-proxy-setup 13:48:31 Building security-spire-agent 13:48:31 Building security-spire-config 13:48:31 Building support-scheduler 13:48:39 Removing intermediate container d601f2394798 13:48:39 ---> 5e9b0c8350da 13:48:39 13:48:39 Removing intermediate container 7cb5f5b263d2 13:48:39 ---> 7f1bd0d793f6 13:48:39 13:48:39 Step 10/22 : FROM alpine:3.16 13:48:39 Step 9/21 : FROM alpine:3.16 13:48:39 3.16: Pulling from library/alpine 13:48:39 3.16: Pulling from library/alpine 13:48:40 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 13:48:40 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 13:48:40 Status: Downloaded newer image for alpine:3.16 13:48:40 Status: Image is up to date for alpine:3.16 13:48:41 ---> bfe296a52501 13:48:41 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:48:41 ---> bfe296a52501 13:48:41 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 13:48:41 ---> Running in c328e4fec615 13:48:41 ---> Running in db7e43b1caa0 13:48:41 Removing intermediate container c328e4fec615 13:48:41 ---> fc3bd722e534 13:48:41 Step 12/22 : ENV APP_PORT=59880 13:48:41 ---> Running in 63afd468844b 13:48:41 Removing intermediate container 95884d025d7f 13:48:41 ---> 782ee96e2772 13:48:41 13:48:41 Step 9/19 : FROM alpine:3.15 13:48:41 ---> c4fc93816858 13:48:41 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 13:48:41 ---> Using cache 13:48:41 ---> 1bb8eb1c37a3 13:48:41 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 13:48:42 Removing intermediate container 7344c6e7aa71 13:48:42 ---> 31eea604d4ec 13:48:42 13:48:42 Step 10/22 : FROM alpine:3.16 13:48:42 ---> bfe296a52501 13:48:42 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:48:42 ---> Running in 188e3c6bb636 13:48:42 ---> Running in 2f6f4eb5f4ad 13:48:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:48:42 Removing intermediate container 63afd468844b 13:48:42 ---> 2f00add5a470 13:48:42 Step 13/22 : EXPOSE $APP_PORT 13:48:42 ---> Running in 1a1621352c65 13:48:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:48:42 Removing intermediate container 1a1621352c65 13:48:42 ---> 372c9b1816f8 13:48:42 Step 14/22 : RUN apk add --update --no-cache dumb-init 13:48:42 ---> Running in a1bb691a2f51 13:48:42 (1/6) Installing ca-certificates (20220614-r0) 13:48:42 (2/6) Installing brotli-libs (1.0.9-r6) 13:48:42 (3/6) Installing nghttp2-libs (1.47.0-r0) 13:48:42 (4/6) Installing libcurl (7.83.1-r5) 13:48:42 Removing intermediate container cf5038b8a236 13:48:42 ---> 2c1a137ccd95 13:48:42 Step 7/24 : COPY . . 13:48:42 (5/6) Installing curl (7.83.1-r5) 13:48:42 (6/6) Installing dumb-init (1.2.5-r1) 13:48:42 Executing busybox-1.35.0-r17.trigger 13:48:42 Executing ca-certificates-20220614-r0.trigger 13:48:42 OK: 8 MiB in 20 packages 13:48:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:48:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 13:48:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:48:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 13:48:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:48:43 (1/1) Installing dumb-init (1.2.5-r1) 13:48:43 Executing busybox-1.35.0-r17.trigger 13:48:43 OK: 6 MiB in 15 packages 13:48:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:48:43 v3.15.6-260-g56987637fa [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 13:48:43 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 13:48:43 OK: 15859 distinct packages available 13:48:43 (1/1) Installing dumb-init (1.2.5-r1) 13:48:43 Executing busybox-1.35.0-r17.trigger 13:48:43 OK: 6 MiB in 15 packages 13:48:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 13:48:43 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:48:43 Step 2/19 : FROM ${BUILDER_BASE} AS builder 13:48:43 ---> 8bde7e51806c 13:48:43 Step 3/19 : WORKDIR /edgex-go 13:48:43 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:48:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:48:43 ---> 8bde7e51806c 13:48:43 Step 3/24 : WORKDIR /edgex-go 13:48:43 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:48:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:48:43 ---> 8bde7e51806c 13:48:43 Step 3/24 : WORKDIR /edgex-go 13:48:43 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:48:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:48:43 ---> 8bde7e51806c 13:48:43 Step 3/21 : WORKDIR /edgex-go 13:48:43 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:48:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:48:43 ---> 8bde7e51806c 13:48:43 Step 3/22 : ARG ADD_BUILD_TAGS="" 13:48:43 ---> Running in 934d59571c5e 13:48:43 ---> Running in f793ffb58ecb 13:48:43 ---> Running in f49a8f5311b0 13:48:43 ---> Running in 6022c292f7ab 13:48:43 ---> Running in 1ca99c53a38d 13:48:43 Removing intermediate container 934d59571c5e 13:48:43 ---> cb173aa0d176 13:48:43 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 13:48:43 Removing intermediate container f793ffb58ecb 13:48:43 ---> aff95083d7ab 13:48:43 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 13:48:43 ---> Running in ddfcda6106bf 13:48:43 Removing intermediate container f49a8f5311b0 13:48:43 ---> 81852549d755 13:48:43 Step 4/21 : RUN apk add --update --no-cache make git 13:48:43 ---> Running in 62d06b8a71a3 13:48:43 Removing intermediate container 1ca99c53a38d 13:48:43 ---> e1a201eaf101 13:48:43 Step 4/22 : WORKDIR /edgex-go 13:48:43 Removing intermediate container 6022c292f7ab 13:48:43 ---> 77dbb77732a3 13:48:43 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 13:48:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 13:48:43 (1/9) Installing ca-certificates (20220614-r0) 13:48:43 (2/9) Installing brotli-libs (1.0.9-r5) 13:48:43 (3/9) Installing nghttp2-libs (1.46.0-r0) 13:48:43 (4/9) Installing libcurl (7.80.0-r5) 13:48:43 (5/9) Installing curl (7.80.0-r5) 13:48:43 (6/9) Installing dumb-init (1.2.5-r1) 13:48:43 ---> Running in 71b111ba466c 13:48:43 ---> Running in a282a3e73c2c 13:48:43 ---> Running in 98a366c5c132 13:48:43 (7/9) Installing musl-obstack (1.2.3-r0) 13:48:43 (8/9) Installing libucontext (1.1-r0) 13:48:43 (9/9) Installing gcompat (1.0.0-r4) 13:48:43 Executing busybox-1.34.1-r7.trigger 13:48:43 Executing ca-certificates-20220614-r0.trigger 13:48:43 OK: 8 MiB in 23 packages 13:48:44 Removing intermediate container a282a3e73c2c 13:48:44 ---> 22facda89c26 13:48:44 Step 5/22 : RUN apk add --update --no-cache make git 13:48:44 ---> Running in 157587663cb6 13:48:45 Removing intermediate container db7e43b1caa0 13:48:45 ---> cadf43c607d2 13:48:45 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:48:45 Removing intermediate container 2f6f4eb5f4ad 13:48:45 ---> 3c41f515cc78 13:48:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:48:45 ---> Running in 9a7b6bb46eca 13:48:45 ---> Running in 0ad8c222b252 13:48:45 Removing intermediate container a1bb691a2f51 13:48:45 ---> bc6123e5fb29 13:48:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:48:45 Removing intermediate container 9a7b6bb46eca 13:48:45 ---> 5fd629752016 13:48:45 Step 12/21 : WORKDIR /edgex 13:48:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:48:45 Removing intermediate container 0ad8c222b252 13:48:45 ---> e5e286e47191 13:48:45 Step 13/22 : ENV APP_PORT=59861 13:48:45 Removing intermediate container 188e3c6bb636 13:48:45 ---> 27332f4c5daa 13:48:45 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 13:48:45 ---> Running in 16a97b42cfcb 13:48:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:48:45 ---> Running in b5fd21b1b538 13:48:45 ---> 908aa375e323 13:48:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:48:45 ---> b7e4a721a93b 13:48:45 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 13:48:45 Removing intermediate container 16a97b42cfcb 13:48:45 ---> 3ce37942a443 13:48:45 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:48:45 Removing intermediate container b5fd21b1b538 13:48:45 ---> 8df727f336f5 13:48:45 Step 14/22 : EXPOSE $APP_PORT 13:48:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:48:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:48:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:48:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:48:46 ---> Running in 4c2bfbdeb73b 13:48:46 ---> 2e513cea5312 13:48:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:48:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:48:46 ---> d2630814bb05 13:48:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:48:46 Removing intermediate container 4c2bfbdeb73b 13:48:46 ---> 35ce883843f6 13:48:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:48:46 ---> 95ba5f42d25b 13:48:46 Step 18/22 : ENTRYPOINT ["/core-data"] 13:48:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:48:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:48:46 ---> 280de6ddb9a2 13:48:46 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 13:48:46 ---> 1fa57d045b89 13:48:46 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:48:46 ---> Running in a9ed380b13e9 13:48:46 ---> Running in 59fcd21f5f41 13:48:46 ---> 1fe68d67da79 13:48:46 ---> 12ca325c2d64 13:48:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler /Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:48:46 13:48:46 ---> 5af54ea01601 13:48:46 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 13:48:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:48:47 Removing intermediate container 59fcd21f5f41 13:48:47 ---> 0a31b72b9476 13:48:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 13:48:47 ---> Running in 914fd258202a 13:48:47 ---> Running in b4d1c6e9e092 13:48:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 13:48:47 OK: 221 MiB in 51 packages 13:48:47 ---> 27a2b2a27168 13:48:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 13:48:47 v3.16.3-122-g600819cc53 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 13:48:47 v3.16.3-122-g600819cc53 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 13:48:47 OK: 16899 distinct packages available 13:48:47 Removing intermediate container 914fd258202a 13:48:47 ---> 450c930ee01c 13:48:47 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 13:48:47 ---> Running in 3672e5b8255d 13:48:47 Removing intermediate container b4d1c6e9e092 13:48:47 ---> 76e7e1c70772 13:48:47 Step 20/22 : LABEL arch=x86_64 13:48:47 ---> 96400ed53500 13:48:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:48:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:48:47 OK: 221 MiB in 51 packages 13:48:47 ---> Running in a76da9c54989 13:48:47 ---> 6850df14ab82 13:48:47 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:48:47 Removing intermediate container 3672e5b8255d 13:48:47 ---> b0d944d916c1 13:48:47 Step 17/19 : LABEL arch=x86_64 13:48:47 ---> Running in 55e5b71092c5 13:48:47 OK: 221 MiB in 51 packages 13:48:48 ---> 1f292495b14a 13:48:48 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:48:48 Removing intermediate container a76da9c54989 13:48:48 ---> 03e7fa7144ba 13:48:48 Step 21/22 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 13:48:48 ---> Running in cc4a3a1c485c 13:48:48 ---> Running in f0323520cbba 13:48:48 ---> Running in 29ec88e4de66 13:48:48 Removing intermediate container cc4a3a1c485c 13:48:48 ---> c8829067de38 13:48:48 Step 18/19 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 13:48:48 ---> Running in 268285329e44 13:48:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:48:48 Removing intermediate container f0323520cbba 13:48:48 ---> 2679423f729f 13:48:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 13:48:48 ---> Running in c875564e6cf7 13:48:48 Removing intermediate container 29ec88e4de66 13:48:48 ---> 853be6f7cd50 13:48:48 Step 22/22 : LABEL version=3.0.0-dev.19 13:48:48 Removing intermediate container 268285329e44 13:48:48 ---> 6972bd9f5a3a 13:48:48 Step 19/19 : LABEL version=3.0.0-dev.19 13:48:48 OK: 221 MiB in 51 packages 13:48:48 ---> Running in e493ce53f912 13:48:48 ---> Running in a385c51a8216 13:48:48 Removing intermediate container c875564e6cf7 13:48:48 ---> 3f9240ba8e20 13:48:48 Step 20/22 : LABEL arch=x86_64 13:48:48 ---> Running in 7be456941670 13:48:48 Removing intermediate container e493ce53f912 13:48:48 ---> 7bc0e07a5363 13:48:48 13:48:48 Removing intermediate container a385c51a8216 13:48:48 ---> 17e5ab409f0b 13:48:48 13:48:48 Removing intermediate container ddfcda6106bf 13:48:48 ---> 62242efc1c68 13:48:48 Step 5/24 : COPY go.mod vendor* ./ 13:48:48 Successfully built 7bc0e07a5363 13:48:48 Successfully tagged security-spiffe-token-provider:latest 13:48:48  Building security-spiffe-token-provider ... done Building security-spire-config 13:48:48 Removing intermediate container 7be456941670 13:48:48 ---> fae972bc57b6 13:48:48 Step 21/22 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 13:48:48 Successfully built 17e5ab409f0b 13:48:48 Successfully tagged core-data:latest 13:48:48  Building core-data ... done Building security-bootstrapper 13:48:48 Removing intermediate container 55e5b71092c5 13:48:48 ---> 1872357068cb 13:48:48 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 13:48:48 ---> Running in 6688843b110d 13:48:48 ---> Running in a63a3c6cf670 13:48:49 Removing intermediate container 6688843b110d 13:48:49 ---> ad95d7f0c8d7 13:48:49 Step 22/22 : LABEL version=3.0.0-dev.19 13:48:49 OK: 221 MiB in 51 packages 13:48:49 Removing intermediate container 71b111ba466c 13:48:49 ---> c8c306031cf4 13:48:49 Step 5/21 : COPY go.mod vendor* ./ 13:48:49 Removing intermediate container 98a366c5c132 13:48:49 ---> 7ceaca6a6e49 13:48:49 Step 5/24 : COPY go.mod vendor* ./ 13:48:50 Removing intermediate container 157587663cb6 13:48:50 ---> 69fc5b043552 13:48:50 Step 6/22 : COPY go.mod vendor* ./ 13:48:50 ---> 64fe58818518 13:48:50 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:48:50 ---> Running in ddff66b76e72 13:48:50 Removing intermediate container a63a3c6cf670 13:48:50 ---> 92800b2b677d 13:48:50 Step 19/21 : LABEL arch=x86_64 13:48:50 ---> Running in 780d4b9aacbd 13:48:50 ---> Running in 6b73959201dc 13:48:50 Removing intermediate container 780d4b9aacbd 13:48:50 ---> 66743304b1e7 13:48:50 13:48:51 ---> d9743f5cb45a 13:48:51 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:48:51 ---> acc2163c2458 13:48:51 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:48:51 Removing intermediate container 62d06b8a71a3 13:48:51 ---> 7a81970d6b33 13:48:51 ---> Running in 2ffa9b9de66a 13:48:51 Step 5/19 : COPY go.mod vendor* ./ 13:48:51 Successfully built 66743304b1e7 13:48:51 Removing intermediate container 6b73959201dc 13:48:51 ---> 56e3d42bf8c8 13:48:51 Step 20/21 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 13:48:51 Successfully tagged support-scheduler:latest 13:48:51  Building support-scheduler ... done Building core-command 13:48:51 ---> Running in 481ab44f1dbb 13:48:51 ---> Running in 0ee95441774e 13:48:51 ---> 7b56c3b32db1 13:48:51 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:48:51 ---> Running in 476afaf2d97e 13:48:51 Removing intermediate container 0ee95441774e 13:48:51 ---> 030278143298 13:48:51 Step 21/21 : LABEL version=3.0.0-dev.19 13:48:52 ---> 3639ab937af9 13:48:52 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:48:52 ---> Running in 31223f208893 13:48:52 ---> Running in d4074d3e3cee 13:48:53 Removing intermediate container d4074d3e3cee 13:48:53 ---> 95dfadc59d62 13:48:53 13:48:53 Successfully built 95dfadc59d62 13:48:53 Successfully tagged security-proxy-setup:latest 13:48:53  Building security-proxy-setup ... done Building support-notifications 13:48:56 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:48:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:48:56 ---> 85134a4171c9 13:48:56 Step 3/24 : WORKDIR /edgex-go 13:48:56 ---> Using cache 13:48:56 ---> 90415f5f8da3 13:48:56 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 13:48:56 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:48:56 Step 2/32 : FROM ${BUILDER_BASE} AS builder 13:48:56 ---> 85134a4171c9 13:48:56 Step 3/32 : WORKDIR /edgex-go 13:48:56 ---> Using cache 13:48:56 ---> 90415f5f8da3 13:48:56 Step 4/32 : RUN apk add --update --no-cache make git 13:48:56 ---> Using cache 13:48:56 ---> 7254114ac9e8 13:48:56 Step 5/32 : COPY go.mod vendor* ./ 13:48:56 ---> Using cache 13:48:56 ---> 592eed4de68c 13:48:56 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:48:56 ---> Using cache 13:48:56 ---> 2c1a137ccd95 13:48:56 Step 7/32 : COPY . . 13:48:56 ---> Using cache 13:48:56 ---> 1fa57d045b89 13:48:56 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:48:57 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:48:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:48:57 ---> 85134a4171c9 13:48:57 Step 3/23 : ARG ADD_BUILD_TAGS="" 13:48:57 ---> Using cache 13:48:57 ---> e579cd3e4d1b 13:48:57 Step 4/23 : WORKDIR /edgex-go 13:48:57 ---> Using cache 13:48:57 ---> df7f1df6ba7d 13:48:57 Step 5/23 : RUN apk add --update --no-cache make git 13:48:57 ---> Using cache 13:48:57 ---> 2105e4b5a9dd 13:48:57 Step 6/23 : COPY go.mod vendor* ./ 13:48:57 ---> Using cache 13:48:57 ---> 67fa29d05aa7 13:48:57 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:48:57 ---> Using cache 13:48:57 ---> d758542f30d1 13:48:57 Step 8/23 : COPY . . 13:48:57 ---> Using cache 13:48:57 ---> 51d62cf39483 13:48:57 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 13:48:58 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:48:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:48:58 ---> 85134a4171c9 13:48:58 Step 3/22 : ARG ADD_BUILD_TAGS="" 13:48:58 ---> Using cache 13:48:58 ---> e579cd3e4d1b 13:48:58 Step 4/22 : WORKDIR /edgex-go 13:48:58 ---> Using cache 13:48:58 ---> df7f1df6ba7d 13:48:58 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:49:00 ---> Running in 0df60184c0aa 13:49:00 ---> Running in e05c6645239f 13:49:00 ---> Running in 77c0e12c0de8 13:49:00 ---> Running in a775cc79e181 13:49:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 13:49:00 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 13:49:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:49:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:49:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:49:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:49:01 OK: 211 MiB in 51 packages 13:49:01 OK: 211 MiB in 51 packages 13:49:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 13:49:02 Removing intermediate container a775cc79e181 13:49:02 ---> d70a8ae90e53 13:49:02 Step 5/24 : COPY go.mod vendor* ./ 13:49:02 Removing intermediate container e05c6645239f 13:49:02 ---> cd95737d95f2 13:49:02 Step 6/22 : COPY go.mod vendor* ./ 13:49:02 ---> 6601670e51b0 13:49:02 ---> 5cb000bd4e6f 13:49:02 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:49:02 13:49:02 ---> Running in 976bd15c215b 13:49:02 ---> Running in 64f2e7ffc534 13:49:08 Removing intermediate container a9ed380b13e9 13:49:08 ---> e72a3df74211 13:49:08 13:49:08 Step 9/24 : FROM alpine:3.16 13:49:08 ---> bfe296a52501 13:49:08 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 13:49:08 ---> Running in 7c91db2db189 13:49:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:49:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:49:09 (1/3) Installing ca-certificates (20220614-r0) 13:49:09 (2/3) Installing dumb-init (1.2.5-r1) 13:49:09 (3/3) Installing su-exec (0.2-r1) 13:49:09 Executing busybox-1.35.0-r17.trigger 13:49:09 Executing ca-certificates-20220614-r0.trigger 13:49:09 OK: 6 MiB in 17 packages 13:49:11 Removing intermediate container 7c91db2db189 13:49:11 ---> 5a3cc8a8d0df 13:49:11 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:49:11 ---> Running in 501d3cee5c68 13:49:12 Removing intermediate container 501d3cee5c68 13:49:12 ---> 56f0459beabe 13:49:12 Step 12/24 : WORKDIR / 13:49:14 ---> Running in a4baf7cfc7a0 13:49:15 Removing intermediate container a4baf7cfc7a0 13:49:15 ---> 003440fd7690 13:49:15 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:49:15 ---> ff0d8337c7a3 13:49:15 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:49:16 ---> ec327ee64a2b 13:49:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:49:17 ---> f6fe1ba0520a 13:49:17 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 13:49:19 ---> 9d71fd2d0420 13:49:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:49:21 ---> b7a62a897624 13:49:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:49:21 Removing intermediate container 0df60184c0aa 13:49:21 ---> 226e218aba92 13:49:21 13:49:21 Step 9/32 : FROM alpine:3.16 13:49:21 ---> bfe296a52501 13:49:21 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 13:49:22 ---> Running in 37659d310d72 13:49:22 ---> f4b1777615d0 13:49:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:49:23 Removing intermediate container 37659d310d72 13:49:23 ---> d8c098de5466 13:49:23 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 13:49:23 ---> 4289538611c8 13:49:23 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:49:23 ---> Running in 68539ad65637 13:49:23 ---> Running in 9abc5a409c5f 13:49:23 Removing intermediate container 976bd15c215b 13:49:23 ---> fad925f91bb5 13:49:23 Step 7/24 : COPY . . 13:49:23 Removing intermediate container 64f2e7ffc534 13:49:23 ---> cbeea1ffbb41 13:49:23 Step 8/22 : COPY . . 13:49:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:49:23 Removing intermediate container 77c0e12c0de8 13:49:23 ---> 121105ba88f1 13:49:23 13:49:23 Step 10/23 : FROM alpine:3.16 13:49:23 ---> bfe296a52501 13:49:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:49:23 ---> Using cache 13:49:23 ---> 3c41f515cc78 13:49:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:49:23 ---> Using cache 13:49:23 ---> e5e286e47191 13:49:23 Step 13/23 : ENV APP_PORT=59882 13:49:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:49:24 (1/2) Installing dumb-init (1.2.5-r1) 13:49:24 (2/2) Installing su-exec (0.2-r1) 13:49:24 Executing busybox-1.35.0-r17.trigger 13:49:24 OK: 6 MiB in 16 packages 13:49:26 ---> Running in ffac1c5f222f 13:49:27 ---> 06eb0439925b 13:49:27 Step 9/22 : RUN make cmd/support-notifications/support-notifications 13:49:27 ---> 9a11a090b75c 13:49:27 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 13:49:27 Removing intermediate container 68539ad65637 13:49:27 ---> ad5d358b51bc 13:49:27 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 13:49:27 Removing intermediate container ffac1c5f222f 13:49:27 ---> 1edda5cca3da 13:49:27 Step 14/23 : EXPOSE $APP_PORT 13:49:27 Removing intermediate container 9abc5a409c5f 13:49:27 ---> 386a53f535ad 13:49:27 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:49:27 ---> Running in ccef7e80e622 13:49:27 ---> Running in bcdafd1e7818 13:49:27 ---> Running in f6988fb8b5f7 13:49:27 ---> Running in 242dc587c84f 13:49:27 ---> Running in 7c2570ea478f 13:49:27 Removing intermediate container ccef7e80e622 13:49:27 ---> d4aa7af2ebc1 13:49:27 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 13:49:27 ---> Running in 8d4acca1bde9 13:49:27 Removing intermediate container f6988fb8b5f7 13:49:27 ---> 2f506dbbb9f9 13:49:27 Step 9/24 : WORKDIR /edgex-go/spire-build 13:49:27 Removing intermediate container 242dc587c84f 13:49:27 ---> 61891f9b96b0 13:49:27 Step 15/23 : WORKDIR / 13:49:27 Removing intermediate container 7c2570ea478f 13:49:27 ---> 78377ea0bebb 13:49:27 Step 22/24 : LABEL arch=x86_64 13:49:27 ---> Running in fa73e6f68057 13:49:27 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:49:27 ---> Running in ef3e11477345 13:49:27 ---> Running in 023f44ed37d5 13:49:27 Removing intermediate container 8d4acca1bde9 13:49:27 ---> 2b1b777e5c02 13:49:27 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 13:49:27 ---> Running in 5b924b28161d 13:49:27 Removing intermediate container fa73e6f68057 13:49:27 ---> a502e885dd93 13:49:27 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 13:49:27 Removing intermediate container 023f44ed37d5 13:49:27 ---> 37e77eecceb7 13:49:27 Step 23/24 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 13:49:27 Removing intermediate container ef3e11477345 13:49:27 ---> ef437077a9af 13:49:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:49:27 ---> Running in 8518caf0a3df 13:49:27 ---> Running in 25057ecd92b3 13:49:28 Removing intermediate container 5b924b28161d 13:49:28 ---> 0f3aba2b8273 13:49:28 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 13:49:28 ---> Running in e12264c393fe 13:49:28 Removing intermediate container 25057ecd92b3 13:49:28 ---> 013d98c0fd6a 13:49:28 Step 24/24 : LABEL version=3.0.0-dev.19 13:49:28 ---> a178ddff7f7b 13:49:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:49:28 Removing intermediate container e12264c393fe 13:49:28 ---> Running in 97e4d9f33dc2 13:49:28 ---> cc2510696ed5 13:49:28 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 13:49:28 ---> Running in cd3b9aeed1b4 13:49:28 Removing intermediate container 97e4d9f33dc2 13:49:28 ---> 2821da2e98cc 13:49:28 13:49:28 Successfully built 2821da2e98cc 13:49:28 Successfully tagged security-secretstore-setup:latest 13:49:28  Building security-secretstore-setup ... done Building security-spire-agent 13:49:29 ---> 42c13fadccaa 13:49:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:49:29 ---> e51a11065a6d 13:49:29 Step 19/23 : ENTRYPOINT ["/core-command"] 13:49:29 Removing intermediate container 8518caf0a3df 13:49:29 ---> 98134b159b69 13:49:29 Step 11/24 : WORKDIR /edgex-go 13:49:30 Removing intermediate container cd3b9aeed1b4 13:49:30 ---> Running in 5751b20444b1 13:49:30 ---> faaaf0162cfd 13:49:30 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 13:49:30 ---> Running in 8b487c1c460f 13:49:30 ---> Running in cfa90935be50 13:49:30 Removing intermediate container 5751b20444b1 13:49:30 ---> 1d33fcb9b3d5 13:49:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 13:49:30 Removing intermediate container 8b487c1c460f 13:49:30 ---> 78d98cee6164 13:49:30 13:49:30 Step 12/24 : FROM alpine:3.15 13:49:30 ---> c4fc93816858 13:49:30 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 13:49:30 ---> Using cache 13:49:30 ---> 1bb8eb1c37a3 13:49:30 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 13:49:30 ---> Running in 0bb4b47db371 13:49:30 Removing intermediate container cfa90935be50 13:49:30 ---> 5bf10bf19243 13:49:30 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 13:49:30 ---> Running in e32d449adf4c 13:49:30 Removing intermediate container 0bb4b47db371 13:49:30 ---> 6097f2af9a91 13:49:30 Step 21/23 : LABEL arch=x86_64 13:49:30 ---> Running in 4309595d899c 13:49:30 ---> 3b8b509594f1 13:49:30 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 13:49:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 13:49:31 Removing intermediate container 4309595d899c 13:49:31 ---> 7ddf3eef0f00 13:49:31 Step 22/23 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 13:49:31 ---> Running in 72dcd57b2860 13:49:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 13:49:31 ---> Running in 08c746c9f176 13:49:31 v3.15.6-260-g56987637fa [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 13:49:31 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 13:49:31 OK: 15859 distinct packages available 13:49:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 13:49:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 13:49:31 Removing intermediate container 08c746c9f176 13:49:31 ---> c7c2e2da1c3a 13:49:31 Step 23/23 : LABEL version=3.0.0-dev.19 13:49:31 ---> Running in 3c95af912991 13:49:31 (1/4) Installing dumb-init (1.2.5-r1) 13:49:31 (2/4) Installing musl-obstack (1.2.3-r0) 13:49:31 (3/4) Installing libucontext (1.1-r0) 13:49:31 (4/4) Installing gcompat (1.0.0-r4) 13:49:31 Executing busybox-1.34.1-r7.trigger 13:49:31 OK: 6 MiB in 18 packages 13:49:31 Removing intermediate container 3c95af912991 13:49:31 ---> 6290c8f72eb5 13:49:31 13:49:32 Successfully built 6290c8f72eb5 13:49:32 Successfully tagged core-command:latest 13:49:32 Building core-metadata 13:49:32  Building core-command ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:49:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:49:32 ---> 85134a4171c9 13:49:32 Step 3/24 : WORKDIR /edgex-go 13:49:32 ---> Using cache 13:49:32 ---> 90415f5f8da3 13:49:32 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 13:49:32 ---> Using cache 13:49:32 ---> d70a8ae90e53 13:49:32 Step 5/24 : COPY go.mod vendor* ./ 13:49:32 ---> Using cache 13:49:32 ---> 5cb000bd4e6f 13:49:32 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:49:32 ---> Using cache 13:49:32 ---> fad925f91bb5 13:49:32 Step 7/24 : COPY . . 13:49:32 ---> Using cache 13:49:32 ---> 9a11a090b75c 13:49:32 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 13:49:32 ---> Using cache 13:49:32 ---> 2f506dbbb9f9 13:49:32 Step 9/24 : WORKDIR /edgex-go/spire-build 13:49:32 ---> Using cache 13:49:32 ---> a502e885dd93 13:49:32 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 13:49:32 ---> Using cache 13:49:32 ---> 98134b159b69 13:49:32 Step 11/24 : WORKDIR /edgex-go 13:49:32 ---> Using cache 13:49:32 ---> 78d98cee6164 13:49:32 13:49:32 Step 12/24 : FROM alpine:3.15 13:49:32 ---> c4fc93816858 13:49:32 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 13:49:32 ---> Using cache 13:49:32 ---> 1bb8eb1c37a3 13:49:32 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 13:49:32 ---> Using cache 13:49:32 ---> 8b23d0de86f7 13:49:32 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 13:49:34 ---> 924e7613d7ae 13:49:34 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 13:49:34 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:49:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:49:34 ---> 85134a4171c9 13:49:34 Step 3/24 : ARG ADD_BUILD_TAGS="" 13:49:34 ---> Using cache 13:49:34 ---> e579cd3e4d1b 13:49:34 Step 4/24 : WORKDIR /edgex-go 13:49:34 ---> Using cache 13:49:34 ---> df7f1df6ba7d 13:49:34 Step 5/24 : RUN apk add --update --no-cache make git 13:49:34 ---> Using cache 13:49:34 ---> 2105e4b5a9dd 13:49:34 Step 6/24 : COPY go.mod vendor* ./ 13:49:34 ---> Using cache 13:49:34 ---> 67fa29d05aa7 13:49:34 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:49:34 ---> Using cache 13:49:34 ---> d758542f30d1 13:49:34 Step 8/24 : COPY . . 13:49:34 ---> Using cache 13:49:34 ---> 51d62cf39483 13:49:34 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 13:49:34 Removing intermediate container e32d449adf4c 13:49:34 ---> bc243abb94ea 13:49:34 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 13:49:34 Removing intermediate container 72dcd57b2860 13:49:34 ---> a70cfeae91f1 13:49:34 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 13:49:34 ---> Running in 41108890b3a3 13:49:35 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 13:49:35 ---> 4c462c1d45a3 13:49:35 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:49:37 ---> d4f117bcacba 13:49:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 13:49:37 ---> e7435887a1ae 13:49:37 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:49:37 ---> cb54452b8fc5 13:49:37 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 13:49:37 ---> 12c5133b4e3c 13:49:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 13:49:37 ---> 5345cf11065d 13:49:37 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:49:37 ---> b0d95b91f54d 13:49:37 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 13:49:37 ---> 506be971c4f3 13:49:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 13:49:37 ---> Running in f665563a5ea0 13:49:38 ---> 6a188bf3530c 13:49:38 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 13:49:38 Removing intermediate container f665563a5ea0 13:49:38 ---> 234a6e29f70b 13:49:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 13:49:38 ---> 5ab91a09253a 13:49:38 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 13:49:38 ---> Running in e0dacf8ba109 13:49:38 ---> b45599dfa107 13:49:38 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 13:49:38 ---> 86e63c5d1786 13:49:38 Step 19/24 : WORKDIR / 13:49:38 Removing intermediate container e0dacf8ba109 13:49:38 ---> a2b218487e24 13:49:38 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 13:49:38 ---> a4e29265d865 13:49:38 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:49:38 ---> Running in aaf57f67f2b8 13:49:38 ---> Running in 1b998c79c0d8 13:49:39 Removing intermediate container aaf57f67f2b8 13:49:39 ---> 993d6f3ef760 13:49:39 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 13:49:39 ---> 2fbbd9517113 13:49:39 Step 27/32 : RUN chmod +x /entrypoint.sh 13:49:39 Removing intermediate container 1b998c79c0d8 13:49:39 ---> 8342cf6d1bfc 13:49:39 Step 22/24 : LABEL arch=x86_64 13:49:39 ---> Running in bb25186a9ba4 13:49:39 ---> Running in d805c98a6b4a 13:49:39 ---> Running in f10d271e2f31 13:49:39 Removing intermediate container bb25186a9ba4 13:49:39 ---> 666e4a12750c 13:49:39 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 13:49:39 Removing intermediate container f10d271e2f31 13:49:39 ---> a1cb6859c426 13:49:39 Step 23/24 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 13:49:40 ---> Running in 835b48621da8 13:49:40 ---> Running in 0dacb70e1ac5 13:49:40 Removing intermediate container 835b48621da8 13:49:40 ---> 3def9fbabf79 13:49:40 Step 22/24 : LABEL arch=x86_64 13:49:40 Removing intermediate container 0dacb70e1ac5 13:49:40 ---> 6318a48f0fab 13:49:40 Step 24/24 : LABEL version=3.0.0-dev.19 13:49:40 ---> Running in 78ed9c514671 13:49:40 ---> Running in aaf20e488593 13:49:40 Removing intermediate container d805c98a6b4a 13:49:40 ---> 28fbbeeb04cb 13:49:40 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 13:49:40 Removing intermediate container 78ed9c514671 13:49:40 ---> 39a293c1372d 13:49:40 Step 23/24 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 13:49:40 ---> Running in 455a18f96a95 13:49:40 ---> Running in ed9f90d1fd4d 13:49:40 Removing intermediate container aaf20e488593 13:49:40 ---> 44abdd283534 13:49:40 13:49:40 Successfully built 44abdd283534 13:49:40 Successfully tagged security-spire-agent:latest 13:49:41  Building security-spire-agent ... done Removing intermediate container 455a18f96a95 13:49:41 ---> 2362c257b07b 13:49:41 Step 24/24 : LABEL version=3.0.0-dev.19 13:49:41 Removing intermediate container ed9f90d1fd4d 13:49:41 ---> 05ea19a58a6a 13:49:41 Step 29/32 : CMD ["gate"] 13:49:41 ---> Running in 9d05e9dcff1a 13:49:41 ---> Running in 6234ecb606e7 13:49:41 Removing intermediate container 9d05e9dcff1a 13:49:41 ---> 5fe1cf77fc3b 13:49:41 13:49:41 Successfully built 5fe1cf77fc3b 13:49:41 Successfully tagged security-spire-config:latest 13:49:41  Building security-spire-config ... done Removing intermediate container 6234ecb606e7 13:49:41 ---> 659ef08c522c 13:49:41 Step 30/32 : LABEL arch=x86_64 13:49:41 ---> Running in f768e6824353 13:49:42 Removing intermediate container f768e6824353 13:49:42 ---> 75e1b001857d 13:49:42 Step 31/32 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 13:49:42 ---> Running in 215de3f6af3f 13:49:42 Removing intermediate container 215de3f6af3f 13:49:42 ---> 480c0a8821d0 13:49:42 Step 32/32 : LABEL version=3.0.0-dev.19 13:49:42 ---> Running in d55472beaf78 13:49:42 Removing intermediate container d55472beaf78 13:49:42 ---> 96937e377707 13:49:42 13:49:42 Successfully built 96937e377707 13:49:42 Successfully tagged security-bootstrapper:latest 13:49:52  Building security-bootstrapper ... done Removing intermediate container bcdafd1e7818 13:49:52 ---> ab3da98ce98b 13:49:52 13:49:52 Step 10/22 : FROM alpine:3.16 13:49:52 ---> bfe296a52501 13:49:52 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:49:53 ---> Running in 4673db5c1604 13:49:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:49:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:49:53 (1/2) Installing ca-certificates (20220614-r0) 13:49:53 (2/2) Installing dumb-init (1.2.5-r1) 13:49:53 Executing busybox-1.35.0-r17.trigger 13:49:53 Executing ca-certificates-20220614-r0.trigger 13:49:53 OK: 6 MiB in 16 packages 13:49:54 Removing intermediate container 41108890b3a3 13:49:54 ---> 501d7b8d3e5d 13:49:54 13:49:54 Step 10/24 : FROM alpine:3.16 13:49:54 ---> bfe296a52501 13:49:54 Step 11/24 : RUN apk add --update --no-cache dumb-init 13:49:54 ---> Using cache 13:49:54 ---> 3c41f515cc78 13:49:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:49:54 ---> Using cache 13:49:54 ---> e5e286e47191 13:49:54 Step 13/24 : ENV APP_PORT=59881 13:49:54 ---> Running in e340243b4994 13:49:54 Removing intermediate container 4673db5c1604 13:49:54 ---> 2b085a5e2ce6 13:49:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:49:54 ---> Running in 5eed780aeb03 13:49:54 Removing intermediate container e340243b4994 13:49:54 ---> 598465c22708 13:49:54 Step 14/24 : EXPOSE $APP_PORT 13:49:55 ---> Running in c9b115e18c5d 13:49:55 Removing intermediate container 5eed780aeb03 13:49:55 ---> 9cd16ff1fc62 13:49:55 Step 13/22 : ENV APP_PORT=59860 13:49:55 ---> Running in 1baabcabf597 13:49:55 Removing intermediate container c9b115e18c5d 13:49:55 ---> d580cd63f39c 13:49:55 Step 15/24 : WORKDIR / 13:49:55 ---> Running in 9f8f63efb267 13:49:55 Removing intermediate container 1baabcabf597 13:49:55 ---> bb330e2bf65f 13:49:55 Step 14/22 : EXPOSE $APP_PORT 13:49:55 ---> Running in 095231ed0a89 13:49:55 Removing intermediate container 9f8f63efb267 13:49:55 ---> 255aa0fd36bc 13:49:55 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 13:49:55 Removing intermediate container 095231ed0a89 13:49:55 ---> 43d433c7b9a5 13:49:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:49:55 ---> 1bd3fa3500b4 13:49:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:49:55 ---> fb8c2ca25e7e 13:49:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:49:55 ---> d58a33b36ac2 13:49:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:49:55 ---> fe2d5ecbe7cd 13:49:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:49:56 ---> 96a6d6d23cce 13:49:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 13:49:56 ---> 7954925b32e3 13:49:56 Step 18/22 : ENTRYPOINT ["/support-notifications"] 13:49:56 ---> Running in 84613d8ccb17 13:49:56 ---> 6e9c8bbfb6a6 13:49:56 Step 20/24 : ENTRYPOINT ["/core-metadata"] 13:49:56 ---> Running in 851360e6fd97 13:49:56 Removing intermediate container 84613d8ccb17 13:49:56 ---> 285d4c6113bd 13:49:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 13:49:56 ---> Running in a01e978b4d5f 13:49:56 Removing intermediate container 851360e6fd97 13:49:56 ---> 5090eee76d17 13:49:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 13:49:56 ---> Running in 11085604d8e9 13:49:56 Removing intermediate container a01e978b4d5f 13:49:56 ---> dccc5e9bba43 13:49:56 Step 20/22 : LABEL arch=x86_64 13:49:56 ---> Running in bf23d6ed38c2 13:49:56 Removing intermediate container 11085604d8e9 13:49:56 ---> 486675796ee9 13:49:56 Step 22/24 : LABEL arch=x86_64 13:49:56 ---> Running in 79f40b8a0efd 13:49:56 Removing intermediate container bf23d6ed38c2 13:49:56 ---> f7b83cf67e3e 13:49:56 Step 21/22 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 13:49:56 ---> Running in e213672f2006 13:49:56 Removing intermediate container 79f40b8a0efd 13:49:56 ---> 3908faa1cdcf 13:49:56 Step 23/24 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 13:49:56 ---> Running in 211f85c10fa9 13:49:56 Removing intermediate container e213672f2006 13:49:56 ---> 84d57b337e60 13:49:56 Step 22/22 : LABEL version=3.0.0-dev.19 13:49:56 ---> Running in 30345dc32ad9 13:49:56 Removing intermediate container 211f85c10fa9 13:49:56 ---> 07b41de5dd7a 13:49:56 Step 24/24 : LABEL version=3.0.0-dev.19 13:49:56 ---> Running in 42d83e96beba 13:49:56 Removing intermediate container 30345dc32ad9 13:49:56 ---> c54a93898a5a 13:49:56 13:49:56 Successfully built c54a93898a5a 13:49:56 Successfully tagged support-notifications:latest 13:49:56 Removing intermediate container 42d83e96beba 13:49:56  Building support-notifications ... done  ---> 327e741f9432 13:49:56 13:49:56 Successfully built 327e741f9432 13:49:56 Successfully tagged core-metadata:latest 13:49:57  Building core-metadata ... done  [Pipeline] } 13:49:57 $ docker stop --time=1 5403893680ad9fe47583c4071a409344d42a1309f02c5b91279e92839d20e417 13:49:58 $ docker rm -f --volumes 5403893680ad9fe47583c4071a409344d42a1309f02c5b91279e92839d20e417 [Pipeline] // withDockerContainer [Pipeline] sh 13:49:58 + docker images 13:49:58 REPOSITORY TAG IMAGE ID CREATED SIZE 13:49:58 core-metadata latest 327e741f9432 2 seconds ago 18.5MB 13:49:58 support-notifications latest c54a93898a5a 2 seconds ago 30.6MB 13:49:58 501d7b8d3e5d 4 seconds ago 1.68GB 13:49:58 ab3da98ce98b 7 seconds ago 1.74GB 13:49:58 security-bootstrapper latest 96937e377707 16 seconds ago 20.3MB 13:49:58 security-spire-config latest 5fe1cf77fc3b 17 seconds ago 85.8MB 13:49:58 security-spire-agent latest 44abdd283534 18 seconds ago 125MB 13:49:58 core-command latest 6290c8f72eb5 27 seconds ago 17.7MB 13:49:58 78d98cee6164 28 seconds ago 1.54GB 13:49:58 security-secretstore-setup latest 2821da2e98cc 30 seconds ago 29.9MB 13:49:58 121105ba88f1 35 seconds ago 1.67GB 13:49:58 226e218aba92 37 seconds ago 1.66GB 13:49:58 e72a3df74211 53 seconds ago 1.66GB 13:49:58 security-proxy-setup latest 95dfadc59d62 About a minute ago 27.7MB 13:49:58 support-scheduler latest 66743304b1e7 About a minute ago 30MB 13:49:58 security-spiffe-token-provider latest 7bc0e07a5363 About a minute ago 29.8MB 13:49:58 core-data latest 17e5ab409f0b About a minute ago 17.9MB 13:49:58 31eea604d4ec About a minute ago 1.74GB 13:49:58 782ee96e2772 About a minute ago 1.7GB 13:49:58 5e9b0c8350da About a minute ago 1.66GB 13:49:58 7f1bd0d793f6 About a minute ago 1.68GB 13:49:58 security-spire-server latest a5713bdb9f04 About a minute ago 86.5MB 13:49:58 588db35789e6 About a minute ago 1.54GB 13:49:58 ci-base-image-x86_64 latest 85134a4171c9 5 minutes ago 904MB 13:49:58 alpine 3.16 bfe296a52501 2 months ago 5.54MB 13:49:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB 13:49:58 alpine 3.15 c4fc93816858 5 months ago 5.59MB 13:49:58 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB 13:49:58 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 13:49:59 provisioning config files... 13:49:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/373@tmp/config11815803964981064214tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:49:59 ---> docker-login.sh 13:49:59 nexus3.edgexfoundry.org:10001 13:49:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:49:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:49:59 Configure a credential helper to remove this warning. See 13:49:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:49:59 13:49:59 Login Succeeded 13:49:59 nexus3.edgexfoundry.org:10002 13:49:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:49:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:49:59 Configure a credential helper to remove this warning. See 13:49:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:49:59 13:49:59 Login Succeeded 13:49:59 nexus3.edgexfoundry.org:10003 13:49:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:49:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:49:59 Configure a credential helper to remove this warning. See 13:49:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:49:59 13:49:59 Login Succeeded 13:49:59 nexus3.edgexfoundry.org:10004 13:49:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:49:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:49:59 Configure a credential helper to remove this warning. See 13:49:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:49:59 13:49:59 Login Succeeded 13:49:59 docker.io 13:49:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:50:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:50:00 Configure a credential helper to remove this warning. See 13:50:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:50:00 13:50:00 Login Succeeded 13:50:00 ---> docker-login.sh ends [Pipeline] } 13:50:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:50:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 13:50:00 [edgeXDocker.push] Tagging docker image core-command with the following tags: 13:50:00 01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:00 latest 13:50:00 3.0.0-dev.19 13:50:00 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:00 main 13:50:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:00 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:00 + docker push nexus3.edgexfoundry.org:10004/core-command:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 13:50:00 51f930eda305: Preparing 13:50:00 a70840a77e75: Preparing 13:50:00 ef160ab389b6: Preparing 13:50:00 0d630fce280e: Preparing 13:50:00 e5e13b0c77cb: Preparing 13:50:00 e5e13b0c77cb: Layer already exists 13:50:00 ef160ab389b6: Pushed 13:50:00 0d630fce280e: Pushed 13:50:00 51f930eda305: Pushed 13:50:01 a70840a77e75: Pushed 13:50:02 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:0fec227bd20d847893448b85d8114a4ff23041f2685c5ea3b25d889e309dea5a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:02 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:02 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 13:50:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 13:50:02 51f930eda305: Preparing 13:50:02 a70840a77e75: Preparing 13:50:02 ef160ab389b6: Preparing 13:50:02 0d630fce280e: Preparing 13:50:02 e5e13b0c77cb: Preparing 13:50:02 a70840a77e75: Layer already exists 13:50:02 0d630fce280e: Layer already exists 13:50:02 ef160ab389b6: Layer already exists 13:50:02 e5e13b0c77cb: Layer already exists 13:50:02 51f930eda305: Layer already exists 13:50:02 latest: digest: sha256:0fec227bd20d847893448b85d8114a4ff23041f2685c5ea3b25d889e309dea5a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:03 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:03 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.19 13:50:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 13:50:03 51f930eda305: Preparing 13:50:03 a70840a77e75: Preparing 13:50:03 ef160ab389b6: Preparing 13:50:03 0d630fce280e: Preparing 13:50:03 e5e13b0c77cb: Preparing 13:50:03 a70840a77e75: Layer already exists 13:50:03 51f930eda305: Layer already exists 13:50:03 e5e13b0c77cb: Layer already exists 13:50:03 ef160ab389b6: Layer already exists 13:50:03 0d630fce280e: Layer already exists 13:50:03 3.0.0-dev.19: digest: sha256:0fec227bd20d847893448b85d8114a4ff23041f2685c5ea3b25d889e309dea5a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:03 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:04 + docker push nexus3.edgexfoundry.org:10004/core-command:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 13:50:04 51f930eda305: Preparing 13:50:04 a70840a77e75: Preparing 13:50:04 ef160ab389b6: Preparing 13:50:04 0d630fce280e: Preparing 13:50:04 e5e13b0c77cb: Preparing 13:50:04 ef160ab389b6: Layer already exists 13:50:04 0d630fce280e: Layer already exists 13:50:04 e5e13b0c77cb: Layer already exists 13:50:04 a70840a77e75: Layer already exists 13:50:04 51f930eda305: Layer already exists 13:50:04 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:0fec227bd20d847893448b85d8114a4ff23041f2685c5ea3b25d889e309dea5a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:04 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:04 + docker push nexus3.edgexfoundry.org:10004/core-command:main 13:50:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 13:50:04 51f930eda305: Preparing 13:50:04 a70840a77e75: Preparing 13:50:04 ef160ab389b6: Preparing 13:50:04 0d630fce280e: Preparing 13:50:04 e5e13b0c77cb: Preparing 13:50:04 ef160ab389b6: Layer already exists 13:50:04 e5e13b0c77cb: Layer already exists 13:50:04 0d630fce280e: Layer already exists 13:50:04 51f930eda305: Layer already exists 13:50:04 a70840a77e75: Layer already exists 13:50:04 main: digest: sha256:0fec227bd20d847893448b85d8114a4ff23041f2685c5ea3b25d889e309dea5a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:50:04 ===================================================== [Pipeline] echo 13:50:04 taggedImages: 13:50:04 - nexus3.edgexfoundry.org:10004/core-command:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:04 - nexus3.edgexfoundry.org:10004/core-command:latest 13:50:04 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.19 13:50:04 - nexus3.edgexfoundry.org:10004/core-command:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:04 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 13:50:04 [edgeXDocker.push] Tagging docker image core-data with the following tags: 13:50:04 01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:04 latest 13:50:04 3.0.0-dev.19 13:50:04 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:04 main 13:50:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:05 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:05 + docker push nexus3.edgexfoundry.org:10004/core-data:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 13:50:05 794179771917: Preparing 13:50:05 0271018809fa: Preparing 13:50:05 ef160ab389b6: Preparing 13:50:05 0d630fce280e: Preparing 13:50:05 e5e13b0c77cb: Preparing 13:50:05 ef160ab389b6: Layer already exists 13:50:05 e5e13b0c77cb: Layer already exists 13:50:05 0d630fce280e: Layer already exists 13:50:05 794179771917: Pushed 13:50:06 0271018809fa: Pushed 13:50:06 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:07f549853d01bbb954bdfd3a2540d64016d4024c0b202f948e409e37c2195ec1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:06 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:07 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 13:50:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 13:50:07 794179771917: Preparing 13:50:07 0271018809fa: Preparing 13:50:07 ef160ab389b6: Preparing 13:50:07 0d630fce280e: Preparing 13:50:07 e5e13b0c77cb: Preparing 13:50:07 0271018809fa: Layer already exists 13:50:07 e5e13b0c77cb: Layer already exists 13:50:07 794179771917: Layer already exists 13:50:07 0d630fce280e: Layer already exists 13:50:07 ef160ab389b6: Layer already exists 13:50:07 latest: digest: sha256:07f549853d01bbb954bdfd3a2540d64016d4024c0b202f948e409e37c2195ec1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:07 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:07 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.19 13:50:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 13:50:07 794179771917: Preparing 13:50:07 0271018809fa: Preparing 13:50:07 ef160ab389b6: Preparing 13:50:07 0d630fce280e: Preparing 13:50:07 e5e13b0c77cb: Preparing 13:50:07 0271018809fa: Layer already exists 13:50:07 e5e13b0c77cb: Layer already exists 13:50:07 794179771917: Layer already exists 13:50:07 ef160ab389b6: Layer already exists 13:50:07 0d630fce280e: Layer already exists 13:50:07 3.0.0-dev.19: digest: sha256:07f549853d01bbb954bdfd3a2540d64016d4024c0b202f948e409e37c2195ec1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:08 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:08 + docker push nexus3.edgexfoundry.org:10004/core-data:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 13:50:08 794179771917: Preparing 13:50:08 0271018809fa: Preparing 13:50:08 ef160ab389b6: Preparing 13:50:08 0d630fce280e: Preparing 13:50:08 e5e13b0c77cb: Preparing 13:50:08 e5e13b0c77cb: Layer already exists 13:50:08 0271018809fa: Layer already exists 13:50:08 ef160ab389b6: Layer already exists 13:50:08 794179771917: Layer already exists 13:50:08 0d630fce280e: Layer already exists 13:50:08 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:07f549853d01bbb954bdfd3a2540d64016d4024c0b202f948e409e37c2195ec1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:08 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:09 + docker push nexus3.edgexfoundry.org:10004/core-data:main 13:50:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 13:50:09 794179771917: Preparing 13:50:09 0271018809fa: Preparing 13:50:09 ef160ab389b6: Preparing 13:50:09 0d630fce280e: Preparing 13:50:09 e5e13b0c77cb: Preparing 13:50:09 794179771917: Layer already exists 13:50:09 ef160ab389b6: Layer already exists 13:50:09 0d630fce280e: Layer already exists 13:50:09 e5e13b0c77cb: Layer already exists 13:50:09 0271018809fa: Layer already exists 13:50:09 main: digest: sha256:07f549853d01bbb954bdfd3a2540d64016d4024c0b202f948e409e37c2195ec1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:50:09 ===================================================== [Pipeline] echo 13:50:09 taggedImages: 13:50:09 - nexus3.edgexfoundry.org:10004/core-data:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:09 - nexus3.edgexfoundry.org:10004/core-data:latest 13:50:09 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.19 13:50:09 - nexus3.edgexfoundry.org:10004/core-data:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:09 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 13:50:09 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 13:50:09 01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:09 latest 13:50:09 3.0.0-dev.19 13:50:09 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:09 main 13:50:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:09 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 13:50:09 f00de6ade0dc: Preparing 13:50:09 70ae62e34515: Preparing 13:50:09 918e9901f08f: Preparing 13:50:09 ef160ab389b6: Preparing 13:50:09 0d630fce280e: Preparing 13:50:09 e5e13b0c77cb: Preparing 13:50:09 e5e13b0c77cb: Waiting 13:50:09 ef160ab389b6: Layer already exists 13:50:09 0d630fce280e: Layer already exists 13:50:09 e5e13b0c77cb: Layer already exists 13:50:09 f00de6ade0dc: Pushed 13:50:09 70ae62e34515: Pushed 13:50:11 918e9901f08f: Pushed 13:50:11 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:594bb58a219d726a02e7b57f99a6b0479ea26dcc04ff610261d550402fa660fd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:11 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 13:50:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 13:50:11 f00de6ade0dc: Preparing 13:50:11 70ae62e34515: Preparing 13:50:11 918e9901f08f: Preparing 13:50:11 ef160ab389b6: Preparing 13:50:11 0d630fce280e: Preparing 13:50:11 e5e13b0c77cb: Preparing 13:50:11 e5e13b0c77cb: Waiting 13:50:11 ef160ab389b6: Layer already exists 13:50:11 70ae62e34515: Layer already exists 13:50:11 918e9901f08f: Layer already exists 13:50:11 f00de6ade0dc: Layer already exists 13:50:11 0d630fce280e: Layer already exists 13:50:11 e5e13b0c77cb: Layer already exists 13:50:11 latest: digest: sha256:594bb58a219d726a02e7b57f99a6b0479ea26dcc04ff610261d550402fa660fd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:12 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.19 13:50:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 13:50:12 f00de6ade0dc: Preparing 13:50:12 70ae62e34515: Preparing 13:50:12 918e9901f08f: Preparing 13:50:12 ef160ab389b6: Preparing 13:50:12 0d630fce280e: Preparing 13:50:12 e5e13b0c77cb: Preparing 13:50:12 e5e13b0c77cb: Waiting 13:50:12 918e9901f08f: Layer already exists 13:50:12 f00de6ade0dc: Layer already exists 13:50:12 0d630fce280e: Layer already exists 13:50:12 70ae62e34515: Layer already exists 13:50:12 ef160ab389b6: Layer already exists 13:50:12 e5e13b0c77cb: Layer already exists 13:50:12 3.0.0-dev.19: digest: sha256:594bb58a219d726a02e7b57f99a6b0479ea26dcc04ff610261d550402fa660fd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:12 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 13:50:12 f00de6ade0dc: Preparing 13:50:12 70ae62e34515: Preparing 13:50:12 918e9901f08f: Preparing 13:50:12 ef160ab389b6: Preparing 13:50:12 0d630fce280e: Preparing 13:50:12 e5e13b0c77cb: Preparing 13:50:12 e5e13b0c77cb: Waiting 13:50:12 0d630fce280e: Layer already exists 13:50:12 918e9901f08f: Layer already exists 13:50:12 ef160ab389b6: Layer already exists 13:50:12 70ae62e34515: Layer already exists 13:50:12 f00de6ade0dc: Layer already exists 13:50:12 e5e13b0c77cb: Layer already exists 13:50:12 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:594bb58a219d726a02e7b57f99a6b0479ea26dcc04ff610261d550402fa660fd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:13 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 13:50:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 13:50:13 f00de6ade0dc: Preparing 13:50:13 70ae62e34515: Preparing 13:50:13 918e9901f08f: Preparing 13:50:13 ef160ab389b6: Preparing 13:50:13 0d630fce280e: Preparing 13:50:13 e5e13b0c77cb: Preparing 13:50:13 70ae62e34515: Layer already exists 13:50:13 918e9901f08f: Layer already exists 13:50:13 ef160ab389b6: Layer already exists 13:50:13 0d630fce280e: Layer already exists 13:50:13 f00de6ade0dc: Layer already exists 13:50:13 e5e13b0c77cb: Layer already exists 13:50:13 main: digest: sha256:594bb58a219d726a02e7b57f99a6b0479ea26dcc04ff610261d550402fa660fd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:50:13 ===================================================== [Pipeline] echo 13:50:13 taggedImages: 13:50:13 - nexus3.edgexfoundry.org:10004/core-metadata:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:13 - nexus3.edgexfoundry.org:10004/core-metadata:latest 13:50:13 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.19 13:50:13 - nexus3.edgexfoundry.org:10004/core-metadata:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:13 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 13:50:13 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 13:50:13 01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:13 latest 13:50:13 3.0.0-dev.19 13:50:13 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:13 main 13:50:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:13 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 13:50:14 500301f32396: Preparing 13:50:14 500301f32396: Preparing 13:50:14 0f5d5080b741: Preparing 13:50:14 22d48ba33f9b: Preparing 13:50:14 3d97eb03f205: Preparing 13:50:14 9e136a17c4d4: Preparing 13:50:14 b89eabcf8cc2: Preparing 13:50:14 ef160ab389b6: Preparing 13:50:14 bc5a148d35b9: Preparing 13:50:14 d43edf7fed6c: Preparing 13:50:14 f29cdb7edf56: Preparing 13:50:14 3707284180d1: Preparing 13:50:14 e5e13b0c77cb: Preparing 13:50:14 d43edf7fed6c: Waiting 13:50:14 bc5a148d35b9: Waiting 13:50:14 f29cdb7edf56: Waiting 13:50:14 b89eabcf8cc2: Waiting 13:50:14 3707284180d1: Waiting 13:50:14 ef160ab389b6: Waiting 13:50:14 e5e13b0c77cb: Waiting 13:50:14 9e136a17c4d4: Pushed 13:50:14 3d97eb03f205: Pushed 13:50:14 500301f32396: Pushed 13:50:14 22d48ba33f9b: Pushed 13:50:14 0f5d5080b741: Pushed 13:50:14 ef160ab389b6: Layer already exists 13:50:14 bc5a148d35b9: Pushed 13:50:14 e5e13b0c77cb: Layer already exists 13:50:14 3707284180d1: Pushed 13:50:14 d43edf7fed6c: Pushed 13:50:14 f29cdb7edf56: Pushed 13:50:15 b89eabcf8cc2: Pushed 13:50:16 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:fdb52bf93687d89aa819fa51f36396a73e2498c0f63de50b59e996058d0d1773 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:16 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 13:50:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 13:50:16 500301f32396: Preparing 13:50:16 500301f32396: Preparing 13:50:16 0f5d5080b741: Preparing 13:50:16 22d48ba33f9b: Preparing 13:50:16 3d97eb03f205: Preparing 13:50:16 9e136a17c4d4: Preparing 13:50:16 b89eabcf8cc2: Preparing 13:50:16 ef160ab389b6: Preparing 13:50:16 bc5a148d35b9: Preparing 13:50:16 b89eabcf8cc2: Waiting 13:50:16 ef160ab389b6: Waiting 13:50:16 d43edf7fed6c: Preparing 13:50:16 bc5a148d35b9: Waiting 13:50:16 f29cdb7edf56: Preparing 13:50:16 3707284180d1: Preparing 13:50:16 d43edf7fed6c: Waiting 13:50:16 f29cdb7edf56: Waiting 13:50:16 e5e13b0c77cb: Preparing 13:50:16 e5e13b0c77cb: Waiting 13:50:16 3707284180d1: Waiting 13:50:16 22d48ba33f9b: Layer already exists 13:50:16 9e136a17c4d4: Layer already exists 13:50:16 500301f32396: Layer already exists 13:50:16 3d97eb03f205: Layer already exists 13:50:16 0f5d5080b741: Layer already exists 13:50:16 b89eabcf8cc2: Layer already exists 13:50:16 d43edf7fed6c: Layer already exists 13:50:16 ef160ab389b6: Layer already exists 13:50:16 bc5a148d35b9: Layer already exists 13:50:16 f29cdb7edf56: Layer already exists 13:50:16 3707284180d1: Layer already exists 13:50:16 e5e13b0c77cb: Layer already exists 13:50:16 latest: digest: sha256:fdb52bf93687d89aa819fa51f36396a73e2498c0f63de50b59e996058d0d1773 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:17 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:17 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.19 13:50:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 13:50:17 500301f32396: Preparing 13:50:17 500301f32396: Preparing 13:50:17 0f5d5080b741: Preparing 13:50:17 22d48ba33f9b: Preparing 13:50:17 3d97eb03f205: Preparing 13:50:17 9e136a17c4d4: Preparing 13:50:17 b89eabcf8cc2: Preparing 13:50:17 ef160ab389b6: Preparing 13:50:17 bc5a148d35b9: Preparing 13:50:17 d43edf7fed6c: Preparing 13:50:17 f29cdb7edf56: Preparing 13:50:17 3707284180d1: Preparing 13:50:17 e5e13b0c77cb: Preparing 13:50:17 d43edf7fed6c: Waiting 13:50:17 f29cdb7edf56: Waiting 13:50:17 b89eabcf8cc2: Waiting 13:50:17 ef160ab389b6: Waiting 13:50:17 bc5a148d35b9: Waiting 13:50:17 3707284180d1: Waiting 13:50:17 e5e13b0c77cb: Waiting 13:50:17 3d97eb03f205: Layer already exists 13:50:17 0f5d5080b741: Layer already exists 13:50:17 9e136a17c4d4: Layer already exists 13:50:17 22d48ba33f9b: Layer already exists 13:50:17 500301f32396: Layer already exists 13:50:17 b89eabcf8cc2: Layer already exists 13:50:17 d43edf7fed6c: Layer already exists 13:50:17 ef160ab389b6: Layer already exists 13:50:17 f29cdb7edf56: Layer already exists 13:50:17 bc5a148d35b9: Layer already exists 13:50:17 3707284180d1: Layer already exists 13:50:17 e5e13b0c77cb: Layer already exists 13:50:17 3.0.0-dev.19: digest: sha256:fdb52bf93687d89aa819fa51f36396a73e2498c0f63de50b59e996058d0d1773 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:18 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 13:50:18 500301f32396: Preparing 13:50:18 500301f32396: Preparing 13:50:18 0f5d5080b741: Preparing 13:50:18 22d48ba33f9b: Preparing 13:50:18 3d97eb03f205: Preparing 13:50:18 9e136a17c4d4: Preparing 13:50:18 b89eabcf8cc2: Preparing 13:50:18 ef160ab389b6: Preparing 13:50:18 bc5a148d35b9: Preparing 13:50:18 d43edf7fed6c: Preparing 13:50:18 f29cdb7edf56: Preparing 13:50:18 3707284180d1: Preparing 13:50:18 e5e13b0c77cb: Preparing 13:50:18 bc5a148d35b9: Waiting 13:50:18 d43edf7fed6c: Waiting 13:50:18 ef160ab389b6: Waiting 13:50:18 f29cdb7edf56: Waiting 13:50:18 3707284180d1: Waiting 13:50:18 e5e13b0c77cb: Waiting 13:50:18 b89eabcf8cc2: Waiting 13:50:18 3d97eb03f205: Layer already exists 13:50:18 22d48ba33f9b: Layer already exists 13:50:18 500301f32396: Layer already exists 13:50:18 0f5d5080b741: Layer already exists 13:50:18 9e136a17c4d4: Layer already exists 13:50:18 ef160ab389b6: Layer already exists 13:50:18 b89eabcf8cc2: Layer already exists 13:50:18 d43edf7fed6c: Layer already exists 13:50:18 f29cdb7edf56: Layer already exists 13:50:18 bc5a148d35b9: Layer already exists 13:50:18 e5e13b0c77cb: Layer already exists 13:50:18 3707284180d1: Layer already exists 13:50:18 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:fdb52bf93687d89aa819fa51f36396a73e2498c0f63de50b59e996058d0d1773 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:18 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 13:50:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 13:50:18 500301f32396: Preparing 13:50:18 500301f32396: Preparing 13:50:18 0f5d5080b741: Preparing 13:50:18 22d48ba33f9b: Preparing 13:50:18 3d97eb03f205: Preparing 13:50:18 9e136a17c4d4: Preparing 13:50:18 b89eabcf8cc2: Preparing 13:50:18 ef160ab389b6: Preparing 13:50:18 bc5a148d35b9: Preparing 13:50:18 d43edf7fed6c: Preparing 13:50:18 f29cdb7edf56: Preparing 13:50:18 3707284180d1: Preparing 13:50:18 e5e13b0c77cb: Preparing 13:50:18 ef160ab389b6: Waiting 13:50:18 bc5a148d35b9: Waiting 13:50:18 d43edf7fed6c: Waiting 13:50:18 f29cdb7edf56: Waiting 13:50:18 3707284180d1: Waiting 13:50:18 e5e13b0c77cb: Waiting 13:50:18 b89eabcf8cc2: Waiting 13:50:18 9e136a17c4d4: Layer already exists 13:50:18 0f5d5080b741: Layer already exists 13:50:18 22d48ba33f9b: Layer already exists 13:50:18 500301f32396: Layer already exists 13:50:18 3d97eb03f205: Layer already exists 13:50:18 ef160ab389b6: Layer already exists 13:50:18 bc5a148d35b9: Layer already exists 13:50:18 d43edf7fed6c: Layer already exists 13:50:18 b89eabcf8cc2: Layer already exists 13:50:18 f29cdb7edf56: Layer already exists 13:50:18 3707284180d1: Layer already exists 13:50:18 e5e13b0c77cb: Layer already exists 13:50:18 main: digest: sha256:fdb52bf93687d89aa819fa51f36396a73e2498c0f63de50b59e996058d0d1773 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:50:18 ===================================================== [Pipeline] echo 13:50:18 taggedImages: 13:50:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 13:50:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.19 13:50:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 13:50:19 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 13:50:19 01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:19 latest 13:50:19 3.0.0-dev.19 13:50:19 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:19 main 13:50:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:19 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 13:50:19 c00130278833: Preparing 13:50:19 671c068b0496: Preparing 13:50:19 b012753f89f4: Preparing 13:50:19 697f738e8315: Preparing 13:50:19 9d1ab9dd4faa: Preparing 13:50:19 20726376426e: Preparing 13:50:19 9acc599c9d62: Preparing 13:50:19 e5e13b0c77cb: Preparing 13:50:19 20726376426e: Waiting 13:50:19 9acc599c9d62: Waiting 13:50:19 e5e13b0c77cb: Waiting 13:50:19 9d1ab9dd4faa: Pushed 13:50:19 671c068b0496: Pushed 13:50:19 c00130278833: Pushed 13:50:19 e5e13b0c77cb: Layer already exists 13:50:19 20726376426e: Pushed 13:50:20 9acc599c9d62: Pushed 13:50:20 697f738e8315: Pushed 13:50:20 b012753f89f4: Pushed 13:50:20 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:624548db24f5d8c640c2512be695dc7567d9fb61f1152df99d6e9359fe88aef8 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:21 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 13:50:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 13:50:21 c00130278833: Preparing 13:50:21 671c068b0496: Preparing 13:50:21 b012753f89f4: Preparing 13:50:21 697f738e8315: Preparing 13:50:21 9d1ab9dd4faa: Preparing 13:50:21 20726376426e: Preparing 13:50:21 9acc599c9d62: Preparing 13:50:21 e5e13b0c77cb: Preparing 13:50:21 20726376426e: Waiting 13:50:21 e5e13b0c77cb: Waiting 13:50:21 9acc599c9d62: Waiting 13:50:21 697f738e8315: Layer already exists 13:50:21 671c068b0496: Layer already exists 13:50:21 b012753f89f4: Layer already exists 13:50:21 c00130278833: Layer already exists 13:50:21 9d1ab9dd4faa: Layer already exists 13:50:21 20726376426e: Layer already exists 13:50:21 9acc599c9d62: Layer already exists 13:50:21 e5e13b0c77cb: Layer already exists 13:50:21 latest: digest: sha256:624548db24f5d8c640c2512be695dc7567d9fb61f1152df99d6e9359fe88aef8 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:21 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.19 13:50:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 13:50:22 c00130278833: Preparing 13:50:22 671c068b0496: Preparing 13:50:22 b012753f89f4: Preparing 13:50:22 697f738e8315: Preparing 13:50:22 9d1ab9dd4faa: Preparing 13:50:22 20726376426e: Preparing 13:50:22 9acc599c9d62: Preparing 13:50:22 e5e13b0c77cb: Preparing 13:50:22 20726376426e: Waiting 13:50:22 9acc599c9d62: Waiting 13:50:22 e5e13b0c77cb: Waiting 13:50:22 b012753f89f4: Layer already exists 13:50:22 671c068b0496: Layer already exists 13:50:22 697f738e8315: Layer already exists 13:50:22 c00130278833: Layer already exists 13:50:22 9d1ab9dd4faa: Layer already exists 13:50:22 20726376426e: Layer already exists 13:50:22 e5e13b0c77cb: Layer already exists 13:50:22 9acc599c9d62: Layer already exists 13:50:22 3.0.0-dev.19: digest: sha256:624548db24f5d8c640c2512be695dc7567d9fb61f1152df99d6e9359fe88aef8 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:22 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 13:50:22 c00130278833: Preparing 13:50:22 671c068b0496: Preparing 13:50:22 b012753f89f4: Preparing 13:50:22 697f738e8315: Preparing 13:50:22 9d1ab9dd4faa: Preparing 13:50:22 20726376426e: Preparing 13:50:22 9acc599c9d62: Preparing 13:50:22 e5e13b0c77cb: Preparing 13:50:22 9acc599c9d62: Waiting 13:50:22 e5e13b0c77cb: Waiting 13:50:22 9d1ab9dd4faa: Layer already exists 13:50:22 c00130278833: Layer already exists 13:50:22 b012753f89f4: Layer already exists 13:50:22 671c068b0496: Layer already exists 13:50:22 697f738e8315: Layer already exists 13:50:22 20726376426e: Layer already exists 13:50:22 9acc599c9d62: Layer already exists 13:50:22 e5e13b0c77cb: Layer already exists 13:50:22 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:624548db24f5d8c640c2512be695dc7567d9fb61f1152df99d6e9359fe88aef8 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:23 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 13:50:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 13:50:23 c00130278833: Preparing 13:50:23 671c068b0496: Preparing 13:50:23 b012753f89f4: Preparing 13:50:23 697f738e8315: Preparing 13:50:23 9d1ab9dd4faa: Preparing 13:50:23 20726376426e: Preparing 13:50:23 9acc599c9d62: Preparing 13:50:23 e5e13b0c77cb: Preparing 13:50:23 20726376426e: Waiting 13:50:23 9acc599c9d62: Waiting 13:50:23 e5e13b0c77cb: Waiting 13:50:23 c00130278833: Layer already exists 13:50:23 b012753f89f4: Layer already exists 13:50:23 671c068b0496: Layer already exists 13:50:23 697f738e8315: Layer already exists 13:50:23 9d1ab9dd4faa: Layer already exists 13:50:23 9acc599c9d62: Layer already exists 13:50:23 20726376426e: Layer already exists 13:50:23 e5e13b0c77cb: Layer already exists 13:50:23 main: digest: sha256:624548db24f5d8c640c2512be695dc7567d9fb61f1152df99d6e9359fe88aef8 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:50:23 ===================================================== [Pipeline] echo 13:50:23 taggedImages: 13:50:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 13:50:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.19 13:50:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 13:50:23 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 13:50:23 01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:23 latest 13:50:23 3.0.0-dev.19 13:50:23 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:23 main 13:50:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:23 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:24 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 13:50:24 0de3ce34aafa: Preparing 13:50:24 aa92dd31200d: Preparing 13:50:24 84d6f46d98cb: Preparing 13:50:24 0048bc1f144f: Preparing 13:50:24 40e92b0af259: Preparing 13:50:24 00cc6d453055: Preparing 13:50:24 18e69232b0cd: Preparing 13:50:24 611e09342449: Preparing 13:50:24 4b65a271e8be: Preparing 13:50:24 e5e13b0c77cb: Preparing 13:50:24 18e69232b0cd: Waiting 13:50:24 611e09342449: Waiting 13:50:24 4b65a271e8be: Waiting 13:50:24 00cc6d453055: Waiting 13:50:24 e5e13b0c77cb: Waiting 13:50:24 aa92dd31200d: Pushed 13:50:24 40e92b0af259: Pushed 13:50:24 0de3ce34aafa: Pushed 13:50:24 00cc6d453055: Pushed 13:50:24 18e69232b0cd: Pushed 13:50:24 611e09342449: Pushed 13:50:24 e5e13b0c77cb: Layer already exists 13:50:24 4b65a271e8be: Pushed 13:50:25 0048bc1f144f: Pushed 13:50:25 84d6f46d98cb: Pushed 13:50:25 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:a54d9181771d99dfdaf8eb0e79126badc90fb49df7e0541ee0f3b2468321e5d5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:25 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 13:50:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 13:50:26 0de3ce34aafa: Preparing 13:50:26 aa92dd31200d: Preparing 13:50:26 84d6f46d98cb: Preparing 13:50:26 0048bc1f144f: Preparing 13:50:26 40e92b0af259: Preparing 13:50:26 00cc6d453055: Preparing 13:50:26 18e69232b0cd: Preparing 13:50:26 611e09342449: Preparing 13:50:26 4b65a271e8be: Preparing 13:50:26 e5e13b0c77cb: Preparing 13:50:26 00cc6d453055: Waiting 13:50:26 18e69232b0cd: Waiting 13:50:26 611e09342449: Waiting 13:50:26 4b65a271e8be: Waiting 13:50:26 e5e13b0c77cb: Waiting 13:50:26 40e92b0af259: Layer already exists 13:50:26 0048bc1f144f: Layer already exists 13:50:26 84d6f46d98cb: Layer already exists 13:50:26 0de3ce34aafa: Layer already exists 13:50:26 aa92dd31200d: Layer already exists 13:50:26 00cc6d453055: Layer already exists 13:50:26 18e69232b0cd: Layer already exists 13:50:26 611e09342449: Layer already exists 13:50:26 e5e13b0c77cb: Layer already exists 13:50:26 4b65a271e8be: Layer already exists 13:50:26 latest: digest: sha256:a54d9181771d99dfdaf8eb0e79126badc90fb49df7e0541ee0f3b2468321e5d5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:26 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.19 13:50:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 13:50:26 0de3ce34aafa: Preparing 13:50:26 aa92dd31200d: Preparing 13:50:26 84d6f46d98cb: Preparing 13:50:26 0048bc1f144f: Preparing 13:50:26 40e92b0af259: Preparing 13:50:26 00cc6d453055: Preparing 13:50:26 18e69232b0cd: Preparing 13:50:26 611e09342449: Preparing 13:50:26 4b65a271e8be: Preparing 13:50:26 e5e13b0c77cb: Preparing 13:50:26 18e69232b0cd: Waiting 13:50:26 611e09342449: Waiting 13:50:26 4b65a271e8be: Waiting 13:50:26 00cc6d453055: Waiting 13:50:26 40e92b0af259: Layer already exists 13:50:26 0de3ce34aafa: Layer already exists 13:50:26 0048bc1f144f: Layer already exists 13:50:26 84d6f46d98cb: Layer already exists 13:50:26 aa92dd31200d: Layer already exists 13:50:26 00cc6d453055: Layer already exists 13:50:26 e5e13b0c77cb: Layer already exists 13:50:26 18e69232b0cd: Layer already exists 13:50:26 4b65a271e8be: Layer already exists 13:50:26 611e09342449: Layer already exists 13:50:26 3.0.0-dev.19: digest: sha256:a54d9181771d99dfdaf8eb0e79126badc90fb49df7e0541ee0f3b2468321e5d5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:27 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 13:50:27 0de3ce34aafa: Preparing 13:50:27 aa92dd31200d: Preparing 13:50:27 84d6f46d98cb: Preparing 13:50:27 0048bc1f144f: Preparing 13:50:27 40e92b0af259: Preparing 13:50:27 00cc6d453055: Preparing 13:50:27 18e69232b0cd: Preparing 13:50:27 611e09342449: Preparing 13:50:27 4b65a271e8be: Preparing 13:50:27 e5e13b0c77cb: Preparing 13:50:27 18e69232b0cd: Waiting 13:50:27 611e09342449: Waiting 13:50:27 4b65a271e8be: Waiting 13:50:27 e5e13b0c77cb: Waiting 13:50:27 00cc6d453055: Waiting 13:50:27 0de3ce34aafa: Layer already exists 13:50:27 aa92dd31200d: Layer already exists 13:50:27 40e92b0af259: Layer already exists 13:50:27 0048bc1f144f: Layer already exists 13:50:27 84d6f46d98cb: Layer already exists 13:50:27 00cc6d453055: Layer already exists 13:50:27 18e69232b0cd: Layer already exists 13:50:27 4b65a271e8be: Layer already exists 13:50:27 611e09342449: Layer already exists 13:50:27 e5e13b0c77cb: Layer already exists 13:50:27 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:a54d9181771d99dfdaf8eb0e79126badc90fb49df7e0541ee0f3b2468321e5d5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:27 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 13:50:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 13:50:27 0de3ce34aafa: Preparing 13:50:27 aa92dd31200d: Preparing 13:50:27 84d6f46d98cb: Preparing 13:50:27 0048bc1f144f: Preparing 13:50:27 40e92b0af259: Preparing 13:50:27 00cc6d453055: Preparing 13:50:27 18e69232b0cd: Preparing 13:50:27 611e09342449: Preparing 13:50:27 4b65a271e8be: Preparing 13:50:27 e5e13b0c77cb: Preparing 13:50:27 00cc6d453055: Waiting 13:50:27 18e69232b0cd: Waiting 13:50:27 611e09342449: Waiting 13:50:27 4b65a271e8be: Waiting 13:50:27 e5e13b0c77cb: Waiting 13:50:27 40e92b0af259: Layer already exists 13:50:27 aa92dd31200d: Layer already exists 13:50:27 0de3ce34aafa: Layer already exists 13:50:27 84d6f46d98cb: Layer already exists 13:50:27 0048bc1f144f: Layer already exists 13:50:27 611e09342449: Layer already exists 13:50:27 18e69232b0cd: Layer already exists 13:50:27 4b65a271e8be: Layer already exists 13:50:28 00cc6d453055: Layer already exists 13:50:28 e5e13b0c77cb: Layer already exists 13:50:28 main: digest: sha256:a54d9181771d99dfdaf8eb0e79126badc90fb49df7e0541ee0f3b2468321e5d5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:50:28 ===================================================== [Pipeline] echo 13:50:28 taggedImages: 13:50:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 13:50:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.19 13:50:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 13:50:28 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 13:50:28 01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:28 latest 13:50:28 3.0.0-dev.19 13:50:28 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:28 main 13:50:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:28 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 13:50:28 9eb361a475af: Preparing 13:50:28 35c2e99fcffb: Preparing 13:50:28 ef160ab389b6: Preparing 13:50:28 21b2e9d3c793: Preparing 13:50:28 34d5ebaa5410: Preparing 13:50:28 ef160ab389b6: Layer already exists 13:50:28 34d5ebaa5410: Layer already exists 13:50:28 9eb361a475af: Pushed 13:50:29 21b2e9d3c793: Pushed 13:50:29 Removing intermediate container ddff66b76e72 13:50:29 ---> e35593a9b910 13:50:29 Step 7/24 : COPY . . 13:50:29 Removing intermediate container 481ab44f1dbb 13:50:29 ---> 9e895a05d280 13:50:29 Step 7/24 : COPY . . 13:50:29 Removing intermediate container 31223f208893 13:50:29 ---> d35740c0f895 13:50:29 Step 7/19 : COPY . . 13:50:29 Removing intermediate container 476afaf2d97e 13:50:29 ---> 6b216c3b74e0 13:50:29 Step 8/22 : COPY . . 13:50:30 Removing intermediate container 2ffa9b9de66a 13:50:30 ---> 7a9743e00721 13:50:30 Step 7/21 : COPY . . 13:50:30 35c2e99fcffb: Pushed 13:50:30 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:ee5972c3169fe0ac42fae95587047db482b1bb65454b56fdb31044e5e5f7c077 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:31 + 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 13:50:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 13:50:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 13:50:31 9eb361a475af: Preparing 13:50:31 35c2e99fcffb: Preparing 13:50:31 ef160ab389b6: Preparing 13:50:31 21b2e9d3c793: Preparing 13:50:31 34d5ebaa5410: Preparing 13:50:31 21b2e9d3c793: Layer already exists 13:50:31 35c2e99fcffb: Layer already exists 13:50:31 ef160ab389b6: Layer already exists 13:50:31 34d5ebaa5410: Layer already exists 13:50:31 9eb361a475af: Layer already exists 13:50:31 latest: digest: sha256:ee5972c3169fe0ac42fae95587047db482b1bb65454b56fdb31044e5e5f7c077 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:31 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.19 13:50:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 13:50:32 9eb361a475af: Preparing 13:50:32 35c2e99fcffb: Preparing 13:50:32 ef160ab389b6: Preparing 13:50:32 21b2e9d3c793: Preparing 13:50:32 34d5ebaa5410: Preparing 13:50:32 ef160ab389b6: Layer already exists 13:50:32 9eb361a475af: Layer already exists 13:50:32 34d5ebaa5410: Layer already exists 13:50:32 21b2e9d3c793: Layer already exists 13:50:32 35c2e99fcffb: Layer already exists 13:50:32 3.0.0-dev.19: digest: sha256:ee5972c3169fe0ac42fae95587047db482b1bb65454b56fdb31044e5e5f7c077 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:32 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 13:50:32 9eb361a475af: Preparing 13:50:32 35c2e99fcffb: Preparing 13:50:32 ef160ab389b6: Preparing 13:50:32 21b2e9d3c793: Preparing 13:50:32 34d5ebaa5410: Preparing 13:50:32 21b2e9d3c793: Layer already exists 13:50:32 34d5ebaa5410: Layer already exists 13:50:32 ef160ab389b6: Layer already exists 13:50:32 35c2e99fcffb: Layer already exists 13:50:32 9eb361a475af: Layer already exists 13:50:32 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:ee5972c3169fe0ac42fae95587047db482b1bb65454b56fdb31044e5e5f7c077 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:32 + 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 13:50:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 13:50:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 13:50:33 9eb361a475af: Preparing 13:50:33 35c2e99fcffb: Preparing 13:50:33 ef160ab389b6: Preparing 13:50:33 21b2e9d3c793: Preparing 13:50:33 34d5ebaa5410: Preparing 13:50:33 21b2e9d3c793: Layer already exists 13:50:33 ef160ab389b6: Layer already exists 13:50:33 35c2e99fcffb: Layer already exists 13:50:33 34d5ebaa5410: Layer already exists 13:50:33 9eb361a475af: Layer already exists 13:50:33 main: digest: sha256:ee5972c3169fe0ac42fae95587047db482b1bb65454b56fdb31044e5e5f7c077 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:50:33 ===================================================== [Pipeline] echo 13:50:33 taggedImages: 13:50:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 13:50:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.19 13:50:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 13:50:33 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 13:50:33 01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:33 latest 13:50:33 3.0.0-dev.19 13:50:33 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:33 main 13:50:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:33 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 13:50:33 800fac1c1580: Preparing 13:50:33 2156db67b47f: Preparing 13:50:33 5268ee645728: Preparing 13:50:33 c95adb311768: Preparing 13:50:33 2112fbc119c7: Preparing 13:50:33 602413ec395f: Preparing 13:50:33 34d5ebaa5410: Preparing 13:50:33 602413ec395f: Waiting 13:50:33 34d5ebaa5410: Waiting 13:50:33 2156db67b47f: Pushed 13:50:33 5268ee645728: Pushed 13:50:33 800fac1c1580: Pushed 13:50:33 34d5ebaa5410: Layer already exists 13:50:34 ---> a2f9156f1f7d 13:50:34 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 13:50:34 ---> e47a24daa3ea 13:50:34 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 13:50:34 ---> Running in 0f3129c7ffa6 13:50:34 ---> Running in 7526e26acfec 13:50:34 602413ec395f: Pushed 13:50:34 ---> aa96b3d2f409 13:50:34 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 13:50:36 ---> Running in c405f9d6fb4f 13:50:36 ---> a22a553f2549 13:50:36 Removing intermediate container 0f3129c7ffa6 13:50:36 ---> d1c7e42f7e50 13:50:36 Step 9/24 : WORKDIR /edgex-go/spire-build 13:50:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 13:50:36 Removing intermediate container 7526e26acfec 13:50:36 ---> 5971beef3371 13:50:36 Step 9/24 : WORKDIR /edgex-go/spire-build 13:50:36 ---> Running in 5a684d03ff38 13:50:36 ---> Running in eeebdb115281 13:50:36 ---> Running in 3ec15eec9505 13:50:37 ---> 29df42040ca4 13:50:37 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:50:37 ---> Running in f87a8de33ca9 13:50:37 Removing intermediate container 5a684d03ff38 13:50:37 ---> 8bf949c75448 13:50:37 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 13:50:37 2112fbc119c7: Pushed 13:50:38 Removing intermediate container 3ec15eec9505 13:50:38 ---> 773b42f1aa91 13:50:38 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 13:50:38 ---> Running in 6b29f8e41870 13:50:38 ---> Running in 606a12de5011 13:50:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 13:50:39 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:50:39 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:50:40 c95adb311768: Pushed 13:50:40 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:40294bf4a666e9ece32a54d5612eae3f9595612399c40eda9f2da4393cef3daa size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:40 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 13:50:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 13:50:40 800fac1c1580: Preparing 13:50:40 2156db67b47f: Preparing 13:50:40 5268ee645728: Preparing 13:50:40 c95adb311768: Preparing 13:50:40 2112fbc119c7: Preparing 13:50:40 602413ec395f: Preparing 13:50:40 34d5ebaa5410: Preparing 13:50:40 602413ec395f: Waiting 13:50:40 34d5ebaa5410: Waiting 13:50:40 800fac1c1580: Layer already exists 13:50:40 5268ee645728: Layer already exists 13:50:40 2112fbc119c7: Layer already exists 13:50:40 2156db67b47f: Layer already exists 13:50:40 c95adb311768: Layer already exists 13:50:40 602413ec395f: Layer already exists 13:50:40 34d5ebaa5410: Layer already exists 13:50:40 latest: digest: sha256:40294bf4a666e9ece32a54d5612eae3f9595612399c40eda9f2da4393cef3daa size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:41 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.19 13:50:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 13:50:41 800fac1c1580: Preparing 13:50:41 2156db67b47f: Preparing 13:50:41 5268ee645728: Preparing 13:50:41 c95adb311768: Preparing 13:50:41 2112fbc119c7: Preparing 13:50:41 602413ec395f: Preparing 13:50:41 34d5ebaa5410: Preparing 13:50:41 602413ec395f: Waiting 13:50:41 34d5ebaa5410: Waiting 13:50:41 2112fbc119c7: Layer already exists 13:50:41 c95adb311768: Layer already exists 13:50:41 5268ee645728: Layer already exists 13:50:41 2156db67b47f: Layer already exists 13:50:41 800fac1c1580: Layer already exists 13:50:41 602413ec395f: Layer already exists 13:50:41 34d5ebaa5410: Layer already exists 13:50:41 3.0.0-dev.19: digest: sha256:40294bf4a666e9ece32a54d5612eae3f9595612399c40eda9f2da4393cef3daa size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:41 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:42 Removing intermediate container 6b29f8e41870 13:50:42 ---> 7c963afee02a 13:50:42 Step 11/24 : WORKDIR /edgex-go 13:50:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 13:50:42 800fac1c1580: Preparing 13:50:42 2156db67b47f: Preparing 13:50:42 5268ee645728: Preparing 13:50:42 c95adb311768: Preparing 13:50:42 2112fbc119c7: Preparing 13:50:42 602413ec395f: Preparing 13:50:42 34d5ebaa5410: Preparing 13:50:42 602413ec395f: Waiting 13:50:42 34d5ebaa5410: Waiting 13:50:42 2112fbc119c7: Layer already exists 13:50:42 2156db67b47f: Layer already exists 13:50:42 c95adb311768: Layer already exists 13:50:42 5268ee645728: Layer already exists 13:50:42 800fac1c1580: Layer already exists 13:50:42 602413ec395f: Layer already exists 13:50:42 34d5ebaa5410: Layer already exists 13:50:42 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:40294bf4a666e9ece32a54d5612eae3f9595612399c40eda9f2da4393cef3daa size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:42 ---> Running in 77812558dd4b 13:50:42 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 13:50:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 13:50:42 800fac1c1580: Preparing 13:50:42 2156db67b47f: Preparing 13:50:42 5268ee645728: Preparing 13:50:42 c95adb311768: Preparing 13:50:42 2112fbc119c7: Preparing 13:50:42 602413ec395f: Preparing 13:50:42 34d5ebaa5410: Preparing 13:50:42 34d5ebaa5410: Waiting 13:50:42 602413ec395f: Waiting 13:50:42 c95adb311768: Layer already exists 13:50:42 5268ee645728: Layer already exists 13:50:42 800fac1c1580: Layer already exists 13:50:42 2156db67b47f: Layer already exists 13:50:42 2112fbc119c7: Layer already exists 13:50:42 602413ec395f: Layer already exists 13:50:42 34d5ebaa5410: Layer already exists 13:50:42 main: digest: sha256:40294bf4a666e9ece32a54d5612eae3f9595612399c40eda9f2da4393cef3daa size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:50:42 ===================================================== [Pipeline] echo 13:50:42 taggedImages: 13:50:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 13:50:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.19 13:50:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 13:50:42 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 13:50:42 01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:42 latest 13:50:42 3.0.0-dev.19 13:50:42 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:42 main 13:50:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:43 Removing intermediate container 606a12de5011 13:50:43 ---> c7296e56382a 13:50:43 Step 11/24 : WORKDIR /edgex-go 13:50:43 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:43 Removing intermediate container 77812558dd4b 13:50:43 ---> f517de0476fc 13:50:43 13:50:43 Step 12/24 : FROM alpine:3.15 13:50:43 ---> Running in ea4d6dd6a512 13:50:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 13:50:43 b2355ee57bf8: Preparing 13:50:43 442c777247f7: Preparing 13:50:43 526aac028168: Preparing 13:50:43 c95adb311768: Preparing 13:50:43 618cd25e16bf: Preparing 13:50:43 34d5ebaa5410: Preparing 13:50:43 34d5ebaa5410: Waiting 13:50:43 c95adb311768: Layer already exists 13:50:43 34d5ebaa5410: Layer already exists 13:50:43 b2355ee57bf8: Pushed 13:50:43 526aac028168: Pushed 13:50:43 442c777247f7: Pushed 13:50:43 3.15: Pulling from library/alpine 13:50:43 618cd25e16bf: Pushed 13:50:43 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:f185dd298e8d194c190c4ab15163f539a39efdcec48ce8f4ab991153ce95fd0b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:44 Removing intermediate container ea4d6dd6a512 13:50:44 ---> 007398e4b46e 13:50:44 13:50:44 Step 12/24 : FROM alpine:3.15 13:50:44 3.15: Pulling from library/alpine 13:50:44 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 13:50:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 13:50:44 b2355ee57bf8: Preparing 13:50:44 442c777247f7: Preparing 13:50:44 526aac028168: Preparing 13:50:44 c95adb311768: Preparing 13:50:44 618cd25e16bf: Preparing 13:50:44 34d5ebaa5410: Preparing 13:50:44 34d5ebaa5410: Waiting 13:50:44 c95adb311768: Layer already exists 13:50:44 618cd25e16bf: Layer already exists 13:50:44 442c777247f7: Layer already exists 13:50:44 b2355ee57bf8: Layer already exists 13:50:44 526aac028168: Layer already exists 13:50:44 34d5ebaa5410: Layer already exists 13:50:44 latest: digest: sha256:f185dd298e8d194c190c4ab15163f539a39efdcec48ce8f4ab991153ce95fd0b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:44 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.19 13:50:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 13:50:45 b2355ee57bf8: Preparing 13:50:45 442c777247f7: Preparing 13:50:45 526aac028168: Preparing 13:50:45 c95adb311768: Preparing 13:50:45 618cd25e16bf: Preparing 13:50:45 34d5ebaa5410: Preparing 13:50:45 34d5ebaa5410: Waiting 13:50:45 526aac028168: Layer already exists 13:50:45 c95adb311768: Layer already exists 13:50:45 618cd25e16bf: Layer already exists 13:50:45 b2355ee57bf8: Layer already exists 13:50:45 442c777247f7: Layer already exists 13:50:45 34d5ebaa5410: Layer already exists 13:50:45 3.0.0-dev.19: digest: sha256:f185dd298e8d194c190c4ab15163f539a39efdcec48ce8f4ab991153ce95fd0b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:45 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } 13:50:45 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 13:50:45 Status: Downloaded newer image for alpine:3.15 13:50:45 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 13:50:45 Status: Image is up to date for alpine:3.15 13:50:45 ---> 8aa73fd46299 13:50:45 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 13:50:45 ---> 8aa73fd46299 13:50:45 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:45 ---> Running in 0c19678b4861 13:50:45 ---> Running in cd0ecc439d75 13:50:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 13:50:45 b2355ee57bf8: Preparing 13:50:45 442c777247f7: Preparing 13:50:45 526aac028168: Preparing 13:50:45 c95adb311768: Preparing 13:50:45 618cd25e16bf: Preparing 13:50:45 34d5ebaa5410: Preparing 13:50:45 34d5ebaa5410: Waiting 13:50:45 526aac028168: Layer already exists 13:50:45 b2355ee57bf8: Layer already exists 13:50:45 c95adb311768: Layer already exists 13:50:45 442c777247f7: Layer already exists 13:50:45 618cd25e16bf: Layer already exists 13:50:45 34d5ebaa5410: Layer already exists 13:50:45 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:f185dd298e8d194c190c4ab15163f539a39efdcec48ce8f4ab991153ce95fd0b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:46 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 13:50:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 13:50:46 b2355ee57bf8: Preparing 13:50:46 442c777247f7: Preparing 13:50:46 526aac028168: Preparing 13:50:46 c95adb311768: Preparing 13:50:46 618cd25e16bf: Preparing 13:50:46 34d5ebaa5410: Preparing 13:50:46 34d5ebaa5410: Waiting 13:50:46 526aac028168: Layer already exists 13:50:46 b2355ee57bf8: Layer already exists 13:50:46 442c777247f7: Layer already exists 13:50:46 c95adb311768: Layer already exists 13:50:46 618cd25e16bf: Layer already exists 13:50:46 34d5ebaa5410: Layer already exists 13:50:46 main: digest: sha256:f185dd298e8d194c190c4ab15163f539a39efdcec48ce8f4ab991153ce95fd0b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:50:46 ===================================================== [Pipeline] echo 13:50:46 taggedImages: 13:50:46 - nexus3.edgexfoundry.org:10004/security-spire-config:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:46 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 13:50:46 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.19 13:50:46 - nexus3.edgexfoundry.org:10004/security-spire-config:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:46 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 13:50:46 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 13:50:46 01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:46 latest 13:50:46 3.0.0-dev.19 13:50:46 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:46 main 13:50:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:46 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 13:50:47 d82e709f01c0: Preparing 13:50:47 1e2bd9598d8d: Preparing 13:50:47 3f74d5626fef: Preparing 13:50:47 514a315ea7f7: Preparing 13:50:47 602413ec395f: Preparing 13:50:47 34d5ebaa5410: Preparing 13:50:47 34d5ebaa5410: Waiting 13:50:47 602413ec395f: Layer already exists 13:50:47 34d5ebaa5410: Layer already exists 13:50:47 d82e709f01c0: Pushed 13:50:47 1e2bd9598d8d: Pushed 13:50:47 3f74d5626fef: Pushed 13:50:50 Removing intermediate container 0c19678b4861 13:50:50 ---> b50a7b10b792 13:50:50 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 13:50:50 Removing intermediate container cd0ecc439d75 13:50:50 ---> 872040479043 13:50:50 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 13:50:50 ---> Running in c5474076151b 13:50:50 ---> Running in e9508f2d5546 13:50:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 13:50:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 13:50:53 514a315ea7f7: Pushed 13:50:53 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:855fa7daa730917b1b5e7cf7657bfbeba6ab060e446318f434a4f70da117df53 size: 1573 13:50:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 13:50:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:53 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 13:50:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 13:50:54 d82e709f01c0: Preparing 13:50:54 1e2bd9598d8d: Preparing 13:50:54 3f74d5626fef: Preparing 13:50:54 514a315ea7f7: Preparing 13:50:54 602413ec395f: Preparing 13:50:54 34d5ebaa5410: Preparing 13:50:54 34d5ebaa5410: Waiting 13:50:54 1e2bd9598d8d: Layer already exists 13:50:54 514a315ea7f7: Layer already exists 13:50:54 3f74d5626fef: Layer already exists 13:50:54 602413ec395f: Layer already exists 13:50:54 d82e709f01c0: Layer already exists 13:50:54 34d5ebaa5410: Layer already exists 13:50:54 latest: digest: sha256:855fa7daa730917b1b5e7cf7657bfbeba6ab060e446318f434a4f70da117df53 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:54 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.19 13:50:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 13:50:54 d82e709f01c0: Preparing 13:50:54 1e2bd9598d8d: Preparing 13:50:54 3f74d5626fef: Preparing 13:50:54 514a315ea7f7: Preparing 13:50:54 602413ec395f: Preparing 13:50:54 34d5ebaa5410: Preparing 13:50:54 34d5ebaa5410: Waiting 13:50:54 3f74d5626fef: Layer already exists 13:50:54 d82e709f01c0: Layer already exists 13:50:54 514a315ea7f7: Layer already exists 13:50:54 602413ec395f: Layer already exists 13:50:54 1e2bd9598d8d: Layer already exists 13:50:54 34d5ebaa5410: Layer already exists 13:50:54 3.0.0-dev.19: digest: sha256:855fa7daa730917b1b5e7cf7657bfbeba6ab060e446318f434a4f70da117df53 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:55 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 13:50:55 d82e709f01c0: Preparing 13:50:55 1e2bd9598d8d: Preparing 13:50:55 3f74d5626fef: Preparing 13:50:55 514a315ea7f7: Preparing 13:50:55 602413ec395f: Preparing 13:50:55 34d5ebaa5410: Preparing 13:50:55 34d5ebaa5410: Waiting 13:50:55 3f74d5626fef: Layer already exists 13:50:55 514a315ea7f7: Layer already exists 13:50:55 1e2bd9598d8d: Layer already exists 13:50:55 d82e709f01c0: Layer already exists 13:50:55 602413ec395f: Layer already exists 13:50:55 34d5ebaa5410: Layer already exists 13:50:55 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:855fa7daa730917b1b5e7cf7657bfbeba6ab060e446318f434a4f70da117df53 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:55 v3.15.6-260-g56987637fa [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 13:50:55 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 13:50:55 OK: 15736 distinct packages available 13:50:55 v3.15.6-260-g56987637fa [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 13:50:55 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 13:50:55 OK: 15736 distinct packages available 13:50:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 13:50:55 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 13:50:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [Pipeline] sh 13:50:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 13:50:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 13:50:56 d82e709f01c0: Preparing 13:50:56 1e2bd9598d8d: Preparing 13:50:56 3f74d5626fef: Preparing 13:50:56 514a315ea7f7: Preparing 13:50:56 602413ec395f: Preparing 13:50:56 34d5ebaa5410: Preparing 13:50:56 34d5ebaa5410: Waiting 13:50:56 514a315ea7f7: Layer already exists 13:50:56 3f74d5626fef: Layer already exists 13:50:56 1e2bd9598d8d: Layer already exists 13:50:56 d82e709f01c0: Layer already exists 13:50:56 602413ec395f: Layer already exists 13:50:56 34d5ebaa5410: Layer already exists 13:50:56 main: digest: sha256:855fa7daa730917b1b5e7cf7657bfbeba6ab060e446318f434a4f70da117df53 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:50:56 ===================================================== [Pipeline] echo 13:50:56 taggedImages: 13:50:56 - nexus3.edgexfoundry.org:10004/security-spire-server:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:56 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 13:50:56 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.19 13:50:56 - nexus3.edgexfoundry.org:10004/security-spire-server:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:56 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 13:50:56 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 13:50:56 01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:56 latest 13:50:56 3.0.0-dev.19 13:50:56 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:50:56 main 13:50:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 13:50:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 13:50:56 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:56 + docker push nexus3.edgexfoundry.org:10004/support-notifications:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:50:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 13:50:56 5091733f8c91: Preparing 13:50:56 565db1f99353: Preparing 13:50:56 ef160ab389b6: Preparing 13:50:56 cf2025748606: Preparing 13:50:56 e5e13b0c77cb: Preparing 13:50:56 ef160ab389b6: Layer already exists 13:50:56 e5e13b0c77cb: Layer already exists 13:50:56 5091733f8c91: Pushed 13:50:56 cf2025748606: Pushed 13:50:58 (1/4) Installing dumb-init (1.2.5-r1) 13:50:58 (2/4) Installing musl-obstack (1.2.3-r0) 13:50:58 (1/5) Installing dumb-init (1.2.5-r1) 13:50:58 (3/4) Installing libucontext (1.1-r0) 13:50:58 (4/4) Installing gcompat (1.0.0-r4) 13:50:58 Executing busybox-1.34.1-r7.trigger 13:50:58 (2/5) Installing musl-obstack (1.2.3-r0) 13:50:58 (3/5) Installing libucontext (1.1-r0) 13:50:58 (4/5) Installing gcompat (1.0.0-r4) 13:50:58 (5/5) Installing openssl (1.1.1s-r1) 13:50:58 Executing busybox-1.34.1-r7.trigger 13:50:58 OK: 6 MiB in 18 packages 13:50:58 OK: 6 MiB in 19 packages 13:50:59 565db1f99353: Pushed 13:50:59 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:9cda5ec2ad3123f9b0cb3af003fd43a5907c85a6cdf4546297da9dadcaea09b5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:59 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 13:51:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 13:51:00 5091733f8c91: Preparing 13:51:00 565db1f99353: Preparing 13:51:00 ef160ab389b6: Preparing 13:51:00 cf2025748606: Preparing 13:51:00 e5e13b0c77cb: Preparing 13:51:00 cf2025748606: Layer already exists 13:51:00 ef160ab389b6: Layer already exists 13:51:00 565db1f99353: Layer already exists 13:51:00 e5e13b0c77cb: Layer already exists 13:51:00 5091733f8c91: Layer already exists 13:51:00 latest: digest: sha256:9cda5ec2ad3123f9b0cb3af003fd43a5907c85a6cdf4546297da9dadcaea09b5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:00 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.19 13:51:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 13:51:00 5091733f8c91: Preparing 13:51:00 565db1f99353: Preparing 13:51:00 ef160ab389b6: Preparing 13:51:00 cf2025748606: Preparing 13:51:00 e5e13b0c77cb: Preparing 13:51:00 565db1f99353: Layer already exists 13:51:00 5091733f8c91: Layer already exists 13:51:00 e5e13b0c77cb: Layer already exists 13:51:00 ef160ab389b6: Layer already exists 13:51:00 cf2025748606: Layer already exists 13:51:00 3.0.0-dev.19: digest: sha256:9cda5ec2ad3123f9b0cb3af003fd43a5907c85a6cdf4546297da9dadcaea09b5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:00 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:51:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 13:51:01 5091733f8c91: Preparing 13:51:01 565db1f99353: Preparing 13:51:01 ef160ab389b6: Preparing 13:51:01 cf2025748606: Preparing 13:51:01 e5e13b0c77cb: Preparing 13:51:01 565db1f99353: Layer already exists 13:51:01 cf2025748606: Layer already exists 13:51:01 e5e13b0c77cb: Layer already exists 13:51:01 ef160ab389b6: Layer already exists 13:51:01 5091733f8c91: Layer already exists 13:51:01 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:9cda5ec2ad3123f9b0cb3af003fd43a5907c85a6cdf4546297da9dadcaea09b5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:01 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 13:51:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 13:51:01 5091733f8c91: Preparing 13:51:01 565db1f99353: Preparing 13:51:01 ef160ab389b6: Preparing 13:51:01 cf2025748606: Preparing 13:51:01 e5e13b0c77cb: Preparing 13:51:01 5091733f8c91: Layer already exists 13:51:01 565db1f99353: Layer already exists 13:51:01 cf2025748606: Layer already exists 13:51:01 ef160ab389b6: Layer already exists 13:51:01 e5e13b0c77cb: Layer already exists 13:51:01 main: digest: sha256:9cda5ec2ad3123f9b0cb3af003fd43a5907c85a6cdf4546297da9dadcaea09b5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:51:01 ===================================================== [Pipeline] echo 13:51:01 taggedImages: 13:51:01 - nexus3.edgexfoundry.org:10004/support-notifications:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:51:01 - nexus3.edgexfoundry.org:10004/support-notifications:latest 13:51:01 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.19 13:51:01 - nexus3.edgexfoundry.org:10004/support-notifications:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:51:01 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 13:51:01 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 13:51:01 01248c1391bf8c2793868be2b98c89264dfd5c2c 13:51:01 latest 13:51:01 3.0.0-dev.19 13:51:01 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:51:01 main 13:51:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:02 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:51:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 13:51:02 eeafab29d87c: Preparing 13:51:02 970b7eb93640: Preparing 13:51:02 ef160ab389b6: Preparing 13:51:02 0d630fce280e: Preparing 13:51:02 e5e13b0c77cb: Preparing 13:51:02 ef160ab389b6: Layer already exists 13:51:02 0d630fce280e: Layer already exists 13:51:02 e5e13b0c77cb: Layer already exists 13:51:02 eeafab29d87c: Pushed 13:51:04 Removing intermediate container c5474076151b 13:51:04 ---> 956ffb0bb770 13:51:04 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 13:51:04 Removing intermediate container e9508f2d5546 13:51:04 ---> af1f76fecd3b 13:51:04 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 13:51:05 970b7eb93640: Pushed 13:51:05 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:72e43e7f2382d14f943e25d7748840acd522934eda1b5a524714406239bfa418 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:05 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:05 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 13:51:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 13:51:05 eeafab29d87c: Preparing 13:51:05 970b7eb93640: Preparing 13:51:05 ef160ab389b6: Preparing 13:51:05 0d630fce280e: Preparing 13:51:05 e5e13b0c77cb: Preparing 13:51:05 eeafab29d87c: Layer already exists 13:51:05 0d630fce280e: Layer already exists 13:51:05 ef160ab389b6: Layer already exists 13:51:05 970b7eb93640: Layer already exists 13:51:05 e5e13b0c77cb: Layer already exists 13:51:05 latest: digest: sha256:72e43e7f2382d14f943e25d7748840acd522934eda1b5a524714406239bfa418 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:05 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.19 13:51:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 13:51:06 eeafab29d87c: Preparing 13:51:06 970b7eb93640: Preparing 13:51:06 ef160ab389b6: Preparing 13:51:06 0d630fce280e: Preparing 13:51:06 e5e13b0c77cb: Preparing 13:51:06 ef160ab389b6: Layer already exists 13:51:06 0d630fce280e: Layer already exists 13:51:06 970b7eb93640: Layer already exists 13:51:06 eeafab29d87c: Layer already exists 13:51:06 e5e13b0c77cb: Layer already exists 13:51:06 3.0.0-dev.19: digest: sha256:72e43e7f2382d14f943e25d7748840acd522934eda1b5a524714406239bfa418 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:06 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:51:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 13:51:06 eeafab29d87c: Preparing 13:51:06 970b7eb93640: Preparing 13:51:06 ef160ab389b6: Preparing 13:51:06 0d630fce280e: Preparing 13:51:06 e5e13b0c77cb: Preparing 13:51:06 970b7eb93640: Layer already exists 13:51:06 ef160ab389b6: Layer already exists 13:51:06 e5e13b0c77cb: Layer already exists 13:51:06 0d630fce280e: Layer already exists 13:51:06 eeafab29d87c: Layer already exists 13:51:06 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:72e43e7f2382d14f943e25d7748840acd522934eda1b5a524714406239bfa418 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:07 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 13:51:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 13:51:07 eeafab29d87c: Preparing 13:51:07 970b7eb93640: Preparing 13:51:07 ef160ab389b6: Preparing 13:51:07 0d630fce280e: Preparing 13:51:07 e5e13b0c77cb: Preparing 13:51:07 e5e13b0c77cb: Layer already exists 13:51:07 0d630fce280e: Layer already exists 13:51:07 970b7eb93640: Layer already exists 13:51:07 eeafab29d87c: Layer already exists 13:51:07 ef160ab389b6: Layer already exists 13:51:07 main: digest: sha256:72e43e7f2382d14f943e25d7748840acd522934eda1b5a524714406239bfa418 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:51:07 ===================================================== [Pipeline] echo 13:51:07 taggedImages: 13:51:07 - nexus3.edgexfoundry.org:10004/support-scheduler:01248c1391bf8c2793868be2b98c89264dfd5c2c 13:51:07 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 13:51:07 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.19 13:51:07 - nexus3.edgexfoundry.org:10004/support-scheduler:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 13:51:07 - 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] } 13:51:10 ---> 4f2a7d732645 13:51:10 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 13:51:16 ---> 552e1993d712 13:51:16 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 13:51:17 ---> b07720193f93 13:51:17 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 13:51:17 ---> Running in 2f28601fbf6f 13:51:18 Removing intermediate container 2f28601fbf6f 13:51:18 ---> 7ac7febb5f1c 13:51:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 13:51:19 ---> 37bd2968b87d 13:51:19 Step 19/24 : WORKDIR / 13:51:19 ---> Running in 4e972bed1933 13:51:20 Removing intermediate container 4e972bed1933 13:51:20 ---> f37e9d40ac41 13:51:20 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 13:51:20 ---> Running in 85531b844fc8 13:51:23 ---> e84a4d34a7b2 13:51:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 13:51:23 Removing intermediate container 85531b844fc8 13:51:23 ---> 12723e0d3636 13:51:23 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 13:51:23 ---> Running in 8a904a47b881 13:51:24 Removing intermediate container 8a904a47b881 13:51:24 ---> fd029c7f2daa 13:51:24 Step 22/24 : LABEL arch=arm64 13:51:24 ---> 5d4172cfe975 13:51:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 13:51:24 ---> Running in 02e219932b49 13:51:25 Removing intermediate container 02e219932b49 13:51:25 ---> 614dc895ca21 13:51:25 Step 23/24 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 13:51:25 ---> Running in f6ca0cb09de2 13:51:26 ---> 47839fbea9bb 13:51:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 13:51:26 Removing intermediate container f6ca0cb09de2 13:51:26 ---> 4ffd3a64c655 13:51:26 Step 24/24 : LABEL version=3.0.0-dev.19 13:51:26 ---> Running in 084b8f2cd349 13:51:27 Removing intermediate container 084b8f2cd349 13:51:27 ---> 8f70fd44ce18 13:51:27 13:51:27 ---> 1f9f93377e3c 13:51:27 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 13:51:28 ---> Running in 57bc302734a8 13:51:28 Successfully built 8f70fd44ce18 13:51:28 Successfully tagged security-spire-config-arm64:latest 13:51:28 Building security-secretstore-setup 13:51:28  Building security-spire-config ... done Removing intermediate container 57bc302734a8 13:51:29 ---> aa55a56f7c6c 13:51:29 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 13:51:29 ---> Running in 89165a9ee456 13:51:29 Removing intermediate container 89165a9ee456 13:51:29 ---> 0e77c7ca565d 13:51:29 Step 22/24 : LABEL arch=arm64 13:51:29 ---> Running in 2fa2c2aaa46b 13:51:30 Removing intermediate container 2fa2c2aaa46b 13:51:30 ---> 6afa085234b0 13:51:30 Step 23/24 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 13:51:30 ---> Running in 9dfdb9a50bb4 13:51:31 Removing intermediate container 9dfdb9a50bb4 13:51:31 ---> a2ca9664d37c 13:51:31 Step 24/24 : LABEL version=3.0.0-dev.19 13:51:31 ---> Running in 20fd1af7e163 13:51:31 Removing intermediate container 20fd1af7e163 13:51:31 ---> 1993ea920a0f 13:51:31 13:51:32 Successfully built 1993ea920a0f 13:51:32 Successfully tagged security-spire-agent-arm64:latest 13:51:32 Building core-command 13:51:34  Building security-spire-agent ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:51:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:51:34 ---> 8bde7e51806c 13:51:34 Step 3/24 : WORKDIR /edgex-go 13:51:34 ---> Using cache 13:51:34 ---> 77dbb77732a3 13:51:34 Step 4/24 : RUN apk add --update --no-cache make git 13:51:34 ---> Running in b69f766b7f58 13:51:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:51:37 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:51:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:51:37 ---> 8bde7e51806c 13:51:37 Step 3/23 : ARG ADD_BUILD_TAGS="" 13:51:37 ---> Using cache 13:51:37 ---> e1a201eaf101 13:51:37 Step 4/23 : WORKDIR /edgex-go 13:51:37 ---> Using cache 13:51:37 ---> 22facda89c26 13:51:37 Step 5/23 : RUN apk add --update --no-cache make git 13:51:37 ---> Using cache 13:51:37 ---> 69fc5b043552 13:51:37 Step 6/23 : COPY go.mod vendor* ./ 13:51:37 ---> Using cache 13:51:37 ---> 7b56c3b32db1 13:51:37 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:51:37 ---> Using cache 13:51:37 ---> 6b216c3b74e0 13:51:37 Step 8/23 : COPY . . 13:51:37 ---> Using cache 13:51:37 ---> a22a553f2549 13:51:37 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 13:51:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:51:38 ---> Running in edd1a9be84e6 13:51:39 OK: 221 MiB in 51 packages 13:51:39 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 13:51:40 Removing intermediate container b69f766b7f58 13:51:40 ---> 9cbaccd47d45 13:51:40 Step 5/24 : COPY go.mod vendor* ./ 13:51:42 ---> 22f2cff39cd0 13:51:42 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:51:42 ---> Running in faf5845e4b8d 13:53:19 Removing intermediate container faf5845e4b8d 13:53:19 ---> 4c128a785e0b 13:53:19 Step 7/24 : COPY . . 13:53:19 ---> 0eb818864713 13:53:19 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:53:19 ---> Running in 2c82fd8c63d8 13:53:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 13:56:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 13:56:38 Removing intermediate container f87a8de33ca9 13:56:38 ---> 28cc5d7eeea8 13:56:38 13:56:38 Step 9/21 : FROM alpine:3.16 13:56:39 3.16: Pulling from library/alpine 13:56:40 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 13:56:40 Status: Downloaded newer image for alpine:3.16 13:56:40 ---> 2b4661558fb8 13:56:40 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 13:56:40 ---> Running in 12e1c77e26de 13:56:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:56:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:56:44 (1/6) Installing ca-certificates (20220614-r0) 13:56:44 (2/6) Installing brotli-libs (1.0.9-r6) 13:56:44 (3/6) Installing nghttp2-libs (1.47.0-r0) 13:56:44 (4/6) Installing libcurl (7.83.1-r5) 13:56:44 (5/6) Installing curl (7.83.1-r5) 13:56:44 (6/6) Installing dumb-init (1.2.5-r1) 13:56:44 Executing busybox-1.35.0-r17.trigger 13:56:44 Executing ca-certificates-20220614-r0.trigger 13:56:44 OK: 8 MiB in 20 packages 13:56:46 Removing intermediate container 12e1c77e26de 13:56:46 ---> 8b008b5a145e 13:56:46 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:56:46 ---> Running in ad18c8c00756 13:56:47 Removing intermediate container ad18c8c00756 13:56:47 ---> 5b8afc10ce5c 13:56:47 Step 12/21 : WORKDIR /edgex 13:56:47 ---> Running in 89e059193927 13:56:47 Removing intermediate container 89e059193927 13:56:47 ---> 4bc4f2abb9ed 13:56:47 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:56:48 ---> aac8e06be184 13:56:48 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:56:50 ---> 3346c411a8ee 13:56:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:56:51 ---> cfaf1e9c9b4d 13:56:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 13:56:52 ---> 1d5d1d08afc3 13:56:52 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:56:52 ---> Running in 24917b00b18e 13:56:55 Removing intermediate container 24917b00b18e 13:56:55 ---> bca3b80a88d8 13:56:55 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 13:56:55 ---> Running in d79f3413e188 13:56:57 Removing intermediate container d79f3413e188 13:56:57 ---> c450122af221 13:56:57 Step 19/21 : LABEL arch=arm64 13:56:58 ---> Running in daab9229f99d 13:56:58 Removing intermediate container daab9229f99d 13:56:58 ---> 1805fc1e1f22 13:56:58 Step 20/21 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 13:56:58 ---> Running in 204a28a36b8d 13:56:58 Removing intermediate container 204a28a36b8d 13:56:58 ---> f7faaf56c4c3 13:56:58 Step 21/21 : LABEL version=3.0.0-dev.19 13:56:59 ---> Running in a9030fb47895 13:56:59 Removing intermediate container a9030fb47895 13:56:59 ---> d2a0f6496873 13:56:59 13:56:59 Successfully built d2a0f6496873 13:56:59 Successfully tagged security-proxy-setup-arm64:latest 13:56:59  Building security-proxy-setup ... done Building security-bootstrapper 13:57:02 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:57:02 Step 2/32 : FROM ${BUILDER_BASE} AS builder 13:57:02 ---> 8bde7e51806c 13:57:02 Step 3/32 : WORKDIR /edgex-go 13:57:02 ---> Using cache 13:57:02 ---> 77dbb77732a3 13:57:02 Step 4/32 : RUN apk add --update --no-cache make git 13:57:02 ---> Using cache 13:57:02 ---> 9cbaccd47d45 13:57:02 Step 5/32 : COPY go.mod vendor* ./ 13:57:02 ---> Using cache 13:57:02 ---> 22f2cff39cd0 13:57:02 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:57:02 ---> Using cache 13:57:02 ---> 4c128a785e0b 13:57:02 Step 7/32 : COPY . . 13:57:02 ---> Using cache 13:57:02 ---> 0eb818864713 13:57:02 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:57:03 ---> Running in aef08b3256cc 13:57:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 13:58:12 Removing intermediate container edd1a9be84e6 13:58:12 ---> 616d0ec4d207 13:58:12 13:58:12 Step 10/23 : FROM alpine:3.16 13:58:12 ---> 2b4661558fb8 13:58:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:58:12 ---> Running in e715c8f48a9f 13:58:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:58:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:58:12 (1/1) Installing dumb-init (1.2.5-r1) 13:58:12 Executing busybox-1.35.0-r17.trigger 13:58:12 OK: 5 MiB in 15 packages 13:58:12 Removing intermediate container e715c8f48a9f 13:58:12 ---> ae1ea75feefc 13:58:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:58:12 ---> Running in 8d89cc905603 13:58:13 Removing intermediate container 8d89cc905603 13:58:13 ---> 30f5c3b93560 13:58:13 Step 13/23 : ENV APP_PORT=59882 13:58:13 ---> Running in e2c244b439f1 13:58:13 Removing intermediate container e2c244b439f1 13:58:13 ---> 95de6cf5e340 13:58:13 Step 14/23 : EXPOSE $APP_PORT 13:58:13 ---> Running in 80a1bcf902dc 13:58:14 Removing intermediate container 80a1bcf902dc 13:58:14 ---> ad8d8c27f724 13:58:14 Step 15/23 : WORKDIR / 13:58:14 ---> Running in 4c4ef037cb4d 13:58:14 Removing intermediate container 4c4ef037cb4d 13:58:14 ---> a82eb45f2de5 13:58:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:58:15 ---> 0199372986c0 13:58:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:58:17 ---> 530c824c4285 13:58:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:58:18 ---> 692c94a536cc 13:58:18 Step 19/23 : ENTRYPOINT ["/core-command"] 13:58:18 ---> Running in 32b603282586 13:58:18 Removing intermediate container 32b603282586 13:58:18 ---> 2a324a3ae7f3 13:58:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 13:58:18 ---> Running in f290d6bb3724 13:58:19 Removing intermediate container f290d6bb3724 13:58:19 ---> a2d514c77d5c 13:58:19 Step 21/23 : LABEL arch=arm64 13:58:19 ---> Running in 77669b5b7096 13:58:19 Removing intermediate container 77669b5b7096 13:58:19 ---> 2d2505499c12 13:58:19 Step 22/23 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 13:58:19 ---> Running in 0aaf44c5eef2 13:58:20 Removing intermediate container 0aaf44c5eef2 13:58:20 ---> ec8e4b7ba506 13:58:20 Step 23/23 : LABEL version=3.0.0-dev.19 13:58:20 ---> Running in cb90fb6501a6 13:58:20 Removing intermediate container cb90fb6501a6 13:58:20 ---> 107357bb3b06 13:58:20 13:58:20 Successfully built 107357bb3b06 13:58:20 Successfully tagged core-command-arm64:latest 13:58:20  Building core-command ... done Building core-data 13:58:24 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:58:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:58:24 ---> 8bde7e51806c 13:58:24 Step 3/22 : ARG ADD_BUILD_TAGS="" 13:58:24 ---> Using cache 13:58:24 ---> e1a201eaf101 13:58:24 Step 4/22 : WORKDIR /edgex-go 13:58:24 ---> Using cache 13:58:24 ---> 22facda89c26 13:58:24 Step 5/22 : RUN apk add --update --no-cache make git 13:58:24 ---> Using cache 13:58:24 ---> 69fc5b043552 13:58:24 Step 6/22 : COPY go.mod vendor* ./ 13:58:24 ---> Using cache 13:58:24 ---> 7b56c3b32db1 13:58:24 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:58:24 ---> Using cache 13:58:24 ---> 6b216c3b74e0 13:58:24 Step 8/22 : COPY . . 13:58:24 ---> Using cache 13:58:24 ---> a22a553f2549 13:58:24 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 13:58:24 ---> Running in 5287900b7641 13:58:26 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 13:58:48 Removing intermediate container c405f9d6fb4f 13:58:48 ---> b64ba113988b 13:58:48 13:58:48 Step 9/19 : FROM alpine:3.15 13:58:48 ---> 8aa73fd46299 13:58:48 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 13:58:48 ---> Using cache 13:58:48 ---> 872040479043 13:58:48 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 13:58:48 ---> Running in 0c381e3c5ecf 13:58:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 13:58:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 13:58:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 13:58:49 v3.15.6-260-g56987637fa [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 13:58:49 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 13:58:49 OK: 15736 distinct packages available 13:58:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 13:58:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 13:58:51 (1/9) Installing ca-certificates (20220614-r0) 13:58:51 (2/9) Installing brotli-libs (1.0.9-r5) 13:58:52 (3/9) Installing nghttp2-libs (1.46.0-r0) 13:58:52 (4/9) Installing libcurl (7.80.0-r5) 13:58:52 (5/9) Installing curl (7.80.0-r5) 13:58:52 (6/9) Installing dumb-init (1.2.5-r1) 13:58:52 (7/9) Installing musl-obstack (1.2.3-r0) 13:58:52 (8/9) Installing libucontext (1.1-r0) 13:58:52 (9/9) Installing gcompat (1.0.0-r4) 13:58:52 Executing busybox-1.34.1-r7.trigger 13:58:52 Executing ca-certificates-20220614-r0.trigger 13:58:52 OK: 8 MiB in 23 packages 13:58:55 Removing intermediate container 0c381e3c5ecf 13:58:55 ---> 1ef5dc00fa88 13:58:55 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 13:58:56 ---> a7f5abe80c74 13:58:56 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 13:58:58 ---> d9d1caec9691 13:58:58 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 13:58:59 ---> 59ce11645e1d 13:58:59 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 13:58:59 ---> Running in 65e0910c95c1 13:59:00 Removing intermediate container 65e0910c95c1 13:59:00 ---> b803d2544f4e 13:59:00 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 13:59:00 ---> Running in bc832782208f 13:59:01 Removing intermediate container bc832782208f 13:59:01 ---> 1f762906cb60 13:59:01 Step 17/19 : LABEL arch=arm64 13:59:01 ---> Running in 30cbeb335430 13:59:02 Removing intermediate container 30cbeb335430 13:59:02 ---> 0b1c4d48351b 13:59:02 Step 18/19 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 13:59:02 ---> Running in f5a12c2bdbb4 13:59:03 Removing intermediate container f5a12c2bdbb4 13:59:03 ---> 4e8ee70646c2 13:59:03 Step 19/19 : LABEL version=3.0.0-dev.19 13:59:03 ---> Running in 65bd49ac6076 13:59:04 Removing intermediate container 65bd49ac6076 13:59:04 ---> 1614a680a5b1 13:59:04 13:59:04 Successfully built 1614a680a5b1 13:59:04 Successfully tagged security-spiffe-token-provider-arm64:latest 13:59:04  Building security-spiffe-token-provider ... done Building security-spire-server 13:59:09 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:59:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:59:09 ---> 8bde7e51806c 13:59:09 Step 3/23 : WORKDIR /edgex-go 13:59:09 ---> Using cache 13:59:09 ---> 77dbb77732a3 13:59:09 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 13:59:09 ---> Using cache 13:59:09 ---> 7ceaca6a6e49 13:59:09 Step 5/23 : COPY go.mod vendor* ./ 13:59:09 ---> Using cache 13:59:09 ---> acc2163c2458 13:59:09 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:59:09 ---> Using cache 13:59:09 ---> 9e895a05d280 13:59:09 Step 7/23 : COPY . . 13:59:09 ---> Using cache 13:59:09 ---> e47a24daa3ea 13:59:09 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 13:59:09 ---> Using cache 13:59:09 ---> 5971beef3371 13:59:09 Step 9/23 : WORKDIR /edgex-go/spire-build 13:59:09 ---> Using cache 13:59:09 ---> 773b42f1aa91 13:59:09 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 13:59:09 ---> Running in 44e85edf6cb0 13:59:10 Removing intermediate container 2c82fd8c63d8 13:59:10 ---> 7d6d165b37af 13:59:10 13:59:10 Step 9/24 : FROM alpine:3.16 13:59:10 ---> 2b4661558fb8 13:59:10 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 13:59:10 ---> Running in 340118a45178 13:59:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:59:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:59:13 Removing intermediate container 44e85edf6cb0 13:59:13 ---> ae4e6fb67893 13:59:13 Step 11/23 : WORKDIR /edgex-go 13:59:13 ---> Running in 816977af66a5 13:59:14 Removing intermediate container 816977af66a5 13:59:14 ---> bf7fd62d385b 13:59:14 13:59:14 Step 12/23 : FROM alpine:3.15 13:59:14 ---> 8aa73fd46299 13:59:14 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 13:59:14 ---> Using cache 13:59:14 ---> 872040479043 13:59:14 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 13:59:14 ---> Using cache 13:59:14 ---> af1f76fecd3b 13:59:14 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 13:59:14 (1/3) Installing ca-certificates (20220614-r0) 13:59:14 (2/3) Installing dumb-init (1.2.5-r1) 13:59:14 (3/3) Installing su-exec (0.2-r1) 13:59:14 Executing busybox-1.35.0-r17.trigger 13:59:14 Executing ca-certificates-20220614-r0.trigger 13:59:15 OK: 6 MiB in 17 packages 13:59:18 Removing intermediate container 340118a45178 13:59:18 ---> 9e2c05609f22 13:59:18 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:59:18 ---> Running in 0643e7b5347f 13:59:19 Removing intermediate container 0643e7b5347f 13:59:19 ---> 57977bd7fb04 13:59:19 Step 12/24 : WORKDIR / 13:59:19 ---> Running in 583e874977a1 13:59:20 Removing intermediate container 583e874977a1 13:59:20 ---> e2fedfb5f733 13:59:20 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:59:22 ---> 78f7d5cb91b9 13:59:22 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:59:22 ---> 4da7f18434e5 13:59:22 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 13:59:22 ---> b5d22fdfdc4a 13:59:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:59:23 ---> 2e1a328ce036 13:59:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 13:59:24 ---> d2370a783f91 13:59:24 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 13:59:25 ---> 94c804259f0d 13:59:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 13:59:25 ---> 9f297ed72d0b 13:59:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:59:26 ---> ebca485ff9dd 13:59:26 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 13:59:26 ---> Running in 4a725b4357c4 13:59:27 Removing intermediate container 4a725b4357c4 13:59:27 ---> 29c59e556bf3 13:59:27 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 13:59:27 ---> f2e5fcb8e7da 13:59:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:59:27 ---> Running in 7c72f3f3029d 13:59:28 Removing intermediate container 7c72f3f3029d 13:59:28 ---> 0542f921670f 13:59:28 Step 21/23 : LABEL arch=arm64 13:59:28 ---> Running in 7d148d8f8bc7 13:59:29 Removing intermediate container 7d148d8f8bc7 13:59:29 ---> 2545d84d35fe 13:59:29 Step 22/23 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 13:59:29 ---> Running in 3a8ec36d01cf 13:59:30 ---> 3b340161f04e 13:59:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:59:30 Removing intermediate container 3a8ec36d01cf 13:59:30 ---> acced4b4b094 13:59:30 Step 23/23 : LABEL version=3.0.0-dev.19 13:59:30 ---> Running in 283ea55ad23b 13:59:30 Removing intermediate container 283ea55ad23b 13:59:30 ---> a166dfa26f70 13:59:30 13:59:31 Successfully built a166dfa26f70 13:59:31 Successfully tagged security-spire-server-arm64:latest 13:59:31 Building support-notifications 13:59:31  Building security-spire-server ... done  ---> 4962b717a7fa 13:59:31 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:59:31 ---> Running in 531e3a51895e 13:59:34 Removing intermediate container 531e3a51895e 13:59:34 ---> 0f1bb2ef0fa5 13:59:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:59:35 ---> Running in 3c453d03d78e 13:59:35 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:59:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:59:35 ---> 8bde7e51806c 13:59:35 Step 3/22 : ARG ADD_BUILD_TAGS="" 13:59:35 ---> Using cache 13:59:35 ---> e1a201eaf101 13:59:35 Step 4/22 : WORKDIR /edgex-go 13:59:35 ---> Using cache 13:59:35 ---> 22facda89c26 13:59:35 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:59:35 ---> Running in 3061135c7600 13:59:35 Removing intermediate container 3c453d03d78e 13:59:35 ---> 38a5bbdfa4d5 13:59:35 Step 22/24 : LABEL arch=arm64 13:59:36 ---> Running in 1b399176448c 13:59:37 Removing intermediate container 1b399176448c 13:59:37 ---> 974c34b16a3e 13:59:37 Step 23/24 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 13:59:37 ---> Running in 424e954aa6da 13:59:37 Removing intermediate container 424e954aa6da 13:59:37 ---> 8a690a47f20a 13:59:37 Step 24/24 : LABEL version=3.0.0-dev.19 13:59:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:59:37 ---> Running in 7a3bbe44d3ab 13:59:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:59:38 Removing intermediate container 7a3bbe44d3ab 13:59:38 ---> 494668f0ff7c 13:59:38 13:59:38 Successfully built 494668f0ff7c 13:59:38 Successfully tagged security-secretstore-setup-arm64:latest 13:59:38  Building security-secretstore-setup ... done Building core-metadata 13:59:39 OK: 221 MiB in 51 packages 13:59:41 Removing intermediate container 3061135c7600 13:59:41 ---> c80f746739c5 13:59:41 Step 6/22 : COPY go.mod vendor* ./ 13:59:42 ---> cb4ea0fa3220 13:59:42 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:59:42 ---> Running in 6da3b26e3265 13:59:43 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:59:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:59:43 ---> 8bde7e51806c 13:59:43 Step 3/24 : ARG ADD_BUILD_TAGS="" 13:59:43 ---> Using cache 13:59:43 ---> e1a201eaf101 13:59:43 Step 4/24 : WORKDIR /edgex-go 13:59:43 ---> Using cache 13:59:43 ---> 22facda89c26 13:59:43 Step 5/24 : RUN apk add --update --no-cache make git 13:59:43 ---> Using cache 13:59:43 ---> 69fc5b043552 13:59:43 Step 6/24 : COPY go.mod vendor* ./ 13:59:43 ---> Using cache 13:59:43 ---> 7b56c3b32db1 13:59:43 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:59:43 ---> Using cache 13:59:43 ---> 6b216c3b74e0 13:59:43 Step 8/24 : COPY . . 13:59:43 ---> Using cache 13:59:43 ---> a22a553f2549 13:59:43 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 13:59:43 ---> Running in ce196814c96b 13:59:45 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:00:12 Removing intermediate container eeebdb115281 14:00:12 ---> 744c77f84c96 14:00:12 14:00:12 Step 10/22 : FROM alpine:3.16 14:00:12 ---> 2b4661558fb8 14:00:12 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:00:12 ---> Using cache 14:00:12 ---> ae1ea75feefc 14:00:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:00:12 ---> Using cache 14:00:12 ---> 30f5c3b93560 14:00:12 Step 13/22 : ENV APP_PORT=59861 14:00:12 ---> Running in ba9941ac9ee8 14:00:12 Removing intermediate container ba9941ac9ee8 14:00:12 ---> 4084e2f44056 14:00:12 Step 14/22 : EXPOSE $APP_PORT 14:00:12 ---> Running in ef2451f138e3 14:00:12 Removing intermediate container ef2451f138e3 14:00:12 ---> cedf99855cb0 14:00:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:00:12 ---> 3f77e61388bf 14:00:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:00:17 ---> a83bafbad76e 14:00:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:00:18 ---> 71d4153560f4 14:00:18 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:00:18 ---> Running in bc2094abb709 14:00:18 Removing intermediate container bc2094abb709 14:00:18 ---> d534009ad670 14:00:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:00:18 ---> Running in b30ebd606ec2 14:00:19 Removing intermediate container b30ebd606ec2 14:00:19 ---> cc6921e025ae 14:00:19 Step 20/22 : LABEL arch=arm64 14:00:19 ---> Running in abfc3501aded 14:00:20 Removing intermediate container abfc3501aded 14:00:20 ---> ef8ea96f9249 14:00:20 Step 21/22 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 14:00:20 ---> Running in 014a573d6536 14:00:20 Removing intermediate container 014a573d6536 14:00:20 ---> 59e1e21d2b4f 14:00:20 Step 22/22 : LABEL version=3.0.0-dev.19 14:00:20 ---> Running in b4b7f41d0195 14:00:21 Removing intermediate container b4b7f41d0195 14:00:21 ---> 289325400101 14:00:21 14:00:21 Successfully built 289325400101 14:00:21 Successfully tagged support-scheduler-arm64:latest 14:01:17  Building support-scheduler ... done Removing intermediate container 6da3b26e3265 14:01:17 ---> 99082381c6bd 14:01:17 Step 8/22 : COPY . . 14:01:17 ---> 2f63b8f3d0f0 14:01:17 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:01:17 ---> Running in 05cfeebc35de 14:01:19 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.19" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:02:42 Removing intermediate container aef08b3256cc 14:02:42 ---> d1a79df8b0bb 14:02:42 14:02:42 Step 9/32 : FROM alpine:3.16 14:02:42 ---> 2b4661558fb8 14:02:42 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:02:42 ---> Running in 3da3036df531 14:02:42 Removing intermediate container 3da3036df531 14:02:42 ---> a5cab48a2831 14:02:42 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 14:02:42 ---> Running in f45c2add53d2 14:02:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 14:02:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 14:02:42 (1/2) Installing dumb-init (1.2.5-r1) 14:02:42 (2/2) Installing su-exec (0.2-r1) 14:02:42 Executing busybox-1.35.0-r17.trigger 14:02:42 OK: 5 MiB in 16 packages 14:02:42 Removing intermediate container f45c2add53d2 14:02:42 ---> 4a5adba228dc 14:02:42 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 14:02:42 ---> Running in 9d2b61bc5571 14:02:42 Removing intermediate container 9d2b61bc5571 14:02:42 ---> 2d2d9cc76d97 14:02:42 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 14:02:42 ---> Running in eccbfe135e33 14:02:42 Removing intermediate container eccbfe135e33 14:02:42 ---> 8895f3534d68 14:02:42 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 14:02:42 ---> Running in e667e709dd66 14:02:42 Removing intermediate container e667e709dd66 14:02:42 ---> 077ef61f23bd 14:02:42 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 14:02:42 ---> Running in 555e2ae7f122 14:02:42 Removing intermediate container 555e2ae7f122 14:02:42 ---> 43d3f036c9e1 14:02:42 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 14:02:42 ---> Running in e4f74199b7a9 14:02:42 Removing intermediate container e4f74199b7a9 14:02:42 ---> a6053e2f1340 14:02:42 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 14:02:42 ---> Running in 8fd74577cf77 14:02:42 Removing intermediate container 8fd74577cf77 14:02:42 ---> d4eaedacd328 14:02:42 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 14:02:42 ---> e3d8265cbc8d 14:02:42 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 14:02:42 ---> Running in fb9918ef066d 14:02:44 Removing intermediate container fb9918ef066d 14:02:44 ---> f4a32e837f7e 14:02:44 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 14:02:45 ---> 8f87738aba92 14:02:45 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:02:47 ---> 397fe599638e 14:02:47 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:02:48 ---> 71735b5a2fe7 14:02:48 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:02:49 ---> a9bfb249f329 14:02:49 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 14:02:50 ---> fc0779bcb75c 14:02:50 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 14:02:50 ---> df90e502b8eb 14:02:50 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:02:51 ---> 2007c9834045 14:02:51 Step 27/32 : RUN chmod +x /entrypoint.sh 14:02:51 ---> Running in b7e51846647a 14:02:55 Removing intermediate container b7e51846647a 14:02:55 ---> 1f1400e2cfd2 14:02:55 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 14:02:55 ---> Running in 987ff86be122 14:02:55 Removing intermediate container 987ff86be122 14:02:55 ---> 2445e14e7b8b 14:02:55 Step 29/32 : CMD ["gate"] 14:02:55 ---> Running in e0f0f3b92e60 14:02:55 Removing intermediate container e0f0f3b92e60 14:02:56 ---> d06db61a39ab 14:02:56 Step 30/32 : LABEL arch=arm64 14:02:56 ---> Running in 09e840f49f11 14:02:56 Removing intermediate container 09e840f49f11 14:02:56 ---> f94cf8ed51cf 14:02:56 Step 31/32 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 14:02:56 ---> Running in bf078f09f448 14:02:57 Removing intermediate container bf078f09f448 14:02:57 ---> 6999859cc696 14:02:57 Step 32/32 : LABEL version=3.0.0-dev.19 14:02:57 ---> Running in 30bb8c1f615b 14:02:57 Removing intermediate container 30bb8c1f615b 14:02:57 ---> 5de3933fc0a8 14:02:57 14:02:57 Successfully built 5de3933fc0a8 14:02:57 Successfully tagged security-bootstrapper-arm64:latest 14:03:54  Building security-bootstrapper ... done Removing intermediate container 5287900b7641 14:03:54 ---> 60bd798dbfe0 14:03:54 14:03:54 Step 10/22 : FROM alpine:3.16 14:03:54 ---> 2b4661558fb8 14:03:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:03:54 ---> Running in 96a67ca895d6 14:03:54 Removing intermediate container 96a67ca895d6 14:03:54 ---> 3e3fc3642252 14:03:54 Step 12/22 : ENV APP_PORT=59880 14:03:54 ---> Running in 7084dddd4928 14:03:54 Removing intermediate container 7084dddd4928 14:03:54 ---> 24d677357cfa 14:03:54 Step 13/22 : EXPOSE $APP_PORT 14:03:54 ---> Running in 7abebc0fec86 14:03:54 Removing intermediate container 7abebc0fec86 14:03:54 ---> d056d5f8bad8 14:03:54 Step 14/22 : RUN apk add --update --no-cache dumb-init 14:03:54 ---> Running in 0315fe97f760 14:03:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 14:03:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 14:03:54 (1/1) Installing dumb-init (1.2.5-r1) 14:03:54 Executing busybox-1.35.0-r17.trigger 14:03:54 OK: 5 MiB in 15 packages 14:03:54 Removing intermediate container 0315fe97f760 14:03:54 ---> 4cf8a8e9af52 14:03:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:03:55 ---> 017086058fa2 14:03:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:03:57 ---> 19bfbec195ce 14:03:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:03:59 ---> 40da8a672e8c 14:03:59 Step 18/22 : ENTRYPOINT ["/core-data"] 14:03:59 ---> Running in ebd8968f513a 14:04:00 Removing intermediate container ebd8968f513a 14:04:00 ---> 20876dbe5095 14:04:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:04:00 ---> Running in 79a973bff040 14:04:01 Removing intermediate container 79a973bff040 14:04:01 ---> 8bce929c0182 14:04:01 Step 20/22 : LABEL arch=arm64 14:04:01 ---> Running in 94b1f2fb8773 14:04:01 Removing intermediate container 94b1f2fb8773 14:04:01 ---> ec340c82d569 14:04:01 Step 21/22 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 14:04:01 ---> Running in 45a619207920 14:04:02 Removing intermediate container 45a619207920 14:04:02 ---> 1a81f545df05 14:04:02 Step 22/22 : LABEL version=3.0.0-dev.19 14:04:02 ---> Running in f1a9fb4b6442 14:04:02 Removing intermediate container f1a9fb4b6442 14:04:02 ---> a5d73d1cb7c7 14:04:02 14:04:02 Successfully built a5d73d1cb7c7 14:04:02 Successfully tagged core-data-arm64:latest 14:04:29  Building core-data ... done Removing intermediate container ce196814c96b 14:04:29 ---> dae0c5096b7f 14:04:29 14:04:29 Step 10/24 : FROM alpine:3.16 14:04:29 ---> 2b4661558fb8 14:04:29 Step 11/24 : RUN apk add --update --no-cache dumb-init 14:04:29 ---> Using cache 14:04:29 ---> ae1ea75feefc 14:04:29 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:04:29 ---> Using cache 14:04:29 ---> 30f5c3b93560 14:04:29 Step 13/24 : ENV APP_PORT=59881 14:04:29 ---> Running in 2169595cf66c 14:04:29 Removing intermediate container 2169595cf66c 14:04:29 ---> b8a0558ecb9e 14:04:29 Step 14/24 : EXPOSE $APP_PORT 14:04:29 ---> Running in 58ddf65a3aba 14:04:29 Removing intermediate container 58ddf65a3aba 14:04:29 ---> b1d3874acc51 14:04:29 Step 15/24 : WORKDIR / 14:04:29 ---> Running in 4e3e1424e547 14:04:29 Removing intermediate container 4e3e1424e547 14:04:29 ---> 785e1054379b 14:04:29 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 14:04:29 ---> 39e2c743139b 14:04:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:04:29 ---> c08931ea68fe 14:04:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:04:30 ---> e516060e6e24 14:04:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 14:04:31 ---> 0356ea94b01b 14:04:31 Step 20/24 : ENTRYPOINT ["/core-metadata"] 14:04:31 ---> Running in 0cc502115d6a 14:04:32 Removing intermediate container 0cc502115d6a 14:04:32 ---> c7913aad9930 14:04:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:04:32 ---> Running in d785d0ca018f 14:04:32 Removing intermediate container d785d0ca018f 14:04:32 ---> 35816dcc4e0d 14:04:32 Step 22/24 : LABEL arch=arm64 14:04:32 ---> Running in 08cf7b6d8d56 14:04:33 Removing intermediate container 08cf7b6d8d56 14:04:33 ---> 79c6058fefa3 14:04:33 Step 23/24 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 14:04:33 ---> Running in 9f41f7ef78a1 14:04:33 Removing intermediate container 9f41f7ef78a1 14:04:33 ---> 279b365f260d 14:04:33 Step 24/24 : LABEL version=3.0.0-dev.19 14:04:33 ---> Running in c13e1f6cc797 14:04:34 Removing intermediate container c13e1f6cc797 14:04:34 ---> 8eaf85797f86 14:04:34 14:04:34 Successfully built 8eaf85797f86 14:04:34 Successfully tagged core-metadata-arm64:latest 14:05:30  Building core-metadata ... done Removing intermediate container 05cfeebc35de 14:05:30 ---> 1729bab1bb9a 14:05:30 14:05:30 Step 10/22 : FROM alpine:3.16 14:05:30 ---> 2b4661558fb8 14:05:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:05:30 ---> Running in 2f3fcf4c03f5 14:05:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 14:05:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 14:05:30 (1/2) Installing ca-certificates (20220614-r0) 14:05:30 (2/2) Installing dumb-init (1.2.5-r1) 14:05:30 Executing busybox-1.35.0-r17.trigger 14:05:30 Executing ca-certificates-20220614-r0.trigger 14:05:30 OK: 6 MiB in 16 packages 14:05:30 Removing intermediate container 2f3fcf4c03f5 14:05:30 ---> f290003ab92e 14:05:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:05:30 ---> Running in ec80e5ca14e7 14:05:30 Removing intermediate container ec80e5ca14e7 14:05:30 ---> 1f5cbe5f0a9b 14:05:30 Step 13/22 : ENV APP_PORT=59860 14:05:30 ---> Running in 348f5cba321a 14:05:30 Removing intermediate container 348f5cba321a 14:05:30 ---> 0b5e6f0e6438 14:05:30 Step 14/22 : EXPOSE $APP_PORT 14:05:30 ---> Running in d20411ffef70 14:05:30 Removing intermediate container d20411ffef70 14:05:30 ---> 0019f6fedf5a 14:05:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:05:30 ---> d9e2151af83f 14:05:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:05:30 ---> 33292ad2be0f 14:05:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:05:30 ---> 69150eb681f6 14:05:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:05:30 ---> Running in c861bcaa2c59 14:05:30 Removing intermediate container c861bcaa2c59 14:05:30 ---> 55895edd761e 14:05:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:05:30 ---> Running in ca37806b808e 14:05:30 Removing intermediate container ca37806b808e 14:05:30 ---> 61db18eca667 14:05:30 Step 20/22 : LABEL arch=arm64 14:05:30 ---> Running in a34fb8201113 14:05:30 Removing intermediate container a34fb8201113 14:05:30 ---> 9e4910b04ac5 14:05:30 Step 21/22 : LABEL git_sha=01248c1391bf8c2793868be2b98c89264dfd5c2c 14:05:31 ---> Running in b3fce3f036bd 14:05:31 Removing intermediate container b3fce3f036bd 14:05:31 ---> b8cacedaaf57 14:05:31 Step 22/22 : LABEL version=3.0.0-dev.19 14:05:31 ---> Running in b474d89d06bd 14:05:31 Removing intermediate container b474d89d06bd 14:05:31 ---> d56daa0ba6b4 14:05:31 14:05:31 Successfully built d56daa0ba6b4 14:05:31 Successfully tagged support-notifications-arm64:latest 14:05:31  Building support-notifications ... done  [Pipeline] } 14:05:31 $ docker stop --time=1 d218a7654e04bbd640613b5b59abd4aeee719530041d891cc65f4332bff5a57d 14:05:33 $ docker rm -f --volumes d218a7654e04bbd640613b5b59abd4aeee719530041d891cc65f4332bff5a57d [Pipeline] // withDockerContainer [Pipeline] sh 14:05:33 + docker images 14:05:34 REPOSITORY TAG IMAGE ID CREATED SIZE 14:05:34 support-notifications-arm64 latest d56daa0ba6b4 2 seconds ago 29.6MB 14:05:34 1729bab1bb9a 13 seconds ago 1.41GB 14:05:34 core-metadata-arm64 latest 8eaf85797f86 59 seconds ago 17.8MB 14:05:34 dae0c5096b7f About a minute ago 1.35GB 14:05:34 core-data-arm64 latest a5d73d1cb7c7 About a minute ago 17.2MB 14:05:34 60bd798dbfe0 About a minute ago 1.35GB 14:05:34 security-bootstrapper-arm64 latest 5de3933fc0a8 2 minutes ago 19.5MB 14:05:34 d1a79df8b0bb 3 minutes ago 1.33GB 14:05:34 support-scheduler-arm64 latest 289325400101 5 minutes ago 29MB 14:05:34 744c77f84c96 5 minutes ago 1.4GB 14:05:34 security-secretstore-setup-arm64 latest 494668f0ff7c 5 minutes ago 28.7MB 14:05:34 security-spire-server-arm64 latest a166dfa26f70 6 minutes ago 84.3MB 14:05:34 bf7fd62d385b 6 minutes ago 1.21GB 14:05:34 7d6d165b37af 6 minutes ago 1.33GB 14:05:34 security-spiffe-token-provider-arm64 latest 1614a680a5b1 6 minutes ago 28.9MB 14:05:34 b64ba113988b 6 minutes ago 1.37GB 14:05:34 core-command-arm64 latest 107357bb3b06 7 minutes ago 17MB 14:05:34 616d0ec4d207 7 minutes ago 1.34GB 14:05:34 security-proxy-setup-arm64 latest d2a0f6496873 8 minutes ago 26.8MB 14:05:34 28cc5d7eeea8 8 minutes ago 1.33GB 14:05:34 security-spire-agent-arm64 latest 1993ea920a0f 14 minutes ago 122MB 14:05:34 security-spire-config-arm64 latest 8f70fd44ce18 14 minutes ago 83.6MB 14:05:34 007398e4b46e 14 minutes ago 1.21GB 14:05:34 f517de0476fc 14 minutes ago 1.21GB 14:05:34 ci-base-image-arm64 latest 8bde7e51806c 17 minutes ago 905MB 14:05:34 alpine 3.16 2b4661558fb8 2 months ago 5.29MB 14:05:34 alpine 3.15 8aa73fd46299 2 months ago 5.33MB 14:05:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB 14:05:34 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 14:05:34 provisioning config files... 14:05:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/373@tmp/config9933452620150060358tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:05:34 ---> docker-login.sh 14:05:34 nexus3.edgexfoundry.org:10001 14:05:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:05:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:05:34 Configure a credential helper to remove this warning. See 14:05:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:05:34 14:05:34 Login Succeeded 14:05:35 nexus3.edgexfoundry.org:10002 14:05:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:05:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:05:35 Configure a credential helper to remove this warning. See 14:05:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:05:35 14:05:35 Login Succeeded 14:05:35 nexus3.edgexfoundry.org:10003 14:05:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:05:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:05:35 Configure a credential helper to remove this warning. See 14:05:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:05:35 14:05:35 Login Succeeded 14:05:35 nexus3.edgexfoundry.org:10004 14:05:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:05:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:05:36 Configure a credential helper to remove this warning. See 14:05:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:05:36 14:05:36 Login Succeeded 14:05:36 docker.io 14:05:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:05:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:05:36 Configure a credential helper to remove this warning. See 14:05:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:05:36 14:05:36 Login Succeeded 14:05:36 ---> docker-login.sh ends [Pipeline] } 14:05:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:05:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:05:36 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 14:05:36 01248c1391bf8c2793868be2b98c89264dfd5c2c 14:05:36 latest 14:05:36 3.0.0-dev.19 14:05:36 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:05:36 main 14:05:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:36 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:37 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:05:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 14:05:37 8002ff25b54d: Preparing 14:05:37 62c58cd4beb5: Preparing 14:05:37 65a995ac7bb3: Preparing 14:05:37 a10be49a9b24: Preparing 14:05:37 17bec77d7fdc: Preparing 14:05:37 17bec77d7fdc: Layer already exists 14:05:37 65a995ac7bb3: Pushed 14:05:37 8002ff25b54d: Pushed 14:05:37 a10be49a9b24: Pushed 14:05:40 62c58cd4beb5: Pushed 14:05:40 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:5d1895bfd2a1548b29848174f99a31913472518026f3e277e69602bfe4d8c050 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:40 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:40 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 14:05:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 14:05:40 8002ff25b54d: Preparing 14:05:40 62c58cd4beb5: Preparing 14:05:40 65a995ac7bb3: Preparing 14:05:40 a10be49a9b24: Preparing 14:05:40 17bec77d7fdc: Preparing 14:05:40 62c58cd4beb5: Layer already exists 14:05:40 17bec77d7fdc: Layer already exists 14:05:40 65a995ac7bb3: Layer already exists 14:05:40 8002ff25b54d: Layer already exists 14:05:40 a10be49a9b24: Layer already exists 14:05:40 latest: digest: sha256:5d1895bfd2a1548b29848174f99a31913472518026f3e277e69602bfe4d8c050 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:41 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:41 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.19 14:05:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 14:05:41 8002ff25b54d: Preparing 14:05:41 62c58cd4beb5: Preparing 14:05:41 65a995ac7bb3: Preparing 14:05:41 a10be49a9b24: Preparing 14:05:41 17bec77d7fdc: Preparing 14:05:41 62c58cd4beb5: Layer already exists 14:05:41 8002ff25b54d: Layer already exists 14:05:41 a10be49a9b24: Layer already exists 14:05:41 65a995ac7bb3: Layer already exists 14:05:41 17bec77d7fdc: Layer already exists 14:05:41 3.0.0-dev.19: digest: sha256:5d1895bfd2a1548b29848174f99a31913472518026f3e277e69602bfe4d8c050 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:42 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:42 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:05:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 14:05:42 8002ff25b54d: Preparing 14:05:42 62c58cd4beb5: Preparing 14:05:42 65a995ac7bb3: Preparing 14:05:42 a10be49a9b24: Preparing 14:05:42 17bec77d7fdc: Preparing 14:05:42 17bec77d7fdc: Layer already exists 14:05:42 65a995ac7bb3: Layer already exists 14:05:42 8002ff25b54d: Layer already exists 14:05:42 a10be49a9b24: Layer already exists 14:05:42 62c58cd4beb5: Layer already exists 14:05:42 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:5d1895bfd2a1548b29848174f99a31913472518026f3e277e69602bfe4d8c050 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:42 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:43 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 14:05:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 14:05:43 8002ff25b54d: Preparing 14:05:43 62c58cd4beb5: Preparing 14:05:43 65a995ac7bb3: Preparing 14:05:43 a10be49a9b24: Preparing 14:05:43 17bec77d7fdc: Preparing 14:05:43 17bec77d7fdc: Layer already exists 14:05:43 8002ff25b54d: Layer already exists 14:05:43 62c58cd4beb5: Layer already exists 14:05:43 a10be49a9b24: Layer already exists 14:05:43 65a995ac7bb3: Layer already exists 14:05:43 main: digest: sha256:5d1895bfd2a1548b29848174f99a31913472518026f3e277e69602bfe4d8c050 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:05:43 ===================================================== [Pipeline] echo 14:05:43 taggedImages: 14:05:43 - nexus3.edgexfoundry.org:10004/core-command-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:05:43 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 14:05:43 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.19 14:05:43 - nexus3.edgexfoundry.org:10004/core-command-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:05:43 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 14:05:43 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 14:05:43 01248c1391bf8c2793868be2b98c89264dfd5c2c 14:05:43 latest 14:05:43 3.0.0-dev.19 14:05:43 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:05:43 main 14:05:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:43 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:43 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:05:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 14:05:43 01c1f8d92f0f: Preparing 14:05:43 8ab6258da38c: Preparing 14:05:43 65a995ac7bb3: Preparing 14:05:43 3f272f04a7fe: Preparing 14:05:43 17bec77d7fdc: Preparing 14:05:43 17bec77d7fdc: Layer already exists 14:05:43 65a995ac7bb3: Layer already exists 14:05:44 01c1f8d92f0f: Pushed 14:05:44 3f272f04a7fe: Pushed 14:05:46 8ab6258da38c: Pushed 14:05:46 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:6303a47ec844bb57a01e33b97688addc6dcda00f4bebd11998ba0fe0cadc35c9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:47 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:47 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 14:05:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 14:05:47 01c1f8d92f0f: Preparing 14:05:47 8ab6258da38c: Preparing 14:05:47 65a995ac7bb3: Preparing 14:05:47 3f272f04a7fe: Preparing 14:05:47 17bec77d7fdc: Preparing 14:05:47 01c1f8d92f0f: Layer already exists 14:05:47 8ab6258da38c: Layer already exists 14:05:47 17bec77d7fdc: Layer already exists 14:05:47 65a995ac7bb3: Layer already exists 14:05:47 3f272f04a7fe: Layer already exists 14:05:47 latest: digest: sha256:6303a47ec844bb57a01e33b97688addc6dcda00f4bebd11998ba0fe0cadc35c9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:47 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:48 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.19 14:05:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 14:05:48 01c1f8d92f0f: Preparing 14:05:48 8ab6258da38c: Preparing 14:05:48 65a995ac7bb3: Preparing 14:05:48 3f272f04a7fe: Preparing 14:05:48 17bec77d7fdc: Preparing 14:05:48 65a995ac7bb3: Layer already exists 14:05:48 17bec77d7fdc: Layer already exists 14:05:48 3f272f04a7fe: Layer already exists 14:05:48 01c1f8d92f0f: Layer already exists 14:05:48 8ab6258da38c: Layer already exists 14:05:48 3.0.0-dev.19: digest: sha256:6303a47ec844bb57a01e33b97688addc6dcda00f4bebd11998ba0fe0cadc35c9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:48 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:48 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:05:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 14:05:48 01c1f8d92f0f: Preparing 14:05:48 8ab6258da38c: Preparing 14:05:48 65a995ac7bb3: Preparing 14:05:48 3f272f04a7fe: Preparing 14:05:48 17bec77d7fdc: Preparing 14:05:48 17bec77d7fdc: Layer already exists 14:05:48 65a995ac7bb3: Layer already exists 14:05:48 8ab6258da38c: Layer already exists 14:05:48 3f272f04a7fe: Layer already exists 14:05:48 01c1f8d92f0f: Layer already exists 14:05:48 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:6303a47ec844bb57a01e33b97688addc6dcda00f4bebd11998ba0fe0cadc35c9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:49 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:49 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 14:05:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 14:05:49 01c1f8d92f0f: Preparing 14:05:49 8ab6258da38c: Preparing 14:05:49 65a995ac7bb3: Preparing 14:05:49 3f272f04a7fe: Preparing 14:05:49 17bec77d7fdc: Preparing 14:05:49 65a995ac7bb3: Layer already exists 14:05:49 17bec77d7fdc: Layer already exists 14:05:49 8ab6258da38c: Layer already exists 14:05:49 3f272f04a7fe: Layer already exists 14:05:49 01c1f8d92f0f: Layer already exists 14:05:49 main: digest: sha256:6303a47ec844bb57a01e33b97688addc6dcda00f4bebd11998ba0fe0cadc35c9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:05:49 ===================================================== [Pipeline] echo 14:05:49 taggedImages: 14:05:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:05:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 14:05:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.19 14:05:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:05:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 14:05:49 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 14:05:49 01248c1391bf8c2793868be2b98c89264dfd5c2c 14:05:49 latest 14:05:49 3.0.0-dev.19 14:05:49 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:05:49 main 14:05:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:50 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:05:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 14:05:50 de08c7f58108: Preparing 14:05:50 724ce9f3c1f7: Preparing 14:05:50 5062358327ca: Preparing 14:05:50 65a995ac7bb3: Preparing 14:05:50 a10be49a9b24: Preparing 14:05:50 17bec77d7fdc: Preparing 14:05:50 17bec77d7fdc: Waiting 14:05:50 a10be49a9b24: Layer already exists 14:05:50 65a995ac7bb3: Layer already exists 14:05:50 17bec77d7fdc: Layer already exists 14:05:50 de08c7f58108: Pushed 14:05:50 724ce9f3c1f7: Pushed 14:05:54 5062358327ca: Pushed 14:05:54 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:977c430e15cbc2ccf8e782f56d53d021a5c9f335d30e7ac4ae6c4b01407cbff4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:54 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 14:05:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 14:05:54 de08c7f58108: Preparing 14:05:54 724ce9f3c1f7: Preparing 14:05:54 5062358327ca: Preparing 14:05:54 65a995ac7bb3: Preparing 14:05:54 a10be49a9b24: Preparing 14:05:54 17bec77d7fdc: Preparing 14:05:54 17bec77d7fdc: Waiting 14:05:54 724ce9f3c1f7: Layer already exists 14:05:54 65a995ac7bb3: Layer already exists 14:05:54 a10be49a9b24: Layer already exists 14:05:54 5062358327ca: Layer already exists 14:05:54 de08c7f58108: Layer already exists 14:05:54 17bec77d7fdc: Layer already exists 14:05:54 latest: digest: sha256:977c430e15cbc2ccf8e782f56d53d021a5c9f335d30e7ac4ae6c4b01407cbff4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:55 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.19 14:05:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 14:05:55 de08c7f58108: Preparing 14:05:55 724ce9f3c1f7: Preparing 14:05:55 5062358327ca: Preparing 14:05:55 65a995ac7bb3: Preparing 14:05:55 a10be49a9b24: Preparing 14:05:55 17bec77d7fdc: Preparing 14:05:55 17bec77d7fdc: Waiting 14:05:55 5062358327ca: Layer already exists 14:05:55 65a995ac7bb3: Layer already exists 14:05:55 724ce9f3c1f7: Layer already exists 14:05:55 a10be49a9b24: Layer already exists 14:05:55 de08c7f58108: Layer already exists 14:05:55 17bec77d7fdc: Layer already exists 14:05:55 3.0.0-dev.19: digest: sha256:977c430e15cbc2ccf8e782f56d53d021a5c9f335d30e7ac4ae6c4b01407cbff4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:56 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:05:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 14:05:56 de08c7f58108: Preparing 14:05:56 724ce9f3c1f7: Preparing 14:05:56 5062358327ca: Preparing 14:05:56 65a995ac7bb3: Preparing 14:05:56 a10be49a9b24: Preparing 14:05:56 17bec77d7fdc: Preparing 14:05:56 17bec77d7fdc: Waiting 14:05:56 724ce9f3c1f7: Layer already exists 14:05:56 de08c7f58108: Layer already exists 14:05:56 5062358327ca: Layer already exists 14:05:56 a10be49a9b24: Layer already exists 14:05:56 65a995ac7bb3: Layer already exists 14:05:56 17bec77d7fdc: Layer already exists 14:05:56 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:977c430e15cbc2ccf8e782f56d53d021a5c9f335d30e7ac4ae6c4b01407cbff4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:56 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 14:05:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 14:05:57 de08c7f58108: Preparing 14:05:57 724ce9f3c1f7: Preparing 14:05:57 5062358327ca: Preparing 14:05:57 65a995ac7bb3: Preparing 14:05:57 a10be49a9b24: Preparing 14:05:57 17bec77d7fdc: Preparing 14:05:57 17bec77d7fdc: Waiting 14:05:57 5062358327ca: Layer already exists 14:05:57 65a995ac7bb3: Layer already exists 14:05:57 de08c7f58108: Layer already exists 14:05:57 724ce9f3c1f7: Layer already exists 14:05:57 a10be49a9b24: Layer already exists 14:05:57 17bec77d7fdc: Layer already exists 14:05:57 main: digest: sha256:977c430e15cbc2ccf8e782f56d53d021a5c9f335d30e7ac4ae6c4b01407cbff4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:05:57 ===================================================== [Pipeline] echo 14:05:57 taggedImages: 14:05:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:05:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 14:05:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.19 14:05:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:05:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 14:05:57 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 14:05:57 01248c1391bf8c2793868be2b98c89264dfd5c2c 14:05:57 latest 14:05:57 3.0.0-dev.19 14:05:57 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:05:57 main 14:05:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:57 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:05:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 14:05:58 57b482e93dc6: Preparing 14:05:58 57b482e93dc6: Preparing 14:05:58 407aefad87eb: Preparing 14:05:58 fa33524f5af7: Preparing 14:05:58 39e930aac30c: Preparing 14:05:58 7e837d5ab614: Preparing 14:05:58 5d3cebb0eda5: Preparing 14:05:58 65a995ac7bb3: Preparing 14:05:58 38261db80248: Preparing 14:05:58 3e94c872d5c9: Preparing 14:05:58 08059d9983dd: Preparing 14:05:58 5789acbcea2b: Preparing 14:05:58 17bec77d7fdc: Preparing 14:05:58 08059d9983dd: Waiting 14:05:58 5d3cebb0eda5: Waiting 14:05:58 65a995ac7bb3: Waiting 14:05:58 38261db80248: Waiting 14:05:58 5789acbcea2b: Waiting 14:05:58 3e94c872d5c9: Waiting 14:05:58 17bec77d7fdc: Waiting 14:05:58 39e930aac30c: Pushed 14:05:58 fa33524f5af7: Pushed 14:05:58 57b482e93dc6: Pushed 14:05:58 7e837d5ab614: Pushed 14:05:58 407aefad87eb: Pushed 14:05:58 65a995ac7bb3: Layer already exists 14:05:58 38261db80248: Pushed 14:05:58 08059d9983dd: Pushed 14:05:58 17bec77d7fdc: Layer already exists 14:05:58 3e94c872d5c9: Pushed 14:05:58 5789acbcea2b: Pushed 14:06:01 5d3cebb0eda5: Pushed 14:06:01 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:8e43c4a64e035c68c773103150d68d0f975c0f5761de473dfcb3c74782d2c3ac size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:02 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 14:06:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 14:06:02 57b482e93dc6: Preparing 14:06:02 57b482e93dc6: Preparing 14:06:02 407aefad87eb: Preparing 14:06:02 fa33524f5af7: Preparing 14:06:02 39e930aac30c: Preparing 14:06:02 7e837d5ab614: Preparing 14:06:02 5d3cebb0eda5: Preparing 14:06:02 65a995ac7bb3: Preparing 14:06:02 38261db80248: Preparing 14:06:02 3e94c872d5c9: Preparing 14:06:02 08059d9983dd: Preparing 14:06:02 5789acbcea2b: Preparing 14:06:02 17bec77d7fdc: Preparing 14:06:02 5d3cebb0eda5: Waiting 14:06:02 65a995ac7bb3: Waiting 14:06:02 38261db80248: Waiting 14:06:02 3e94c872d5c9: Waiting 14:06:02 08059d9983dd: Waiting 14:06:02 5789acbcea2b: Waiting 14:06:02 17bec77d7fdc: Waiting 14:06:02 39e930aac30c: Layer already exists 14:06:02 407aefad87eb: Layer already exists 14:06:02 fa33524f5af7: Layer already exists 14:06:02 57b482e93dc6: Layer already exists 14:06:02 7e837d5ab614: Layer already exists 14:06:02 5d3cebb0eda5: Layer already exists 14:06:02 65a995ac7bb3: Layer already exists 14:06:02 38261db80248: Layer already exists 14:06:02 08059d9983dd: Layer already exists 14:06:02 3e94c872d5c9: Layer already exists 14:06:02 5789acbcea2b: Layer already exists 14:06:02 17bec77d7fdc: Layer already exists 14:06:02 latest: digest: sha256:8e43c4a64e035c68c773103150d68d0f975c0f5761de473dfcb3c74782d2c3ac size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:03 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.19 14:06:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 14:06:03 57b482e93dc6: Preparing 14:06:03 57b482e93dc6: Preparing 14:06:03 407aefad87eb: Preparing 14:06:03 fa33524f5af7: Preparing 14:06:03 39e930aac30c: Preparing 14:06:03 7e837d5ab614: Preparing 14:06:03 5d3cebb0eda5: Preparing 14:06:03 65a995ac7bb3: Preparing 14:06:03 38261db80248: Preparing 14:06:03 3e94c872d5c9: Preparing 14:06:03 08059d9983dd: Preparing 14:06:03 5789acbcea2b: Preparing 14:06:03 17bec77d7fdc: Preparing 14:06:03 3e94c872d5c9: Waiting 14:06:03 08059d9983dd: Waiting 14:06:03 5d3cebb0eda5: Waiting 14:06:03 5789acbcea2b: Waiting 14:06:03 17bec77d7fdc: Waiting 14:06:03 65a995ac7bb3: Waiting 14:06:03 38261db80248: Waiting 14:06:03 fa33524f5af7: Layer already exists 14:06:03 7e837d5ab614: Layer already exists 14:06:03 39e930aac30c: Layer already exists 14:06:03 407aefad87eb: Layer already exists 14:06:03 57b482e93dc6: Layer already exists 14:06:03 65a995ac7bb3: Layer already exists 14:06:03 5d3cebb0eda5: Layer already exists 14:06:03 3e94c872d5c9: Layer already exists 14:06:03 08059d9983dd: Layer already exists 14:06:03 38261db80248: Layer already exists 14:06:03 5789acbcea2b: Layer already exists 14:06:03 17bec77d7fdc: Layer already exists 14:06:03 3.0.0-dev.19: digest: sha256:8e43c4a64e035c68c773103150d68d0f975c0f5761de473dfcb3c74782d2c3ac size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:04 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:04 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:06:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 14:06:04 57b482e93dc6: Preparing 14:06:04 57b482e93dc6: Preparing 14:06:04 407aefad87eb: Preparing 14:06:04 fa33524f5af7: Preparing 14:06:04 39e930aac30c: Preparing 14:06:04 7e837d5ab614: Preparing 14:06:04 5d3cebb0eda5: Preparing 14:06:04 65a995ac7bb3: Preparing 14:06:04 38261db80248: Preparing 14:06:04 3e94c872d5c9: Preparing 14:06:04 08059d9983dd: Preparing 14:06:04 5789acbcea2b: Preparing 14:06:04 17bec77d7fdc: Preparing 14:06:04 38261db80248: Waiting 14:06:04 3e94c872d5c9: Waiting 14:06:04 5d3cebb0eda5: Waiting 14:06:04 65a995ac7bb3: Waiting 14:06:04 5789acbcea2b: Waiting 14:06:04 407aefad87eb: Layer already exists 14:06:04 57b482e93dc6: Layer already exists 14:06:04 7e837d5ab614: Layer already exists 14:06:04 39e930aac30c: Layer already exists 14:06:04 fa33524f5af7: Layer already exists 14:06:04 65a995ac7bb3: Layer already exists 14:06:04 38261db80248: Layer already exists 14:06:04 5d3cebb0eda5: Layer already exists 14:06:04 3e94c872d5c9: Layer already exists 14:06:04 08059d9983dd: Layer already exists 14:06:04 5789acbcea2b: Layer already exists 14:06:04 17bec77d7fdc: Layer already exists 14:06:04 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:8e43c4a64e035c68c773103150d68d0f975c0f5761de473dfcb3c74782d2c3ac size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:05 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 14:06:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 14:06:05 57b482e93dc6: Preparing 14:06:05 57b482e93dc6: Preparing 14:06:05 407aefad87eb: Preparing 14:06:05 fa33524f5af7: Preparing 14:06:05 39e930aac30c: Preparing 14:06:05 7e837d5ab614: Preparing 14:06:05 5d3cebb0eda5: Preparing 14:06:05 65a995ac7bb3: Preparing 14:06:05 38261db80248: Preparing 14:06:05 3e94c872d5c9: Preparing 14:06:05 08059d9983dd: Preparing 14:06:05 5789acbcea2b: Preparing 14:06:05 17bec77d7fdc: Preparing 14:06:05 5d3cebb0eda5: Waiting 14:06:05 65a995ac7bb3: Waiting 14:06:05 38261db80248: Waiting 14:06:05 3e94c872d5c9: Waiting 14:06:05 08059d9983dd: Waiting 14:06:05 5789acbcea2b: Waiting 14:06:05 17bec77d7fdc: Waiting 14:06:05 39e930aac30c: Layer already exists 14:06:05 fa33524f5af7: Layer already exists 14:06:05 7e837d5ab614: Layer already exists 14:06:05 407aefad87eb: Layer already exists 14:06:05 57b482e93dc6: Layer already exists 14:06:05 38261db80248: Layer already exists 14:06:05 5d3cebb0eda5: Layer already exists 14:06:05 65a995ac7bb3: Layer already exists 14:06:05 3e94c872d5c9: Layer already exists 14:06:05 08059d9983dd: Layer already exists 14:06:05 17bec77d7fdc: Layer already exists 14:06:05 5789acbcea2b: Layer already exists 14:06:05 main: digest: sha256:8e43c4a64e035c68c773103150d68d0f975c0f5761de473dfcb3c74782d2c3ac size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:06:05 ===================================================== [Pipeline] echo 14:06:05 taggedImages: 14:06:05 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:06:05 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 14:06:05 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.19 14:06:05 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:06:05 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 14:06:05 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 14:06:05 01248c1391bf8c2793868be2b98c89264dfd5c2c 14:06:05 latest 14:06:05 3.0.0-dev.19 14:06:05 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:06:05 main 14:06:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:06 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:06:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 14:06:06 4751ce3638e9: Preparing 14:06:06 908c44f2e77e: Preparing 14:06:06 2e0afa250656: Preparing 14:06:06 d285f14f42af: Preparing 14:06:06 aae487ed309c: Preparing 14:06:06 7734f8a91fca: Preparing 14:06:06 b2293b05129e: Preparing 14:06:06 17bec77d7fdc: Preparing 14:06:06 7734f8a91fca: Waiting 14:06:06 b2293b05129e: Waiting 14:06:06 17bec77d7fdc: Waiting 14:06:06 4751ce3638e9: Pushed 14:06:06 908c44f2e77e: Pushed 14:06:06 aae487ed309c: Pushed 14:06:06 7734f8a91fca: Pushed 14:06:07 17bec77d7fdc: Layer already exists 14:06:07 b2293b05129e: Pushed 14:06:08 2e0afa250656: Pushed 14:06:08 d285f14f42af: Pushed 14:06:08 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:3f3cca5fd6326c6d96ae3a0a36e714df5fb3cc0f1146dd3a4dc30e8e2568b3b0 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:09 + 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 14:06:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 14:06:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 14:06:09 4751ce3638e9: Preparing 14:06:09 908c44f2e77e: Preparing 14:06:09 2e0afa250656: Preparing 14:06:09 d285f14f42af: Preparing 14:06:09 aae487ed309c: Preparing 14:06:09 7734f8a91fca: Preparing 14:06:09 b2293b05129e: Preparing 14:06:09 17bec77d7fdc: Preparing 14:06:09 7734f8a91fca: Waiting 14:06:09 17bec77d7fdc: Waiting 14:06:09 b2293b05129e: Waiting 14:06:09 4751ce3638e9: Layer already exists 14:06:09 aae487ed309c: Layer already exists 14:06:09 2e0afa250656: Layer already exists 14:06:09 d285f14f42af: Layer already exists 14:06:09 908c44f2e77e: Layer already exists 14:06:09 b2293b05129e: Layer already exists 14:06:09 17bec77d7fdc: Layer already exists 14:06:09 7734f8a91fca: Layer already exists 14:06:09 latest: digest: sha256:3f3cca5fd6326c6d96ae3a0a36e714df5fb3cc0f1146dd3a4dc30e8e2568b3b0 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:10 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.19 14:06:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 14:06:10 4751ce3638e9: Preparing 14:06:10 908c44f2e77e: Preparing 14:06:10 2e0afa250656: Preparing 14:06:10 d285f14f42af: Preparing 14:06:10 aae487ed309c: Preparing 14:06:10 7734f8a91fca: Preparing 14:06:10 b2293b05129e: Preparing 14:06:10 17bec77d7fdc: Preparing 14:06:10 7734f8a91fca: Waiting 14:06:10 b2293b05129e: Waiting 14:06:10 17bec77d7fdc: Waiting 14:06:10 2e0afa250656: Layer already exists 14:06:10 4751ce3638e9: Layer already exists 14:06:10 aae487ed309c: Layer already exists 14:06:10 908c44f2e77e: Layer already exists 14:06:10 d285f14f42af: Layer already exists 14:06:10 17bec77d7fdc: Layer already exists 14:06:10 7734f8a91fca: Layer already exists 14:06:10 b2293b05129e: Layer already exists 14:06:10 3.0.0-dev.19: digest: sha256:3f3cca5fd6326c6d96ae3a0a36e714df5fb3cc0f1146dd3a4dc30e8e2568b3b0 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:11 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:06:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 14:06:11 4751ce3638e9: Preparing 14:06:11 908c44f2e77e: Preparing 14:06:11 2e0afa250656: Preparing 14:06:11 d285f14f42af: Preparing 14:06:11 aae487ed309c: Preparing 14:06:11 7734f8a91fca: Preparing 14:06:11 b2293b05129e: Preparing 14:06:11 17bec77d7fdc: Preparing 14:06:11 7734f8a91fca: Waiting 14:06:11 17bec77d7fdc: Waiting 14:06:11 b2293b05129e: Waiting 14:06:11 aae487ed309c: Layer already exists 14:06:11 4751ce3638e9: Layer already exists 14:06:11 908c44f2e77e: Layer already exists 14:06:11 d285f14f42af: Layer already exists 14:06:11 2e0afa250656: Layer already exists 14:06:11 7734f8a91fca: Layer already exists 14:06:11 17bec77d7fdc: Layer already exists 14:06:11 b2293b05129e: Layer already exists 14:06:11 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:3f3cca5fd6326c6d96ae3a0a36e714df5fb3cc0f1146dd3a4dc30e8e2568b3b0 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:12 + 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 14:06:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 14:06:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 14:06:12 4751ce3638e9: Preparing 14:06:12 908c44f2e77e: Preparing 14:06:12 2e0afa250656: Preparing 14:06:12 d285f14f42af: Preparing 14:06:12 aae487ed309c: Preparing 14:06:12 7734f8a91fca: Preparing 14:06:12 b2293b05129e: Preparing 14:06:12 17bec77d7fdc: Preparing 14:06:12 b2293b05129e: Waiting 14:06:12 17bec77d7fdc: Waiting 14:06:12 7734f8a91fca: Waiting 14:06:12 908c44f2e77e: Layer already exists 14:06:12 2e0afa250656: Layer already exists 14:06:12 d285f14f42af: Layer already exists 14:06:12 4751ce3638e9: Layer already exists 14:06:12 aae487ed309c: Layer already exists 14:06:12 b2293b05129e: Layer already exists 14:06:12 7734f8a91fca: Layer already exists 14:06:12 17bec77d7fdc: Layer already exists 14:06:12 main: digest: sha256:3f3cca5fd6326c6d96ae3a0a36e714df5fb3cc0f1146dd3a4dc30e8e2568b3b0 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:06:12 ===================================================== [Pipeline] echo 14:06:12 taggedImages: 14:06:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:06:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 14:06:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.19 14:06:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:06:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 14:06:12 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 14:06:12 01248c1391bf8c2793868be2b98c89264dfd5c2c 14:06:12 latest 14:06:12 3.0.0-dev.19 14:06:12 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:06:12 main 14:06:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:12 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:06:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 14:06:13 5aa72dd4a2d0: Preparing 14:06:13 0aa0c22ceeb0: Preparing 14:06:13 008d60d2bdcf: Preparing 14:06:13 ecf127ec4d20: Preparing 14:06:13 93eb9b89f1cb: Preparing 14:06:13 0c8b7e45ac3a: Preparing 14:06:13 9cbde97095d8: Preparing 14:06:13 b17227ec8ea7: Preparing 14:06:13 8f32b59476f7: Preparing 14:06:13 17bec77d7fdc: Preparing 14:06:13 b17227ec8ea7: Waiting 14:06:13 8f32b59476f7: Waiting 14:06:13 17bec77d7fdc: Waiting 14:06:13 0c8b7e45ac3a: Waiting 14:06:13 9cbde97095d8: Waiting 14:06:13 93eb9b89f1cb: Pushed 14:06:13 0aa0c22ceeb0: Pushed 14:06:13 5aa72dd4a2d0: Pushed 14:06:13 b17227ec8ea7: Pushed 14:06:13 9cbde97095d8: Pushed 14:06:13 0c8b7e45ac3a: Pushed 14:06:13 17bec77d7fdc: Layer already exists 14:06:14 8f32b59476f7: Pushed 14:06:15 ecf127ec4d20: Pushed 14:06:16 008d60d2bdcf: Pushed 14:06:16 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:eb7327648d11927beeecb16ff11b024c6c3f926b407820c6d43de97be5acc0f2 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:16 + 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 14:06:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 14:06:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 14:06:17 5aa72dd4a2d0: Preparing 14:06:17 0aa0c22ceeb0: Preparing 14:06:17 008d60d2bdcf: Preparing 14:06:17 ecf127ec4d20: Preparing 14:06:17 93eb9b89f1cb: Preparing 14:06:17 0c8b7e45ac3a: Preparing 14:06:17 9cbde97095d8: Preparing 14:06:17 b17227ec8ea7: Preparing 14:06:17 8f32b59476f7: Preparing 14:06:17 17bec77d7fdc: Preparing 14:06:17 9cbde97095d8: Waiting 14:06:17 b17227ec8ea7: Waiting 14:06:17 8f32b59476f7: Waiting 14:06:17 17bec77d7fdc: Waiting 14:06:17 93eb9b89f1cb: Layer already exists 14:06:17 0aa0c22ceeb0: Layer already exists 14:06:17 5aa72dd4a2d0: Layer already exists 14:06:17 ecf127ec4d20: Layer already exists 14:06:17 008d60d2bdcf: Layer already exists 14:06:17 0c8b7e45ac3a: Layer already exists 14:06:17 9cbde97095d8: Layer already exists 14:06:17 17bec77d7fdc: Layer already exists 14:06:17 b17227ec8ea7: Layer already exists 14:06:17 8f32b59476f7: Layer already exists 14:06:17 latest: digest: sha256:eb7327648d11927beeecb16ff11b024c6c3f926b407820c6d43de97be5acc0f2 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:17 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:18 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.19 14:06:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 14:06:18 5aa72dd4a2d0: Preparing 14:06:18 0aa0c22ceeb0: Preparing 14:06:18 008d60d2bdcf: Preparing 14:06:18 ecf127ec4d20: Preparing 14:06:18 93eb9b89f1cb: Preparing 14:06:18 0c8b7e45ac3a: Preparing 14:06:18 9cbde97095d8: Preparing 14:06:18 b17227ec8ea7: Preparing 14:06:18 8f32b59476f7: Preparing 14:06:18 17bec77d7fdc: Preparing 14:06:18 9cbde97095d8: Waiting 14:06:18 b17227ec8ea7: Waiting 14:06:18 8f32b59476f7: Waiting 14:06:18 17bec77d7fdc: Waiting 14:06:18 0c8b7e45ac3a: Waiting 14:06:18 5aa72dd4a2d0: Layer already exists 14:06:18 008d60d2bdcf: Layer already exists 14:06:18 ecf127ec4d20: Layer already exists 14:06:18 0aa0c22ceeb0: Layer already exists 14:06:18 93eb9b89f1cb: Layer already exists 14:06:18 9cbde97095d8: Layer already exists 14:06:18 0c8b7e45ac3a: Layer already exists 14:06:18 8f32b59476f7: Layer already exists 14:06:18 b17227ec8ea7: Layer already exists 14:06:18 17bec77d7fdc: Layer already exists 14:06:18 3.0.0-dev.19: digest: sha256:eb7327648d11927beeecb16ff11b024c6c3f926b407820c6d43de97be5acc0f2 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:18 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:06:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 14:06:19 5aa72dd4a2d0: Preparing 14:06:19 0aa0c22ceeb0: Preparing 14:06:19 008d60d2bdcf: Preparing 14:06:19 ecf127ec4d20: Preparing 14:06:19 93eb9b89f1cb: Preparing 14:06:19 0c8b7e45ac3a: Preparing 14:06:19 9cbde97095d8: Preparing 14:06:19 b17227ec8ea7: Preparing 14:06:19 8f32b59476f7: Preparing 14:06:19 17bec77d7fdc: Preparing 14:06:19 b17227ec8ea7: Waiting 14:06:19 8f32b59476f7: Waiting 14:06:19 17bec77d7fdc: Waiting 14:06:19 0c8b7e45ac3a: Waiting 14:06:19 9cbde97095d8: Waiting 14:06:19 008d60d2bdcf: Layer already exists 14:06:19 ecf127ec4d20: Layer already exists 14:06:19 93eb9b89f1cb: Layer already exists 14:06:19 5aa72dd4a2d0: Layer already exists 14:06:19 0aa0c22ceeb0: Layer already exists 14:06:19 b17227ec8ea7: Layer already exists 14:06:19 0c8b7e45ac3a: Layer already exists 14:06:19 9cbde97095d8: Layer already exists 14:06:19 8f32b59476f7: Layer already exists 14:06:19 17bec77d7fdc: Layer already exists 14:06:19 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:eb7327648d11927beeecb16ff11b024c6c3f926b407820c6d43de97be5acc0f2 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:19 + 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 14:06:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 14:06:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 14:06:19 5aa72dd4a2d0: Preparing 14:06:19 0aa0c22ceeb0: Preparing 14:06:19 008d60d2bdcf: Preparing 14:06:19 ecf127ec4d20: Preparing 14:06:19 93eb9b89f1cb: Preparing 14:06:19 0c8b7e45ac3a: Preparing 14:06:19 9cbde97095d8: Preparing 14:06:19 b17227ec8ea7: Preparing 14:06:19 8f32b59476f7: Preparing 14:06:19 17bec77d7fdc: Preparing 14:06:19 b17227ec8ea7: Waiting 14:06:19 8f32b59476f7: Waiting 14:06:19 17bec77d7fdc: Waiting 14:06:19 0c8b7e45ac3a: Waiting 14:06:19 9cbde97095d8: Waiting 14:06:19 5aa72dd4a2d0: Layer already exists 14:06:19 008d60d2bdcf: Layer already exists 14:06:19 ecf127ec4d20: Layer already exists 14:06:19 93eb9b89f1cb: Layer already exists 14:06:19 0aa0c22ceeb0: Layer already exists 14:06:19 b17227ec8ea7: Layer already exists 14:06:19 9cbde97095d8: Layer already exists 14:06:19 0c8b7e45ac3a: Layer already exists 14:06:19 8f32b59476f7: Layer already exists 14:06:19 17bec77d7fdc: Layer already exists 14:06:20 main: digest: sha256:eb7327648d11927beeecb16ff11b024c6c3f926b407820c6d43de97be5acc0f2 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:06:20 ===================================================== [Pipeline] echo 14:06:20 taggedImages: 14:06:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:06:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 14:06:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.19 14:06:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:06:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 14:06:20 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 14:06:20 01248c1391bf8c2793868be2b98c89264dfd5c2c 14:06:20 latest 14:06:20 3.0.0-dev.19 14:06:20 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:06:20 main 14:06:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:20 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:06:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 14:06:20 528161bf2e3e: Preparing 14:06:20 8c2932ff6117: Preparing 14:06:20 65a995ac7bb3: Preparing 14:06:20 1154c65938de: Preparing 14:06:20 9833f26c6bda: Preparing 14:06:20 65a995ac7bb3: Layer already exists 14:06:20 9833f26c6bda: Layer already exists 14:06:21 528161bf2e3e: Pushed 14:06:22 1154c65938de: Pushed 14:06:25 8c2932ff6117: Pushed 14:06:25 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:3be592a8bd483df49a7509d50452da63b3fb4fa8331cf6c54fbb3480a7e1b121 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:25 + 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 14:06:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 14:06:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 14:06:26 528161bf2e3e: Preparing 14:06:26 8c2932ff6117: Preparing 14:06:26 65a995ac7bb3: Preparing 14:06:26 1154c65938de: Preparing 14:06:26 9833f26c6bda: Preparing 14:06:26 65a995ac7bb3: Layer already exists 14:06:26 1154c65938de: Layer already exists 14:06:26 528161bf2e3e: Layer already exists 14:06:26 9833f26c6bda: Layer already exists 14:06:26 8c2932ff6117: Layer already exists 14:06:26 latest: digest: sha256:3be592a8bd483df49a7509d50452da63b3fb4fa8331cf6c54fbb3480a7e1b121 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:26 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.19 14:06:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 14:06:26 528161bf2e3e: Preparing 14:06:26 8c2932ff6117: Preparing 14:06:26 65a995ac7bb3: Preparing 14:06:26 1154c65938de: Preparing 14:06:26 9833f26c6bda: Preparing 14:06:26 9833f26c6bda: Layer already exists 14:06:26 8c2932ff6117: Layer already exists 14:06:26 65a995ac7bb3: Layer already exists 14:06:26 528161bf2e3e: Layer already exists 14:06:26 1154c65938de: Layer already exists 14:06:26 3.0.0-dev.19: digest: sha256:3be592a8bd483df49a7509d50452da63b3fb4fa8331cf6c54fbb3480a7e1b121 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:27 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:06:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 14:06:27 528161bf2e3e: Preparing 14:06:27 8c2932ff6117: Preparing 14:06:27 65a995ac7bb3: Preparing 14:06:27 1154c65938de: Preparing 14:06:27 9833f26c6bda: Preparing 14:06:27 65a995ac7bb3: Layer already exists 14:06:27 9833f26c6bda: Layer already exists 14:06:27 8c2932ff6117: Layer already exists 14:06:27 1154c65938de: Layer already exists 14:06:27 528161bf2e3e: Layer already exists 14:06:27 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:3be592a8bd483df49a7509d50452da63b3fb4fa8331cf6c54fbb3480a7e1b121 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:27 + 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 14:06:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 14:06:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 14:06:28 528161bf2e3e: Preparing 14:06:28 8c2932ff6117: Preparing 14:06:28 65a995ac7bb3: Preparing 14:06:28 1154c65938de: Preparing 14:06:28 9833f26c6bda: Preparing 14:06:28 8c2932ff6117: Layer already exists 14:06:28 528161bf2e3e: Layer already exists 14:06:28 65a995ac7bb3: Layer already exists 14:06:28 1154c65938de: Layer already exists 14:06:28 9833f26c6bda: Layer already exists 14:06:28 main: digest: sha256:3be592a8bd483df49a7509d50452da63b3fb4fa8331cf6c54fbb3480a7e1b121 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:06:28 ===================================================== [Pipeline] echo 14:06:28 taggedImages: 14:06:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:06:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 14:06:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.19 14:06:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:06:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 14:06:28 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 14:06:28 01248c1391bf8c2793868be2b98c89264dfd5c2c 14:06:28 latest 14:06:28 3.0.0-dev.19 14:06:28 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:06:28 main 14:06:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:28 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:06:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 14:06:29 ddbb3a502bc7: Preparing 14:06:29 ff7b1be58ac0: Preparing 14:06:29 2c534cc3211f: Preparing 14:06:29 9e9ac93fc7a7: Preparing 14:06:29 eec68213bcc3: Preparing 14:06:29 6f31a94b6c46: Preparing 14:06:29 9833f26c6bda: Preparing 14:06:29 6f31a94b6c46: Waiting 14:06:29 9833f26c6bda: Waiting 14:06:29 ddbb3a502bc7: Pushed 14:06:29 ff7b1be58ac0: Pushed 14:06:29 2c534cc3211f: Pushed 14:06:29 9833f26c6bda: Layer already exists 14:06:30 6f31a94b6c46: Pushed 14:06:36 eec68213bcc3: Pushed 14:06:43 9e9ac93fc7a7: Pushed 14:06:43 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:9f59ad924c7e4a8a28f2157d5b4e22d60fb61b123cb41458c800a6ac994828d8 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:45 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 14:06:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 14:06:45 ddbb3a502bc7: Preparing 14:06:45 ff7b1be58ac0: Preparing 14:06:45 2c534cc3211f: Preparing 14:06:45 9e9ac93fc7a7: Preparing 14:06:45 eec68213bcc3: Preparing 14:06:45 6f31a94b6c46: Preparing 14:06:45 9833f26c6bda: Preparing 14:06:45 6f31a94b6c46: Waiting 14:06:45 9833f26c6bda: Waiting 14:06:45 ff7b1be58ac0: Layer already exists 14:06:45 ddbb3a502bc7: Layer already exists 14:06:45 2c534cc3211f: Layer already exists 14:06:45 eec68213bcc3: Layer already exists 14:06:45 9e9ac93fc7a7: Layer already exists 14:06:45 6f31a94b6c46: Layer already exists 14:06:45 9833f26c6bda: Layer already exists 14:06:45 latest: digest: sha256:9f59ad924c7e4a8a28f2157d5b4e22d60fb61b123cb41458c800a6ac994828d8 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:46 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.19 14:06:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 14:06:46 ddbb3a502bc7: Preparing 14:06:46 ff7b1be58ac0: Preparing 14:06:46 2c534cc3211f: Preparing 14:06:46 9e9ac93fc7a7: Preparing 14:06:46 eec68213bcc3: Preparing 14:06:46 6f31a94b6c46: Preparing 14:06:46 9833f26c6bda: Preparing 14:06:46 6f31a94b6c46: Waiting 14:06:46 9833f26c6bda: Waiting 14:06:46 ddbb3a502bc7: Layer already exists 14:06:46 2c534cc3211f: Layer already exists 14:06:46 ff7b1be58ac0: Layer already exists 14:06:46 eec68213bcc3: Layer already exists 14:06:46 9e9ac93fc7a7: Layer already exists 14:06:46 9833f26c6bda: Layer already exists 14:06:46 6f31a94b6c46: Layer already exists 14:06:46 3.0.0-dev.19: digest: sha256:9f59ad924c7e4a8a28f2157d5b4e22d60fb61b123cb41458c800a6ac994828d8 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:46 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:06:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 14:06:47 ddbb3a502bc7: Preparing 14:06:47 ff7b1be58ac0: Preparing 14:06:47 2c534cc3211f: Preparing 14:06:47 9e9ac93fc7a7: Preparing 14:06:47 eec68213bcc3: Preparing 14:06:47 6f31a94b6c46: Preparing 14:06:47 9833f26c6bda: Preparing 14:06:47 6f31a94b6c46: Waiting 14:06:47 9833f26c6bda: Waiting 14:06:47 eec68213bcc3: Layer already exists 14:06:47 2c534cc3211f: Layer already exists 14:06:47 ddbb3a502bc7: Layer already exists 14:06:47 ff7b1be58ac0: Layer already exists 14:06:47 9e9ac93fc7a7: Layer already exists 14:06:47 6f31a94b6c46: Layer already exists 14:06:47 9833f26c6bda: Layer already exists 14:06:47 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:9f59ad924c7e4a8a28f2157d5b4e22d60fb61b123cb41458c800a6ac994828d8 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:47 + 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 14:06:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 14:06:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 14:06:47 ddbb3a502bc7: Preparing 14:06:47 ff7b1be58ac0: Preparing 14:06:47 2c534cc3211f: Preparing 14:06:47 9e9ac93fc7a7: Preparing 14:06:47 eec68213bcc3: Preparing 14:06:47 6f31a94b6c46: Preparing 14:06:47 9833f26c6bda: Preparing 14:06:47 6f31a94b6c46: Waiting 14:06:47 9833f26c6bda: Waiting 14:06:47 ff7b1be58ac0: Layer already exists 14:06:47 ddbb3a502bc7: Layer already exists 14:06:47 2c534cc3211f: Layer already exists 14:06:47 9e9ac93fc7a7: Layer already exists 14:06:47 eec68213bcc3: Layer already exists 14:06:47 9833f26c6bda: Layer already exists 14:06:47 6f31a94b6c46: Layer already exists 14:06:48 main: digest: sha256:9f59ad924c7e4a8a28f2157d5b4e22d60fb61b123cb41458c800a6ac994828d8 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:06:48 ===================================================== [Pipeline] echo 14:06:48 taggedImages: 14:06:48 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:06:48 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 14:06:48 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.19 14:06:48 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:06:48 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 14:06:48 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 14:06:48 01248c1391bf8c2793868be2b98c89264dfd5c2c 14:06:48 latest 14:06:48 3.0.0-dev.19 14:06:48 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:06:48 main 14:06:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:48 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:06:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:06:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 14:06:48 c3c0d8b278e4: Preparing 14:06:48 f35eb8284308: Preparing 14:06:48 b9ae81155fe2: Preparing 14:06:48 7e88a94f0231: Preparing 14:06:48 40a058ba868e: Preparing 14:06:48 9833f26c6bda: Preparing 14:06:48 9833f26c6bda: Waiting 14:06:49 c3c0d8b278e4: Pushed 14:06:49 b9ae81155fe2: Pushed 14:06:49 f35eb8284308: Pushed 14:06:49 9833f26c6bda: Layer already exists 14:06:49 40a058ba868e: Pushed 14:07:04 7e88a94f0231: Pushed 14:07:04 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:1db9bc5082cda33eda33c74afdcb5842c6b2a4ed30bc832207f022718747f89a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:05 + 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 14:07:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 14:07:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 14:07:05 c3c0d8b278e4: Preparing 14:07:05 f35eb8284308: Preparing 14:07:05 b9ae81155fe2: Preparing 14:07:05 7e88a94f0231: Preparing 14:07:05 40a058ba868e: Preparing 14:07:05 9833f26c6bda: Preparing 14:07:05 9833f26c6bda: Waiting 14:07:05 7e88a94f0231: Layer already exists 14:07:05 f35eb8284308: Layer already exists 14:07:05 c3c0d8b278e4: Layer already exists 14:07:05 b9ae81155fe2: Layer already exists 14:07:05 40a058ba868e: Layer already exists 14:07:05 9833f26c6bda: Layer already exists 14:07:05 latest: digest: sha256:1db9bc5082cda33eda33c74afdcb5842c6b2a4ed30bc832207f022718747f89a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:05 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.19 14:07:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 14:07:06 c3c0d8b278e4: Preparing 14:07:06 f35eb8284308: Preparing 14:07:06 b9ae81155fe2: Preparing 14:07:06 7e88a94f0231: Preparing 14:07:06 40a058ba868e: Preparing 14:07:06 9833f26c6bda: Preparing 14:07:06 9833f26c6bda: Waiting 14:07:06 7e88a94f0231: Layer already exists 14:07:06 c3c0d8b278e4: Layer already exists 14:07:06 40a058ba868e: Layer already exists 14:07:06 b9ae81155fe2: Layer already exists 14:07:06 f35eb8284308: Layer already exists 14:07:06 9833f26c6bda: Layer already exists 14:07:06 3.0.0-dev.19: digest: sha256:1db9bc5082cda33eda33c74afdcb5842c6b2a4ed30bc832207f022718747f89a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:06 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:07:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 14:07:07 c3c0d8b278e4: Preparing 14:07:07 f35eb8284308: Preparing 14:07:07 b9ae81155fe2: Preparing 14:07:07 7e88a94f0231: Preparing 14:07:07 40a058ba868e: Preparing 14:07:07 9833f26c6bda: Preparing 14:07:07 9833f26c6bda: Waiting 14:07:07 f35eb8284308: Layer already exists 14:07:07 b9ae81155fe2: Layer already exists 14:07:07 40a058ba868e: Layer already exists 14:07:07 c3c0d8b278e4: Layer already exists 14:07:07 7e88a94f0231: Layer already exists 14:07:07 9833f26c6bda: Layer already exists 14:07:07 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:1db9bc5082cda33eda33c74afdcb5842c6b2a4ed30bc832207f022718747f89a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:07 + 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 14:07:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 14:07:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 14:07:08 c3c0d8b278e4: Preparing 14:07:08 f35eb8284308: Preparing 14:07:08 b9ae81155fe2: Preparing 14:07:08 7e88a94f0231: Preparing 14:07:08 40a058ba868e: Preparing 14:07:08 9833f26c6bda: Preparing 14:07:08 9833f26c6bda: Waiting 14:07:08 f35eb8284308: Layer already exists 14:07:08 40a058ba868e: Layer already exists 14:07:08 b9ae81155fe2: Layer already exists 14:07:08 c3c0d8b278e4: Layer already exists 14:07:08 7e88a94f0231: Layer already exists 14:07:08 9833f26c6bda: Layer already exists 14:07:08 main: digest: sha256:1db9bc5082cda33eda33c74afdcb5842c6b2a4ed30bc832207f022718747f89a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:07:08 ===================================================== [Pipeline] echo 14:07:08 taggedImages: 14:07:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:07:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 14:07:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.19 14:07:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:07:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 14:07:08 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 14:07:08 01248c1391bf8c2793868be2b98c89264dfd5c2c 14:07:08 latest 14:07:08 3.0.0-dev.19 14:07:08 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:07:08 main 14:07:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:08 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:07:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 14:07:09 e88918e23566: Preparing 14:07:09 eb4a65487eb9: Preparing 14:07:09 b797cb850001: Preparing 14:07:09 fc9177fb9ba5: Preparing 14:07:09 6f31a94b6c46: Preparing 14:07:09 9833f26c6bda: Preparing 14:07:09 9833f26c6bda: Waiting 14:07:09 6f31a94b6c46: Layer already exists 14:07:09 9833f26c6bda: Layer already exists 14:07:09 eb4a65487eb9: Pushed 14:07:09 e88918e23566: Pushed 14:07:09 b797cb850001: Pushed 14:07:24 fc9177fb9ba5: Pushed 14:07:24 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:8a79d509d08bb1b3c4e664fa3810bd27611edecedd69cae94a6c209f24eee449 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:24 + 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 14:07:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 14:07:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 14:07:25 e88918e23566: Preparing 14:07:25 eb4a65487eb9: Preparing 14:07:25 b797cb850001: Preparing 14:07:25 fc9177fb9ba5: Preparing 14:07:25 6f31a94b6c46: Preparing 14:07:25 9833f26c6bda: Preparing 14:07:25 9833f26c6bda: Waiting 14:07:25 6f31a94b6c46: Layer already exists 14:07:25 eb4a65487eb9: Layer already exists 14:07:25 b797cb850001: Layer already exists 14:07:25 e88918e23566: Layer already exists 14:07:25 fc9177fb9ba5: Layer already exists 14:07:25 9833f26c6bda: Layer already exists 14:07:25 latest: digest: sha256:8a79d509d08bb1b3c4e664fa3810bd27611edecedd69cae94a6c209f24eee449 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:25 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.19 14:07:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 14:07:26 e88918e23566: Preparing 14:07:26 eb4a65487eb9: Preparing 14:07:26 b797cb850001: Preparing 14:07:26 fc9177fb9ba5: Preparing 14:07:26 6f31a94b6c46: Preparing 14:07:26 9833f26c6bda: Preparing 14:07:26 9833f26c6bda: Waiting 14:07:26 fc9177fb9ba5: Layer already exists 14:07:26 eb4a65487eb9: Layer already exists 14:07:26 e88918e23566: Layer already exists 14:07:26 b797cb850001: Layer already exists 14:07:26 6f31a94b6c46: Layer already exists 14:07:26 9833f26c6bda: Layer already exists 14:07:26 3.0.0-dev.19: digest: sha256:8a79d509d08bb1b3c4e664fa3810bd27611edecedd69cae94a6c209f24eee449 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:26 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:07:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 14:07:26 e88918e23566: Preparing 14:07:26 eb4a65487eb9: Preparing 14:07:26 b797cb850001: Preparing 14:07:26 fc9177fb9ba5: Preparing 14:07:26 6f31a94b6c46: Preparing 14:07:26 9833f26c6bda: Preparing 14:07:26 9833f26c6bda: Waiting 14:07:26 6f31a94b6c46: Layer already exists 14:07:26 e88918e23566: Layer already exists 14:07:26 b797cb850001: Layer already exists 14:07:26 eb4a65487eb9: Layer already exists 14:07:26 fc9177fb9ba5: Layer already exists 14:07:26 9833f26c6bda: Layer already exists 14:07:26 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:8a79d509d08bb1b3c4e664fa3810bd27611edecedd69cae94a6c209f24eee449 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:26 + 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 14:07:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 14:07:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 14:07:27 e88918e23566: Preparing 14:07:27 eb4a65487eb9: Preparing 14:07:27 b797cb850001: Preparing 14:07:27 fc9177fb9ba5: Preparing 14:07:27 6f31a94b6c46: Preparing 14:07:27 9833f26c6bda: Preparing 14:07:27 9833f26c6bda: Waiting 14:07:27 6f31a94b6c46: Layer already exists 14:07:27 b797cb850001: Layer already exists 14:07:27 fc9177fb9ba5: Layer already exists 14:07:27 e88918e23566: Layer already exists 14:07:27 9833f26c6bda: Layer already exists 14:07:27 eb4a65487eb9: Layer already exists 14:07:27 main: digest: sha256:8a79d509d08bb1b3c4e664fa3810bd27611edecedd69cae94a6c209f24eee449 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:07:27 ===================================================== [Pipeline] echo 14:07:27 taggedImages: 14:07:27 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:07:27 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 14:07:27 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.19 14:07:27 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:07:27 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 14:07:27 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 14:07:27 01248c1391bf8c2793868be2b98c89264dfd5c2c 14:07:27 latest 14:07:27 3.0.0-dev.19 14:07:27 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:07:27 main 14:07:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:28 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:07:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 14:07:28 335b7d9e61a6: Preparing 14:07:28 48d05ac713f8: Preparing 14:07:28 65a995ac7bb3: Preparing 14:07:28 f5ab51a03c8d: Preparing 14:07:28 17bec77d7fdc: Preparing 14:07:28 17bec77d7fdc: Layer already exists 14:07:28 65a995ac7bb3: Layer already exists 14:07:28 335b7d9e61a6: Pushed 14:07:28 f5ab51a03c8d: Pushed 14:07:34 48d05ac713f8: Pushed 14:07:34 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:67444514806c159485b185e1616a7703b01f737e1930f0cd3ef7d275aac3ebd9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:34 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:34 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 14:07:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 14:07:34 335b7d9e61a6: Preparing 14:07:34 48d05ac713f8: Preparing 14:07:34 65a995ac7bb3: Preparing 14:07:34 f5ab51a03c8d: Preparing 14:07:34 17bec77d7fdc: Preparing 14:07:34 48d05ac713f8: Layer already exists 14:07:34 335b7d9e61a6: Layer already exists 14:07:34 17bec77d7fdc: Layer already exists 14:07:34 65a995ac7bb3: Layer already exists 14:07:34 f5ab51a03c8d: Layer already exists 14:07:35 latest: digest: sha256:67444514806c159485b185e1616a7703b01f737e1930f0cd3ef7d275aac3ebd9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:35 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:35 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.19 14:07:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 14:07:35 335b7d9e61a6: Preparing 14:07:35 48d05ac713f8: Preparing 14:07:35 65a995ac7bb3: Preparing 14:07:35 f5ab51a03c8d: Preparing 14:07:35 17bec77d7fdc: Preparing 14:07:35 48d05ac713f8: Layer already exists 14:07:35 65a995ac7bb3: Layer already exists 14:07:35 17bec77d7fdc: Layer already exists 14:07:35 f5ab51a03c8d: Layer already exists 14:07:35 335b7d9e61a6: Layer already exists 14:07:35 3.0.0-dev.19: digest: sha256:67444514806c159485b185e1616a7703b01f737e1930f0cd3ef7d275aac3ebd9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:36 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:07:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 14:07:36 335b7d9e61a6: Preparing 14:07:36 48d05ac713f8: Preparing 14:07:36 65a995ac7bb3: Preparing 14:07:36 f5ab51a03c8d: Preparing 14:07:36 17bec77d7fdc: Preparing 14:07:36 65a995ac7bb3: Layer already exists 14:07:36 335b7d9e61a6: Layer already exists 14:07:36 48d05ac713f8: Layer already exists 14:07:36 f5ab51a03c8d: Layer already exists 14:07:36 17bec77d7fdc: Layer already exists 14:07:36 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:67444514806c159485b185e1616a7703b01f737e1930f0cd3ef7d275aac3ebd9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:36 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 14:07:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 14:07:36 335b7d9e61a6: Preparing 14:07:36 48d05ac713f8: Preparing 14:07:36 65a995ac7bb3: Preparing 14:07:36 f5ab51a03c8d: Preparing 14:07:36 17bec77d7fdc: Preparing 14:07:36 48d05ac713f8: Layer already exists 14:07:36 f5ab51a03c8d: Layer already exists 14:07:36 335b7d9e61a6: Layer already exists 14:07:36 17bec77d7fdc: Layer already exists 14:07:36 65a995ac7bb3: Layer already exists 14:07:36 main: digest: sha256:67444514806c159485b185e1616a7703b01f737e1930f0cd3ef7d275aac3ebd9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:07:37 ===================================================== [Pipeline] echo 14:07:37 taggedImages: 14:07:37 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:07:37 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 14:07:37 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.19 14:07:37 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:07:37 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 14:07:37 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 14:07:37 01248c1391bf8c2793868be2b98c89264dfd5c2c 14:07:37 latest 14:07:37 3.0.0-dev.19 14:07:37 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:07:37 main 14:07:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:37 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:07:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 14:07:37 faf12dc1c742: Preparing 14:07:37 1bb71478eb7e: Preparing 14:07:37 65a995ac7bb3: Preparing 14:07:37 a10be49a9b24: Preparing 14:07:37 17bec77d7fdc: Preparing 14:07:37 65a995ac7bb3: Layer already exists 14:07:37 17bec77d7fdc: Layer already exists 14:07:37 a10be49a9b24: Layer already exists 14:07:37 faf12dc1c742: Pushed 14:07:43 1bb71478eb7e: Pushed 14:07:43 01248c1391bf8c2793868be2b98c89264dfd5c2c: digest: sha256:f79327a1c9b4a3ff33755e8f52dff599bfb9fa3cbf89daf11e11ddb7278aed5c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:43 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:43 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 14:07:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 14:07:43 faf12dc1c742: Preparing 14:07:43 1bb71478eb7e: Preparing 14:07:43 65a995ac7bb3: Preparing 14:07:43 a10be49a9b24: Preparing 14:07:43 17bec77d7fdc: Preparing 14:07:43 faf12dc1c742: Layer already exists 14:07:43 a10be49a9b24: Layer already exists 14:07:43 65a995ac7bb3: Layer already exists 14:07:43 1bb71478eb7e: Layer already exists 14:07:43 17bec77d7fdc: Layer already exists 14:07:43 latest: digest: sha256:f79327a1c9b4a3ff33755e8f52dff599bfb9fa3cbf89daf11e11ddb7278aed5c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:44 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:44 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.19 14:07:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 14:07:44 faf12dc1c742: Preparing 14:07:44 1bb71478eb7e: Preparing 14:07:44 65a995ac7bb3: Preparing 14:07:44 a10be49a9b24: Preparing 14:07:44 17bec77d7fdc: Preparing 14:07:44 a10be49a9b24: Layer already exists 14:07:44 1bb71478eb7e: Layer already exists 14:07:44 17bec77d7fdc: Layer already exists 14:07:44 65a995ac7bb3: Layer already exists 14:07:44 faf12dc1c742: Layer already exists 14:07:44 3.0.0-dev.19: digest: sha256:f79327a1c9b4a3ff33755e8f52dff599bfb9fa3cbf89daf11e11ddb7278aed5c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:45 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:45 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:07:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 14:07:45 faf12dc1c742: Preparing 14:07:45 1bb71478eb7e: Preparing 14:07:45 65a995ac7bb3: Preparing 14:07:45 a10be49a9b24: Preparing 14:07:45 17bec77d7fdc: Preparing 14:07:45 1bb71478eb7e: Layer already exists 14:07:45 17bec77d7fdc: Layer already exists 14:07:45 faf12dc1c742: Layer already exists 14:07:45 a10be49a9b24: Layer already exists 14:07:45 65a995ac7bb3: Layer already exists 14:07:45 01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19: digest: sha256:f79327a1c9b4a3ff33755e8f52dff599bfb9fa3cbf89daf11e11ddb7278aed5c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:45 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 14:07:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 14:07:46 faf12dc1c742: Preparing 14:07:46 1bb71478eb7e: Preparing 14:07:46 65a995ac7bb3: Preparing 14:07:46 a10be49a9b24: Preparing 14:07:46 17bec77d7fdc: Preparing 14:07:46 1bb71478eb7e: Layer already exists 14:07:46 17bec77d7fdc: Layer already exists 14:07:46 faf12dc1c742: Layer already exists 14:07:46 a10be49a9b24: Layer already exists 14:07:46 65a995ac7bb3: Layer already exists 14:07:46 main: digest: sha256:f79327a1c9b4a3ff33755e8f52dff599bfb9fa3cbf89daf11e11ddb7278aed5c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:07:46 ===================================================== [Pipeline] echo 14:07:46 taggedImages: 14:07:46 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c 14:07:46 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 14:07:46 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.19 14:07:46 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:01248c1391bf8c2793868be2b98c89264dfd5c2c-3.0.0-dev.19 14:07: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 14:07:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:07:46 14:07:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:07:46 arm64: Pulling from edgex-lftools-log-publisher 14:07:46 8998bd30e6a1: Pulling fs layer 14:07:46 04944245beec: Pulling fs layer 14:07:46 699f458cf7ca: Pulling fs layer 14:07:46 765212b225bb: Pulling fs layer 14:07:46 f23df028b6ca: Pulling fs layer 14:07:46 d65c8cfc05b1: Pulling fs layer 14:07:46 2437ff75d9bd: Pulling fs layer 14:07:46 765212b225bb: Waiting 14:07:46 f23df028b6ca: Waiting 14:07:46 d65c8cfc05b1: Waiting 14:07:46 2437ff75d9bd: Waiting 14:07:47 04944245beec: Verifying Checksum 14:07:47 04944245beec: Download complete 14:07:47 765212b225bb: Verifying Checksum 14:07:47 765212b225bb: Download complete 14:07:47 f23df028b6ca: Verifying Checksum 14:07:47 f23df028b6ca: Download complete 14:07:47 d65c8cfc05b1: Verifying Checksum 14:07:47 d65c8cfc05b1: Download complete 14:07:47 699f458cf7ca: Verifying Checksum 14:07:47 699f458cf7ca: Download complete 14:07:47 8998bd30e6a1: Verifying Checksum 14:07:47 8998bd30e6a1: Download complete 14:07:50 2437ff75d9bd: Verifying Checksum 14:07:50 2437ff75d9bd: Download complete 14:07:51 8998bd30e6a1: Pull complete 14:07:51 04944245beec: Pull complete 14:07:53 699f458cf7ca: Pull complete 14:07:53 765212b225bb: Pull complete 14:07:54 f23df028b6ca: Pull complete 14:07:54 d65c8cfc05b1: Pull complete 14:08:09 2437ff75d9bd: Pull complete 14:08:09 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 14:08:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:08:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:08:09 prd-ubuntu20.04-docker-arm64-4c-16g-2724 does not seem to be running inside a container 14:08:09 $ 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/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 14:08:12 $ docker top 110ec877d73a64ab9d52f503bfc53a8d7705d71b7afda22717ff44d837ae8240 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:08:13 ---> job-cost.sh 14:08:13 lf-activate-venv: SKIPPING 14:08:13 INFO: No Stack... 14:08:14 INFO: Retrieving Pricing Info for: v3-standard-4 14:08:14 INFO: Archiving Costs [Pipeline] sh 14:08:15 + cat /w/workspace/edgex-go/373/archives/cost.csv 14:08:15 + cut -d, -f6 [Pipeline] lock 14:08:15 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-373-stack-cost] 14:08:15 Resource [jenkins-edgexfoundry-edgex-go-main-373-stack-cost] did not exist. Created. 14:08:15 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-373-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:08:15 + echo total: 0.10999999940395355 [Pipeline] stash 14:08:16 Stashed 1 file(s) [Pipeline] } 14:08:16 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-373-stack-cost] [Pipeline] // lock [Pipeline] } 14:08:16 $ docker stop --time=1 110ec877d73a64ab9d52f503bfc53a8d7705d71b7afda22717ff44d837ae8240 14:08:18 $ docker rm -f --volumes 110ec877d73a64ab9d52f503bfc53a8d7705d71b7afda22717ff44d837ae8240 [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 14:08:18 provisioning config files... 14:08:18 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/373@tmp/config9492390842288240421tmp [Pipeline] { [Pipeline] sh 14:08:18 + set +x 14:08:18 + bash -s -- 14:08:18 + curl -s https://codecov.io/bash 14:08:18 14:08:18 _____ _ 14:08:18 / ____| | | 14:08:18 | | ___ __| | ___ ___ _____ __ 14:08:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:08:18 | |___| (_) | (_| | __/ (_| (_) \ V / 14:08:18 \_____\___/ \__,_|\___|\___\___/ \_/ 14:08:18 Bash-1.0.6 14:08:18 14:08:18 14:08:18 ==> git version 2.25.1 found 14:08:18 ==> 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 14:08:18 Release-Date: 2020-01-08 14:08:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 14:08:18 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 14:08:18 ==> Jenkins CI detected. 14:08:18 current dir:  /w/workspace/edgex-go/373 14:08:18 project root: . 14:08:18 --> token set from env 14:08:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:08:18 ==> Running gcov in . (disable via -X gcov) 14:08:18 ==> Python coveragepy not found 14:08:18 ==> Searching for coverage reports in: 14:08:18 + . 14:08:19 -> Found 1 reports 14:08:19 ==> Detecting git/mercurial file structure 14:08:19 ==> Reading reports 14:08:19 + ./coverage.out bytes=489579 14:08:19 ==> Appending adjustments 14:08:19 https://docs.codecov.io/docs/fixing-reports 14:08:20 + Found adjustments 14:08:20 ==> Gzipping contents 14:08:20 64K /tmp/codecov.wx7In8.gz 14:08:20 ==> Uploading reports 14:08:20 url: https://codecov.io 14:08:20 query: branch=main&commit=01248c1391bf8c2793868be2b98c89264dfd5c2c&build=373&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F373%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:08:20 -> Pinging Codecov 14:08: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=01248c1391bf8c2793868be2b98c89264dfd5c2c&build=373&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F373%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:08:20 -> Uploading to 14:08:20 https://storage.googleapis.com/codecov/v4/raw/2023-01-17/00271124DB129430A58F1EEE437C3FCB/01248c1391bf8c2793868be2b98c89264dfd5c2c/58b8ab2d-64dd-4316-9d61-8f6c72bcc1c1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230117%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230117T140820Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=045e065d832c604f110c6a9ac423363b9f3c2afe9ac223f38d3766490d69a3b9 14:08:20 % Total % Received % Xferd Average Speed Time Time Time Current 14:08:20 Dload Upload Total Spent Left Speed 14:08:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63285 0 0 100 63285 0 279k --:--:-- --:--:-- --:--:-- 278k 100 63285 0 0 100 63285 0 213k --:--:-- --:--:-- --:--:-- 213k 14:08:20 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/01248c1391bf8c2793868be2b98c89264dfd5c2c [Pipeline] } 14:08:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 14:08:21 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 14:08:21 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:08:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:08:21 14:08:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:08:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:08:21 1.410.4: Pulling from edgex-devops/edgex-snyk-go 14:08:21 df9b9388f04a: Pulling fs layer 14:08:21 52dc419b0ee2: Pulling fs layer 14:08:21 25bc292e5bac: Pulling fs layer 14:08:21 114826534d7a: Pulling fs layer 14:08:21 4657fd5d0bcf: Pulling fs layer 14:08:21 6ad1cebc031e: Pulling fs layer 14:08:21 8a3aa393b2d8: Pulling fs layer 14:08:21 114826534d7a: Waiting 14:08:21 6ad1cebc031e: Waiting 14:08:21 4657fd5d0bcf: Waiting 14:08:21 8a3aa393b2d8: Waiting 14:08:21 25bc292e5bac: Download complete 14:08:21 52dc419b0ee2: Verifying Checksum 14:08:21 52dc419b0ee2: Download complete 14:08:21 4657fd5d0bcf: Download complete 14:08:21 df9b9388f04a: Verifying Checksum 14:08:21 df9b9388f04a: Download complete 14:08:21 df9b9388f04a: Pull complete 14:08:22 52dc419b0ee2: Pull complete 14:08:22 25bc292e5bac: Pull complete 14:08:22 6ad1cebc031e: Verifying Checksum 14:08:22 6ad1cebc031e: Download complete 14:08:23 114826534d7a: Verifying Checksum 14:08:23 114826534d7a: Download complete 14:08:24 8a3aa393b2d8: Verifying Checksum 14:08:24 8a3aa393b2d8: Download complete 14:08:26 114826534d7a: Pull complete 14:08:26 4657fd5d0bcf: Pull complete 14:08:27 6ad1cebc031e: Pull complete 14:08:29 8a3aa393b2d8: Pull complete 14:08:29 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 14:08:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:08:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:08:29 prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container 14:08: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/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 14:08:32 $ docker top b6a813e627406b5daf26dfed2d3dd22d4905a748475c1562942df6776879c6a5 -eo pid,comm [Pipeline] { [Pipeline] echo 14:08:32 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 14:08:32 + set -o pipefail 14:08:32 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 14:08:39 14:08:39 Monitoring /w/workspace/edgex-go/373 (github.com/edgexfoundry/edgex-go)... 14:08:39 14:08:39 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/f1853554-1e8d-4f93-a5fc-1a91984012bf 14:08:39 14:08:39 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 14:08:39 14:08:39 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 14:08:39 14:08:39 14:08:39 A medium severity vulnerability was found in the Snyk CLI versions you are using. 14:08:39 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 14:08:39 More details here: https://snyk.co/ue1NS [Pipeline] } 14:08:39 $ docker stop --time=1 b6a813e627406b5daf26dfed2d3dd22d4905a748475c1562942df6776879c6a5 14:08:41 $ docker rm -f --volumes b6a813e627406b5daf26dfed2d3dd22d4905a748475c1562942df6776879c6a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 14:08:41 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:08:41 provisioning config files... 14:08:41 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/373@tmp/config6086357509651508799tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:08:42 --> edgex-publish-swagger.sh 14:08:42 === Publish openapi/v2 API === 14:08:42 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 14:08:42 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/373/openapi/v2/core-command.yaml] 14:08:42 % Total % Received % Xferd Average Speed Time Time Time Current 14:08:42 Dload Upload Total Spent Left Speed 14:08:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33860 100 38 100 33822 34 30415 0:00:01 0:00:01 --:--:-- 30449 100 33860 100 38 100 33822 34 30415 0:00:01 0:00:01 --:--:-- 30449 14:08:42 {"code":403,"message":"Access Denied"} 14:08:42 14:08:42 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/373/openapi/v2/core-data.yaml] 14:08:42 % Total % Received % Xferd Average Speed Time Time Time Current 14:08:42 Dload Upload Total Spent Left Speed 14:08:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71748 100 38 100 71710 41 78286 --:--:-- --:--:-- --:--:-- 78242 100 71748 100 38 100 71710 41 78286 --:--:-- --:--:-- --:--:-- 78242 14:08:43 {"code":403,"message":"Access Denied"} 14:08:43 14:08:43 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/373/openapi/v2/core-metadata.yaml] 14:08:43 % Total % Received % Xferd Average Speed Time Time Time Current 14:08:43 Dload Upload Total Spent Left Speed 14:08:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 100 38 100 144k 36 138k 0:00:01 0:00:01 --:--:-- 138k 100 144k 100 38 100 144k 36 138k 0:00:01 0:00:01 --:--:-- 138k 14:08:45 {"code":403,"message":"Access Denied"} 14:08:45 14:08:45 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/373/openapi/v2/support-notifications.yaml] 14:08:45 % Total % Received % Xferd Average Speed Time Time Time Current 14:08:45 Dload Upload Total Spent Left Speed 14:08:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89347 100 38 100 89309 41 98575 --:--:-- --:--:-- --:--:-- 98508 100 89347 100 38 100 89309 41 98575 --:--:-- --:--:-- --:--:-- 98508 14:08:45 {"code":403,"message":"Access Denied"} 14:08:45 14:08:45 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/373/openapi/v2/support-scheduler.yaml] 14:08:45 % Total % Received % Xferd Average Speed Time Time Time Current 14:08:45 Dload Upload Total Spent Left Speed 14:08:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39585 100 38 100 39547 39 40728 --:--:-- --:--:-- --:--:-- 40767 100 39585 100 38 100 39547 39 40728 --:--:-- --:--:-- --:--:-- 40725 14:08:47 {"code":403,"message":"Access Denied"} 14:08:47 [Pipeline] } 14:08:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 14:08:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:08:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:08:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:08:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:08:48 prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container 14:08:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 14:08:48 $ docker top 4fdf60aae4ad22e90b7547f34f10e0496202223ea3a6f0184a5fd16e3b1e9144 -eo pid,comm 14:08:48 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). 14:08:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:08:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:08:48 [ssh-agent] Looking for ssh-agent implementation... 14:08:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:08:48 $ docker exec 4fdf60aae4ad22e90b7547f34f10e0496202223ea3a6f0184a5fd16e3b1e9144 ssh-agent 14:08:48 SSH_AUTH_SOCK=/tmp/ssh-1suMwLAeAHl4/agent.32 14:08:48 SSH_AGENT_PID=38 14:08:48 Running ssh-add (command line suppressed) 14:08:48 Identity added: /w/workspace/edgex-go/373@tmp/private_key_3053044315546749822.key (/w/workspace/edgex-go/373@tmp/private_key_3053044315546749822.key) 14:08:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:08:49 + git semver tag 14:08:49 2023-01-17 14:08:49,396 [run_tag] DEBUG tag force:False 14:08:49 2023-01-17 14:08:49,396 [check_head_tag] DEBUG check head tag 14:08:49 2023-01-17 14:08:49,398 [execute] INFO git cat-file --batch-check 14:08:49 2023-01-17 14:08:49,398 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/373, universal_newlines=False, shell=None, istream=) 14:08:49 2023-01-17 14:08:49,402 [execute] INFO git cat-file --batch 14:08:49 2023-01-17 14:08:49,402 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/373, universal_newlines=False, shell=None, istream=) 14:08:49 2023-01-17 14:08:49,445 [read_version] DEBUG read version from /w/workspace/edgex-go/373/.semver/main 14:08:49 2023-01-17 14:08:49,445 [execute] INFO git tag -a v3.0.0-dev.19 -m v3.0.0-dev.19 14:08:49 2023-01-17 14:08:49,446 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.19', '-m', 'v3.0.0-dev.19'], cwd=/w/workspace/edgex-go/373, universal_newlines=False, shell=None, istream=None) 14:08:49 2023-01-17 14:08:49,452 [read_version] DEBUG read version from /w/workspace/edgex-go/373/.semver/main 14:08:49 3.0.0-dev.19 [Pipeline] } 14:08:49 $ docker exec --env ******** --env ******** 4fdf60aae4ad22e90b7547f34f10e0496202223ea3a6f0184a5fd16e3b1e9144 ssh-agent -k 14:08:49 unset SSH_AUTH_SOCK; 14:08:49 unset SSH_AGENT_PID; 14:08:49 echo Agent pid 38 killed; 14:08:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:08:49 + git semver [Pipeline] } 14:08:50 $ docker stop --time=1 4fdf60aae4ad22e90b7547f34f10e0496202223ea3a6f0184a5fd16e3b1e9144 14:08:51 $ docker rm -f --volumes 4fdf60aae4ad22e90b7547f34f10e0496202223ea3a6f0184a5fd16e3b1e9144 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:08:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:08:51 14:08:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:08:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:08:52 0.23.1-centos7: Pulling from edgex-lftools 14:08:52 ab5ef0e58194: Pulling fs layer 14:08:52 9712f1f96733: Pulling fs layer 14:08:52 63f879dbbcfc: Pulling fs layer 14:08:52 0d9ebad4ef96: Pulling fs layer 14:08:52 e9a5061849ea: Pulling fs layer 14:08:52 d747dcd14b5f: Pulling fs layer 14:08:52 2de7ff778b66: Pulling fs layer 14:08:52 e9a5061849ea: Waiting 14:08:52 d747dcd14b5f: Waiting 14:08:52 2de7ff778b66: Waiting 14:08:52 0d9ebad4ef96: Waiting 14:08:52 9712f1f96733: Verifying Checksum 14:08:52 9712f1f96733: Download complete 14:08:52 63f879dbbcfc: Verifying Checksum 14:08:52 63f879dbbcfc: Download complete 14:08:53 e9a5061849ea: Verifying Checksum 14:08:53 e9a5061849ea: Download complete 14:08:53 d747dcd14b5f: Verifying Checksum 14:08:53 d747dcd14b5f: Download complete 14:08:53 ab5ef0e58194: Download complete 14:08:53 0d9ebad4ef96: Verifying Checksum 14:08:53 0d9ebad4ef96: Download complete 14:08:53 2de7ff778b66: Verifying Checksum 14:08:53 2de7ff778b66: Download complete 14:08:56 ab5ef0e58194: Pull complete 14:08:56 9712f1f96733: Pull complete 14:08:57 63f879dbbcfc: Pull complete 14:09:01 0d9ebad4ef96: Pull complete 14:09:01 e9a5061849ea: Pull complete 14:09:01 d747dcd14b5f: Pull complete 14:09:02 2de7ff778b66: Pull complete 14:09:02 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 14:09:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:09:02 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:09:02 prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container 14:09:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 14:09:04 $ docker top ac7a723cb892e010b1f2f4305aca8f90f3d7321170fe0e68289b1f5a07c9c2cc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 14:09:04 provisioning config files... 14:09:04 copy managed file [sigul-config] to file:/w/workspace/edgex-go/373@tmp/config12838232127146881599tmp 14:09:05 copy managed file [sigul-password] to file:/w/workspace/edgex-go/373@tmp/config11605460703472507458tmp 14:09:05 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/373@tmp/config17439906330022827601tmp [Pipeline] { [Pipeline] echo 14:09:05 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 14:09:05 ---> sigul-configuration.sh 14:09:05 gpg: directory `/root/.gnupg' created 14:09:05 gpg: new configuration file `/root/.gnupg/gpg.conf' created 14:09:05 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 14:09:05 gpg: keyring `/root/.gnupg/secring.gpg' created 14:09:05 gpg: keyring `/root/.gnupg/pubring.gpg' created 14:09:05 gpg: CAST5 encrypted data 14:09:05 gpg: encrypted with 1 passphrase 14:09:05 gpg: WARNING: message was not integrity protected [Pipeline] sh 14:09:05 + mkdir /home/jenkins 14:09:05 + mkdir /home/jenkins/sigul [Pipeline] sh 14:09:05 + 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 14:09:05 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 14:09:06 ---> sigul-install.sh 14:09:06 Sigul already installed; skipping installation. [Pipeline] sh 14:09:06 + git tag --list 14:09:06 0.6.0 14:09:06 0.6.1 14:09:06 0.7.0 14:09:06 0.7.1 14:09:06 v1.0.0 14:09:06 v1.0.1 14:09:06 v1.1.0 14:09:06 v1.2.0 14:09:06 v1.2.1 14:09:06 v1.3.0 14:09:06 v1.3.1 14:09:06 v2.0.0 14:09:06 v2.1.0 14:09:06 v2.1.1 14:09:06 v2.1.1-dev.1 14:09:06 v2.1.1-dev.2 14:09:06 v2.1.1-dev.3 14:09:06 v2.1.1-dev.4 14:09:06 v2.1.1-dev.5 14:09:06 v2.1.1-dev.6 14:09:06 v2.1.1-dev.7 14:09:06 v2.1.1-dev.8 14:09:06 v2.1.2-dev.1 14:09:06 v2.2.0 14:09:06 v2.2.1-dev.1 14:09:06 v2.2.1-dev.10 14:09:06 v2.2.1-dev.11 14:09:06 v2.2.1-dev.12 14:09:06 v2.2.1-dev.13 14:09:06 v2.2.1-dev.14 14:09:06 v2.2.1-dev.15 14:09:06 v2.2.1-dev.16 14:09:06 v2.2.1-dev.17 14:09:06 v2.2.1-dev.18 14:09:06 v2.2.1-dev.19 14:09:06 v2.2.1-dev.2 14:09:06 v2.2.1-dev.20 14:09:06 v2.2.1-dev.21 14:09:06 v2.2.1-dev.22 14:09:06 v2.2.1-dev.23 14:09:06 v2.2.1-dev.24 14:09:06 v2.2.1-dev.25 14:09:06 v2.2.1-dev.26 14:09:06 v2.2.1-dev.27 14:09:06 v2.2.1-dev.28 14:09:06 v2.2.1-dev.29 14:09:06 v2.2.1-dev.3 14:09:06 v2.2.1-dev.4 14:09:06 v2.2.1-dev.5 14:09:06 v2.2.1-dev.6 14:09:06 v2.2.1-dev.7 14:09:06 v2.2.1-dev.8 14:09:06 v2.2.1-dev.9 14:09:06 v2.3.0 14:09:06 v2.3.0-dev.100 14:09:06 v2.3.0-dev.101 14:09:06 v2.3.0-dev.102 14:09:06 v2.3.0-dev.103 14:09:06 v2.3.0-dev.104 14:09:06 v2.3.0-dev.105 14:09:06 v2.3.0-dev.106 14:09:06 v2.3.0-dev.29 14:09:06 v2.3.0-dev.30 14:09:06 v2.3.0-dev.31 14:09:06 v2.3.0-dev.32 14:09:06 v2.3.0-dev.33 14:09:06 v2.3.0-dev.34 14:09:06 v2.3.0-dev.35 14:09:06 v2.3.0-dev.36 14:09:06 v2.3.0-dev.37 14:09:06 v2.3.0-dev.38 14:09:06 v2.3.0-dev.39 14:09:06 v2.3.0-dev.40 14:09:06 v2.3.0-dev.41 14:09:06 v2.3.0-dev.42 14:09:06 v2.3.0-dev.43 14:09:06 v2.3.0-dev.44 14:09:06 v2.3.0-dev.45 14:09:06 v2.3.0-dev.46 14:09:06 v2.3.0-dev.47 14:09:06 v2.3.0-dev.48 14:09:06 v2.3.0-dev.49 14:09:06 v2.3.0-dev.50 14:09:06 v2.3.0-dev.51 14:09:06 v2.3.0-dev.52 14:09:06 v2.3.0-dev.53 14:09:06 v2.3.0-dev.54 14:09:06 v2.3.0-dev.55 14:09:06 v2.3.0-dev.56 14:09:06 v2.3.0-dev.57 14:09:06 v2.3.0-dev.58 14:09:06 v2.3.0-dev.59 14:09:06 v2.3.0-dev.60 14:09:06 v2.3.0-dev.61 14:09:06 v2.3.0-dev.62 14:09:06 v2.3.0-dev.63 14:09:06 v2.3.0-dev.64 14:09:06 v2.3.0-dev.65 14:09:06 v2.3.0-dev.66 14:09:06 v2.3.0-dev.67 14:09:06 v2.3.0-dev.68 14:09:06 v2.3.0-dev.69 14:09:06 v2.3.0-dev.70 14:09:06 v2.3.0-dev.71 14:09:06 v2.3.0-dev.72 14:09:06 v2.3.0-dev.73 14:09:06 v2.3.0-dev.74 14:09:06 v2.3.0-dev.75 14:09:06 v2.3.0-dev.76 14:09:06 v2.3.0-dev.77 14:09:06 v2.3.0-dev.78 14:09:06 v2.3.0-dev.79 14:09:06 v2.3.0-dev.80 14:09:06 v2.3.0-dev.81 14:09:06 v2.3.0-dev.82 14:09:06 v2.3.0-dev.83 14:09:06 v2.3.0-dev.84 14:09:06 v2.3.0-dev.85 14:09:06 v2.3.0-dev.86 14:09:06 v2.3.0-dev.87 14:09:06 v2.3.0-dev.88 14:09:06 v2.3.0-dev.89 14:09:06 v2.3.0-dev.90 14:09:06 v2.3.0-dev.91 14:09:06 v2.3.0-dev.92 14:09:06 v2.3.0-dev.93 14:09:06 v2.3.0-dev.94 14:09:06 v2.3.0-dev.95 14:09:06 v2.3.0-dev.96 14:09:06 v2.3.0-dev.97 14:09:06 v2.3.0-dev.98 14:09:06 v2.3.0-dev.99 14:09:06 v2.3.1-dev.1 14:09:06 v2.3.1-dev.2 14:09:06 v2.3.1-dev.3 14:09:06 v2.3.1-dev.4 14:09:06 v2.3.1-dev.5 14:09:06 v3.0.0-dev.1 14:09:06 v3.0.0-dev.10 14:09:06 v3.0.0-dev.11 14:09:06 v3.0.0-dev.12 14:09:06 v3.0.0-dev.13 14:09:06 v3.0.0-dev.14 14:09:06 v3.0.0-dev.15 14:09:06 v3.0.0-dev.16 14:09:06 v3.0.0-dev.17 14:09:06 v3.0.0-dev.18 14:09:06 v3.0.0-dev.19 14:09:06 v3.0.0-dev.2 14:09:06 v3.0.0-dev.3 14:09:06 v3.0.0-dev.4 14:09:06 v3.0.0-dev.5 14:09:06 v3.0.0-dev.6 14:09:06 v3.0.0-dev.7 14:09:06 v3.0.0-dev.8 14:09:06 v3.0.0-dev.9 [Pipeline] sh 14:09:06 + lftools sign git-tag v3.0.0-dev.19 14:09:07 Signing Git tag with Sigul... 14:09:07 Signing v3.0.0-dev.19 [Pipeline] echo 14:09:07 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 14:09:07 ---> sigul-configuration-cleanup.sh [Pipeline] } 14:09:07 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 14:09:07 $ docker stop --time=1 ac7a723cb892e010b1f2f4305aca8f90f3d7321170fe0e68289b1f5a07c9c2cc 14:09:09 $ docker rm -f --volumes ac7a723cb892e010b1f2f4305aca8f90f3d7321170fe0e68289b1f5a07c9c2cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 14:09:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:09:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:09:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:09:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:09:10 prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container 14:09:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 14:09:10 $ docker top 02cacdee366912d804ab4c917c7ee497489245fc27bb4c2400ea69378f59b31a -eo pid,comm 14:09:10 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). 14:09:10 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:09:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:09:10 [ssh-agent] Looking for ssh-agent implementation... 14:09:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:09:10 $ docker exec 02cacdee366912d804ab4c917c7ee497489245fc27bb4c2400ea69378f59b31a ssh-agent 14:09:10 SSH_AUTH_SOCK=/tmp/ssh-pBqG790Fkl93/agent.32 14:09:10 SSH_AGENT_PID=38 14:09:10 Running ssh-add (command line suppressed) 14:09:10 Identity added: /w/workspace/edgex-go/373@tmp/private_key_2371421269165482010.key (/w/workspace/edgex-go/373@tmp/private_key_2371421269165482010.key) 14:09:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:09:11 + git semver bump pre 14:09:11 2023-01-17 14:09:11,348 [read_version] DEBUG read version from /w/workspace/edgex-go/373/.semver/main 14:09:11 2023-01-17 14:09:11,348 [bump_version] DEBUG bumping version:3.0.0-dev.19 on axis:pre with prefix:dev 14:09:11 2023-01-17 14:09:11,348 [bump_version] DEBUG bumped version:3.0.0-dev.20 14:09:11 2023-01-17 14:09:11,348 [write_version] DEBUG write version:3.0.0-dev.20 to path:/w/workspace/edgex-go/373/.semver/main with force:True 14:09:11 2023-01-17 14:09:11,348 [read_version] DEBUG read version from /w/workspace/edgex-go/373/.semver/main 14:09:11 2023-01-17 14:09:11,348 [write_file] DEBUG write to file:/w/workspace/edgex-go/373/.semver/main 14:09:11 2023-01-17 14:09:11,350 [execute] INFO git cat-file --batch-check 14:09:11 2023-01-17 14:09:11,350 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/373/.semver, universal_newlines=False, shell=None, istream=) 14:09:11 2023-01-17 14:09:11,355 [execute] INFO git cat-file --batch 14:09:11 2023-01-17 14:09:11,355 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/373/.semver, universal_newlines=False, shell=None, istream=) 14:09:11 2023-01-17 14:09:11,360 [read_version] DEBUG read version from /w/workspace/edgex-go/373/.semver/main 14:09:11 3.0.0-dev.20 [Pipeline] } 14:09:11 $ docker exec --env ******** --env ******** 02cacdee366912d804ab4c917c7ee497489245fc27bb4c2400ea69378f59b31a ssh-agent -k 14:09:11 unset SSH_AUTH_SOCK; 14:09:11 unset SSH_AGENT_PID; 14:09:11 echo Agent pid 38 killed; 14:09:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:09:11 + git semver [Pipeline] } 14:09:12 $ docker stop --time=1 02cacdee366912d804ab4c917c7ee497489245fc27bb4c2400ea69378f59b31a 14:09:13 $ docker rm -f --volumes 02cacdee366912d804ab4c917c7ee497489245fc27bb4c2400ea69378f59b31a [Pipeline] // withDockerContainer [Pipeline] sh 14:09:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:09:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:09:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:09:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:09:14 prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container 14:09:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 14:09:14 $ docker top 72786a705524dd5b56f3dbd45b5b54c3c4d9bf032cbe8ddcdb308b9ebf029df2 -eo pid,comm 14:09: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). 14:09:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:09:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:09:14 [ssh-agent] Looking for ssh-agent implementation... 14:09:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:09:15 $ docker exec 72786a705524dd5b56f3dbd45b5b54c3c4d9bf032cbe8ddcdb308b9ebf029df2 ssh-agent 14:09:15 SSH_AUTH_SOCK=/tmp/ssh-F15n3AlSBs2a/agent.33 14:09:15 SSH_AGENT_PID=39 14:09:15 Running ssh-add (command line suppressed) 14:09:15 Identity added: /w/workspace/edgex-go/373@tmp/private_key_3280362844032848657.key (/w/workspace/edgex-go/373@tmp/private_key_3280362844032848657.key) 14:09:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:09:15 + git semver push 14:09:15 2023-01-17 14:09:15,805 [run_push] DEBUG push 14:09:15 2023-01-17 14:09:15,805 [execute] INFO git cat-file --batch-check 14:09:15 2023-01-17 14:09:15,806 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/373/.semver, universal_newlines=False, shell=None, istream=) 14:09:15 2023-01-17 14:09:15,809 [execute] INFO git rev-list ec16f7fb8fc7cfd27760d91abd66543d2e9cd096 -- 14:09:15 2023-01-17 14:09:15,809 [execute] DEBUG Popen(['git', 'rev-list', 'ec16f7fb8fc7cfd27760d91abd66543d2e9cd096', '--'], cwd=/w/workspace/edgex-go/373/.semver, universal_newlines=False, shell=None, istream=None) 14:09:15 2023-01-17 14:09:15,823 [execute] INFO git fetch -v origin 14:09:15 2023-01-17 14:09:15,823 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/373/.semver, universal_newlines=True, shell=None, istream=None) 14:09:16 2023-01-17 14:09:16,313 [run_push] DEBUG no remote changes detected 14:09:16 2023-01-17 14:09:16,313 [execute] INFO git push origin semver 14:09:16 2023-01-17 14:09:16,313 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/373/.semver, universal_newlines=False, shell=None, istream=None) 14:09:17 2023-01-17 14:09:17,232 [run_push] DEBUG push all version tags 14:09:17 2023-01-17 14:09:17,233 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 14:09:17 2023-01-17 14:09:17,233 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/373, universal_newlines=False, shell=None, istream=None) 14:09:18 2023-01-17 14:09:18,190 [read_version] DEBUG read version from /w/workspace/edgex-go/373/.semver/main 14:09:18 3.0.0-dev.20 [Pipeline] } 14:09:18 $ docker exec --env ******** --env ******** 72786a705524dd5b56f3dbd45b5b54c3c4d9bf032cbe8ddcdb308b9ebf029df2 ssh-agent -k 14:09:18 unset SSH_AUTH_SOCK; 14:09:18 unset SSH_AGENT_PID; 14:09:18 echo Agent pid 39 killed; 14:09:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:09:18 + git semver [Pipeline] } 14:09:19 $ docker stop --time=1 72786a705524dd5b56f3dbd45b5b54c3c4d9bf032cbe8ddcdb308b9ebf029df2 14:09:20 $ docker rm -f --volumes 72786a705524dd5b56f3dbd45b5b54c3c4d9bf032cbe8ddcdb308b9ebf029df2 [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 14:09:20 + [ -d /w/workspace/edgex-go/373/archives ] [Pipeline] libraryResource [Pipeline] sh 14:09:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:09:21 ---> package-listing.sh 14:09:21 ++ facter osfamily 14:09:21 ++ tr '[:upper:]' '[:lower:]' 14:09:22 + OS_FAMILY=debian 14:09:22 + workspace=/w/workspace/edgex-go/373 14:09:22 + START_PACKAGES=/tmp/packages_start.txt 14:09:22 + END_PACKAGES=/tmp/packages_end.txt 14:09:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:09:22 + PACKAGES=/tmp/packages_start.txt 14:09:22 + '[' /w/workspace/edgex-go/373 ']' 14:09:22 + PACKAGES=/tmp/packages_end.txt 14:09:22 + case "${OS_FAMILY}" in 14:09:22 + dpkg -l 14:09:22 + grep '^ii' 14:09:22 + '[' -f /tmp/packages_start.txt ']' 14:09:22 + '[' -f /tmp/packages_end.txt ']' 14:09:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:09:22 + '[' /w/workspace/edgex-go/373 ']' 14:09:22 + mkdir -p /w/workspace/edgex-go/373/archives/ 14:09:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/373/archives/ [Pipeline] echo 14:09:22 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/373/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:09:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:09:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:09:23 14:09:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:09:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:09:23 latest: Pulling from edgex-lftools-log-publisher 14:09:23 5eb5b503b376: Pulling fs layer 14:09:23 5c69ac0246d0: Pulling fs layer 14:09:23 ec43610c2a17: Pulling fs layer 14:09:23 3a2ae6a8a46f: Pulling fs layer 14:09:23 33b1e0a273af: Pulling fs layer 14:09:23 5d3b04190fa2: Pulling fs layer 14:09:23 2f39f015ded8: Pulling fs layer 14:09:23 5d3b04190fa2: Waiting 14:09:23 3a2ae6a8a46f: Waiting 14:09:23 2f39f015ded8: Waiting 14:09:23 33b1e0a273af: Waiting 14:09:23 5c69ac0246d0: Download complete 14:09:23 3a2ae6a8a46f: Verifying Checksum 14:09:23 3a2ae6a8a46f: Download complete 14:09:23 33b1e0a273af: Verifying Checksum 14:09:23 33b1e0a273af: Download complete 14:09:23 5d3b04190fa2: Verifying Checksum 14:09:23 5d3b04190fa2: Download complete 14:09:23 ec43610c2a17: Verifying Checksum 14:09:23 ec43610c2a17: Download complete 14:09:23 5eb5b503b376: Download complete 14:09:24 2f39f015ded8: Download complete 14:09:25 5eb5b503b376: Pull complete 14:09:25 5c69ac0246d0: Pull complete 14:09:25 ec43610c2a17: Pull complete 14:09:25 3a2ae6a8a46f: Pull complete 14:09:26 33b1e0a273af: Pull complete 14:09:26 5d3b04190fa2: Pull complete 14:09:31 2f39f015ded8: Pull complete 14:09:31 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 14:09:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:09:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:09:31 prd-ubuntu20.04-docker-8c-8g-2723 does not seem to be running inside a container 14:09:31 $ 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/373/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/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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 14:09:33 $ docker top f97dd952ec6d67ee58d1d7816a73c52605308ed331ad0674e7293d3992f097d3 -eo pid,comm [Pipeline] { [Pipeline] sh 14:09:33 + touch /tmp/pre-build-complete [Pipeline] sh 14:09:33 + mkdir -p /var/log/sysstat [Pipeline] sh 14:09:34 + ls /var/log/sa-host 14:09:34 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:09:34 provisioning config files... 14:09:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/373@tmp/config7415082279214041381tmp [Pipeline] { [Pipeline] echo 14:09:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:09:34 ---> create-netrc.sh [Pipeline] } 14:09:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 14:09:34 ---> python-tools-install.sh [Pipeline] echo 14:09:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:09:35 ---> sudo-logs.sh 14:09:35 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:09:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:09:35 ---> job-cost.sh 14:09:35 lf-activate-venv: SKIPPING 14:09:35 DEBUG: total: 0.10999999940395355 14:09:35 INFO: Retrieving Stack Cost... 14:09:36 INFO: Retrieving Pricing Info for: v3-standard-8 14:09:36 INFO: Archiving Costs [Pipeline] echo 14:09:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:09:36 ---> logs-deploy.sh 14:09:36 lf-activate-venv: SKIPPING 14:09:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/373 14:09:36 INFO: archiving workspace using pattern(s): 14:09:37 Archives upload complete. 14:09:37 INFO: archiving logs to Nexus 14:09:38 ---> uname -a: 14:09:38 Linux prd-ubuntu20-04-docker-8c-8g-2723 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 14:09:38 14:09:38 14:09:38 ---> lscpu: 14:09:38 Architecture: x86_64 14:09:38 CPU op-mode(s): 32-bit, 64-bit 14:09:38 Byte Order: Little Endian 14:09:38 Address sizes: 40 bits physical, 48 bits virtual 14:09:38 CPU(s): 8 14:09:38 On-line CPU(s) list: 0-7 14:09:38 Thread(s) per core: 1 14:09:38 Core(s) per socket: 1 14:09:38 Socket(s): 8 14:09:38 NUMA node(s): 1 14:09:38 Vendor ID: AuthenticAMD 14:09:38 CPU family: 23 14:09:38 Model: 49 14:09:38 Model name: AMD EPYC-Rome Processor 14:09:38 Stepping: 0 14:09:38 CPU MHz: 2799.976 14:09:38 BogoMIPS: 5599.95 14:09:38 Virtualization: AMD-V 14:09:38 Hypervisor vendor: KVM 14:09:38 Virtualization type: full 14:09:38 L1d cache: 256 KiB 14:09:38 L1i cache: 256 KiB 14:09:38 L2 cache: 4 MiB 14:09:38 L3 cache: 128 MiB 14:09:38 NUMA node0 CPU(s): 0-7 14:09:38 Vulnerability Itlb multihit: Not affected 14:09:38 Vulnerability L1tf: Not affected 14:09:38 Vulnerability Mds: Not affected 14:09:38 Vulnerability Meltdown: Not affected 14:09:38 Vulnerability Mmio stale data: Not affected 14:09:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:09:38 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 14:09:38 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 14:09:38 Vulnerability Srbds: Not affected 14:09:38 Vulnerability Tsx async abort: Not affected 14:09:38 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 14:09:38 14:09:38 14:09:38 ---> nproc: 14:09:38 8 14:09:38 14:09:38 14:09:38 ---> df -h: 14:09:38 Filesystem Size Used Avail Use% Mounted on 14:09:38 overlay 155G 20G 136G 13% / 14:09:38 tmpfs 64M 0 64M 0% /dev 14:09:38 tmpfs 16G 0 16G 0% /sys/fs/cgroup 14:09:38 shm 64M 0 64M 0% /dev/shm 14:09:38 /dev/vda1 155G 20G 136G 13% /facter-os 14:09:38 14:09:38 14:09:38 ---> sar -b -r -n DEV: 14:09:38 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2723) 01/17/23 _x86_64_ (8 CPU) 14:09:38 14:09:38 13:43:27 LINUX RESTART (8 CPU) 14:09:38 14:09:38 13:44:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:09:38 13:45:01 154.41 11.28 143.13 0.00 1787.97 72296.62 0.00 14:09:38 13:46:01 34.09 0.13 33.96 0.00 1.07 13354.10 0.00 14:09:38 13:47:01 153.94 0.22 153.72 0.00 15.60 100463.26 0.00 14:09:38 13:48:01 477.02 8.33 468.69 0.00 87.32 219487.42 0.00 14:09:38 13:49:01 900.18 9.71 890.47 0.00 2890.10 259407.93 0.00 14:09:38 13:50:01 1125.11 3.08 1122.03 0.00 2296.97 239815.00 0.00 14:09:38 13:51:01 28.80 0.10 28.70 0.00 10.53 899.85 0.00 14:09:38 13:52:02 3.57 0.00 3.57 0.00 0.00 89.32 0.00 14:09:38 13:53:01 1.22 0.00 1.22 0.00 0.00 13.42 0.00 14:09:38 13:54:01 1.75 0.00 1.75 0.00 0.00 19.46 0.00 14:09:38 13:55:01 0.95 0.00 0.95 0.00 0.00 10.66 0.00 14:09:38 13:56:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 14:09:38 13:57:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 14:09:38 13:58:01 1.32 0.00 1.32 0.00 0.00 15.73 0.00 14:09:38 13:59:01 1.12 0.02 1.10 0.00 0.13 16.66 0.00 14:09:38 14:00:01 1.57 0.00 1.57 0.00 0.00 20.00 0.00 14:09:38 14:01:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 14:09:38 14:02:01 1.10 0.00 1.10 0.00 0.00 14.00 0.00 14:09:38 14:03:01 1.12 0.00 1.12 0.00 0.00 12.13 0.00 14:09:38 14:04:01 1.32 0.00 1.32 0.00 0.00 16.66 0.00 14:09:38 14:05:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 14:09:38 14:06:01 1.15 0.00 1.15 0.00 0.00 15.06 0.00 14:09:38 14:07:01 0.92 0.00 0.92 0.00 0.00 10.26 0.00 14:09:38 14:08:01 1.18 0.00 1.18 0.00 0.00 15.46 0.00 14:09:38 14:09:01 78.40 0.22 78.19 0.00 11.20 34885.79 0.00 14:09:38 Average: 119.07 1.32 117.75 0.00 284.24 37663.42 0.00 14:09:38 14:09:38 13:44:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:09:38 13:45:01 28464508 31578808 720136 2.19 112132 3232928 1885868 5.56 1192708 2805704 69184 14:09:38 13:46:01 28085660 31616476 677596 2.06 116356 3601996 1796448 5.29 1172280 3152052 176240 14:09:38 13:47:01 26214408 31485616 803056 2.44 120736 5295892 2109620 6.22 1580984 4566744 0 14:09:38 13:48:01 20894632 31540624 742484 2.26 285100 10210984 1932352 5.69 1692156 9474124 484016 14:09:38 13:49:01 20135972 31170196 1085932 3.30 324528 10474068 2781332 8.20 2459148 9348456 212 14:09:38 13:50:01 19689552 31535796 730220 2.22 416000 11129016 1897852 5.59 2387192 9815012 888 14:09:38 13:51:01 19683060 31526268 739740 2.25 415840 11126524 1980048 5.84 2397732 9811740 140 14:09:38 13:52:02 19688792 31532452 733360 2.23 416016 11126672 1860420 5.48 2389496 9811848 232 14:09:38 13:53:01 19689136 31533220 732736 2.23 416040 11126676 1860420 5.48 2388640 9812220 8 14:09:38 13:54:01 19694448 31538588 727712 2.21 416084 11126676 1860420 5.48 2383184 9812244 12 14:09:38 13:55:01 19695552 31539696 726676 2.21 416104 11126680 1860420 5.48 2383124 9812248 8 14:09:38 13:56:01 19698120 31542364 724148 2.20 416116 11126684 1860420 5.48 2379988 9812252 272 14:09:38 13:57:01 19698324 31542576 723872 2.20 416132 11126688 1860420 5.48 2380268 9812256 188 14:09:38 13:58:01 19698536 31542800 723528 2.20 416156 11126692 1860420 5.48 2380048 9812264 180 14:09:38 13:59:01 19697352 31541784 724488 2.20 416208 11126668 1869412 5.51 2380240 9812228 372 14:09:38 14:00:01 19697840 31542312 723904 2.20 416240 11126672 1869412 5.51 2380324 9812232 256 14:09:38 14:01:01 19697792 31542292 723856 2.20 416268 11126672 1869412 5.51 2380304 9812232 180 14:09:38 14:02:01 19697460 31541968 724168 2.20 416288 11126668 1869412 5.51 2379616 9812236 56 14:09:38 14:03:01 19697912 31542428 723820 2.20 416320 11126680 1869412 5.51 2379624 9812240 4 14:09:38 14:04:01 19698188 31542764 723496 2.20 416356 11126676 1869412 5.51 2379740 9812244 12 14:09:38 14:05:01 19697856 31542472 723748 2.20 416364 11126688 1869412 5.51 2379800 9812248 4 14:09:38 14:06:01 19697832 31542452 723680 2.20 416380 11126696 1869412 5.51 2379912 9812252 40 14:09:38 14:07:01 19697704 31542340 723744 2.20 416384 11126696 1869412 5.51 2379732 9812252 12 14:09:38 14:08:01 19697696 31542344 723668 2.20 416400 11126700 1869412 5.51 2379748 9812260 4 14:09:38 14:09:01 18227568 31495364 768940 2.34 459508 12394124 2181672 6.43 2515148 11034736 593340 14:09:38 Average: 20649436 31525760 743948 2.26 373042 10264765 1931290 5.69 2235245 9072653 53034 14:09:38 14:09:38 13:44:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:09:38 13:45:01 lo 4.67 4.67 0.45 0.45 0.00 0.00 0.00 0.00 14:09:38 13:45:01 veth70c5bf9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 14:09:38 13:45:01 docker0 305.20 295.63 23.17 3406.29 0.00 0.00 0.00 0.00 14:09:38 13:45:01 ens3 710.33 628.05 10421.24 81.10 0.00 0.00 0.00 0.00 14:09:38 13:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:09:38 13:46:01 veth70c5bf9 1.30 1.35 0.10 0.11 0.00 0.00 0.00 0.00 14:09:38 13:46:01 docker0 1.30 1.30 0.08 0.11 0.00 0.00 0.00 0.00 14:09:38 13:46:01 ens3 21.54 15.91 16.44 9.55 0.00 0.00 0.00 0.00 14:09:38 13:47:01 veth97dcf8c 1.57 4.12 0.12 40.57 0.00 0.00 0.00 0.00 14:09:38 13:47:01 veth8a41eea 1.85 3.98 0.13 40.56 0.00 0.00 0.00 0.00 14:09:38 13:47:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 14:09:38 13:47:01 veth1dc4c79 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 14:09:38 13:47:01 docker0 10.55 22.21 0.63 243.25 0.00 0.00 0.00 0.00 14:09:38 13:47:01 veth99d21bf 3.63 6.28 0.27 81.01 0.00 0.00 0.00 0.01 14:09:38 13:47:01 ens3 131.48 93.48 1946.92 118.39 0.00 0.00 0.00 0.00 14:09:38 13:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:09:38 13:48:01 veth1dc4c79 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:09:38 13:48:01 docker0 695.03 859.34 49.48 5850.29 0.00 0.00 0.00 0.00 14:09:38 13:48:01 ens3 868.32 701.17 5857.56 63.10 0.00 0.00 0.00 0.00 14:09:38 13:49:01 vetha45b8ec 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 14:09:38 13:49:01 lo 2.13 2.13 0.21 0.21 0.00 0.00 0.00 0.00 14:09:38 13:49:01 veth1dc4c79 0.00 0.38 0.00 0.02 0.00 0.00 0.00 0.00 14:09:38 13:49:01 docker0 93.92 169.99 7.82 1599.90 0.00 0.00 0.00 0.00 14:09:38 13:49:01 ens3 337.75 195.15 3114.03 34.84 0.00 0.00 0.00 0.00 14:09:38 13:49:01 vethcb55f20 0.02 0.32 0.00 0.02 0.00 0.00 0.00 0.00 14:09:38 13:49:01 vethd715b6b 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:09:38 13:50:01 lo 3.47 3.47 0.33 0.33 0.00 0.00 0.00 0.00 14:09:38 13:50:01 docker0 178.46 290.54 14.55 2541.03 0.00 0.00 0.00 0.00 14:09:38 13:50:01 ens3 410.30 248.93 3959.45 150.27 0.00 0.00 0.00 0.00 14:09:38 13:51:01 lo 50.26 50.26 4.96 4.96 0.00 0.00 0.00 0.00 14:09:38 13:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 13:51:01 ens3 518.91 504.15 276.01 2467.17 0.00 0.00 0.00 0.00 14:09:38 13:52:02 lo 3.87 3.87 0.37 0.37 0.00 0.00 0.00 0.00 14:09:38 13:52:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 13:52:02 ens3 73.54 75.59 22.67 306.99 0.00 0.00 0.00 0.00 14:09:38 13:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 13:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 13:53:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 13:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:09:38 13:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 13:54:01 ens3 0.25 0.17 0.08 0.07 0.00 0.00 0.00 0.00 14:09:38 13:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 13:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 13:55:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 13:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:09:38 13:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 13:56:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:09:38 13:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 13:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 13:57:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 13:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:09:38 13:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 13:58:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:09:38 13:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 13:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 13:59:01 ens3 0.15 0.15 0.08 0.07 0.00 0.00 0.00 0.00 14:09:38 14:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:09:38 14:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 14:00:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 14:09:38 14:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 14:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 14:01:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 14:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:09:38 14:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 14:02:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:09:38 14:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 14:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 14:03:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 14:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:09:38 14:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 14:04:01 ens3 0.25 0.23 0.08 0.07 0.00 0.00 0.00 0.00 14:09:38 14:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 14:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 14:05:01 ens3 0.78 0.42 0.31 0.22 0.00 0.00 0.00 0.00 14:09:38 14:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:09:38 14:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 14:06:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:09:38 14:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 14:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 14:07:01 ens3 0.43 0.40 2.42 0.03 0.00 0.00 0.00 0.00 14:09:38 14:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:09:38 14:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:09:38 14:08:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:09:38 14:09:01 lo 2.27 2.27 0.23 0.23 0.00 0.00 0.00 0.00 14:09:38 14:09:01 docker0 35.21 55.62 3.24 588.16 0.00 0.00 0.00 0.00 14:09:38 14:09:01 ens3 386.74 290.60 7765.95 46.60 0.00 0.00 0.00 0.00 14:09:38 Average: lo 2.77 2.77 0.27 0.27 0.00 0.00 0.00 0.00 14:09:38 Average: docker0 52.82 67.83 3.96 569.53 0.00 0.00 0.00 0.00 14:09:38 Average: ens3 138.56 110.27 1336.19 131.22 0.00 0.00 0.00 0.00 14:09:38 14:09:38 14:09:38 ---> sar -P ALL: 14:09:38 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2723) 01/17/23 _x86_64_ (8 CPU) 14:09:38 14:09:38 13:43:27 LINUX RESTART (8 CPU) 14:09:38 14:09:38 13:44:01 CPU %user %nice %system %iowait %steal %idle 14:09:38 13:45:01 all 12.53 0.00 4.78 1.57 0.06 81.06 14:09:38 13:45:01 0 10.32 0.00 3.78 0.10 0.05 85.75 14:09:38 13:45:01 1 14.83 0.00 4.84 1.45 0.07 78.81 14:09:38 13:45:01 2 12.32 0.00 5.56 2.32 0.05 79.74 14:09:38 13:45:01 3 12.55 0.00 5.10 0.37 0.08 81.89 14:09:38 13:45:01 4 12.95 0.00 4.40 0.25 0.05 82.35 14:09:38 13:45:01 5 12.11 0.00 3.97 2.05 0.07 81.81 14:09:38 13:45:01 6 12.95 0.00 4.22 1.10 0.05 81.68 14:09:38 13:45:01 7 12.15 0.00 6.39 4.99 0.09 76.38 14:09:38 13:46:01 all 48.68 0.00 7.07 0.24 0.08 43.93 14:09:38 13:46:01 0 47.53 0.00 7.74 0.03 0.07 44.63 14:09:38 13:46:01 1 48.75 0.00 6.63 0.13 0.08 44.40 14:09:38 13:46:01 2 49.23 0.00 6.34 1.20 0.08 43.14 14:09:38 13:46:01 3 48.35 0.00 7.21 0.00 0.10 44.33 14:09:38 13:46:01 4 47.49 0.00 9.18 0.10 0.08 43.14 14:09:38 13:46:01 5 48.05 0.00 6.54 0.30 0.07 45.04 14:09:38 13:46:01 6 49.59 0.00 6.47 0.05 0.08 43.81 14:09:38 13:46:01 7 50.42 0.00 6.43 0.13 0.08 42.93 14:09:38 13:47:01 all 26.85 0.00 8.38 1.55 0.07 63.15 14:09:38 13:47:01 0 27.23 0.00 9.23 0.49 0.07 62.98 14:09:38 13:47:01 1 25.22 0.00 7.73 6.97 0.07 60.01 14:09:38 13:47:01 2 27.28 0.00 7.67 0.10 0.07 64.88 14:09:38 13:47:01 3 26.53 0.00 7.26 0.07 0.07 66.07 14:09:38 13:47:01 4 28.21 0.00 9.22 0.73 0.07 61.77 14:09:38 13:47:01 5 27.63 0.00 9.39 2.98 0.08 59.92 14:09:38 13:47:01 6 25.50 0.00 7.81 0.41 0.07 66.22 14:09:38 13:47:01 7 27.18 0.00 8.75 0.67 0.09 63.32 14:09:38 13:48:01 all 11.50 0.00 6.94 7.00 0.06 74.49 14:09:38 13:48:01 0 10.71 0.00 6.68 4.56 0.07 77.99 14:09:38 13:48:01 1 11.66 0.00 6.34 4.97 0.07 76.96 14:09:38 13:48:01 2 11.84 0.00 6.75 3.53 0.07 77.81 14:09:38 13:48:01 3 12.01 0.00 7.32 6.21 0.05 74.40 14:09:38 13:48:01 4 11.55 0.00 8.37 19.17 0.07 60.84 14:09:38 13:48:01 5 11.52 0.00 6.71 8.26 0.05 73.46 14:09:38 13:48:01 6 11.66 0.00 6.00 2.38 0.05 79.92 14:09:38 13:48:01 7 11.07 0.00 7.35 7.01 0.09 74.49 14:09:38 13:49:01 all 62.11 0.00 14.20 6.58 0.12 16.99 14:09:38 13:49:01 0 62.13 0.00 15.01 9.60 0.10 13.16 14:09:38 13:49:01 1 63.07 0.00 14.38 7.13 0.12 15.31 14:09:38 13:49:01 2 63.26 0.00 13.30 4.19 0.12 19.13 14:09:38 13:49:01 3 63.53 0.00 12.99 5.06 0.12 18.30 14:09:38 13:49:01 4 61.10 0.00 15.28 7.75 0.12 15.74 14:09:38 13:49:01 5 62.36 0.00 14.24 3.89 0.13 19.38 14:09:38 13:49:01 6 61.48 0.00 14.54 6.71 0.15 17.12 14:09:38 13:49:01 7 59.92 0.00 13.86 8.36 0.12 17.75 14:09:38 13:50:01 all 53.59 0.00 13.15 6.01 0.12 27.14 14:09:38 13:50:01 0 54.71 0.00 13.50 6.08 0.12 25.59 14:09:38 13:50:01 1 55.02 0.00 12.12 4.43 0.12 28.31 14:09:38 13:50:01 2 53.33 0.00 13.83 8.03 0.14 24.69 14:09:38 13:50:01 3 52.59 0.00 14.14 9.21 0.12 23.94 14:09:38 13:50:01 4 54.48 0.00 13.62 4.92 0.14 26.84 14:09:38 13:50:01 5 53.29 0.00 12.86 4.90 0.12 28.83 14:09:38 13:50:01 6 52.84 0.00 13.39 4.85 0.08 28.84 14:09:38 13:50:01 7 52.46 0.00 11.69 5.65 0.12 30.08 14:09:38 13:51:01 all 7.55 0.00 1.11 0.15 0.04 91.15 14:09:38 13:51:01 0 5.10 0.00 1.03 0.02 0.03 93.81 14:09:38 13:51:01 1 7.63 0.00 1.06 0.08 0.03 91.20 14:09:38 13:51:01 2 7.19 0.00 1.14 0.52 0.03 91.12 14:09:38 13:51:01 3 9.36 0.00 1.17 0.20 0.07 89.20 14:09:38 13:51:01 4 7.83 0.00 1.02 0.02 0.03 91.10 14:09:38 13:51:01 5 5.48 0.00 0.85 0.03 0.03 93.60 14:09:38 13:51:01 6 9.93 0.00 1.13 0.30 0.05 88.59 14:09:38 13:51:01 7 7.87 0.00 1.51 0.02 0.07 90.53 14:09:38 13:52:02 all 0.64 0.00 0.12 0.02 0.00 99.21 14:09:38 13:52:02 0 0.10 0.00 0.10 0.00 0.00 99.80 14:09:38 13:52:02 1 0.12 0.00 0.07 0.00 0.02 99.80 14:09:38 13:52:02 2 0.42 0.00 0.05 0.00 0.00 99.53 14:09:38 13:52:02 3 0.27 0.00 0.12 0.08 0.00 99.53 14:09:38 13:52:02 4 0.97 0.00 0.13 0.02 0.00 98.88 14:09:38 13:52:02 5 1.35 0.00 0.13 0.00 0.02 98.50 14:09:38 13:52:02 6 1.03 0.00 0.17 0.07 0.00 98.73 14:09:38 13:52:02 7 0.90 0.00 0.17 0.00 0.00 98.93 14:09:38 13:53:01 all 0.01 0.00 0.03 0.00 0.00 99.96 14:09:38 13:53:01 0 0.02 0.00 0.03 0.00 0.00 99.95 14:09:38 13:53:01 1 0.02 0.00 0.05 0.00 0.00 99.93 14:09:38 13:53:01 2 0.00 0.00 0.03 0.00 0.02 99.95 14:09:38 13:53:01 3 0.00 0.00 0.02 0.00 0.00 99.98 14:09:38 13:53:01 4 0.02 0.00 0.03 0.00 0.00 99.95 14:09:38 13:53:01 5 0.00 0.00 0.03 0.00 0.00 99.97 14:09:38 13:53:01 6 0.00 0.00 0.00 0.02 0.00 99.98 14:09:38 13:53:01 7 0.03 0.00 0.02 0.00 0.00 99.95 14:09:38 13:54:01 all 0.02 0.00 0.01 0.01 0.00 99.96 14:09:38 13:54:01 0 0.00 0.00 0.00 0.00 0.02 99.98 14:09:38 13:54:01 1 0.03 0.00 0.02 0.00 0.00 99.95 14:09:38 13:54:01 2 0.05 0.00 0.02 0.00 0.00 99.93 14:09:38 13:54:01 3 0.02 0.00 0.00 0.05 0.02 99.92 14:09:38 13:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 14:09:38 13:54:01 5 0.02 0.00 0.02 0.00 0.00 99.97 14:09:38 13:54:01 6 0.02 0.00 0.00 0.02 0.00 99.97 14:09:38 13:54:01 7 0.02 0.00 0.02 0.00 0.00 99.97 14:09:38 13:55:01 all 0.02 0.00 0.01 0.00 0.00 99.96 14:09:38 13:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:09:38 13:55:01 1 0.03 0.00 0.02 0.00 0.00 99.95 14:09:38 13:55:01 2 0.02 0.00 0.03 0.00 0.02 99.93 14:09:38 13:55:01 3 0.03 0.00 0.00 0.02 0.00 99.95 14:09:38 13:55:01 4 0.00 0.00 0.00 0.00 0.02 99.98 14:09:38 13:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 13:55:01 6 0.00 0.00 0.02 0.02 0.00 99.97 14:09:38 13:55:01 7 0.02 0.00 0.02 0.00 0.00 99.97 14:09:38 14:09:38 13:55:01 CPU %user %nice %system %iowait %steal %idle 14:09:38 13:56:01 all 0.02 0.00 0.01 0.00 0.00 99.96 14:09:38 13:56:01 0 0.00 0.00 0.03 0.00 0.00 99.97 14:09:38 13:56:01 1 0.03 0.00 0.03 0.00 0.00 99.93 14:09:38 13:56:01 2 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 13:56:01 3 0.00 0.00 0.00 0.02 0.00 99.98 14:09:38 13:56:01 4 0.00 0.00 0.02 0.00 0.00 99.98 14:09:38 13:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 13:56:01 6 0.05 0.00 0.00 0.02 0.00 99.93 14:09:38 13:56:01 7 0.03 0.00 0.02 0.00 0.00 99.95 14:09:38 13:57:01 all 0.07 0.00 0.01 0.00 0.00 99.91 14:09:38 13:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 14:09:38 13:57:01 1 0.52 0.00 0.05 0.00 0.02 99.42 14:09:38 13:57:01 2 0.02 0.00 0.03 0.00 0.02 99.93 14:09:38 13:57:01 3 0.00 0.00 0.00 0.02 0.00 99.98 14:09:38 13:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 14:09:38 13:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 14:09:38 13:57:01 6 0.00 0.00 0.00 0.02 0.00 99.98 14:09:38 13:57:01 7 0.00 0.00 0.02 0.00 0.00 99.98 14:09:38 13:58:01 all 0.26 0.00 0.00 0.01 0.00 99.72 14:09:38 13:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 14:09:38 13:58:01 1 1.99 0.00 0.00 0.00 0.00 98.01 14:09:38 13:58:01 2 0.02 0.00 0.02 0.03 0.00 99.93 14:09:38 13:58:01 3 0.02 0.00 0.00 0.02 0.00 99.97 14:09:38 13:58:01 4 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 13:58:01 5 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 13:58:01 6 0.02 0.00 0.00 0.00 0.02 99.97 14:09:38 13:58:01 7 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 13:59:01 all 0.12 0.00 0.02 0.01 0.00 99.85 14:09:38 13:59:01 0 0.02 0.00 0.05 0.00 0.00 99.93 14:09:38 13:59:01 1 0.83 0.00 0.03 0.00 0.00 99.14 14:09:38 13:59:01 2 0.02 0.00 0.05 0.00 0.02 99.92 14:09:38 13:59:01 3 0.02 0.00 0.00 0.03 0.00 99.95 14:09:38 13:59:01 4 0.02 0.00 0.02 0.02 0.00 99.95 14:09:38 13:59:01 5 0.02 0.00 0.02 0.00 0.00 99.97 14:09:38 13:59:01 6 0.00 0.00 0.02 0.00 0.00 99.98 14:09:38 13:59:01 7 0.02 0.00 0.02 0.00 0.00 99.97 14:09:38 14:00:01 all 0.02 0.00 0.00 0.00 0.00 99.97 14:09:38 14:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 14:09:38 14:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 14:00:01 2 0.02 0.00 0.02 0.00 0.00 99.97 14:09:38 14:00:01 3 0.02 0.00 0.02 0.02 0.00 99.95 14:09:38 14:00:01 4 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 14:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 14:09:38 14:00:01 6 0.02 0.00 0.00 0.02 0.00 99.97 14:09:38 14:00:01 7 0.05 0.00 0.00 0.00 0.02 99.93 14:09:38 14:01:01 all 0.00 0.00 0.01 0.01 0.01 99.97 14:09:38 14:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 14:09:38 14:01:01 1 0.00 0.00 0.00 0.00 0.02 99.98 14:09:38 14:01:01 2 0.00 0.00 0.02 0.03 0.02 99.93 14:09:38 14:01:01 3 0.02 0.00 0.02 0.03 0.02 99.92 14:09:38 14:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 14:09:38 14:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 14:09:38 14:01:01 6 0.00 0.00 0.02 0.00 0.00 99.98 14:09:38 14:01:01 7 0.00 0.00 0.02 0.00 0.00 99.98 14:09:38 14:02:01 all 0.01 0.00 0.01 0.00 0.00 99.97 14:09:38 14:02:01 0 0.00 0.00 0.02 0.00 0.02 99.97 14:09:38 14:02:01 1 0.03 0.00 0.00 0.00 0.00 99.97 14:09:38 14:02:01 2 0.02 0.00 0.00 0.02 0.00 99.97 14:09:38 14:02:01 3 0.00 0.00 0.00 0.02 0.00 99.98 14:09:38 14:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 14:09:38 14:02:01 5 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 14:02:01 6 0.02 0.00 0.02 0.00 0.00 99.97 14:09:38 14:02:01 7 0.02 0.00 0.02 0.00 0.00 99.97 14:09:38 14:03:01 all 0.03 0.00 0.01 0.00 0.00 99.96 14:09:38 14:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 14:03:01 1 0.02 0.00 0.02 0.00 0.00 99.97 14:09:38 14:03:01 2 0.02 0.00 0.02 0.02 0.00 99.95 14:09:38 14:03:01 3 0.02 0.00 0.00 0.02 0.00 99.97 14:09:38 14:03:01 4 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 14:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 14:09:38 14:03:01 6 0.02 0.00 0.02 0.00 0.00 99.97 14:09:38 14:03:01 7 0.13 0.00 0.02 0.00 0.00 99.85 14:09:38 14:04:01 all 0.01 0.00 0.01 0.00 0.00 99.97 14:09:38 14:04:01 0 0.00 0.00 0.02 0.00 0.00 99.98 14:09:38 14:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 14:04:01 2 0.02 0.00 0.03 0.02 0.02 99.92 14:09:38 14:04:01 3 0.02 0.00 0.00 0.02 0.00 99.97 14:09:38 14:04:01 4 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 14:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 14:04:01 6 0.02 0.00 0.02 0.00 0.00 99.97 14:09:38 14:04:01 7 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 14:05:01 all 0.01 0.00 0.01 0.00 0.00 99.98 14:09:38 14:05:01 0 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 14:05:01 1 0.00 0.00 0.02 0.00 0.00 99.98 14:09:38 14:05:01 2 0.02 0.00 0.05 0.02 0.00 99.92 14:09:38 14:05:01 3 0.00 0.00 0.00 0.02 0.00 99.98 14:09:38 14:05:01 4 0.00 0.00 0.00 0.00 0.00 100.00 14:09:38 14:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 14:09:38 14:05:01 6 0.00 0.00 0.02 0.00 0.00 99.98 14:09:38 14:05:01 7 0.02 0.00 0.02 0.00 0.00 99.97 14:09:38 14:06:01 all 0.02 0.00 0.01 0.00 0.00 99.97 14:09:38 14:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 14:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 14:09:38 14:06:01 2 0.02 0.00 0.02 0.02 0.00 99.95 14:09:38 14:06:01 3 0.02 0.00 0.00 0.02 0.00 99.97 14:09:38 14:06:01 4 0.00 0.00 0.02 0.00 0.00 99.98 14:09:38 14:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 14:06:01 6 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 14:06:01 7 0.03 0.00 0.02 0.00 0.00 99.95 14:09:38 14:09:38 14:06:01 CPU %user %nice %system %iowait %steal %idle 14:09:38 14:07:01 all 0.21 0.00 0.01 0.00 0.00 99.78 14:09:38 14:07:01 0 0.00 0.00 0.00 0.00 0.00 100.00 14:09:38 14:07:01 1 1.60 0.00 0.02 0.00 0.02 98.37 14:09:38 14:07:01 2 0.00 0.00 0.02 0.02 0.00 99.97 14:09:38 14:07:01 3 0.00 0.00 0.00 0.02 0.00 99.98 14:09:38 14:07:01 4 0.02 0.00 0.02 0.00 0.00 99.97 14:09:38 14:07:01 5 0.03 0.00 0.02 0.00 0.02 99.93 14:09:38 14:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 14:09:38 14:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 14:09:38 14:08:01 all 0.02 0.00 0.01 0.00 0.00 99.97 14:09:38 14:08:01 0 0.03 0.00 0.02 0.00 0.00 99.95 14:09:38 14:08:01 1 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 14:08:01 2 0.02 0.00 0.02 0.03 0.00 99.93 14:09:38 14:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 14:08:01 4 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 14:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 14:08:01 6 0.02 0.00 0.00 0.00 0.00 99.98 14:09:38 14:08:01 7 0.03 0.00 0.02 0.00 0.00 99.95 14:09:38 14:09:01 all 7.95 0.00 3.52 0.78 0.04 87.70 14:09:38 14:09:01 0 8.00 0.00 3.31 0.03 0.03 88.62 14:09:38 14:09:01 1 6.98 0.00 3.93 0.05 0.03 89.00 14:09:38 14:09:01 2 8.06 0.00 3.86 2.78 0.05 85.24 14:09:38 14:09:01 3 8.66 0.00 4.28 1.05 0.05 85.96 14:09:38 14:09:01 4 8.15 0.00 3.59 0.51 0.03 87.72 14:09:38 14:09:01 5 8.28 0.00 3.03 1.15 0.03 87.51 14:09:38 14:09:01 6 7.42 0.00 3.30 0.29 0.03 88.96 14:09:38 14:09:01 7 8.09 0.00 2.84 0.42 0.05 88.59 14:09:38 Average: all 9.21 0.00 2.36 0.95 0.03 87.46 14:09:38 Average: 0 8.96 0.00 2.40 0.83 0.02 87.78 14:09:38 Average: 1 9.49 0.00 2.28 1.00 0.03 87.21 14:09:38 Average: 2 9.25 0.00 2.33 0.91 0.03 87.48 14:09:38 Average: 3 9.29 0.00 2.37 0.89 0.03 87.43 14:09:38 Average: 4 9.23 0.00 2.57 1.33 0.02 86.85 14:09:38 Average: 5 9.14 0.00 2.29 0.93 0.02 87.61 14:09:38 Average: 6 9.21 0.00 2.26 0.64 0.02 87.86 14:09:38 Average: 7 9.11 0.00 2.34 1.07 0.03 87.45 14:09:38 14:09:38 14:09:38